summaryrefslogtreecommitdiffstats
path: root/drivers/android/binder_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | binder: fix sparse warnings on locking contextTodd Kjos2018-11-261-0/+1
|/
* android: binder: fix the race mmap and alloc_new_buf_lockedMinchan Kim2018-09-121-8/+35
* android: binder: Rate-limit debug and userspace triggered err msgsSherry Yang2018-08-081-15/+26
* android: binder_alloc: Include asm/cacheflush.h after linux/ include filesGuenter Roeck2018-07-241-1/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-2/+2
* ANDROID: binder: change down_write to down_readMinchan Kim2018-05-141-3/+3
* android: binder: use VM_ALLOC to get vm areaGanesh Mahendran2018-01-251-1/+1
* ANDROID: binder: make binder_alloc_new_buf_locked static and indent its argum...Xiongwei Song2017-12-191-5/+6
* android: binder: Check for errors in binder_alloc_shrinker_init().Tetsuo Handa2017-12-181-3/+9
* ANDROID: binder: show high watermark of alloc->pages.Martijn Coenen2017-11-281-0/+4
* Merge 4.14-rc6 into char-misc-nextGreg Kroah-Hartman2017-10-231-14/+10
|\
| * android: binder: Fix null ptr dereference in debug msgSherry Yang2017-10-211-1/+1
| * android: binder: Don't get mm from taskSherry Yang2017-10-211-13/+9
* | android: binder: Change binder_shrinker to staticSherry Yang2017-10-201-1/+1
* | android: binder: Remove unused vma argumentSherry Yang2017-10-201-9/+7
|/
* android: binder: drop lru lock in isolate callbackSherry Yang2017-10-031-6/+12
* android: binder: Add page usage in binder statsSherry Yang2017-09-011-0/+28
* android: binder: fixup crash introduced by moving buffer hdrSherry Yang2017-09-011-1/+1
* android: binder: Add shrinker tracepointsSherry Yang2017-08-281-2/+25
* android: binder: Add global lru shrinker to binderSherry Yang2017-08-281-23/+149
* android: binder: Move buffer out of area shared with user spaceSherry Yang2017-08-281-60/+84
* android: binder: Refactor prev and next buffer into a helper functionSherry Yang2017-08-281-9/+15
* binder: add more debug info when allocation fails.Martijn Coenen2017-07-171-1/+30
* binder: protect against two threads freeing bufferTodd Kjos2017-07-171-5/+17
* binder: add log information for binder transaction failuresTodd Kjos2017-07-171-9/+11
* binder: move binder_alloc to separate fileTodd Kjos2017-07-171-0/+759