summaryrefslogtreecommitdiffstats
path: root/drivers/android/binder_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* binder: fix race between munmap() and direct reclaimTodd Kjos2019-06-091-10/+8
* Revert "binder: fix handling of misaligned binder object"Todd Kjos2019-06-091-8/+10
* binder: fix handling of misaligned binder objectTodd Kjos2019-05-021-10/+8
* binder: fix race that allows malicious free of live bufferTodd Kjos2018-12-051-10/+6
* 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