summaryrefslogtreecommitdiffstats
path: root/drivers/android/binder_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-01-171-420/+440
|\
| * 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-181-1/+1
* binder: validate alloc->mm in ->mmap() handlerCarlos Llamas2022-11-091-0/+7
* binder: remove binder_alloc_set_vma()Carlos Llamas2022-09-061-23/+2
* binder: rename alloc->vma_vm_mm to alloc->mmCarlos Llamas2022-09-061-17/+17
* Merge tag 'char-misc-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-09-021-2/+2
|\
| * binder: fix alloc->vma_vm_mm null-ptr dereferenceCarlos Llamas2022-09-011-2/+2
| * Revert "binder_alloc: Add missing mmap_lock calls when using the VMA"Greg Kroah-Hartman2022-08-191-21/+10
| * binder_alloc: Add missing mmap_lock calls when using the VMALiam Howlett2022-08-181-10/+21
* | binder_alloc: add missing mmap_lock calls when using the VMALiam Howlett2022-08-281-10/+21
|/
* android: binder: fix lockdep check on clearing vmaLiam Howlett2022-07-291-1/+8
* android: binder: stop saving a pointer to the VMALiam R. Howlett2022-07-291-16/+14
* mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-07-031-1/+1
* binder: Use memcpy_{to,from}_page() in binder_alloc_do_buffer_copy()Fabio M. De Francesco2022-04-261-11/+2
* binder: Use kmap_local_page() in binder_alloc_copy_user_to_buffer()Fabio M. De Francesco2022-04-261-2/+2
* binder: Use memset_page() in binder_alloc_clear_buf()Fabio M. De Francesco2022-04-261-4/+1
* drivers/android: remove redundant ret variableMinghao Chi2022-02-041-6/+2