aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/android/binder
AgeCommit message (Expand)AuthorFilesLines
7 daysMerge tag 'char-misc-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds14-300/+826
14 daysMerge tag 'rust-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linuxLinus Torvalds1-1/+2
2026-08-12rust_binder: use `LocalModule` for `THIS_MODULE`Alvin Sun1-1/+2
2026-07-31rust_binder: update indentation of failed transaction printAlice Ryhl1-17/+17
2026-07-31rust_binder: Update transaction flags to use kernel::impl_flags!Jahnavi MN2-18/+46
2026-07-31rust_binder: Update looper_flags bitmaps to use kernel::impl_flags!Jahnavi MN1-25/+37
2026-07-31rust_binder: add ownership assertion to Node::add_deathGeorgios Androutsopoulos1-0/+4
2026-07-31rust_binder: do not query current thread for all ioctlsAlice Ryhl1-4/+8
2026-07-27Merge 7.2-rc5 into char-misc-nextGreg Kroah-Hartman1-1/+1
2026-07-17rust_binder: only print failure if error has sourceAlice Ryhl1-7/+7
2026-07-17rust_binder: use pin_init::zeroed for file_operations initializationNicolás Antinori1-4/+1
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 Ryhl4-60/+95
2026-07-17rust_binder: report netlink transactionsCarlos Llamas4-3/+173
2026-07-17rust_binder: Implement BINDER_DEBUG_DEAD_TRANSACTIONJahnavi MN5-20/+76
2026-07-17rust_binder: Implement BINDER_DEBUG_DEATH_NOTIFICATIONJahnavi MN2-0/+19
2026-07-17rust_binder: Implement BINDER_DEBUG_FAILED_TRANSACTIONJahnavi MN2-5/+24
2026-07-17rust_binder: Implement BINDER_DEBUG_USER_ERROR for transaction parsing failuresJahnavi MN1-22/+32
2026-07-17rust_binder: Implement BINDER_DEBUG_USER_ERROR for refcounting and death notificationsJahnavi MN2-11/+34
2026-07-17rust_binder: Implement BINDER_DEBUG_USER_ERROR for freezer-related operationJahnavi MN1-10/+30
2026-07-17rust_binder: Add dynamic debug logging maskJahnavi MN4-1/+87
2026-07-14Merge 7.2-rc3 into char-misc-nextGreg Kroah-Hartman9-46/+98
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-10rust_binder: avoid allocating under node_refs for freeze listenersAlice Ryhl2-45/+67
2026-07-03rust_binder: clear freeze listener on node removalAlice Ryhl3-7/+26
2026-07-03rust: binder: enable `clippy::cast_lossless`Tamir Duberstein3-5/+4
2026-07-03rust: binder: enable `clippy::as_underscore`Tamir Duberstein8-32/+37
2026-07-03rust: binder: enable `clippy::ref_as_ptr` lintTamir Duberstein5-6/+11
2026-07-03rust: binder: enable `clippy::ptr_as_ptr` lintTamir Duberstein3-11/+6
2026-07-03rust: binder: use strict provenance APIsTamir Duberstein2-2/+2
2026-07-03rust_binder: reject context manager self-transactionKeshav Verma1-1/+5
2026-07-03rust_binder: use a u64 stride when cleaning up the offsets arrayHyunwoo Kim1-2/+3
2026-07-03rust_binder: synchronize Rust Binder stats with freeze commandsKeshav Verma2-3/+8
2026-07-03rust_binder: fix BINDER_GET_EXTENDED_ERRORAlice Ryhl3-35/+58
2026-06-01Merge tag 'v7.1-rc6' into char-misc-nextGreg Kroah-Hartman3-2/+24
2026-05-23rust_binder: use lock_vma_under_rcu() in shrinkerAlice Ryhl1-13/+11
2026-05-22rust_binder: Avoid holding lock when dropping delivered_deathMatthew Maurer1-1/+6
2026-05-22rust_binder: avoid calling pending_oneway_finished() on TF_UPDATE_TXNAlice Ryhl2-1/+18
2026-04-30rust: allow `clippy::collapsible_if` globallyMiguel Ojeda1-1/+0
2026-04-24Merge tag 'char-misc-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds10-163/+425
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-2/+2
2026-04-13Merge tag 'rust-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linuxLinus Torvalds5-44/+6
2026-04-08Merge tag 'rust-timekeeping-for-v7.1' of https://github.com/Rust-for-Linux/linux into rust-nextMiguel Ojeda6-45/+116
2026-04-07rust: declare cfi_encoding for lru_statusAlice Ryhl4-44/+4
2026-04-06Merge tag 'v7.0-rc7' into char-misc-nextGreg Kroah-Hartman2-4/+6
2026-04-05mm: rename zap_page_range_single() to zap_vma_range()David Hildenbrand (Arm)1-2/+2