index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
android
/
binder
Age
Commit message (
Expand
)
Author
Files
Lines
7 days
Merge tag 'char-misc-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
14
-300
/
+826
14 days
Merge tag 'rust-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux
Linus Torvalds
1
-1
/
+2
2026-08-12
rust_binder: use `LocalModule` for `THIS_MODULE`
Alvin Sun
1
-1
/
+2
2026-07-31
rust_binder: update indentation of failed transaction print
Alice Ryhl
1
-17
/
+17
2026-07-31
rust_binder: Update transaction flags to use kernel::impl_flags!
Jahnavi MN
2
-18
/
+46
2026-07-31
rust_binder: Update looper_flags bitmaps to use kernel::impl_flags!
Jahnavi MN
1
-25
/
+37
2026-07-31
rust_binder: add ownership assertion to Node::add_death
Georgios Androutsopoulos
1
-0
/
+4
2026-07-31
rust_binder: do not query current thread for all ioctls
Alice Ryhl
1
-4
/
+8
2026-07-27
Merge 7.2-rc5 into char-misc-next
Greg Kroah-Hartman
1
-1
/
+1
2026-07-17
rust_binder: only print failure if error has source
Alice Ryhl
1
-7
/
+7
2026-07-17
rust_binder: use pin_init::zeroed for file_operations initialization
Nicolás Antinori
1
-4
/
+1
2026-07-17
rust_binder: Update defer_work bitmaps to use kernel::impl_flags!
Jahnavi MN
1
-12
/
+22
2026-07-17
rust_binder: move (e)poll wait queue to Process
Alice Ryhl
4
-60
/
+95
2026-07-17
rust_binder: report netlink transactions
Carlos Llamas
4
-3
/
+173
2026-07-17
rust_binder: Implement BINDER_DEBUG_DEAD_TRANSACTION
Jahnavi MN
5
-20
/
+76
2026-07-17
rust_binder: Implement BINDER_DEBUG_DEATH_NOTIFICATION
Jahnavi MN
2
-0
/
+19
2026-07-17
rust_binder: Implement BINDER_DEBUG_FAILED_TRANSACTION
Jahnavi MN
2
-5
/
+24
2026-07-17
rust_binder: Implement BINDER_DEBUG_USER_ERROR for transaction parsing failures
Jahnavi MN
1
-22
/
+32
2026-07-17
rust_binder: Implement BINDER_DEBUG_USER_ERROR for refcounting and death notifications
Jahnavi MN
2
-11
/
+34
2026-07-17
rust_binder: Implement BINDER_DEBUG_USER_ERROR for freezer-related operation
Jahnavi MN
1
-10
/
+30
2026-07-17
rust_binder: Add dynamic debug logging mask
Jahnavi MN
4
-1
/
+87
2026-07-14
Merge 7.2-rc3 into char-misc-next
Greg Kroah-Hartman
9
-46
/
+98
2026-07-10
rust_binder: update Process::node_refs to use SpinLock
Alice Ryhl
1
-3
/
+3
2026-07-10
rust_binder: avoid destructors in insert_or_update_handle()
Alice Ryhl
1
-8
/
+14
2026-07-10
rust_binder: keep NodeDeath in NodeRefInfo during process cleanup
Alice Ryhl
1
-7
/
+5
2026-07-10
rust_binder: schedule NodeDeath outside of node_refs lock
Alice Ryhl
1
-1
/
+4
2026-07-10
rust_binder: avoid dropping NodeRef in update_ref() under lock
Alice Ryhl
1
-4
/
+8
2026-07-10
rust_binder: avoid allocating under node_refs for freeze listeners
Alice Ryhl
2
-45
/
+67
2026-07-03
rust_binder: clear freeze listener on node removal
Alice Ryhl
3
-7
/
+26
2026-07-03
rust: binder: enable `clippy::cast_lossless`
Tamir Duberstein
3
-5
/
+4
2026-07-03
rust: binder: enable `clippy::as_underscore`
Tamir Duberstein
8
-32
/
+37
2026-07-03
rust: binder: enable `clippy::ref_as_ptr` lint
Tamir Duberstein
5
-6
/
+11
2026-07-03
rust: binder: enable `clippy::ptr_as_ptr` lint
Tamir Duberstein
3
-11
/
+6
2026-07-03
rust: binder: use strict provenance APIs
Tamir Duberstein
2
-2
/
+2
2026-07-03
rust_binder: reject context manager self-transaction
Keshav Verma
1
-1
/
+5
2026-07-03
rust_binder: use a u64 stride when cleaning up the offsets array
Hyunwoo Kim
1
-2
/
+3
2026-07-03
rust_binder: synchronize Rust Binder stats with freeze commands
Keshav Verma
2
-3
/
+8
2026-07-03
rust_binder: fix BINDER_GET_EXTENDED_ERROR
Alice Ryhl
3
-35
/
+58
2026-06-01
Merge tag 'v7.1-rc6' into char-misc-next
Greg Kroah-Hartman
3
-2
/
+24
2026-05-23
rust_binder: use lock_vma_under_rcu() in shrinker
Alice Ryhl
1
-13
/
+11
2026-05-22
rust_binder: Avoid holding lock when dropping delivered_death
Matthew Maurer
1
-1
/
+6
2026-05-22
rust_binder: avoid calling pending_oneway_finished() on TF_UPDATE_TXN
Alice Ryhl
2
-1
/
+18
2026-04-30
rust: allow `clippy::collapsible_if` globally
Miguel Ojeda
1
-1
/
+0
2026-04-24
Merge tag 'char-misc-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
10
-163
/
+425
2026-04-15
Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-2
/
+2
2026-04-13
Merge tag 'rust-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux
Linus Torvalds
5
-44
/
+6
2026-04-08
Merge tag 'rust-timekeeping-for-v7.1' of https://github.com/Rust-for-Linux/linux into rust-next
Miguel Ojeda
6
-45
/
+116
2026-04-07
rust: declare cfi_encoding for lru_status
Alice Ryhl
4
-44
/
+4
2026-04-06
Merge tag 'v7.0-rc7' into char-misc-next
Greg Kroah-Hartman
2
-4
/
+6
2026-04-05
mm: rename zap_page_range_single() to zap_vma_range()
David Hildenbrand (Arm)
1
-2
/
+2
[next]