summaryrefslogtreecommitdiff
path: root/drivers/android/binder/process.rs
AgeCommit message (Expand)AuthorFilesLines
2026-08-19rust_binder: do not query current thread for all ioctlsAlice Ryhl1-4/+8
2026-07-18rust_binder: introduce TransactionInfoAlice Ryhl1-8/+7
2026-07-18rust_binder: clear freeze listener on node removalAlice Ryhl1-1/+11
2026-07-18rust_binder: reject context manager self-transactionKeshav Verma1-1/+5
2026-06-09rust_binder: Avoid holding lock when dropping delivered_deathMatthew Maurer1-1/+6
2026-03-19rust_binder: call set_notification_done() without proc lockAlice Ryhl1-1/+2
2026-01-02rust_binder: avoid mem::take on delivered_deathsAlice Ryhl1-2/+6
2025-10-13rust_binder: report freeze notification only when fully frozenAlice Ryhl1-9/+37
2025-10-13rust_binder: remove warning about orphan mappingsAlice Ryhl1-4/+0
2025-09-19rust_binder: add Rust Binder driverAlice Ryhl1-0/+1696