aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/android/binder_alloc_selftest.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-06android: binder: fix a kernel-doc enum warningRandy Dunlap1-0/+4
2023-12-05binder: rename lru shrinker utilitiesCarlos Llamas1-3/+3
2023-12-05binder: remove pid param in binder_alloc_new_buf()Carlos Llamas1-1/+1
2023-12-05binder: keep vma addresses type as unsigned longCarlos Llamas1-3/+3
2023-05-13Revert "android: binder: stop saving a pointer to the VMA"Carlos Llamas1-1/+1
2022-07-29android: binder: stop saving a pointer to the VMALiam R. Howlett1-1/+1
2020-09-03binder: print warnings when detecting oneway spamming.Martijn Coenen1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner1-10/+1
2019-02-14binder: fix sparse issue in binder_alloc_selftest.cTodd Kjos1-2/+3
2019-02-12binder: use userspace pointer as base of buffer spaceTodd Kjos1-2/+2
2017-08-28android: binder: Add global lru shrinker to binderSherry Yang1-14/+54
2017-08-28android: binder: Move buffer out of area shared with user spaceSherry Yang1-6/+5
2017-08-28android: binder: Add allocator selftestSherry Yang1-0/+271