summaryrefslogtreecommitdiff
path: root/drivers/android
AgeCommit message (Expand)AuthorFilesLines
3 daysConvert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook2-2/+2
4 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds4-24/+24
4 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook4-30/+28
8 daysMerge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds11-63/+213
13 daysMerge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2-6/+5
2026-02-10Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-36/+32
2026-02-07Merge tag 'char-misc-6.19-final' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-50/+94
2026-02-05rust_binderfs: fix a dentry leakAl Viro1-7/+2
2026-02-03android/binder: use same_thread_group(proc->tsk, current) in binder_mmap()Oleg Nesterov1-1/+1
2026-02-03android/binder: don't abuse current->group_leaderOleg Nesterov2-5/+4
2026-02-03rust_binder: return p from rust_binder_transaction_target_node()Alice Ryhl1-1/+1
2026-02-03binderfs: fix ida_alloc_max() upper boundCarlos Llamas1-4/+4
2026-02-03rust_binderfs: fix ida_alloc_max() upper boundCarlos Llamas1-4/+4
2026-02-03drivers: android: binder: Update ARef imports from sync::arefShankari Anand2-3/+2
2026-02-03rust_binder: fix needless borrow in context.rsShivam Kalra1-1/+1
2026-01-26binder: fix BR_FROZEN_REPLY error logCarlos Llamas1-2/+3
2026-01-26rust_binder: add additional alignment checksAlice Ryhl1-14/+36
2026-01-26binder: fix UAF in binder_netlink_report()Carlos Llamas1-1/+13
2026-01-26rust_binder: correctly handle FDA objects of length zeroAlice Ryhl1-25/+34
2026-01-26rust_binder: refactor context management to use KVVecJason Hall2-53/+36
2026-01-16binder: don't use %pK through printkThomas Weißschuh2-4/+4
2026-01-16rust: redefine `bindings::compat_ptr_ioctl` in RustAlice Ryhl1-2/+1
2026-01-12Merge 6.19-rc5 into char-misc-nextGreg Kroah-Hartman1-3/+0
2026-01-09rust_binder: Switch to kernel::sync atomic primitivesFUJITA Tomonori4-36/+32
2025-12-29rust_binder: Fix build failure if !CONFIG_COMPATXi Ruoyao1-0/+1
2025-12-29rust_binder: replace `kernel::c_str!` with C-StringsTamir Duberstein1-1/+1
2025-12-29rust_binder: add binder_transaction tracepointAlice Ryhl8-0/+168
2025-12-29rust_binder: remove spin_lock() in rust_shrink_free_page()Alice Ryhl1-3/+0
2025-12-07Merge tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-36/+20
2025-12-06Merge tag 'bitmap-for-6.19' of github.com:/norov/linuxLinus Torvalds1-17/+47
2025-12-06Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-151/+52
2025-12-04Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2-0/+2
2025-12-04Merge tag 'rust-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds5-10/+11
2025-12-02rust_binder: use bitmap for allocation of handlesAlice Ryhl1-17/+47
2025-11-26rust_binder: avoid mem::take on delivered_deathsAlice Ryhl1-2/+6
2025-11-26rust_binder: fix race condition on death_listAlice Ryhl1-3/+3
2025-11-26android: binder: add missing return value documentation for binder_apply_fd_f...Sunday Adelodun1-0/+2
2025-11-26android: binderfs: add missing parameters in binder_ctl_ioctl()'s docSunday Adelodun1-0/+3
2025-11-26rust_binder: move BC_FREE_BUFFER drop inside if statementAlice Ryhl1-2/+2
2025-11-26rust_binder: use compat_ptr_ioctlAlice Ryhl2-28/+3
2025-11-26binder: mark binder_alloc_exhaustive_test as slowCarlos Llamas1-1/+1
2025-11-26tools: ynl-gen: add regeneration commentAsbjørn Sloth Tønnesen2-0/+2
2025-11-18convert rust_binderfsAl Viro1-88/+33
2025-11-16rust: rbtree: add immutable cursorVitaly Wool3-4/+4
2025-11-16convert binderfsAl Viro1-19/+14
2025-11-16binderfs_binder_ctl_create(): kill a bogus checkAl Viro1-6/+0
2025-11-16binderfs: use simple_start_creating()Al Viro1-38/+5
2025-10-22binder: remove "invalid inc weak" checkAlice Ryhl1-10/+1
2025-10-22rust: replace `CStr` with `core::ffi::CStr`Tamir Duberstein1-1/+1
2025-10-20rust_binder: use `core::ffi::CStr` method namesTamir Duberstein1-2/+2