summaryrefslogtreecommitdiff
path: root/drivers/android/binder/process.rs
AgeCommit message (Expand)AuthorFilesLines
2026-08-25Merge tag 'char-misc-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-67/+159
2026-07-31rust_binder: do not query current thread for all ioctlsAlice Ryhl1-4/+8
2026-07-17rust_binder: Update defer_work bitmaps to use kernel::impl_flags!Jahnavi MN1-12/+22
2026-07-17rust_binder: move (e)poll wait queue to ProcessAlice Ryhl1-18/+49
2026-07-17rust_binder: Implement BINDER_DEBUG_DEATH_NOTIFICATIONJahnavi MN1-0/+14
2026-07-17rust_binder: Implement BINDER_DEBUG_USER_ERROR for refcounting and death noti...Jahnavi MN1-7/+28
2026-07-17rust_binder: Add dynamic debug logging maskJahnavi MN1-1/+6
2026-07-14Merge 7.2-rc3 into char-misc-nextGreg Kroah-Hartman1-2/+16
2026-07-10rust_binder: update Process::node_refs to use SpinLockAlice Ryhl1-3/+3
2026-07-10rust_binder: avoid destructors in insert_or_update_handle()Alice Ryhl1-8/+14
2026-07-10rust_binder: keep NodeDeath in NodeRefInfo during process cleanupAlice Ryhl1-7/+5
2026-07-10rust_binder: schedule NodeDeath outside of node_refs lockAlice Ryhl1-1/+4
2026-07-10rust_binder: avoid dropping NodeRef in update_ref() under lockAlice Ryhl1-4/+8
2026-07-03rust_binder: clear freeze listener on node removalAlice Ryhl1-1/+11
2026-07-03rust: binder: enable `clippy::cast_lossless`Tamir Duberstein1-3/+3
2026-07-03rust: binder: enable `clippy::as_underscore`Tamir Duberstein1-4/+4
2026-07-03rust_binder: reject context manager self-transactionKeshav Verma1-1/+5
2026-05-22rust_binder: Avoid holding lock when dropping delivered_deathMatthew Maurer1-1/+6
2026-04-01rust_binder: add ioctl/read/write done tracepointsMohamad Alsadhan1-2/+5
2026-04-01rust_binder: make use of == for TaskAlice Ryhl1-2/+2
2026-03-31rust_binder: introduce TransactionInfoAlice Ryhl1-8/+7
2026-03-16Merge 7.0-rc4 into char-misc-nextGreg Kroah-Hartman1-1/+2
2026-02-26rust_binder: avoid name mangling for get_work[_local]Alice Ryhl1-0/+3
2026-02-26rust_binder: call set_notification_done() without proc lockAlice Ryhl1-1/+2
2026-02-03drivers: android: binder: Update ARef imports from sync::arefShankari Anand1-1/+1
2026-01-26rust_binder: refactor context management to use KVVecJason Hall1-3/+2
2025-12-29rust_binder: add binder_transaction tracepointAlice Ryhl1-0/+7
2025-12-06Merge tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-11/+6
2025-12-06Merge tag 'bitmap-for-6.19' of github.com:/norov/linuxLinus Torvalds1-17/+47
2025-12-03Merge tag 'rust-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds1-2/+2
2025-12-02rust_binder: use bitmap for allocation of handlesAlice Ryhl1-17/+47
2025-11-26rust_binder: avoid mem::take on delivered_deathsAlice Ryhl1-2/+6
2025-11-26rust_binder: use compat_ptr_ioctlAlice Ryhl1-9/+0
2025-11-16rust: rbtree: add immutable cursorVitaly Wool1-1/+1
2025-10-20rust_binder: remove trailing commaTamir Duberstein1-1/+1
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