summaryrefslogtreecommitdiffstats
path: root/drivers/android/binder_alloc.h
AgeCommit message (Expand)AuthorLines
2023-08-04binder: fix memory leak in binder_init()Qi Zheng-0/+1
2023-05-13Revert "android: binder: stop saving a pointer to the VMA"Carlos Llamas-2/+2
2022-09-06binder: fix binder_alloc kernel-doc warningsCarlos Llamas-3/+2
2022-09-06binder: rename alloc->vma_vm_mm to alloc->mmCarlos Llamas-2/+2
2022-09-01binder: remove unused binder_alloc->buffer_freeCarlos Llamas-1/+0
2022-09-01binder: fix trivial kernel-doc typoCarlos Llamas-2/+2
2022-07-29android: binder: stop saving a pointer to the VMALiam R. Howlett-1/+1
2021-04-10binder: tell userspace to dump current backtrace when detected oneway spammingHang Lu-1/+7
2020-12-09binder: add flag to clear buffer on txn completeTodd Kjos-1/+3
2020-09-03binder: print warnings when detecting oneway spamming.Martijn Coenen-1/+4
2019-07-01binder: return errors from buffer copy functionsTodd Kjos-11/+11
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner-10/+1
2019-02-12binder: use userspace pointer as base of buffer spaceTodd Kjos-3/+3
2019-02-12binder: remove user_buffer_offsetTodd Kjos-23/+0
2019-02-12binder: add functions to copy to/from binder buffersTodd Kjos-0/+12
2019-02-12binder: create userspace-to-binder-buffer copy functionTodd Kjos-0/+8
2018-12-06binder: fix kerneldoc header for struct binder_bufferTodd Kjos-10/+10
2018-11-26binder: fix race that allows malicious free of live bufferTodd Kjos-2/+1
2017-12-18android: binder: Check for errors in binder_alloc_shrinker_init().Tetsuo Handa-1/+1
2017-11-28ANDROID: binder: show high watermark of alloc->pages.Martijn Coenen-0/+2
2017-10-21android: binder: Don't get mm from taskSherry Yang-1/+0
2017-09-01android: binder: Add page usage in binder statsSherry Yang-0/+2
2017-08-28android: binder: Add global lru shrinker to binderSherry Yang-3/+20
2017-08-28android: binder: Move buffer out of area shared with user spaceSherry Yang-1/+1
2017-08-28android: binder: Add allocator selftestSherry Yang-0/+5
2017-07-17binder: protect against two threads freeing bufferTodd Kjos-3/+4
2017-07-17binder: move binder_alloc to separate fileTodd Kjos-0/+162