summaryrefslogtreecommitdiffstats
path: root/drivers/android/binder_alloc.c
AgeCommit message (Expand)AuthorLines
2017-10-23Merge 4.14-rc6 into char-misc-nextGreg Kroah-Hartman-14/+10
2017-10-21android: binder: Fix null ptr dereference in debug msgSherry Yang-1/+1
2017-10-21android: binder: Don't get mm from taskSherry Yang-13/+9
2017-10-20android: binder: Change binder_shrinker to staticSherry Yang-1/+1
2017-10-20android: binder: Remove unused vma argumentSherry Yang-9/+7
2017-10-03android: binder: drop lru lock in isolate callbackSherry Yang-6/+12
2017-09-01android: binder: Add page usage in binder statsSherry Yang-0/+28
2017-09-01android: binder: fixup crash introduced by moving buffer hdrSherry Yang-1/+1
2017-08-28android: binder: Add shrinker tracepointsSherry Yang-2/+25
2017-08-28android: binder: Add global lru shrinker to binderSherry Yang-23/+149
2017-08-28android: binder: Move buffer out of area shared with user spaceSherry Yang-60/+84
2017-08-28android: binder: Refactor prev and next buffer into a helper functionSherry Yang-9/+15
2017-07-17binder: add more debug info when allocation fails.Martijn Coenen-1/+30
2017-07-17binder: protect against two threads freeing bufferTodd Kjos-5/+17
2017-07-17binder: add log information for binder transaction failuresTodd Kjos-9/+11
2017-07-17binder: move binder_alloc to separate fileTodd Kjos-0/+759