summaryrefslogtreecommitdiffstats
path: root/drivers/android/binder
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-4/+4
2026-02-17Merge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-59/+209
2026-02-10Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-36/+32
2026-02-07Merge tag 'char-misc-6.19-final' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-43/+74
2026-02-05rust_binderfs: fix a dentry leakAl Viro-7/+2
2026-02-03rust_binder: return p from rust_binder_transaction_target_node()Alice Ryhl-1/+1
2026-02-03rust_binderfs: fix ida_alloc_max() upper boundCarlos Llamas-4/+4
2026-02-03drivers: android: binder: Update ARef imports from sync::arefShankari Anand-3/+2
2026-02-03rust_binder: fix needless borrow in context.rsShivam Kalra-1/+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-26rust_binder: refactor context management to use KVVecJason Hall-53/+36
2026-01-16rust: redefine `bindings::compat_ptr_ioctl` in RustAlice Ryhl-2/+1
2026-01-12Merge 6.19-rc5 into char-misc-nextGreg Kroah-Hartman-3/+0
2026-01-09rust_binder: Switch to kernel::sync atomic primitivesFUJITA Tomonori-36/+32
2025-12-29rust_binder: Fix build failure if !CONFIG_COMPATXi Ruoyao-0/+1
2025-12-29rust_binder: replace `kernel::c_str!` with C-StringsTamir Duberstein-1/+1
2025-12-29rust_binder: add binder_transaction tracepointAlice Ryhl-0/+168
2025-12-29rust_binder: remove spin_lock() in rust_shrink_free_page()Alice Ryhl-3/+0
2025-12-06Merge tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-35/+14
2025-12-06Merge tag 'bitmap-for-6.19' of github.com:/norov/linuxLinus Torvalds-17/+47
2025-12-05Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-88/+33
2025-12-03Merge tag 'rust-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds-10/+11
2025-12-02rust_binder: use bitmap for allocation of handlesAlice Ryhl-17/+47
2025-11-26rust_binder: avoid mem::take on delivered_deathsAlice Ryhl-2/+6
2025-11-26rust_binder: fix race condition on death_listAlice Ryhl-3/+3
2025-11-26rust_binder: move BC_FREE_BUFFER drop inside if statementAlice Ryhl-2/+2
2025-11-26rust_binder: use compat_ptr_ioctlAlice Ryhl-28/+3
2025-11-17convert rust_binderfsAl Viro-88/+33
2025-11-16rust: rbtree: add immutable cursorVitaly Wool-4/+4
2025-10-22rust: replace `CStr` with `core::ffi::CStr`Tamir Duberstein-1/+1
2025-10-20rust_binder: use `core::ffi::CStr` method namesTamir Duberstein-2/+2
2025-10-20rust_binder: use `kernel::fmt`Tamir Duberstein-2/+3
2025-10-20rust_binder: remove trailing commaTamir Duberstein-1/+1
2025-10-13rust_binder: report freeze notification only when fully frozenAlice Ryhl-14/+42
2025-10-13rust_binder: don't delete FreezeListener if there are pending duplicatesAlice Ryhl-1/+10
2025-10-13rust_binder: freeze_notif_done should resend if wrong stateAlice Ryhl-2/+3
2025-10-13rust_binder: remove warning about orphan mappingsAlice Ryhl-4/+0
2025-10-13rust_binder: clean `clippy::mem_replace_with_default` warningMiguel Ojeda-1/+1
2025-09-19rust_binder: add Rust Binder driverAlice Ryhl-0/+10249