| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-05-18 | srcu: Don't queue workqueue handlers to never-online CPUs |  Paul E. McKenney | 1 | -6/+6 |
| 2026-03-25 | rcu: Use an intermediate irq_work to start process_srcu() |  Boqun Feng | 1 | -2/+28 |
| 2026-03-25 | srcu: Push srcu_node allocation to GP when non-preemptible |  Paul E. McKenney | 1 | -2/+5 |
| 2026-03-25 | srcu: Use raw spinlocks so call_srcu() can be used under preempt_disable() |  Paul E. McKenney | 1 | -105/+69 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument |  Linus Torvalds | 1 | -1/+1 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types |  Kees Cook | 1 | -2/+3 |
| 2026-02-13 | Merge tag 'trace-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace |  Linus Torvalds | 1 | -1/+2 |
| 2026-01-30 | srcu: Fix warning to permit SRCU-fast readers in NMI handlers |  Paul E. McKenney | 1 | -1/+2 |
| 2026-01-07 | srcu: Use suitable gfp_flags for the init_srcu_struct_nodes() |  Zqiang | 1 | -1/+1 |
| 2025-11-27 | srcu: Create an SRCU-fast-updown API |  Paul E. McKenney | 1 | -4/+35 |
| 2025-11-05 | srcu: Require special srcu_struct define/init for SRCU-fast readers |  Paul E. McKenney | 1 | -0/+1 |
| 2025-11-05 | srcu: Make grace-period determination use ssp->srcu_reader_flavor |  Paul E. McKenney | 1 | -1/+1 |
| 2025-11-05 | srcu: Create a DEFINE_SRCU_FAST() |  Paul E. McKenney | 1 | -2/+34 |
| 2025-11-05 | srcu: Create an srcu_expedite_current() function |  Paul E. McKenney | 1 | -0/+58 |
| 2025-09-15 | srcu: Document srcu_flip() memory-barrier D relation to SRCU-fast |  Paul E. McKenney | 1 | -0/+10 |
| 2025-07-16 | srcu: Expedite SRCU-fast grace periods |  Paul E. McKenney | 1 | -0/+2 |
| 2025-04-08 | srcu: Use rcu_seq_done_exact() for polling API |  Joel Fernandes | 1 | -1/+1 |
| 2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() |  Thomas Gleixner | 1 | -1/+1 |
| 2025-03-04 | Merge branches 'docs.2025.02.04a', 'lazypreempt.2025.03.04a', 'misc.2025.03.04a', 'srcu.2025.02.05a' and 'torture.2025.02.05a' |  Boqun Feng | 1 | -95/+104 |
| 2025-02-05 | srcu: Pull integer-to-pointer conversion into __srcu_ctr_to_ptr() |  Paul E. McKenney | 1 | -4/+2 |
| 2025-02-05 | srcu: Pull pointer-to-integer conversion into __srcu_ptr_to_ctr() |  Paul E. McKenney | 1 | -2/+2 |
| 2025-02-05 | srcu: Add SRCU_READ_FLAVOR_SLOWGP to flag need for synchronize_rcu() |  Paul E. McKenney | 1 | -3/+3 |
| 2025-02-05 | srcu: Force synchronization for srcu_get_delay() |  Paul E. McKenney | 1 | -1/+10 |
| 2025-02-05 | srcu: Make Tree SRCU updates independent of ->srcu_idx |  Paul E. McKenney | 1 | -34/+34 |
| 2025-02-05 | srcu: Make SRCU readers use ->srcu_ctrs for counter selection |  Paul E. McKenney | 1 | -10/+13 |
| 2025-02-05 | srcu: Pull ->srcu_{un,}lock_count into a new srcu_ctr structure |  Paul E. McKenney | 1 | -58/+57 |
| 2025-02-05 | srcu: Use ->srcu_gp_seq for rcutorture reader batch |  Paul E. McKenney | 1 | -1/+1 |
| 2025-02-04 | srcu: Point call_srcu() to call_rcu() for detailed memory ordering |  Paul E. McKenney | 1 | -2/+6 |
| 2024-12-14 | srcu: Remove redundant GP sequence checks in srcu_funnel_gp_start |  Feng Lee | 1 | -1/+0 |
| 2024-12-14 | srcu: Guarantee non-negative return value from srcu_read_lock() |  Paul E. McKenney | 1 | -1/+2 |
| 2024-11-15 | srcu: Unconditionally record srcu_read_lock_lite() in ->srcu_reader_flavor |  Paul E. McKenney | 1 | -4/+2 |
| 2024-11-12 | srcu: Check for srcu_read_lock_lite() across all CPUs |  Paul E. McKenney | 1 | -5/+7 |
| 2024-11-12 | srcu: Allow inlining of __srcu_read_{,un}lock_lite() |  Paul E. McKenney | 1 | -41/+0 |
| 2024-11-12 | srcu: Add srcu_read_lock_lite() and srcu_read_unlock_lite() |  Paul E. McKenney | 1 | -11/+71 |
| 2024-11-12 | srcu: Create CPP macros for normal and NMI-safe SRCU readers |  Paul E. McKenney | 1 | -10/+11 |
| 2024-11-12 | srcu: Standardize srcu_data pointers to "sdp" and similar |  Paul E. McKenney | 1 | -10/+10 |
| 2024-11-12 | srcu: Bit manipulation changes for additional reader flavor |  Paul E. McKenney | 1 | -3/+4 |
| 2024-11-12 | srcu: Renaming in preparation for additional reader flavor |  Paul E. McKenney | 1 | -11/+11 |
| 2024-10-28 | srcu: Introduce srcu_gp_is_expedited() helper function |  Paul E. McKenney | 1 | -2/+12 |
| 2024-10-28 | srcu: Rename srcu_might_be_idle() to srcu_should_expedite() |  Paul E. McKenney | 1 | -7/+9 |
| 2024-10-23 | srcu: Replace WARN_ON_ONCE() with BUILD_BUG_ON() if possible |  Zhen Lei | 1 | -2/+2 |
| 2024-08-12 | srcu: Mark callbacks not currently participating in barrier operation |  Paul E. McKenney | 1 | -0/+2 |
| 2024-08-12 | srcu: Check for concurrent updates of heuristics |  Paul E. McKenney | 1 | -0/+2 |
| 2024-08-12 | srcu: faster gp seq wrap-around |  JP Kobryn | 1 | -3/+4 |
| 2024-07-04 | Merge branches 'doc.2024.06.06a', 'fixes.2024.07.04a', 'mb.2024.06.28a', 'nocb.2024.06.03a', 'rcu-tasks.2024.06.06a', 'rcutorture.2024.06.06a' and 'srcu.2024.06.18a' into HEAD |  Paul E. McKenney | 1 | -5/+8 |
| 2024-06-18 | srcu: Fill out polled grace-period APIs |  Paul E. McKenney | 1 | -1/+2 |
| 2024-06-18 | srcu: Update cleanup_srcu_struct() comment |  Paul E. McKenney | 1 | -1/+4 |
| 2024-06-18 | srcu: Disable interrupts directly in srcu_gp_end() |  Paul E. McKenney | 1 | -3/+2 |
| 2024-04-16 | rcutorture: Make rcutorture support print rcu-tasks gp state |  Zqiang | 1 | -4/+1 |
| 2024-02-14 | srcu: Improve comments about acceleration leak |  Joel Fernandes (Google) | 1 | -4/+20 |