summaryrefslogtreecommitdiff
path: root/drivers/android/rust_binder.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* rust: rename `Ref` to `Arc`Wedson Almeida Filho2022-10-051-5/+5
* rust: take str literal instead bstr literal in `module!` macroGary Guo2022-08-051-4/+4
* binder: use `Either` from `kernel` crateWedson Almeida Filho2022-07-011-5/+0
* treewide: use `GPL` as the license string instead of `GPL v2`Miguel Ojeda2022-05-271-1/+1
* rust: rename `KernelModule` to `Module`Wedson Almeida Filho2022-03-281-1/+1
* rust: miscdev: support names created at runtimeWedson Almeida Filho2022-02-161-1/+1
* rust: add optional parameters to the registration of misc devicesWedson Almeida Filho2022-01-241-1/+1
* rust: avoid the need of crate attributes in kernel modulesMiguel Ojeda2022-01-201-3/+0
* rust: simplify file operations by removing `FileOpener`Wedson Almeida Filho2022-01-111-2/+2
* rust: remove stabilized features from 1.57.0Miguel Ojeda2021-12-021-7/+1
* rust: use generic associated types (GATs) to implement `PointerWrapper`.Wedson Almeida Filho2021-11-171-1/+7
* rust: improve `KernelModule` initialisation.Wedson Almeida Filho2021-11-081-3/+3
* binder: remove all usages of `Arc`.Wedson Almeida Filho2021-10-141-4/+4
* rust: prelude: graduate `Box`, `Arc`, `Vec`, `Pin` and `Error`Miguel Ojeda2021-07-021-2/+0
* binder: fix clippy warnings when rust_2018_idioms is enabled.Wedson Almeida Filho2021-07-021-2/+0
* rust: globally deny `rust_2018_idioms`Miguel Ojeda2021-07-021-0/+2
* binder: replace `Arc<Context>` with `Ref<Context>`.Wedson Almeida Filho2021-06-281-8/+4
* rust: CStr overhaulGary Guo2021-05-261-2/+2
* Rename `KernelResult` to just `Result`.Wedson Almeida Filho2021-05-111-11/+3
* Remove unused params from module! macro callsFinn Behrens2021-04-291-1/+0
* Introduce a new `io_buffer` module.Wedson Almeida Filho2021-04-271-0/+1
* Move list implementation to `kernel` crate.Wedson Almeida Filho2021-04-141-10/+21
* Move page management to `kernel` crate.Wedson Almeida Filho2021-04-141-105/+2
* Add top-level documentation for Binder module.Wedson Almeida Filho2021-04-111-0/+4
* Preview of Binder IPC driver in Rust.Wedson Almeida Filho2021-04-111-0/+216