aboutsummaryrefslogtreecommitdiff
path: root/drivers/android/binder_alloc.c
AgeCommit message (Expand)Author
2018-07-17UPSTREAM: ANDROID: binder: change down_write to down_readMinchan Kim
2018-07-17UPSTREAM: android: binder: use VM_ALLOC to get vm areaGanesh Mahendran
2018-07-17UPSTREAM: ANDROID: binder: make binder_alloc_new_buf_locked static and indent...Xiongwei Song
2018-07-17UPSTREAM: android: binder: Check for errors in binder_alloc_shrinker_init().Tetsuo Handa
2017-10-27ANDROID: binder: show high watermark of alloc->pages.Martijn Coenen
2017-10-23FROMLIST: android: binder: Fix null ptr dereference in debug msgSherry Yang
2017-10-23FROMLIST: android: binder: Change binder_shrinker to staticSherry Yang
2017-09-21FROMLIST: android: binder: Don't get mm from taskSherry Yang
2017-09-21FROMLIST: android: binder: Remove unused vma argumentSherry Yang
2017-09-21FROMLIST: android: binder: Drop lru lock in isolate callbackSherry Yang
2017-08-31FROMLIST: android: binder: Add page usage in binder statsSherry Yang
2017-08-31FROMLIST: android: binder: Add shrinker tracepointsSherry Yang
2017-08-31FROMLIST: android: binder: Add global lru shrinker to binderSherry Yang
2017-08-31FROMLIST: android: binder: Move buffer out of area shared with user spaceSherry Yang
2017-08-31FROMLIST: android: binder: Refactor prev and next buffer into a helper functionSherry Yang
2017-07-13FROMLIST: binder: add more debug info when allocation fails.Martijn Coenen
2017-07-13FROMLIST: binder: protect against two threads freeing bufferTodd Kjos
2017-07-13FROMLIST: binder: add log information for binder transaction failuresTodd Kjos
2017-07-13FROMLIST: binder: move binder_alloc to separate fileTodd Kjos