aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/android/binder_alloc_selftest.c
Commit message (Expand)AuthorAgeFilesLines
* binder: Convert binder_alloc selftests to KUnitTiffany Yang2025-07-161-345/+0
* binder: Store lru freelist in binder_allocTiffany Yang2025-07-161-10/+49
* binder: Fix selftest page indexingTiffany Yang2025-07-161-1/+1
* binder: rename alloc->buffer to vm_startCarlos Llamas2024-12-241-1/+1
* binder: replace alloc->vma with alloc->mappedCarlos Llamas2024-12-241-1/+1
* binder: store shrinker metadata under page->privateCarlos Llamas2024-12-241-7/+7
* android: binder: fix a kernel-doc enum warningRandy Dunlap2023-12-051-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-301-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