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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
binder: use per-vma lock in page reclaiming
Carlos Llamas
2024-12-24
1
-7
/
+22
*
binder: propagate vm_insert_page() errors
Carlos Llamas
2024-12-24
1
-1
/
+0
*
binder: use per-vma lock in page installation
Carlos Llamas
2024-12-24
1
-17
/
+50
*
binder: rename alloc->buffer to vm_start
Carlos Llamas
2024-12-24
1
-14
/
+14
*
binder: replace alloc->vma with alloc->mapped
Carlos Llamas
2024-12-24
1
-22
/
+26
*
binder: store shrinker metadata under page->private
Carlos Llamas
2024-12-24
1
-55
/
+75
*
binder: select correct nid for pages in LRU
Carlos Llamas
2024-12-24
1
-4
/
+12
*
binder: concurrent page installation
Carlos Llamas
2024-12-24
1
-24
/
+41
*
Revert "binder: switch alloc->mutex to spinlock_t"
Carlos Llamas
2024-12-24
1
-23
/
+23
*
mm/list_lru: simplify the list_lru walk callback function
Kairui Song
2024-11-12
1
-4
/
+3
*
mm/list_lru: split the lock to per-cgroup scope
Kairui Song
2024-11-12
1
-1
/
+0
*
binder_alloc: Fix sleeping function called from invalid context
Mukesh Ojha
2024-07-31
1
-1
/
+1
*
binder_alloc: Replace kcalloc with kvcalloc to mitigate OOM issues
Lei Liu
2024-07-03
1
-5
/
+5
*
binder: remove redundant variable page_addr
Colin Ian King
2024-03-07
1
-2
/
+0
*
Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-01-18
1
-418
/
+438
|
\
|
*
binder: switch alloc->mutex to spinlock_t
Carlos Llamas
2023-12-05
1
-23
/
+23
|
*
binder: reverse locking order in shrinker callback
Carlos Llamas
2023-12-05
1
-24
/
+22
|
*
binder: avoid user addresses in debug logs
Carlos Llamas
2023-12-05
1
-9
/
+6
|
*
binder: refactor binder_delete_free_buffer()
Carlos Llamas
2023-12-05
1
-33
/
+11
|
*
binder: collapse print_binder_buffer() into caller
Carlos Llamas
2023-12-05
1
-13
/
+9
|
*
binder: document the final page calculation
Carlos Llamas
2023-12-05
1
-7
/
+11
|
*
binder: rename lru shrinker utilities
Carlos Llamas
2023-12-05
1
-20
/
+20
|
*
binder: make oversized buffer code more readable
Carlos Llamas
2023-12-05
1
-11
/
+10
|
*
binder: remove redundant debug log
Carlos Llamas
2023-12-05
1
-3
/
+0
|
*
binder: perform page installation outside of locks
Carlos Llamas
2023-12-05
1
-28
/
+73
|
*
binder: initialize lru pages in mmap callback
Carlos Llamas
2023-12-05
1
-5
/
+7
|
*
binder: malloc new_buffer outside of locks
Carlos Llamas
2023-12-05
1
-21
/
+23
|
*
binder: refactor page range allocation
Carlos Llamas
2023-12-05
1
-60
/
+47
|
*
binder: relocate binder_alloc_clear_buf()
Carlos Llamas
2023-12-05
1
-63
/
+61
|
*
binder: relocate low space calculation
Carlos Llamas
2023-12-05
1
-10
/
+11
|
*
binder: separate the no-space debugging logic
Carlos Llamas
2023-12-05
1
-31
/
+40
|
*
binder: remove pid param in binder_alloc_new_buf()
Carlos Llamas
2023-12-05
1
-10
/
+8
|
*
binder: do unlocked work in binder_alloc_new_buf()
Carlos Llamas
2023-12-05
1
-39
/
+56
|
*
binder: split up binder_update_page_range()
Carlos Llamas
2023-12-05
1
-39
/
+40
|
*
binder: keep vma addresses type as unsigned long
Carlos Llamas
2023-12-05
1
-51
/
+40
|
*
binder: fix comment on binder_alloc_new_buf() return value
Carlos Llamas
2023-12-05
1
-1
/
+1
|
*
binder: fix trivial typo of binder_free_buf_locked()
Carlos Llamas
2023-12-05
1
-1
/
+1
|
*
binder: fix unused alloc->free_async_space
Carlos Llamas
2023-12-05
1
-7
/
+4
|
*
binder: fix async space check for 0-sized buffers
Carlos Llamas
2023-12-05
1
-3
/
+4
|
*
binder: fix race between mmput() and do_exit()
Carlos Llamas
2023-12-05
1
-2
/
+2
|
*
binder: fix use-after-free in shinker's callback
Carlos Llamas
2023-12-05
1
-1
/
+5
*
|
list_lru: allow explicit memcg and NUMA node selection
Nhat Pham
2023-12-12
1
-4
/
+3
|
/
*
binder: dynamically allocate the android-binder shrinker
Qi Zheng
2023-10-04
1
-12
/
+18
*
binder: fix memory leak in binder_init()
Qi Zheng
2023-08-04
1
-0
/
+6
*
binder: fix UAF of alloc->vma in race with munmap()
Carlos Llamas
2023-05-20
1
-3
/
+3
*
binder: add lockless binder_alloc_(set|get)_vma()
Carlos Llamas
2023-05-13
1
-10
/
+14
*
Revert "android: binder: stop saving a pointer to the VMA"
Carlos Llamas
2023-05-13
1
-8
/
+9
*
Revert "binder_alloc: add missing mmap_lock calls when using the VMA"
Carlos Llamas
2023-05-13
1
-21
/
+10
*
mm: remove zap_page_range and create zap_vma_pages
Mike Kravetz
2023-01-19
1
-1
/
+1
*
binder: validate alloc->mm in ->mmap() handler
Carlos Llamas
2022-11-09
1
-0
/
+7
[next]