summaryrefslogtreecommitdiff
path: root/drivers/android
AgeCommit message (Expand)Author
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-03binderfs: fix ida_alloc_max() upper boundCarlos Llamas
2026-02-03rust_binderfs: fix ida_alloc_max() upper boundCarlos Llamas
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-09rust_binder: Switch to kernel::sync atomic primitivesFUJITA Tomonori
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
2025-11-26rust_binder: fix race condition on death_listAlice Ryhl
2025-11-26android: binder: add missing return value documentation for binder_apply_fd_f...Sunday Adelodun
2025-11-26android: binderfs: add missing parameters in binder_ctl_ioctl()'s docSunday Adelodun
2025-11-26rust_binder: move BC_FREE_BUFFER drop inside if statementAlice Ryhl
2025-11-26rust_binder: use compat_ptr_ioctlAlice Ryhl
2025-11-26binder: mark binder_alloc_exhaustive_test as slowCarlos Llamas
2025-11-25tools: ynl-gen: add regeneration commentAsbjørn Sloth Tønnesen
2025-11-17convert rust_binderfsAl Viro
2025-11-16rust: rbtree: add immutable cursorVitaly Wool
2025-11-16convert binderfsAl Viro
2025-11-16binderfs_binder_ctl_create(): kill a bogus checkAl Viro
2025-11-16binderfs: use simple_start_creating()Al Viro
2025-10-22binder: remove "invalid inc weak" checkAlice Ryhl
2025-10-22rust: replace `CStr` with `core::ffi::CStr`Tamir Duberstein
2025-10-20rust_binder: use `core::ffi::CStr` method namesTamir Duberstein
2025-10-20rust_binder: use `kernel::fmt`Tamir Duberstein
2025-10-20rust_binder: remove trailing commaTamir Duberstein
2025-10-13binder: Fix missing kernel-doc entries in binder.cKriish Sharma
2025-10-13rust_binder: report freeze notification only when fully frozenAlice Ryhl
2025-10-13rust_binder: don't delete FreezeListener if there are pending duplicatesAlice Ryhl
2025-10-13rust_binder: freeze_notif_done should resend if wrong stateAlice Ryhl
2025-10-13rust_binder: remove warning about orphan mappingsAlice Ryhl
2025-10-13rust_binder: clean `clippy::mem_replace_with_default` warningMiguel Ojeda
2025-09-19rust_binder: add Rust Binder driverAlice Ryhl
2025-09-18binder: fix double-free in dbitmapCarlos Llamas
2025-08-19binder: add tracepoint for netlink reportsCarlos Llamas
2025-08-19binder: add transaction_report feature entryLi Li
2025-08-19binder: introduce transaction reports via netlinkLi Li
2025-08-19binder: add t->is_async and t->is_replyCarlos Llamas