index
:
kernel
linux-6.17.y
linux-6.18.y
main
saturneric's kernel source tree
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
android
/
binder_alloc_selftest.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
binder: Convert binder_alloc selftests to KUnit
Tiffany Yang
2025-07-16
1
-345
/
+0
*
binder: Store lru freelist in binder_alloc
Tiffany Yang
2025-07-16
1
-10
/
+49
*
binder: Fix selftest page indexing
Tiffany Yang
2025-07-16
1
-1
/
+1
*
binder: rename alloc->buffer to vm_start
Carlos Llamas
2024-12-24
1
-1
/
+1
*
binder: replace alloc->vma with alloc->mapped
Carlos Llamas
2024-12-24
1
-1
/
+1
*
binder: store shrinker metadata under page->private
Carlos Llamas
2024-12-24
1
-7
/
+7
*
android: binder: fix a kernel-doc enum warning
Randy Dunlap
2023-12-05
1
-0
/
+4
*
binder: rename lru shrinker utilities
Carlos Llamas
2023-12-05
1
-3
/
+3
*
binder: remove pid param in binder_alloc_new_buf()
Carlos Llamas
2023-12-05
1
-1
/
+1
*
binder: keep vma addresses type as unsigned long
Carlos Llamas
2023-12-05
1
-3
/
+3
*
Revert "android: binder: stop saving a pointer to the VMA"
Carlos Llamas
2023-05-13
1
-1
/
+1
*
android: binder: stop saving a pointer to the VMA
Liam R. Howlett
2022-07-30
1
-1
/
+1
*
binder: print warnings when detecting oneway spamming.
Martijn Coenen
2020-09-03
1
-1
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282
Thomas Gleixner
2019-06-05
1
-10
/
+1
*
binder: fix sparse issue in binder_alloc_selftest.c
Todd Kjos
2019-02-14
1
-2
/
+3
*
binder: use userspace pointer as base of buffer space
Todd Kjos
2019-02-12
1
-2
/
+2
*
android: binder: Add global lru shrinker to binder
Sherry Yang
2017-08-28
1
-14
/
+54
*
android: binder: Move buffer out of area shared with user space
Sherry Yang
2017-08-28
1
-6
/
+5
*
android: binder: Add allocator selftest
Sherry Yang
2017-08-28
1
-0
/
+271