summaryrefslogtreecommitdiff
path: root/drivers/android/binder_alloc.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-05binder: fix async_free_space accounting for empty parcelsTodd Kjos1-1/+1
2020-07-29binder: Don't use mmput() from shrinker function.Tetsuo Handa1-1/+1
2020-05-02binder: take read mode of mmap_sem in binder_alloc_free_page()Tyler Hicks1-4/+4
2019-12-17binder: Handle start==NULL in binder_update_page_range()Jann Horn1-3/+5
2019-06-09binder: fix race between munmap() and direct reclaimTodd Kjos1-10/+8
2019-06-09Revert "binder: fix handling of misaligned binder object"Todd Kjos1-8/+10
2019-05-02binder: fix handling of misaligned binder objectTodd Kjos1-10/+8
2018-12-05binder: fix race that allows malicious free of live bufferTodd Kjos1-8/+6
2018-09-19android: binder: fix the race mmap and alloc_new_buf_lockedMinchan Kim1-8/+34
2018-02-03android: binder: use VM_ALLOC to get vm areaGanesh Mahendran1-1/+1
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-04android: 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