summaryrefslogtreecommitdiffstats
path: root/drivers/android/binder_alloc_selftest.c
Commit message (Expand)AuthorAgeFilesLines
* android: binder: fix a kernel-doc enum warningRandy Dunlap2023-12-061-0/+4
* binder: rename lru shrinker utilitiesCarlos Llamas2023-12-051-3/+3
* binder: remove pid param in binder_alloc_new_buf()Carlos Llamas2023-12-051-1/+1
* binder: keep vma addresses type as unsigned longCarlos Llamas2023-12-051-3/+3
* Revert "android: binder: stop saving a pointer to the VMA"Carlos Llamas2023-05-131-1/+1
* android: binder: stop saving a pointer to the VMALiam R. Howlett2022-07-291-1/+1
* binder: print warnings when detecting oneway spamming.Martijn Coenen2020-09-031-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-051-10/+1
* binder: fix sparse issue in binder_alloc_selftest.cTodd Kjos2019-02-141-2/+3
* binder: use userspace pointer as base of buffer spaceTodd Kjos2019-02-121-2/+2
* android: binder: Add global lru shrinker to binderSherry Yang2017-08-281-14/+54
* android: binder: Move buffer out of area shared with user spaceSherry Yang2017-08-281-6/+5
* android: binder: Add allocator selftestSherry Yang2017-08-281-0/+271