summaryrefslogtreecommitdiff
path: root/drivers/android
AgeCommit message (Expand)Author
35 hoursMerge tag 'char-misc-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2 daysMerge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
7 daysbinder: Use seq_buf in binder_alloc kunit testsTiffany Yang
7 daysbinder: Add copyright notice to new kunit filesTiffany Yang
2025-07-16binder: encapsulate individual alloc test casesTiffany Yang
2025-07-16binder: Convert binder_alloc selftests to KUnitTiffany Yang
2025-07-16binder: Scaffolding for binder_alloc KUnit testsTiffany Yang
2025-07-16binder: Store lru freelist in binder_allocTiffany Yang
2025-07-16binder: Fix selftest page indexingTiffany Yang
2025-07-16binder: use guards for plain mutex- and spinlock-protected sectionsDmitry Antipov
2025-07-16binder: use kstrdup() in binderfs_binder_device_create()Dmitry Antipov
2025-07-02kill binderfs_remove_file()Al Viro
2025-06-24binder: Remove unused binder lock eventsSteven Rostedt
2025-06-24binder: fix reversed pid/tid in logCarlos Llamas
2025-06-17binder_ioctl_write_read(): simplify control flow a bitAl Viro
2025-06-06Merge tag 'char-misc-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-05-26Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-05-25binder: fix yet another UAF in binder_devicesCarlos Llamas
2025-05-21binder: Create safe versions of binder log filesTiffany Y. Yang
2025-05-21binder: Refactor binder_node print synchronizationTiffany Y. Yang
2025-05-21binder: fix use-after-free in binderfs_evict_inode()Dmitry Antipov
2025-04-28Merge 6.15-rc4 into char-misc-nextGreg Kroah-Hartman
2025-04-15binder: use buffer offsets in debug logsTiffany Y. Yang
2025-04-15binder: fix offset calculation in debug logCarlos Llamas
2025-04-08VFS: rename lookup_one_len family to lookup_noperm and remove permission checkNeilBrown
2025-03-10Merge 6.14-rc6 into char-misc-nextGreg Kroah-Hartman
2025-02-20binder: remove unneeded <linux/export.h> inclusion from binder_internal.hMasahiro Yamada
2025-02-20binderfs: fix use-after-free in binder_devicesCarlos Llamas
2025-01-27Merge tag 'char-misc-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-01-13binder: log transaction code on failureCarlos Llamas
2025-01-08binder: fix kernel-doc warning of 'file' memberCarlos Llamas
2025-01-08binderfs: add new binder devices to binder_devicesLi Li
2024-12-24binder: use per-vma lock in page reclaimingCarlos Llamas
2024-12-24binder: propagate vm_insert_page() errorsCarlos Llamas
2024-12-24binder: use per-vma lock in page installationCarlos Llamas
2024-12-24binder: rename alloc->buffer to vm_startCarlos Llamas
2024-12-24binder: replace alloc->vma with alloc->mappedCarlos Llamas
2024-12-24binder: store shrinker metadata under page->privateCarlos Llamas
2024-12-24binder: select correct nid for pages in LRUCarlos Llamas
2024-12-24binder: concurrent page installationCarlos Llamas
2024-12-24Revert "binder: switch alloc->mutex to spinlock_t"Carlos Llamas
2024-12-15binder: initialize lsm_context structureCasey Schaufler
2024-12-04lsm: replace context+len with lsm_contextCasey Schaufler
2024-12-04lsm: ensure the correct LSM context releaserCasey Schaufler
2024-11-29Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-11-11mm/list_lru: simplify the list_lru walk callback functionKairui Song
2024-11-11mm/list_lru: split the lock to per-cgroup scopeKairui Song
2024-10-13binder: add delivered_freeze to debugfs outputCarlos Llamas
2024-10-13binder: fix memleak of proc->delivered_freezeCarlos Llamas
2024-10-13binder: allow freeze notification for dead nodesCarlos Llamas