summaryrefslogtreecommitdiff
path: root/drivers/android/binder/transaction.rs
AgeCommit message (Expand)AuthorFilesLines
2026-05-22rust_binder: avoid calling pending_oneway_finished() on TF_UPDATE_TXNAlice Ryhl1-1/+10
2026-04-01rust_binder: add `transaction_received` tracepointMohamad Alsadhan1-0/+2
2026-03-31rust_binder: introduce TransactionInfoAlice Ryhl1-31/+52
2026-02-27rust_binder: use current_euid() for transaction sender identityJann Horn1-2/+2
2026-02-17Merge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+14
2026-01-09rust_binder: Switch to kernel::sync atomic primitivesFUJITA Tomonori1-8/+8
2025-12-29rust_binder: add binder_transaction tracepointAlice Ryhl1-0/+14
2025-10-13rust_binder: report freeze notification only when fully frozenAlice Ryhl1-3/+3
2025-09-19rust_binder: add Rust Binder driverAlice Ryhl1-0/+456