aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/android/binder_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* binder: use per-vma lock in page reclaimingCarlos Llamas2024-12-241-7/+22
* binder: propagate vm_insert_page() errorsCarlos Llamas2024-12-241-1/+0
* binder: use per-vma lock in page installationCarlos Llamas2024-12-241-17/+50
* binder: rename alloc->buffer to vm_startCarlos Llamas2024-12-241-14/+14
* binder: replace alloc->vma with alloc->mappedCarlos Llamas2024-12-241-22/+26
* binder: store shrinker metadata under page->privateCarlos Llamas2024-12-241-55/+75
* binder: select correct nid for pages in LRUCarlos Llamas2024-12-241-4/+12
* binder: concurrent page installationCarlos Llamas2024-12-241-24/+41
* Revert "binder: switch alloc->mutex to spinlock_t"Carlos Llamas2024-12-241-23/+23
* mm/list_lru: simplify the list_lru walk callback functionKairui Song2024-11-121-4/+3
* mm/list_lru: split the lock to per-cgroup scopeKairui Song2024-11-121-1/+0
* binder_alloc: Fix sleeping function called from invalid contextMukesh Ojha2024-07-311-1/+1
* binder_alloc: Replace kcalloc with kvcalloc to mitigate OOM issuesLei Liu2024-07-031-5/+5
* binder: remove redundant variable page_addrColin Ian King2024-03-071-2/+0
* Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-01-181-418/+438
|\
| * binder: switch alloc->mutex to spinlock_tCarlos Llamas2023-12-051-23/+23
| * binder: reverse locking order in shrinker callbackCarlos Llamas2023-12-051-24/+22
| * binder: avoid user addresses in debug logsCarlos Llamas2023-12-051-9/+6
| * binder: refactor binder_delete_free_buffer()Carlos Llamas2023-12-051-33/+11
| * binder: collapse print_binder_buffer() into callerCarlos Llamas2023-12-051-13/+9
| * binder: document the final page calculationCarlos Llamas2023-12-051-7/+11
| * binder: rename lru shrinker utilitiesCarlos Llamas2023-12-051-20/+20
| * binder: make oversized buffer code more readableCarlos Llamas2023-12-051-11/+10
| * binder: remove redundant debug logCarlos Llamas2023-12-051-3/+0
| * binder: perform page installation outside of locksCarlos Llamas2023-12-051-28/+73
| * binder: initialize lru pages in mmap callbackCarlos Llamas2023-12-051-5/+7
| * binder: malloc new_buffer outside of locksCarlos Llamas2023-12-051-21/+23
| * binder: refactor page range allocationCarlos Llamas2023-12-051-60/+47
| * binder: relocate binder_alloc_clear_buf()Carlos Llamas2023-12-051-63/+61
| * binder: relocate low space calculationCarlos Llamas2023-12-051-10/+11
| * binder: separate the no-space debugging logicCarlos Llamas2023-12-051-31/+40
| * binder: remove pid param in binder_alloc_new_buf()Carlos Llamas2023-12-051-10/+8
| * binder: do unlocked work in binder_alloc_new_buf()Carlos Llamas2023-12-051-39/+56
| * binder: split up binder_update_page_range()Carlos Llamas2023-12-051-39/+40
| * binder: keep vma addresses type as unsigned longCarlos Llamas2023-12-051-51/+40
| * binder: fix comment on binder_alloc_new_buf() return valueCarlos Llamas2023-12-051-1/+1
| * binder: fix trivial typo of binder_free_buf_locked()Carlos Llamas2023-12-051-1/+1
| * binder: fix unused alloc->free_async_spaceCarlos Llamas2023-12-051-7/+4
| * binder: fix async space check for 0-sized buffersCarlos Llamas2023-12-051-3/+4
| * binder: fix race between mmput() and do_exit()Carlos Llamas2023-12-051-2/+2
| * binder: fix use-after-free in shinker's callbackCarlos Llamas2023-12-051-1/+5
* | list_lru: allow explicit memcg and NUMA node selectionNhat Pham2023-12-121-4/+3
|/
* binder: dynamically allocate the android-binder shrinkerQi Zheng2023-10-041-12/+18
* binder: fix memory leak in binder_init()Qi Zheng2023-08-041-0/+6
* binder: fix UAF of alloc->vma in race with munmap()Carlos Llamas2023-05-201-3/+3
* binder: add lockless binder_alloc_(set|get)_vma()Carlos Llamas2023-05-131-10/+14
* Revert "android: binder: stop saving a pointer to the VMA"Carlos Llamas2023-05-131-8/+9
* Revert "binder_alloc: add missing mmap_lock calls when using the VMA"Carlos Llamas2023-05-131-21/+10
* mm: remove zap_page_range and create zap_vma_pagesMike Kravetz2023-01-191-1/+1
* binder: validate alloc->mm in ->mmap() handlerCarlos Llamas2022-11-091-0/+7