summaryrefslogtreecommitdiffstats
path: root/drivers/android
AgeCommit message (Expand)AuthorLines
2025-04-15binder: fix offset calculation in debug logCarlos Llamas-1/+1
2025-03-10Merge 6.14-rc6 into char-misc-nextGreg Kroah-Hartman-0/+1
2025-02-20binder: remove unneeded <linux/export.h> inclusion from binder_internal.hMasahiro Yamada-1/+0
2025-02-20binderfs: fix use-after-free in binder_devicesCarlos Llamas-0/+1
2025-01-27Merge tag 'char-misc-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-169/+288
2025-01-13binder: log transaction code on failureCarlos Llamas-2/+2
2025-01-08binder: fix kernel-doc warning of 'file' memberCarlos Llamas-1/+1
2025-01-08binderfs: add new binder devices to binder_devicesLi Li-2/+16
2024-12-24binder: use per-vma lock in page reclaimingCarlos Llamas-7/+22
2024-12-24binder: propagate vm_insert_page() errorsCarlos Llamas-1/+0
2024-12-24binder: use per-vma lock in page installationCarlos Llamas-17/+50
2024-12-24binder: rename alloc->buffer to vm_startCarlos Llamas-19/+19
2024-12-24binder: replace alloc->vma with alloc->mappedCarlos Llamas-26/+30
2024-12-24binder: store shrinker metadata under page->privateCarlos Llamas-70/+99
2024-12-24binder: select correct nid for pages in LRUCarlos Llamas-4/+12
2024-12-24binder: concurrent page installationCarlos Llamas-24/+41
2024-12-24Revert "binder: switch alloc->mutex to spinlock_t"Carlos Llamas-28/+28
2024-12-15binder: initialize lsm_context structureCasey Schaufler-1/+1
2024-12-04lsm: replace context+len with lsm_contextCasey Schaufler-3/+2
2024-12-04lsm: ensure the correct LSM context releaserCasey Schaufler-12/+12
2024-11-29Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-15/+49
2024-11-11mm/list_lru: simplify the list_lru walk callback functionKairui Song-5/+4
2024-11-11mm/list_lru: split the lock to per-cgroup scopeKairui Song-1/+0
2024-10-13binder: add delivered_freeze to debugfs outputCarlos Llamas-0/+4
2024-10-13binder: fix memleak of proc->delivered_freezeCarlos Llamas-0/+11
2024-10-13binder: allow freeze notification for dead nodesCarlos Llamas-15/+13
2024-10-13binder: fix BINDER_WORK_CLEAR_FREEZE_NOTIFICATION debug logsCarlos Llamas-0/+3
2024-10-13binder: fix BINDER_WORK_FROZEN_BINDER debug logsCarlos Llamas-0/+3
2024-10-13binder: fix freeze UAF in binder_release_work()Carlos Llamas-0/+6
2024-10-13binder: fix OOB in binder_add_freeze_work()Carlos Llamas-0/+2
2024-10-13binder: fix node UAF in binder_add_freeze_work()Carlos Llamas-0/+7
2024-09-11binder: modify the comment for binder_proc_unlockBa Jing-1/+1
2024-09-09Merge 6.11-rc7 into char-misc-nextGreg Kroah-Hartman-0/+1
2024-09-03binder: fix UAF caused by offsets overwriteCarlos Llamas-0/+1
2024-09-03binder: fix typo in commentRuffalo Lavoisier-1/+1
2024-08-12Merge 6.11-rc3 into char-misc-nextGreg Kroah-Hartman-25/+14
2024-07-31binder: frozen notification binder_features flagYu-Ting Tseng-0/+8
2024-07-31binder: frozen notificationYu-Ting Tseng-4/+301
2024-07-31binder_alloc: Fix sleeping function called from invalid contextMukesh Ojha-1/+1
2024-07-31binder: fix descriptor lookup for context managerCarlos Llamas-24/+13
2024-07-12binder: fix hang of unregistered readersCarlos Llamas-3/+1
2024-07-03binder_alloc: Replace kcalloc with kvcalloc to mitigate OOM issuesLei Liu-5/+5
2024-07-03binder: use bitmap for faster descriptor lookupCarlos Llamas-14/+279
2024-05-04binder: fix max_thread type inconsistencyCarlos Llamas-2/+2
2024-04-11binder: check offset alignment in binder_get_object()Carlos Llamas-1/+3
2024-03-21Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+0
2024-03-07binder: remove redundant variable page_addrColin Ian King-2/+0
2024-02-22binder: use of hlist_count_nodes()Pierre Gondois-3/+1
2024-01-31binder: signal epoll threads of self-workCarlos Llamas-0/+10
2024-01-17Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-475/+494