summaryrefslogtreecommitdiff
path: root/drivers/android/binder/node.rs
AgeCommit message (Expand)AuthorFilesLines
2026-07-31rust_binder: add ownership assertion to Node::add_deathGeorgios Androutsopoulos1-0/+4
2026-07-17rust_binder: move (e)poll wait queue to ProcessAlice Ryhl1-2/+2
2026-07-17rust_binder: Implement BINDER_DEBUG_DEAD_TRANSACTIONJahnavi MN1-1/+8
2026-07-17rust_binder: Implement BINDER_DEBUG_DEATH_NOTIFICATIONJahnavi MN1-0/+5
2026-07-17rust_binder: Implement BINDER_DEBUG_USER_ERROR for refcounting and death noti...Jahnavi MN1-4/+6
2026-07-14Merge 7.2-rc3 into char-misc-nextGreg Kroah-Hartman1-2/+4
2026-07-10rust_binder: avoid allocating under node_refs for freeze listenersAlice Ryhl1-24/+23
2026-07-03rust_binder: clear freeze listener on node removalAlice Ryhl1-4/+6
2026-07-03rust: binder: enable `clippy::as_underscore`Tamir Duberstein1-5/+6
2026-07-03rust: binder: enable `clippy::ref_as_ptr` lintTamir Duberstein1-1/+2
2026-07-03rust: binder: use strict provenance APIsTamir Duberstein1-1/+1
2025-12-29rust_binder: add binder_transaction tracepointAlice Ryhl1-0/+8
2025-11-26rust_binder: fix race condition on death_listAlice Ryhl1-3/+3
2025-10-13rust_binder: clean `clippy::mem_replace_with_default` warningMiguel Ojeda1-1/+1
2025-09-19rust_binder: add Rust Binder driverAlice Ryhl1-0/+1131