index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
android
/
binder_alloc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-420
/
+440
|
\
|
*
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
*
binder: remove binder_alloc_set_vma()
Carlos Llamas
2022-09-06
1
-23
/
+2
*
binder: rename alloc->vma_vm_mm to alloc->mm
Carlos Llamas
2022-09-06
1
-17
/
+17
*
Merge tag 'char-misc-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-09-02
1
-2
/
+2
|
\
|
*
binder: fix alloc->vma_vm_mm null-ptr dereference
Carlos Llamas
2022-09-01
1
-2
/
+2
|
*
Revert "binder_alloc: Add missing mmap_lock calls when using the VMA"
Greg Kroah-Hartman
2022-08-19
1
-21
/
+10
|
*
binder_alloc: Add missing mmap_lock calls when using the VMA
Liam Howlett
2022-08-18
1
-10
/
+21
*
|
binder_alloc: add missing mmap_lock calls when using the VMA
Liam Howlett
2022-08-28
1
-10
/
+21
|
/
*
android: binder: fix lockdep check on clearing vma
Liam Howlett
2022-07-30
1
-1
/
+8
*
android: binder: stop saving a pointer to the VMA
Liam R. Howlett
2022-07-30
1
-16
/
+14
*
mm: shrinkers: provide shrinkers with names
Roman Gushchin
2022-07-04
1
-1
/
+1
*
binder: Use memcpy_{to,from}_page() in binder_alloc_do_buffer_copy()
Fabio M. De Francesco
2022-04-26
1
-11
/
+2
[next]