| Age | Commit message (Expand) | Author | Files | Lines |
| 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/gi... | 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/... | Linus Torvalds | 1 | -2/+2 |
| 2026-04-13 | Merge tag 'rust-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/l... | Linus Torvalds | 5 | -44/+6 |
| 2026-04-08 | Merge tag 'rust-timekeeping-for-v7.1' of https://github.com/Rust-for-Linux/li... | 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 |
| 2026-04-03 | rust_binder: override crate name to rust_binder | Alice Ryhl | 1 | -0/+2 |
| 2026-04-01 | rust_binder: add `command`/`return` tracepoints | Mohamad Alsadhan | 4 | -0/+47 |
| 2026-04-01 | rust_binder: add fd translation tracepoints | Mohamad Alsadhan | 5 | -0/+54 |
| 2026-04-01 | rust_binder: add `transaction_received` tracepoint | Mohamad Alsadhan | 3 | -0/+21 |
| 2026-04-01 | rust_binder: add `wait_for_work` tracepoint | Mohamad Alsadhan | 3 | -2/+34 |
| 2026-04-01 | rust_binder: add ioctl/read/write done tracepoints | Mohamad Alsadhan | 4 | -3/+57 |
| 2026-04-01 | rust_binder: remove "rust_" prefix from tracepoints | Mohamad Alsadhan | 2 | -6/+6 |
| 2026-04-01 | rust_binder: drop startup init log message | Pedro Montes Alcalde | 1 | -2/+0 |
| 2026-04-01 | rust_binder: check current before closing fds | Alice Ryhl | 1 | -12/+15 |
| 2026-04-01 | rust_binder: make use of == for Task | Alice Ryhl | 1 | -2/+2 |
| 2026-03-31 | rust_binder: introduce TransactionInfo | Alice Ryhl | 5 | -134/+167 |
| 2026-03-31 | rust_binder: use AssertSync for BINDER_VM_OPS | Alice Ryhl | 2 | -4/+6 |
| 2026-03-16 | Merge 7.0-rc4 into char-misc-next | Greg Kroah-Hartman | 6 | -45/+116 |
| 2026-02-26 | rust_binder: shrink all_procs when deregistering processes | Shivam Kalra | 1 | -0/+11 |
| 2026-02-26 | rust_binder: use current_euid() for transaction sender identity | Jann Horn | 1 | -2/+2 |
| 2026-02-26 | rust_binder: avoid name mangling for get_work[_local] | Alice Ryhl | 2 | -0/+9 |
| 2026-02-26 | rust_binder: use lock_vma_under_rcu() in use_page_slow() | Alice Ryhl | 1 | -18/+19 |
| 2026-02-26 | rust_binder: call set_notification_done() without proc lock | Alice Ryhl | 1 | -1/+2 |
| 2026-02-26 | rust_binder: avoid reading the written value in offsets array | Alice Ryhl | 1 | -11/+6 |
| 2026-02-26 | rust_binder: check ownership before using vma | Alice Ryhl | 1 | -20/+63 |
| 2026-02-26 | rust_binder: fix oneway spam detection | Carlos Llamas | 3 | -13/+44 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -4/+4 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -4/+4 |
| 2026-02-17 | Merge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 9 | -59/+209 |
| 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 | 2 | -43/+74 |
| 2026-02-05 | rust_binderfs: fix a dentry leak | Al Viro | 1 | -7/+2 |
| 2026-02-03 | rust_binder: return p from rust_binder_transaction_target_node() | Alice Ryhl | 1 | -1/+1 |
| 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 | rust_binder: add additional alignment checks | Alice Ryhl | 1 | -14/+36 |
| 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 | 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-06 | Merge tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 4 | -35/+14 |
| 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 | 1 | -88/+33 |
| 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 | 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-17 | convert rust_binderfs | Al Viro | 1 | -88/+33 |
| 2025-11-16 | rust: rbtree: add immutable cursor | Vitaly Wool | 3 | -4/+4 |
| 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 | 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 | 26 | -0/+10249 |