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