aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/android/binder_alloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-25binder: take read mode of mmap_sem in binder_alloc_free_page()Tyler Hicks1-4/+4
2019-03-21binder: fix race between munmap() and direct reclaimTodd Kjos1-10/+8
2019-02-19binder: reduce mmap_sem write-side lockMinchan Kim1-2/+2
2019-02-12binder: use userspace pointer as base of buffer spaceTodd Kjos1-42/+45
2019-02-12binder: remove user_buffer_offsetTodd Kjos1-10/+6
2019-02-12binder: remove kernel vm_area for buffer spaceTodd Kjos1-38/+2
2019-02-12binder: add functions to copy to/from binder buffersTodd Kjos1-0/+59
2019-02-12binder: create userspace-to-binder-buffer copy functionTodd Kjos1-0/+113
2018-12-03Merge 4.20-rc5 into char-misc-nextGreg Kroah-Hartman1-10/+6
2018-11-26binder: fix sparse warnings on locking contextTodd Kjos1-0/+1
2018-11-26binder: fix race that allows malicious free of live bufferTodd Kjos1-10/+6
2018-09-12android: binder: fix the race mmap and alloc_new_buf_lockedMinchan Kim1-8/+35
2018-08-08android: binder: Rate-limit debug and userspace triggered err msgsSherry Yang1-15/+26
2018-07-24android: binder_alloc: Include asm/cacheflush.h after linux/ include filesGuenter Roeck1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2018-05-14ANDROID: binder: change down_write to down_readMinchan Kim1-3/+3
2018-01-25android: binder: use VM_ALLOC to get vm areaGanesh Mahendran1-1/+1
2017-12-19ANDROID: binder: make binder_alloc_new_buf_locked static and indent its argumentsXiongwei Song1-5/+6
2017-12-18android: binder: Check for errors in binder_alloc_shrinker_init().Tetsuo Handa1-3/+9
2017-11-28ANDROID: binder: show high watermark of alloc->pages.Martijn Coenen1-0/+4
2017-10-23Merge 4.14-rc6 into char-misc-nextGreg Kroah-Hartman1-14/+10
2017-10-21android: binder: Fix null ptr dereference in debug msgSherry Yang1-1/+1
2017-10-21android: binder: Don't get mm from taskSherry Yang1-13/+9
2017-10-20android: binder: Change binder_shrinker to staticSherry Yang1-1/+1
2017-10-20android: binder: Remove unused vma argumentSherry Yang1-9/+7
2017-10-03android: binder: drop lru lock in isolate callbackSherry Yang1-6/+12
2017-09-01android: binder: Add page usage in binder statsSherry Yang1-0/+28
2017-09-01android: binder: fixup crash introduced by moving buffer hdrSherry Yang1-1/+1
2017-08-28android: binder: Add shrinker tracepointsSherry Yang1-2/+25
2017-08-28android: binder: Add global lru shrinker to binderSherry Yang1-23/+149
2017-08-28android: binder: Move buffer out of area shared with user spaceSherry Yang1-60/+84
2017-08-28android: binder: Refactor prev and next buffer into a helper functionSherry Yang1-9/+15
2017-07-17binder: add more debug info when allocation fails.Martijn Coenen1-1/+30
2017-07-17binder: protect against two threads freeing bufferTodd Kjos1-5/+17
2017-07-17binder: add log information for binder transaction failuresTodd Kjos1-9/+11
2017-07-17binder: move binder_alloc to separate fileTodd Kjos1-0/+759