| Age | Commit message (Expand) | Author |
| 14 days | Merge tag 'slab-for-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/vba... | Linus Torvalds |
| 2026-08-14 | Merge branches 'expcb.2026.07.24a', 'misc.2026.07.30a', 'rcu-tasks.2026.07.30... | Paul E. McKenney |
| 2026-08-04 | mm/slab: introduce kfree_rcu_nolock() | Harry Yoo (Oracle) |
| 2026-08-04 | mm/slab: introduce struct kvfree_rcu_head for kvfree_rcu batching | Harry Yoo (Oracle) |
| 2026-07-31 | rcu-tasks: Convert cond_resched_tasks_rcu_qs() to static inline | Paul E. McKenney |
| 2026-07-23 | rcu: Mark __rcu_access_pointer() as context_unsafe() | Paul E. McKenney |
| 2026-07-23 | rcu: Rename struct rcu_gp_oldstate to rcu_gp_seq | Puranjay Mohan |
| 2026-05-24 | rcu: Document rcu_access_pointer() feeding into cmpxchg() | Paul E. McKenney |
| 2026-04-07 | bpf: Retire rcu_trace_implies_rcu_gp() | Kumar Kartikeya Dwivedi |
| 2026-02-16 | Merge tag 'slab-for-7.0-part2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
| 2026-02-10 | Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
| 2026-02-10 | mm/slab: allow freeing kmalloc_nolock()'d objects using kfree[_rcu]() | Harry Yoo |
| 2026-02-02 | rcu: Mark lockdep_assert_rcu_helper() __always_inline | Arnd Bergmann |
| 2026-01-05 | compiler-context-analysis: Remove Sparse support | Marco Elver |
| 2026-01-05 | rcu: Support Clang's context analysis | Marco Elver |
| 2026-01-01 | rcu: Clean up after the SRCU-fastification of RCU Tasks Trace | Paul E. McKenney |
| 2025-10-07 | Merge tag 'hyperv-next-signed-20251006' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds |
| 2025-10-04 | Merge tag 'v6.18-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
| 2025-09-30 | Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp... | Linus Torvalds |
| 2025-09-30 | entry: Rename "kvm" entry code assets to "virt" to genericize APIs | Sean Christopherson |
| 2025-09-25 | rcu: Replace preempt.h with sched.h in include/linux/rcupdate.h | Menglong Dong |
| 2025-09-20 | rhashtable: Use rcu_dereference_all and rcu_dereference_all_check | Herbert Xu |
| 2025-08-25 | rcu: add rcu_read_lock_dont_migrate() | Menglong Dong |
| 2025-04-01 | rcu-tasks: Always inline rcu_irq_work_resched() | Josh Poimboeuf |
| 2025-03-24 | Merge tag 'rcu-next-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds |
| 2025-03-04 | Merge branches 'docs.2025.02.04a', 'lazypreempt.2025.03.04a', 'misc.2025.03.0... | Boqun Feng |
| 2025-03-04 | rcu-tasks: Move RCU Tasks self-tests to core_initcall() | Paul E. McKenney |
| 2025-02-05 | rcu: handle unstable rdp in rcu_read_unlock_strict() | Ankur Arora |
| 2025-02-05 | rcu, slab: use a regular callback function for kvfree_rcu | Vlastimil Babka |
| 2025-02-05 | slab, rcu: move TINY_RCU variant of kvfree_rcu() to SLAB | Vlastimil Babka |
| 2025-02-04 | rcu: Remove references to old grace-period-wait primitives | Paul E. McKenney |
| 2024-11-27 | Rename .data.unlikely to .data..unlikely | Masahiro Yamada |
| 2024-09-09 | Merge branches 'context_tracking.15.08.24a', 'csd.lock.15.08.24a', 'nocb.09.0... | Neeraj Upadhyay |
| 2024-08-14 | rcu/tasks: Add detailed grace-period and barrier diagnostics | Paul E. McKenney |
| 2024-08-14 | rcu-tasks: Remove RCU Tasks Rude asynchronous APIs | Paul E. McKenney |
| 2024-08-12 | srcu: faster gp seq wrap-around | JP Kobryn |
| 2024-07-29 | rcu/nocb: Introduce RCU_NOCB_LOCKDEP_WARN() | Frederic Weisbecker |
| 2024-07-21 | Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/... | Linus Torvalds |
| 2024-07-04 | Merge branches 'doc.2024.06.06a', 'fixes.2024.07.04a', 'mb.2024.06.28a', 'noc... | Paul E. McKenney |
| 2024-06-24 | cpumask: cleanup core headers inclusion | Yury Norov |
| 2024-06-03 | Revert "rcu-tasks: Fix synchronize_rcu_tasks() VS zap_pid_ns_processes()" | Frederic Weisbecker |
| 2024-06-03 | rcu: Add lockdep_assert_in_rcu_read_lock() and friends | Paul E. McKenney |
| 2024-04-15 | rcu: Mollify sparse with RCU guard | Johannes Berg |
| 2024-04-15 | rcu: Remove redundant CONFIG_PROVE_RCU #if condition | Paul E. McKenney |
| 2024-04-15 | rcu: Update lockdep while in RCU read-side critical section | Uladzislau Rezki (Sony) |
| 2024-03-20 | rcu: add a helper to report consolidated flavor QS | Yan Zhai |
| 2024-02-14 | rcu-tasks: Repair RCU Tasks Trace quiescence check | Paul E. McKenney |
| 2023-12-14 | Merge branches 'doc.2023.12.13a', 'torture.2023.11.23a', 'fixes.2023.12.13a',... | Neeraj Upadhyay (AMD) |
| 2023-12-13 | srcu: Use try-lock lockdep annotation for NMI-safe access. | Sebastian Andrzej Siewior |
| 2023-12-12 | rcu: Remove unused macros from rcupdate.h | Pedro Falcato |