index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
android
Age
Commit message (
Expand
)
Author
Files
Lines
3 days
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
2
-2
/
+2
4 days
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
4
-24
/
+24
4 days
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
4
-30
/
+28
8 days
Merge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
11
-63
/
+213
13 days
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2
-6
/
+5
2026-02-10
Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-36
/
+32
2026-02-07
Merge tag 'char-misc-6.19-final' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
4
-50
/
+94
2026-02-05
rust_binderfs: fix a dentry leak
Al Viro
1
-7
/
+2
2026-02-03
android/binder: use same_thread_group(proc->tsk, current) in binder_mmap()
Oleg Nesterov
1
-1
/
+1
2026-02-03
android/binder: don't abuse current->group_leader
Oleg Nesterov
2
-5
/
+4
2026-02-03
rust_binder: return p from rust_binder_transaction_target_node()
Alice Ryhl
1
-1
/
+1
2026-02-03
binderfs: fix ida_alloc_max() upper bound
Carlos Llamas
1
-4
/
+4
2026-02-03
rust_binderfs: fix ida_alloc_max() upper bound
Carlos Llamas
1
-4
/
+4
2026-02-03
drivers: android: binder: Update ARef imports from sync::aref
Shankari Anand
2
-3
/
+2
2026-02-03
rust_binder: fix needless borrow in context.rs
Shivam Kalra
1
-1
/
+1
2026-01-26
binder: fix BR_FROZEN_REPLY error log
Carlos Llamas
1
-2
/
+3
2026-01-26
rust_binder: add additional alignment checks
Alice Ryhl
1
-14
/
+36
2026-01-26
binder: fix UAF in binder_netlink_report()
Carlos Llamas
1
-1
/
+13
2026-01-26
rust_binder: correctly handle FDA objects of length zero
Alice Ryhl
1
-25
/
+34
2026-01-26
rust_binder: refactor context management to use KVVec
Jason Hall
2
-53
/
+36
2026-01-16
binder: don't use %pK through printk
Thomas Weißschuh
2
-4
/
+4
2026-01-16
rust: redefine `bindings::compat_ptr_ioctl` in Rust
Alice Ryhl
1
-2
/
+1
2026-01-12
Merge 6.19-rc5 into char-misc-next
Greg Kroah-Hartman
1
-3
/
+0
2026-01-09
rust_binder: Switch to kernel::sync atomic primitives
FUJITA Tomonori
4
-36
/
+32
2025-12-29
rust_binder: Fix build failure if !CONFIG_COMPAT
Xi Ruoyao
1
-0
/
+1
2025-12-29
rust_binder: replace `kernel::c_str!` with C-Strings
Tamir Duberstein
1
-1
/
+1
2025-12-29
rust_binder: add binder_transaction tracepoint
Alice Ryhl
8
-0
/
+168
2025-12-29
rust_binder: remove spin_lock() in rust_shrink_free_page()
Alice Ryhl
1
-3
/
+0
2025-12-07
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-06
Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-151
/
+52
2025-12-04
Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2
-0
/
+2
2025-12-04
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-26
tools: ynl-gen: add regeneration comment
Asbjørn Sloth Tønnesen
2
-0
/
+2
2025-11-18
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
[next]