summaryrefslogtreecommitdiff
path: root/drivers/android
AgeCommit message (Expand)Author
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
2024-10-13binder: fix BINDER_WORK_CLEAR_FREEZE_NOTIFICATION debug logsCarlos Llamas
2024-10-13binder: fix BINDER_WORK_FROZEN_BINDER debug logsCarlos Llamas
2024-10-13binder: fix freeze UAF in binder_release_work()Carlos Llamas
2024-10-13binder: fix OOB in binder_add_freeze_work()Carlos Llamas
2024-10-13binder: fix node UAF in binder_add_freeze_work()Carlos Llamas
2024-09-11binder: modify the comment for binder_proc_unlockBa Jing
2024-09-09Merge 6.11-rc7 into char-misc-nextGreg Kroah-Hartman
2024-09-03binder: fix UAF caused by offsets overwriteCarlos Llamas
2024-09-03binder: fix typo in commentRuffalo Lavoisier
2024-08-12Merge 6.11-rc3 into char-misc-nextGreg Kroah-Hartman
2024-07-31binder: frozen notification binder_features flagYu-Ting Tseng
2024-07-31binder: frozen notificationYu-Ting Tseng
2024-07-31binder_alloc: Fix sleeping function called from invalid contextMukesh Ojha
2024-07-31binder: fix descriptor lookup for context managerCarlos Llamas
2024-07-12binder: fix hang of unregistered readersCarlos Llamas
2024-07-03binder_alloc: Replace kcalloc with kvcalloc to mitigate OOM issuesLei Liu
2024-07-03binder: use bitmap for faster descriptor lookupCarlos Llamas
2024-05-04binder: fix max_thread type inconsistencyCarlos Llamas
2024-04-11binder: check offset alignment in binder_get_object()Carlos Llamas
2024-03-21Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-03-07binder: remove redundant variable page_addrColin Ian King
2024-02-22binder: use of hlist_count_nodes()Pierre Gondois
2024-01-31binder: signal epoll threads of self-workCarlos Llamas
2024-01-17Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-01-07android: removed duplicate linux/errnoTanzir Hasan
2024-01-04android: binder: binderfs.c: removed asm-generic/errno-base.hTanzir Hasan
2023-12-12list_lru: allow explicit memcg and NUMA node selectionNhat Pham