summaryrefslogtreecommitdiff
path: root/drivers/android
AgeCommit message (Expand)Author
26 hoursMerge branch 'char-misc-next' of https://git.kernel.org/pub/scm/linux/kernel/...Mark Brown
28 hoursMerge branch 'mm-stable' of https://git.kernel.org/pub/scm/linux/kernel/git/a...Mark Brown
2 daysrust_binder: use AssertSync for BINDER_VM_OPSAlice Ryhl
5 daysmm: rename zap_page_range_single() to zap_vma_range()David Hildenbrand (Arm)
5 daysmm/memory: remove "zap_details" parameter from zap_page_range_single()David Hildenbrand (Arm)
2026-03-16Merge 7.0-rc4 into char-misc-nextGreg Kroah-Hartman
2026-02-26rust_binder: shrink all_procs when deregistering processesShivam Kalra
2026-02-26rust_binder: use current_euid() for transaction sender identityJann Horn
2026-02-26binder: use current_euid() for transaction sender identityJann Horn
2026-02-26rust_binder: avoid name mangling for get_work[_local]Alice Ryhl
2026-02-26rust_binder: use lock_vma_under_rcu() in use_page_slow()Alice Ryhl
2026-02-26rust_binder: call set_notification_done() without proc lockAlice Ryhl
2026-02-26rust_binder: avoid reading the written value in offsets arrayAlice Ryhl
2026-02-26rust_binder: check ownership before using vmaAlice Ryhl
2026-02-26rust_binder: fix oneway spam detectionCarlos Llamas
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-17Merge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-02-10Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-02-07Merge tag 'char-misc-6.19-final' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2026-02-05rust_binderfs: fix a dentry leakAl Viro
2026-02-03android/binder: use same_thread_group(proc->tsk, current) in binder_mmap()Oleg Nesterov
2026-02-03android/binder: don't abuse current->group_leaderOleg Nesterov
2026-02-03rust_binder: return p from rust_binder_transaction_target_node()Alice Ryhl
2026-02-03binderfs: fix ida_alloc_max() upper boundCarlos Llamas
2026-02-03rust_binderfs: fix ida_alloc_max() upper boundCarlos Llamas
2026-02-03drivers: android: binder: Update ARef imports from sync::arefShankari Anand
2026-02-03rust_binder: fix needless borrow in context.rsShivam Kalra
2026-01-26binder: fix BR_FROZEN_REPLY error logCarlos Llamas
2026-01-26rust_binder: add additional alignment checksAlice Ryhl
2026-01-26binder: fix UAF in binder_netlink_report()Carlos Llamas
2026-01-26rust_binder: correctly handle FDA objects of length zeroAlice Ryhl
2026-01-26rust_binder: refactor context management to use KVVecJason Hall
2026-01-16binder: don't use %pK through printkThomas Weißschuh
2026-01-16rust: redefine `bindings::compat_ptr_ioctl` in RustAlice Ryhl
2026-01-12Merge 6.19-rc5 into char-misc-nextGreg Kroah-Hartman
2026-01-09rust_binder: Switch to kernel::sync atomic primitivesFUJITA Tomonori
2025-12-29rust_binder: Fix build failure if !CONFIG_COMPATXi Ruoyao
2025-12-29rust_binder: replace `kernel::c_str!` with C-StringsTamir Duberstein
2025-12-29rust_binder: add binder_transaction tracepointAlice Ryhl
2025-12-29rust_binder: remove spin_lock() in rust_shrink_free_page()Alice Ryhl
2025-12-06Merge tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-12-06Merge tag 'bitmap-for-6.19' of github.com:/norov/linuxLinus Torvalds
2025-12-05Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-12-03Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-12-03Merge tag 'rust-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds
2025-12-02rust_binder: use bitmap for allocation of handlesAlice Ryhl
2025-11-26rust_binder: avoid mem::take on delivered_deathsAlice Ryhl