summaryrefslogtreecommitdiff
path: root/drivers/android
AgeCommit message (Expand)AuthorFilesLines
2025-07-29Merge tag 'char-misc-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds12-405/+657
2025-07-28Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-14/+6
2025-07-24binder: Use seq_buf in binder_alloc kunit testsTiffany Yang1-25/+21
2025-07-24binder: Add copyright notice to new kunit filesTiffany Yang3-1/+11
2025-07-16binder: encapsulate individual alloc test casesTiffany Yang1-53/+181
2025-07-16binder: Convert binder_alloc selftests to KUnitTiffany Yang7-366/+282
2025-07-16binder: Scaffolding for binder_alloc KUnit testsTiffany Yang9-6/+208
2025-07-16binder: Store lru freelist in binder_allocTiffany Yang3-20/+67
2025-07-16binder: Fix selftest page indexingTiffany Yang1-1/+1
2025-07-16binder: use guards for plain mutex- and spinlock-protected sectionsDmitry Antipov3-38/+17
2025-07-16binder: use kstrdup() in binderfs_binder_device_create()Dmitry Antipov1-4/+1
2025-07-03kill binderfs_remove_file()Al Viro3-18/+1
2025-06-24binder: Remove unused binder lock eventsSteven Rostedt1-21/+0
2025-06-24binder: fix reversed pid/tid in logCarlos Llamas1-4/+2
2025-06-18binder_ioctl_write_read(): simplify control flow a bitAl Viro1-14/+6
2025-06-06Merge tag 'char-misc-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-89/+169
2025-05-26Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2025-05-25binder: fix yet another UAF in binder_devicesCarlos Llamas1-0/+1
2025-05-21binder: Create safe versions of binder log filesTiffany Y. Yang1-27/+79
2025-05-21binder: Refactor binder_node print synchronizationTiffany Y. Yang1-51/+68
2025-05-21binder: fix use-after-free in binderfs_evict_inode()Dmitry Antipov3-5/+20
2025-04-28Merge 6.15-rc4 into char-misc-nextGreg Kroah-Hartman1-1/+1
2025-04-15binder: use buffer offsets in debug logsTiffany Y. Yang1-16/+11
2025-04-15binder: fix offset calculation in debug logCarlos Llamas1-1/+1
2025-04-08VFS: rename lookup_one_len family to lookup_noperm and remove permission checkNeilBrown1-2/+2
2025-03-10Merge 6.14-rc6 into char-misc-nextGreg Kroah-Hartman1-0/+1
2025-02-20binder: remove unneeded <linux/export.h> inclusion from binder_internal.hMasahiro Yamada1-1/+0
2025-02-20binderfs: fix use-after-free in binder_devicesCarlos Llamas1-0/+1
2025-01-28Merge tag 'char-misc-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-169/+288
2025-01-13binder: log transaction code on failureCarlos Llamas1-2/+2
2025-01-08binder: fix kernel-doc warning of 'file' memberCarlos Llamas1-1/+1
2025-01-08binderfs: add new binder devices to binder_devicesLi Li3-2/+16
2024-12-24binder: use per-vma lock in page reclaimingCarlos Llamas1-7/+22
2024-12-24binder: propagate vm_insert_page() errorsCarlos Llamas1-1/+0
2024-12-24binder: use per-vma lock in page installationCarlos Llamas1-17/+50
2024-12-24binder: rename alloc->buffer to vm_startCarlos Llamas5-19/+19
2024-12-24binder: replace alloc->vma with alloc->mappedCarlos Llamas3-26/+30
2024-12-24binder: store shrinker metadata under page->privateCarlos Llamas3-70/+99
2024-12-24binder: select correct nid for pages in LRUCarlos Llamas1-4/+12
2024-12-24binder: concurrent page installationCarlos Llamas1-24/+41
2024-12-24Revert "binder: switch alloc->mutex to spinlock_t"Carlos Llamas2-28/+28
2024-12-16binder: initialize lsm_context structureCasey Schaufler1-1/+1
2024-12-04lsm: replace context+len with lsm_contextCasey Schaufler1-3/+2
2024-12-04lsm: ensure the correct LSM context releaserCasey Schaufler1-12/+12
2024-11-29Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-15/+49
2024-11-12mm/list_lru: simplify the list_lru walk callback functionKairui Song2-5/+4
2024-11-12mm/list_lru: split the lock to per-cgroup scopeKairui Song1-1/+0
2024-10-13binder: add delivered_freeze to debugfs outputCarlos Llamas1-0/+4
2024-10-13binder: fix memleak of proc->delivered_freezeCarlos Llamas1-0/+11
2024-10-13binder: allow freeze notification for dead nodesCarlos Llamas1-15/+13