summaryrefslogtreecommitdiffstats
path: root/drivers/android/binder_alloc.h
Commit message (Expand)AuthorAgeFilesLines
* binder: switch alloc->mutex to spinlock_tCarlos Llamas2023-12-051-5/+5
* binder: rename lru shrinker utilitiesCarlos Llamas2023-12-051-2/+2
* binder: remove pid param in binder_alloc_new_buf()Carlos Llamas2023-12-051-5/+2
* binder: keep vma addresses type as unsigned longCarlos Llamas2023-12-051-3/+3
* binder: remove extern from function prototypesCarlos Llamas2023-12-051-19/+19
* binder: fix memory leak in binder_init()Qi Zheng2023-08-041-0/+1
* Revert "android: binder: stop saving a pointer to the VMA"Carlos Llamas2023-05-131-2/+2
* binder: fix binder_alloc kernel-doc warningsCarlos Llamas2022-09-061-3/+2
* binder: rename alloc->vma_vm_mm to alloc->mmCarlos Llamas2022-09-061-2/+2
* binder: remove unused binder_alloc->buffer_freeCarlos Llamas2022-09-011-1/+0
* binder: fix trivial kernel-doc typoCarlos Llamas2022-09-011-2/+2
* android: binder: stop saving a pointer to the VMALiam R. Howlett2022-07-291-1/+1
* binder: tell userspace to dump current backtrace when detected oneway spammingHang Lu2021-04-101-1/+7
* binder: add flag to clear buffer on txn completeTodd Kjos2020-12-091-1/+3
* binder: print warnings when detecting oneway spamming.Martijn Coenen2020-09-031-1/+4
* binder: return errors from buffer copy functionsTodd Kjos2019-07-011-11/+11
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-051-10/+1
* binder: use userspace pointer as base of buffer spaceTodd Kjos2019-02-121-3/+3
* binder: remove user_buffer_offsetTodd Kjos2019-02-121-23/+0
* binder: add functions to copy to/from binder buffersTodd Kjos2019-02-121-0/+12
* binder: create userspace-to-binder-buffer copy functionTodd Kjos2019-02-121-0/+8
* binder: fix kerneldoc header for struct binder_bufferTodd Kjos2018-12-061-10/+10
* binder: fix race that allows malicious free of live bufferTodd Kjos2018-11-261-2/+1
* android: binder: Check for errors in binder_alloc_shrinker_init().Tetsuo Handa2017-12-181-1/+1
* ANDROID: binder: show high watermark of alloc->pages.Martijn Coenen2017-11-281-0/+2
* android: binder: Don't get mm from taskSherry Yang2017-10-211-1/+0
* android: binder: Add page usage in binder statsSherry Yang2017-09-011-0/+2
* android: binder: Add global lru shrinker to binderSherry Yang2017-08-281-3/+20
* android: binder: Move buffer out of area shared with user spaceSherry Yang2017-08-281-1/+1
* android: binder: Add allocator selftestSherry Yang2017-08-281-0/+5
* binder: protect against two threads freeing bufferTodd Kjos2017-07-171-3/+4
* binder: move binder_alloc to separate fileTodd Kjos2017-07-171-0/+162