index
:
kernel/git/stable/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-7.0.y
linux-7.1.y
linux-7.2.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
android
/
binder
Age
Commit message (
Expand
)
Author
2 days
Merge tag 'char-misc-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
9 days
Merge tag 'rust-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/l...
Linus Torvalds
2026-08-12
rust_binder: use `LocalModule` for `THIS_MODULE`
Alvin Sun
2026-07-31
rust_binder: update indentation of failed transaction print
Alice Ryhl
2026-07-31
rust_binder: Update transaction flags to use kernel::impl_flags!
Jahnavi MN
2026-07-31
rust_binder: Update looper_flags bitmaps to use kernel::impl_flags!
Jahnavi MN
2026-07-31
rust_binder: add ownership assertion to Node::add_death
Georgios Androutsopoulos
2026-07-31
rust_binder: do not query current thread for all ioctls
Alice Ryhl
2026-07-27
Merge 7.2-rc5 into char-misc-next
Greg Kroah-Hartman
2026-07-17
rust_binder: only print failure if error has source
Alice Ryhl
2026-07-17
rust_binder: use pin_init::zeroed for file_operations initialization
Nicolás Antinori
2026-07-17
rust_binder: Update defer_work bitmaps to use kernel::impl_flags!
Jahnavi MN
2026-07-17
rust_binder: move (e)poll wait queue to Process
Alice Ryhl
2026-07-17
rust_binder: report netlink transactions
Carlos Llamas
2026-07-17
rust_binder: Implement BINDER_DEBUG_DEAD_TRANSACTION
Jahnavi MN
2026-07-17
rust_binder: Implement BINDER_DEBUG_DEATH_NOTIFICATION
Jahnavi MN
2026-07-17
rust_binder: Implement BINDER_DEBUG_FAILED_TRANSACTION
Jahnavi MN
2026-07-17
rust_binder: Implement BINDER_DEBUG_USER_ERROR for transaction parsing failures
Jahnavi MN
2026-07-17
rust_binder: Implement BINDER_DEBUG_USER_ERROR for refcounting and death noti...
Jahnavi MN
2026-07-17
rust_binder: Implement BINDER_DEBUG_USER_ERROR for freezer-related operation
Jahnavi MN
2026-07-17
rust_binder: Add dynamic debug logging mask
Jahnavi MN
2026-07-14
Merge 7.2-rc3 into char-misc-next
Greg Kroah-Hartman
2026-07-10
rust_binder: update Process::node_refs to use SpinLock
Alice Ryhl
2026-07-10
rust_binder: avoid destructors in insert_or_update_handle()
Alice Ryhl
2026-07-10
rust_binder: keep NodeDeath in NodeRefInfo during process cleanup
Alice Ryhl
2026-07-10
rust_binder: schedule NodeDeath outside of node_refs lock
Alice Ryhl
2026-07-10
rust_binder: avoid dropping NodeRef in update_ref() under lock
Alice Ryhl
2026-07-10
rust_binder: avoid allocating under node_refs for freeze listeners
Alice Ryhl
2026-07-03
rust_binder: clear freeze listener on node removal
Alice Ryhl
2026-07-03
rust: binder: enable `clippy::cast_lossless`
Tamir Duberstein
2026-07-03
rust: binder: enable `clippy::as_underscore`
Tamir Duberstein
2026-07-03
rust: binder: enable `clippy::ref_as_ptr` lint
Tamir Duberstein
2026-07-03
rust: binder: enable `clippy::ptr_as_ptr` lint
Tamir Duberstein
2026-07-03
rust: binder: use strict provenance APIs
Tamir Duberstein
2026-07-03
rust_binder: reject context manager self-transaction
Keshav Verma
2026-07-03
rust_binder: use a u64 stride when cleaning up the offsets array
Hyunwoo Kim
2026-07-03
rust_binder: synchronize Rust Binder stats with freeze commands
Keshav Verma
2026-07-03
rust_binder: fix BINDER_GET_EXTENDED_ERROR
Alice Ryhl
2026-06-01
Merge tag 'v7.1-rc6' into char-misc-next
Greg Kroah-Hartman
2026-05-23
rust_binder: use lock_vma_under_rcu() in shrinker
Alice Ryhl
2026-05-22
rust_binder: Avoid holding lock when dropping delivered_death
Matthew Maurer
2026-05-22
rust_binder: avoid calling pending_oneway_finished() on TF_UPDATE_TXN
Alice Ryhl
2026-04-30
rust: allow `clippy::collapsible_if` globally
Miguel Ojeda
2026-04-24
Merge tag 'char-misc-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2026-04-15
Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2026-04-13
Merge tag 'rust-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/l...
Linus Torvalds
2026-04-08
Merge tag 'rust-timekeeping-for-v7.1' of https://github.com/Rust-for-Linux/li...
Miguel Ojeda
2026-04-07
rust: declare cfi_encoding for lru_status
Alice Ryhl
2026-04-06
Merge tag 'v7.0-rc7' into char-misc-next
Greg Kroah-Hartman
2026-04-05
mm: rename zap_page_range_single() to zap_vma_range()
David Hildenbrand (Arm)
[next]