aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/android (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-26Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-2/+2
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-27Merge tag 'char-misc-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus 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-15binder: 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/git/gregkh/char-miscLinus Torvalds1-15/+49
2024-11-11mm/list_lru: simplify the list_lru walk callback functionKairui Song2-5/+4
2024-11-11mm/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
2024-10-13binder: fix BINDER_WORK_CLEAR_FREEZE_NOTIFICATION debug logsCarlos Llamas1-0/+3
2024-10-13binder: fix BINDER_WORK_FROZEN_BINDER debug logsCarlos Llamas1-0/+3
2024-10-13binder: fix freeze UAF in binder_release_work()Carlos Llamas1-0/+6
2024-10-13binder: fix OOB in binder_add_freeze_work()Carlos Llamas1-0/+2
2024-10-13binder: fix node UAF in binder_add_freeze_work()Carlos Llamas1-0/+7
2024-09-11binder: modify the comment for binder_proc_unlockBa Jing1-1/+1
2024-09-09Merge 6.11-rc7 into char-misc-nextGreg Kroah-Hartman1-0/+1
2024-09-03binder: fix UAF caused by offsets overwriteCarlos Llamas1-0/+1
2024-09-03binder: fix typo in commentRuffalo Lavoisier1-1/+1
2024-08-12Merge 6.11-rc3 into char-misc-nextGreg Kroah-Hartman3-25/+14
2024-07-31binder: frozen notification binder_features flagYu-Ting Tseng1-0/+8
2024-07-31binder: frozen notificationYu-Ting Tseng2-4/+301
2024-07-31binder_alloc: Fix sleeping function called from invalid contextMukesh Ojha1-1/+1
2024-07-31binder: fix descriptor lookup for context managerCarlos Llamas2-24/+13
2024-07-12binder: fix hang of unregistered readersCarlos Llamas1-3/+1
2024-07-03binder_alloc: Replace kcalloc with kvcalloc to mitigate OOM issuesLei Liu1-5/+5
2024-07-03binder: use bitmap for faster descriptor lookupCarlos Llamas3-14/+279
2024-05-04binder: fix max_thread type inconsistencyCarlos Llamas2-2/+2
2024-04-11binder: check offset alignment in binder_get_object()Carlos Llamas1-1/+3
2024-03-21Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-2/+0
2024-03-07binder: remove redundant variable page_addrColin Ian King1-2/+0
2024-02-22binder: use of hlist_count_nodes()Pierre Gondois1-3/+1