summaryrefslogtreecommitdiffstats
path: root/drivers/android/binder/thread.rs
AgeCommit message (Expand)AuthorLines
2026-04-01rust_binder: add `command`/`return` tracepointsMohamad Alsadhan-0/+1
2026-04-01rust_binder: add fd translation tracepointsMohamad Alsadhan-0/+1
2026-04-01rust_binder: add `wait_for_work` tracepointMohamad Alsadhan-2/+9
2026-04-01rust_binder: add ioctl/read/write done tracepointsMohamad Alsadhan-0/+2
2026-03-31rust_binder: introduce TransactionInfoAlice Ryhl-83/+107
2026-03-16Merge 7.0-rc4 into char-misc-nextGreg Kroah-Hartman-11/+6
2026-02-26rust_binder: avoid name mangling for get_work[_local]Alice Ryhl-0/+6
2026-02-26rust_binder: avoid reading the written value in offsets arrayAlice Ryhl-11/+6
2026-02-17Merge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+2
2026-02-10Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-13/+11
2026-02-03drivers: android: binder: Update ARef imports from sync::arefShankari Anand-2/+1
2026-01-26rust_binder: add additional alignment checksAlice Ryhl-14/+36
2026-01-26rust_binder: correctly handle FDA objects of length zeroAlice Ryhl-25/+34
2026-01-09rust_binder: Switch to kernel::sync atomic primitivesFUJITA Tomonori-13/+11
2025-12-29rust_binder: add binder_transaction tracepointAlice Ryhl-0/+1
2025-11-26rust_binder: move BC_FREE_BUFFER drop inside if statementAlice Ryhl-2/+2
2025-09-19rust_binder: add Rust Binder driverAlice Ryhl-0/+1596