index
:
kernel/git/docs/linux.git
docs-fixes
docs-mw
docs-next
master
corbet's fork of linux.git
Kernel documentation group
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
android
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-29
rust_binder: remove spin_lock() in rust_shrink_free_page()
Alice Ryhl
1
-3
/
+0
2025-12-06
Merge tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
7
-36
/
+20
2025-12-06
Merge tag 'bitmap-for-6.19' of github.com:/norov/linux
Linus Torvalds
1
-17
/
+47
2025-12-05
Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-151
/
+52
2025-12-03
Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2
-0
/
+2
2025-12-03
Merge tag 'rust-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
5
-10
/
+11
2025-12-02
rust_binder: use bitmap for allocation of handles
Alice Ryhl
1
-17
/
+47
2025-11-26
rust_binder: avoid mem::take on delivered_deaths
Alice Ryhl
1
-2
/
+6
2025-11-26
rust_binder: fix race condition on death_list
Alice Ryhl
1
-3
/
+3
2025-11-26
android: binder: add missing return value documentation for binder_apply_fd_f...
Sunday Adelodun
1
-0
/
+2
2025-11-26
android: binderfs: add missing parameters in binder_ctl_ioctl()'s doc
Sunday Adelodun
1
-0
/
+3
2025-11-26
rust_binder: move BC_FREE_BUFFER drop inside if statement
Alice Ryhl
1
-2
/
+2
2025-11-26
rust_binder: use compat_ptr_ioctl
Alice Ryhl
2
-28
/
+3
2025-11-26
binder: mark binder_alloc_exhaustive_test as slow
Carlos Llamas
1
-1
/
+1
2025-11-25
tools: ynl-gen: add regeneration comment
Asbjørn Sloth Tønnesen
2
-0
/
+2
2025-11-17
convert rust_binderfs
Al Viro
1
-88
/
+33
2025-11-16
rust: rbtree: add immutable cursor
Vitaly Wool
3
-4
/
+4
2025-11-16
convert binderfs
Al Viro
1
-19
/
+14
2025-11-16
binderfs_binder_ctl_create(): kill a bogus check
Al Viro
1
-6
/
+0
2025-11-16
binderfs: use simple_start_creating()
Al Viro
1
-38
/
+5
2025-10-22
binder: remove "invalid inc weak" check
Alice Ryhl
1
-10
/
+1
2025-10-22
rust: replace `CStr` with `core::ffi::CStr`
Tamir Duberstein
1
-1
/
+1
2025-10-20
rust_binder: use `core::ffi::CStr` method names
Tamir Duberstein
1
-2
/
+2
2025-10-20
rust_binder: use `kernel::fmt`
Tamir Duberstein
1
-2
/
+3
2025-10-20
rust_binder: remove trailing comma
Tamir Duberstein
1
-1
/
+1
2025-10-13
binder: Fix missing kernel-doc entries in binder.c
Kriish Sharma
1
-13
/
+14
2025-10-13
rust_binder: report freeze notification only when fully frozen
Alice Ryhl
3
-14
/
+42
2025-10-13
rust_binder: don't delete FreezeListener if there are pending duplicates
Alice Ryhl
1
-1
/
+10
2025-10-13
rust_binder: freeze_notif_done should resend if wrong state
Alice Ryhl
1
-2
/
+3
2025-10-13
rust_binder: remove warning about orphan mappings
Alice Ryhl
1
-4
/
+0
2025-10-13
rust_binder: clean `clippy::mem_replace_with_default` warning
Miguel Ojeda
1
-1
/
+1
2025-09-19
rust_binder: add Rust Binder driver
Alice Ryhl
28
-1
/
+10264
2025-09-18
binder: fix double-free in dbitmap
Carlos Llamas
1
-0
/
+1
2025-08-19
binder: add tracepoint for netlink reports
Carlos Llamas
2
-0
/
+39
2025-08-19
binder: add transaction_report feature entry
Li Li
1
-0
/
+8
2025-08-19
binder: introduce transaction reports via netlink
Li Li
5
-5
/
+134
2025-08-19
binder: add t->is_async and t->is_reply
Carlos Llamas
2
-5
/
+6
2025-08-19
binder: pre-allocate binder_transaction
Carlos Llamas
1
-34
/
+30
2025-08-18
binder: remove MODULE_LICENSE()
Carlos Llamas
1
-2
/
+0
2025-07-29
Merge tag 'char-misc-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
12
-405
/
+657
2025-07-28
Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-14
/
+6
2025-07-24
binder: Use seq_buf in binder_alloc kunit tests
Tiffany Yang
1
-25
/
+21
2025-07-24
binder: Add copyright notice to new kunit files
Tiffany Yang
3
-1
/
+11
2025-07-16
binder: encapsulate individual alloc test cases
Tiffany Yang
1
-53
/
+181
2025-07-16
binder: Convert binder_alloc selftests to KUnit
Tiffany Yang
7
-366
/
+282
2025-07-16
binder: Scaffolding for binder_alloc KUnit tests
Tiffany Yang
9
-6
/
+208
2025-07-16
binder: Store lru freelist in binder_alloc
Tiffany Yang
3
-20
/
+67
2025-07-16
binder: Fix selftest page indexing
Tiffany Yang
1
-1
/
+1
2025-07-16
binder: use guards for plain mutex- and spinlock-protected sections
Dmitry Antipov
3
-38
/
+17
2025-07-16
binder: use kstrdup() in binderfs_binder_device_create()
Dmitry Antipov
1
-4
/
+1
2025-07-02
kill binderfs_remove_file()
Al Viro
3
-18
/
+1
2025-06-24
binder: Remove unused binder lock events
Steven Rostedt
1
-21
/
+0
2025-06-24
binder: fix reversed pid/tid in log
Carlos Llamas
1
-4
/
+2
2025-06-17
binder_ioctl_write_read(): simplify control flow a bit
Al Viro
1
-14
/
+6
2025-06-06
Merge tag 'char-misc-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-89
/
+169
2025-05-26
Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+2
2025-05-25
binder: fix yet another UAF in binder_devices
Carlos Llamas
1
-0
/
+1
2025-05-21
binder: Create safe versions of binder log files
Tiffany Y. Yang
1
-27
/
+79
2025-05-21
binder: Refactor binder_node print synchronization
Tiffany Y. Yang
1
-51
/
+68
2025-05-21
binder: fix use-after-free in binderfs_evict_inode()
Dmitry Antipov
3
-5
/
+20
2025-04-28
Merge 6.15-rc4 into char-misc-next
Greg Kroah-Hartman
1
-1
/
+1
2025-04-15
binder: use buffer offsets in debug logs
Tiffany Y. Yang
1
-16
/
+11
2025-04-15
binder: fix offset calculation in debug log
Carlos Llamas
1
-1
/
+1
2025-04-08
VFS: rename lookup_one_len family to lookup_noperm and remove permission check
NeilBrown
1
-2
/
+2
2025-03-10
Merge 6.14-rc6 into char-misc-next
Greg Kroah-Hartman
1
-0
/
+1
2025-02-20
binder: remove unneeded <linux/export.h> inclusion from binder_internal.h
Masahiro Yamada
1
-1
/
+0
2025-02-20
binderfs: fix use-after-free in binder_devices
Carlos Llamas
1
-0
/
+1
2025-01-27
Merge tag 'char-misc-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
7
-169
/
+288
2025-01-13
binder: log transaction code on failure
Carlos Llamas
1
-2
/
+2
2025-01-08
binder: fix kernel-doc warning of 'file' member
Carlos Llamas
1
-1
/
+1
2025-01-08
binderfs: add new binder devices to binder_devices
Li Li
3
-2
/
+16
2024-12-24
binder: use per-vma lock in page reclaiming
Carlos Llamas
1
-7
/
+22
2024-12-24
binder: propagate vm_insert_page() errors
Carlos Llamas
1
-1
/
+0
2024-12-24
binder: use per-vma lock in page installation
Carlos Llamas
1
-17
/
+50
2024-12-24
binder: rename alloc->buffer to vm_start
Carlos Llamas
5
-19
/
+19
2024-12-24
binder: replace alloc->vma with alloc->mapped
Carlos Llamas
3
-26
/
+30
2024-12-24
binder: store shrinker metadata under page->private
Carlos Llamas
3
-70
/
+99
2024-12-24
binder: select correct nid for pages in LRU
Carlos Llamas
1
-4
/
+12
2024-12-24
binder: concurrent page installation
Carlos Llamas
1
-24
/
+41
2024-12-24
Revert "binder: switch alloc->mutex to spinlock_t"
Carlos Llamas
2
-28
/
+28
2024-12-15
binder: initialize lsm_context structure
Casey Schaufler
1
-1
/
+1
2024-12-04
lsm: replace context+len with lsm_context
Casey Schaufler
1
-3
/
+2
2024-12-04
lsm: ensure the correct LSM context releaser
Casey Schaufler
1
-12
/
+12
2024-11-29
Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-15
/
+49
2024-11-11
mm/list_lru: simplify the list_lru walk callback function
Kairui Song
2
-5
/
+4
2024-11-11
mm/list_lru: split the lock to per-cgroup scope
Kairui Song
1
-1
/
+0
2024-10-13
binder: add delivered_freeze to debugfs output
Carlos Llamas
1
-0
/
+4
2024-10-13
binder: fix memleak of proc->delivered_freeze
Carlos Llamas
1
-0
/
+11
2024-10-13
binder: allow freeze notification for dead nodes
Carlos Llamas
1
-15
/
+13
2024-10-13
binder: fix BINDER_WORK_CLEAR_FREEZE_NOTIFICATION debug logs
Carlos Llamas
1
-0
/
+3
2024-10-13
binder: fix BINDER_WORK_FROZEN_BINDER debug logs
Carlos Llamas
1
-0
/
+3
2024-10-13
binder: fix freeze UAF in binder_release_work()
Carlos Llamas
1
-0
/
+6
2024-10-13
binder: fix OOB in binder_add_freeze_work()
Carlos Llamas
1
-0
/
+2
2024-10-13
binder: fix node UAF in binder_add_freeze_work()
Carlos Llamas
1
-0
/
+7
2024-09-11
binder: modify the comment for binder_proc_unlock
Ba Jing
1
-1
/
+1
2024-09-09
Merge 6.11-rc7 into char-misc-next
Greg Kroah-Hartman
1
-0
/
+1
2024-09-03
binder: fix UAF caused by offsets overwrite
Carlos Llamas
1
-0
/
+1
2024-09-03
binder: fix typo in comment
Ruffalo Lavoisier
1
-1
/
+1
2024-08-12
Merge 6.11-rc3 into char-misc-next
Greg Kroah-Hartman
3
-25
/
+14
2024-07-31
binder: frozen notification binder_features flag
Yu-Ting Tseng
1
-0
/
+8
2024-07-31
binder: frozen notification
Yu-Ting Tseng
2
-4
/
+301
2024-07-31
binder_alloc: Fix sleeping function called from invalid context
Mukesh Ojha
1
-1
/
+1
2024-07-31
binder: fix descriptor lookup for context manager
Carlos Llamas
2
-24
/
+13
2024-07-12
binder: fix hang of unregistered readers
Carlos Llamas
1
-3
/
+1
2024-07-03
binder_alloc: Replace kcalloc with kvcalloc to mitigate OOM issues
Lei Liu
1
-5
/
+5
2024-07-03
binder: use bitmap for faster descriptor lookup
Carlos Llamas
3
-14
/
+279
2024-05-04
binder: fix max_thread type inconsistency
Carlos Llamas
2
-2
/
+2
2024-04-11
binder: check offset alignment in binder_get_object()
Carlos Llamas
1
-1
/
+3
2024-03-21
Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+0
2024-03-07
binder: remove redundant variable page_addr
Colin Ian King
1
-2
/
+0
2024-02-22
binder: use of hlist_count_nodes()
Pierre Gondois
1
-3
/
+1
2024-01-31
binder: signal epoll threads of self-work
Carlos Llamas
1
-0
/
+10
2024-01-17
Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
6
-475
/
+494
2024-01-09
Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-4
/
+3
2024-01-07
android: removed duplicate linux/errno
Tanzir Hasan
1
-1
/
+0
2024-01-04
android: binder: binderfs.c: removed asm-generic/errno-base.h
Tanzir Hasan
1
-1
/
+1
2023-12-12
list_lru: allow explicit memcg and NUMA node selection
Nhat Pham
1
-4
/
+3
2023-12-12
file: s/close_fd_get_file()/file_close_fd()/g
Christian Brauner
1
-1
/
+1
2023-12-06
android: binder: fix a kernel-doc enum warning
Randy Dunlap
1
-0
/
+4
2023-12-05
binder: switch alloc->mutex to spinlock_t
Carlos Llamas
2
-28
/
+28
2023-12-05
binder: reverse locking order in shrinker callback
Carlos Llamas
1
-24
/
+22
2023-12-05
binder: avoid user addresses in debug logs
Carlos Llamas
2
-11
/
+8
2023-12-05
binder: refactor binder_delete_free_buffer()
Carlos Llamas
1
-33
/
+11
2023-12-05
binder: collapse print_binder_buffer() into caller
Carlos Llamas
1
-13
/
+9
2023-12-05
binder: document the final page calculation
Carlos Llamas
1
-7
/
+11
2023-12-05
binder: rename lru shrinker utilities
Carlos Llamas
3
-25
/
+25
2023-12-05
binder: make oversized buffer code more readable
Carlos Llamas
1
-11
/
+10
2023-12-05
binder: remove redundant debug log
Carlos Llamas
1
-3
/
+0
2023-12-05
binder: perform page installation outside of locks
Carlos Llamas
1
-28
/
+73
2023-12-05
binder: initialize lru pages in mmap callback
Carlos Llamas
1
-5
/
+7
2023-12-05
binder: malloc new_buffer outside of locks
Carlos Llamas
1
-21
/
+23
2023-12-05
binder: refactor page range allocation
Carlos Llamas
1
-60
/
+47
2023-12-05
binder: relocate binder_alloc_clear_buf()
Carlos Llamas
1
-63
/
+61
2023-12-05
binder: relocate low space calculation
Carlos Llamas
1
-10
/
+11
2023-12-05
binder: separate the no-space debugging logic
Carlos Llamas
1
-31
/
+40
2023-12-05
binder: remove pid param in binder_alloc_new_buf()
Carlos Llamas
4
-17
/
+12
2023-12-05
binder: do unlocked work in binder_alloc_new_buf()
Carlos Llamas
1
-39
/
+56
2023-12-05
binder: split up binder_update_page_range()
Carlos Llamas
1
-39
/
+40
2023-12-05
binder: keep vma addresses type as unsigned long
Carlos Llamas
5
-69
/
+57
2023-12-05
binder: remove extern from function prototypes
Carlos Llamas
1
-19
/
+19
2023-12-05
binder: fix comment on binder_alloc_new_buf() return value
Carlos Llamas
1
-1
/
+1
2023-12-05
binder: fix trivial typo of binder_free_buf_locked()
Carlos Llamas
1
-1
/
+1
2023-12-05
binder: fix unused alloc->free_async_space
Carlos Llamas
1
-7
/
+4
2023-12-05
binder: fix async space check for 0-sized buffers
Carlos Llamas
1
-3
/
+4
2023-12-05
binder: fix race between mmput() and do_exit()
Carlos Llamas
1
-2
/
+2
2023-12-05
binder: fix use-after-free in shinker's callback
Carlos Llamas
1
-1
/
+5
2023-12-05
binder: use EPOLLERR from eventpoll.h
Carlos Llamas
1
-1
/
+1
2023-11-03
Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2023-11-02
Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-12
/
+18
2023-10-30
Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
1
-4
/
+4
2023-10-18
android: convert to new timestamp accessors
Jeff Layton
1
-4
/
+4
2023-10-16
Merge 6.6-rc6 into char-misc-next
Greg Kroah-Hartman
1
-0
/
+2
2023-10-05
binderfs: fix typo in binderfs.c
Kuan-Wei Chiu
1
-1
/
+1
2023-10-05
binder: fix memory leaks of spam and pending work
Carlos Llamas
1
-0
/
+2
2023-10-04
binder: dynamically allocate the android-binder shrinker
Qi Zheng
1
-12
/
+18
2023-09-01
Merge tag 'char-misc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-12
/
+9
2023-08-28
Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-4
/
+4
2023-08-13
Merge 6.5-rc6 into char-misc-next
Greg Kroah-Hartman
3
-0
/
+8
2023-08-04
binderfs: Drop unused #include <linux/radix-tree.h>
Uwe Kleine-König
1
-1
/
+0
2023-08-04
android: Remove error checking for debugfs_create_dir()
Wang Ming
1
-11
/
+9
2023-08-04
binder: fix memory leak in binder_init()
Qi Zheng
3
-0
/
+8
2023-07-13
binderfs: convert to ctime accessor functions
Jeff Layton
1
-4
/
+4
2023-05-28
Merge v6.4-rc4 into char-misc-next
Greg Kroah-Hartman
4
-45
/
+53
2023-05-20
binder: fix UAF of alloc->vma in race with munmap()
Carlos Llamas
1
-3
/
+3
2023-05-13
Binder: Add async from to transaction record
Chuang Zhang
2
-2
/
+6
2023-05-13
Binder: Add timestamp to transaction record
Chuang Zhang
2
-2
/
+8
2023-05-13
binder: add lockless binder_alloc_(set|get)_vma()
Carlos Llamas
1
-10
/
+14
2023-05-13
Revert "android: binder: stop saving a pointer to the VMA"
Carlos Llamas
3
-11
/
+12
2023-05-13
Revert "binder_alloc: add missing mmap_lock calls when using the VMA"
Carlos Llamas
1
-21
/
+10
2023-05-13
binder: fix UAF caused by faulty buffer cleanup
Carlos Llamas
1
-7
/
+21
2023-02-24
Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-31
/
+41
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-3
/
+2
2023-02-09
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
1
-2
/
+1
2023-01-19
android: fix W=1 kernel-doc warnings
Randy Dunlap
2
-11
/
+11
2023-01-19
binder: return pending info for frozen async txns
Li Li
2
-7
/
+28
2023-01-19
binder: remove unneeded size check code
Jiazi.Li
1
-13
/
+2
2023-01-19
fs: port ->rename() to pass mnt_idmap
Christian Brauner
1
-2
/
+2
2023-01-18
mm: remove zap_page_range and create zap_vma_pages
Mike Kravetz
1
-1
/
+1
2022-11-09
binder: validate alloc->mm in ->mmap() handler
Carlos Llamas
1
-0
/
+7
2022-10-10
Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-3
/
+1
2022-09-07
freezer,sched: Rewrite core freezer logic
Peter Zijlstra
1
-3
/
+1
2022-09-06
binder: fix binder_alloc kernel-doc warnings
Carlos Llamas
1
-3
/
+2
2022-09-06
binder: remove binder_alloc_set_vma()
Carlos Llamas
1
-23
/
+2
2022-09-06
binder: rename alloc->vma_vm_mm to alloc->mm
Carlos Llamas
2
-19
/
+19
2022-09-05
Merge 6.0-rc4 into char-misc-next
Greg Kroah-Hartman
2
-12
/
+35
2022-09-02
Merge tag 'char-misc-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-2
/
+14
2022-09-01
binderfs: rework superblock destruction
Al Viro
1
-13
/
+17
2022-09-01
binderfs: remove unused INTSTRLEN macro
Carlos Llamas
1
-1
/
+0
2022-09-01
binder: remove unused binder_alloc->buffer_free
Carlos Llamas
1
-1
/
+0
2022-09-01
binder: fix trivial kernel-doc typo
Carlos Llamas
1
-2
/
+2
2022-09-01
binder: fix alloc->vma_vm_mm null-ptr dereference
Carlos Llamas
1
-2
/
+2
2022-08-28
binder_alloc: add missing mmap_lock calls when using the VMA
Liam Howlett
1
-10
/
+21
2022-08-19
Revert "binder_alloc: Add missing mmap_lock calls when using the VMA"
Greg Kroah-Hartman
1
-21
/
+10
2022-08-18
binder_alloc: Add missing mmap_lock calls when using the VMA
Liam Howlett
1
-10
/
+21
2022-08-18
binder: fix UAF of ref->proc caused by race condition
Carlos Llamas
1
-0
/
+12
2022-08-05
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-18
/
+23
2022-07-29
android: binder: fix lockdep check on clearing vma
Liam Howlett
1
-1
/
+8
2022-07-29
android: binder: stop saving a pointer to the VMA
Liam R. Howlett
3
-18
/
+16
2022-07-08
binder: fix redefinition of seq_file attributes
Carlos Llamas
3
-107
/
+100
2022-07-03
mm: shrinkers: provide shrinkers with names
Roman Gushchin
1
-1
/
+1
[next]