summaryrefslogtreecommitdiff
path: root/drivers/android/binder
AgeCommit message (Expand)Author
2 daysMerge tag 'char-misc-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
9 daysMerge tag 'rust-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/l...Linus Torvalds
2026-08-12rust_binder: use `LocalModule` for `THIS_MODULE`Alvin Sun
2026-07-31rust_binder: update indentation of failed transaction printAlice Ryhl
2026-07-31rust_binder: Update transaction flags to use kernel::impl_flags!Jahnavi MN
2026-07-31rust_binder: Update looper_flags bitmaps to use kernel::impl_flags!Jahnavi MN
2026-07-31rust_binder: add ownership assertion to Node::add_deathGeorgios Androutsopoulos
2026-07-31rust_binder: do not query current thread for all ioctlsAlice Ryhl
2026-07-27Merge 7.2-rc5 into char-misc-nextGreg Kroah-Hartman
2026-07-17rust_binder: only print failure if error has sourceAlice Ryhl
2026-07-17rust_binder: use pin_init::zeroed for file_operations initializationNicolás Antinori
2026-07-17rust_binder: Update defer_work bitmaps to use kernel::impl_flags!Jahnavi MN
2026-07-17rust_binder: move (e)poll wait queue to ProcessAlice Ryhl
2026-07-17rust_binder: report netlink transactionsCarlos Llamas
2026-07-17rust_binder: Implement BINDER_DEBUG_DEAD_TRANSACTIONJahnavi MN
2026-07-17rust_binder: Implement BINDER_DEBUG_DEATH_NOTIFICATIONJahnavi MN
2026-07-17rust_binder: Implement BINDER_DEBUG_FAILED_TRANSACTIONJahnavi MN
2026-07-17rust_binder: Implement BINDER_DEBUG_USER_ERROR for transaction parsing failuresJahnavi MN
2026-07-17rust_binder: Implement BINDER_DEBUG_USER_ERROR for refcounting and death noti...Jahnavi MN
2026-07-17rust_binder: Implement BINDER_DEBUG_USER_ERROR for freezer-related operationJahnavi MN
2026-07-17rust_binder: Add dynamic debug logging maskJahnavi MN
2026-07-14Merge 7.2-rc3 into char-misc-nextGreg Kroah-Hartman
2026-07-10rust_binder: update Process::node_refs to use SpinLockAlice Ryhl
2026-07-10rust_binder: avoid destructors in insert_or_update_handle()Alice Ryhl
2026-07-10rust_binder: keep NodeDeath in NodeRefInfo during process cleanupAlice Ryhl
2026-07-10rust_binder: schedule NodeDeath outside of node_refs lockAlice Ryhl
2026-07-10rust_binder: avoid dropping NodeRef in update_ref() under lockAlice Ryhl
2026-07-10rust_binder: avoid allocating under node_refs for freeze listenersAlice Ryhl
2026-07-03rust_binder: clear freeze listener on node removalAlice Ryhl
2026-07-03rust: binder: enable `clippy::cast_lossless`Tamir Duberstein
2026-07-03rust: binder: enable `clippy::as_underscore`Tamir Duberstein
2026-07-03rust: binder: enable `clippy::ref_as_ptr` lintTamir Duberstein
2026-07-03rust: binder: enable `clippy::ptr_as_ptr` lintTamir Duberstein
2026-07-03rust: binder: use strict provenance APIsTamir Duberstein
2026-07-03rust_binder: reject context manager self-transactionKeshav Verma
2026-07-03rust_binder: use a u64 stride when cleaning up the offsets arrayHyunwoo Kim
2026-07-03rust_binder: synchronize Rust Binder stats with freeze commandsKeshav Verma
2026-07-03rust_binder: fix BINDER_GET_EXTENDED_ERRORAlice Ryhl
2026-06-01Merge tag 'v7.1-rc6' into char-misc-nextGreg Kroah-Hartman
2026-05-23rust_binder: use lock_vma_under_rcu() in shrinkerAlice Ryhl
2026-05-22rust_binder: Avoid holding lock when dropping delivered_deathMatthew Maurer
2026-05-22rust_binder: avoid calling pending_oneway_finished() on TF_UPDATE_TXNAlice Ryhl
2026-04-30rust: allow `clippy::collapsible_if` globallyMiguel Ojeda
2026-04-24Merge tag 'char-misc-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-04-13Merge tag 'rust-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/l...Linus Torvalds
2026-04-08Merge tag 'rust-timekeeping-for-v7.1' of https://github.com/Rust-for-Linux/li...Miguel Ojeda
2026-04-07rust: declare cfi_encoding for lru_statusAlice Ryhl
2026-04-06Merge tag 'v7.0-rc7' into char-misc-nextGreg Kroah-Hartman
2026-04-05mm: rename zap_page_range_single() to zap_vma_range()David Hildenbrand (Arm)