summaryrefslogtreecommitdiffstats
path: root/drivers/android/binder_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* binder: fix async_free_space accounting for empty parcelsTodd Kjos2021-12-211-1/+1
* binder: tell userspace to dump current backtrace when detected oneway spammingHang Lu2021-04-101-3/+12
* binder: add flag to clear buffer on txn completeTodd Kjos2020-12-091-0/+48
* binder: remove redundant assignment to pointer nColin Ian King2020-09-161-1/+1
* binder: print warnings when detecting oneway spamming.Martijn Coenen2020-09-031-3/+52
* binder: Modify commentsYangHui2020-09-031-1/+1
* drivers: android: Fix a variable declaration coding style issueMrinal Pandey2020-07-291-0/+1
* binder: Don't use mmput() from shrinker function.Tetsuo Handa2020-07-231-1/+1
* mmap locking API: convert mmap_sem API commentsMichel Lespinasse2020-06-091-2/+2
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-5/+5
* binder: Handle start==NULL in binder_update_page_range()Jann Horn2019-11-141-3/+5
* binder: Prevent repeated use of ->mmap() via NULL mappingJann Horn2019-11-141-5/+6
* binder: Fix race between mmap() and binder_alloc_print_pages()Jann Horn2019-11-141-8/+14
* Merge 5.4-rc5 into char-misc-nextGreg Kroah-Hartman2019-10-271-2/+4
|\
| * binder: Don't modify VMA bounds in ->mmap handlerJann Horn2019-10-171-2/+4
* | binder: Remove incorrect comment about vm_insert_page() behaviorJann Horn2019-10-211-1/+0
|/
* binder: Fix comment headers on binder_alloc_prepare_to_free()Joel Fernandes (Google)2019-10-101-1/+1
* binder: return errors from buffer copy functionsTodd Kjos2019-07-011-21/+23
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-051-10/+1
* binder: take read mode of mmap_sem in binder_alloc_free_page()Tyler Hicks2019-04-251-4/+4
* binder: fix race between munmap() and direct reclaimTodd Kjos2019-03-211-10/+8
* binder: reduce mmap_sem write-side lockMinchan Kim2019-02-191-2/+2
* binder: use userspace pointer as base of buffer spaceTodd Kjos2019-02-121-42/+45
* binder: remove user_buffer_offsetTodd Kjos2019-02-121-10/+6
* binder: remove kernel vm_area for buffer spaceTodd Kjos2019-02-121-38/+2
* binder: add functions to copy to/from binder buffersTodd Kjos2019-02-121-0/+59
* binder: create userspace-to-binder-buffer copy functionTodd Kjos2019-02-121-0/+113
* Merge 4.20-rc5 into char-misc-nextGreg Kroah-Hartman2018-12-031-10/+6
|\
| * binder: fix race that allows malicious free of live bufferTodd Kjos2018-11-261-10/+6