summaryrefslogtreecommitdiff
path: root/drivers/android
AgeCommit message (Expand)Author
3 daysMerge branch 'char-misc-next' of https://git.kernel.org/pub/scm/linux/kernel/...Mark Brown
9 daysrust_binder: only print failure if error has sourceAlice Ryhl
9 daysrust_binder: use pin_init::zeroed for file_operations initializationNicolás Antinori
9 daysrust_binder: Update defer_work bitmaps to use kernel::impl_flags!Jahnavi MN
9 daysrust_binder: move (e)poll wait queue to ProcessAlice Ryhl
9 daysrust_binder: report netlink transactionsCarlos Llamas
9 daysrust_binder: Implement BINDER_DEBUG_DEAD_TRANSACTIONJahnavi MN
9 daysrust_binder: Implement BINDER_DEBUG_DEATH_NOTIFICATIONJahnavi MN
9 daysrust_binder: Implement BINDER_DEBUG_FAILED_TRANSACTIONJahnavi MN
9 daysrust_binder: Implement BINDER_DEBUG_USER_ERROR for transaction parsing failuresJahnavi MN
9 daysrust_binder: Implement BINDER_DEBUG_USER_ERROR for refcounting and death noti...Jahnavi MN
9 daysrust_binder: Implement BINDER_DEBUG_USER_ERROR for freezer-related operationJahnavi MN
9 daysrust_binder: Add dynamic debug logging maskJahnavi MN
12 daysMerge 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-03binder: fix UAF in binder_free_transaction()Carlos Llamas
2026-07-03binder: fix UAF in binder_thread_release()Carlos Llamas
2026-07-03rust_binder: synchronize Rust Binder stats with freeze commandsKeshav Verma
2026-07-03binder: cache secctx size before release zeroes itChris Mason
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-23binder: Use LIST_HEAD() to initialize on stack list headJisheng Zhang
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)
2026-04-05mm/memory: remove "zap_details" parameter from zap_page_range_single()David Hildenbrand (Arm)
2026-04-03rust_binder: override crate name to rust_binderAlice Ryhl
2026-04-01rust_binder: add `command`/`return` tracepointsMohamad Alsadhan
2026-04-01rust_binder: add fd translation tracepointsMohamad Alsadhan