summaryrefslogtreecommitdiff
path: root/drivers/android/node.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* rust: rename `Ref` to `Arc`Wedson Almeida Filho2022-10-051-17/+17
* rust: simplify lock guards by using marker typesWedson Almeida Filho2022-01-171-6/+6
* android: rust: use `pub(crate)`Miguel Ojeda2021-11-251-1/+1
* rust: rename `Guard` to `GuardMut`.Wedson Almeida Filho2021-10-151-6/+6
* binder: remove all usages of `Arc`.Wedson Almeida Filho2021-10-141-13/+13
* rust: prelude: graduate `Box`, `Arc`, `Vec`, `Pin` and `Error`Miguel Ojeda2021-07-021-5/+1
* binder: fix clippy warnings when rust_2018_idioms is enabled.Wedson Almeida Filho2021-07-021-5/+9
* drivers: android: fix needless borrow Clippy warningMiguel Ojeda2021-07-021-1/+1
* rust: require mutable references when initialising sync primitives.Wedson Almeida Filho2021-06-271-2/+2
* drivers: binder: clean `unsafe_op_in_unsafe_fn` warningMiguel Ojeda2021-06-041-6/+8
* binder: Store node flags on creation.Wedson Almeida Filho2021-05-281-1/+3
* Rename `KernelResult` to just `Result`.Wedson Almeida Filho2021-05-111-11/+3
* Introduce a new `io_buffer` module.Wedson Almeida Filho2021-04-271-0/+1
* Move list implementation to `kernel` crate.Wedson Almeida Filho2021-04-141-1/+1
* Preview of Binder IPC driver in Rust.Wedson Almeida Filho2021-04-111-0/+479