index
:
linux/linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
rcu
/
tree.c
Age
Commit message (
Expand
)
Author
2023-01-05
rcu: Add RCU stall diagnosis information
Zhen Lei
2023-01-03
rcu/kvfree: Split ready for reclaim objects from a batch
Uladzislau Rezki (Sony)
2023-01-03
rcu/kvfree: Carefully reset number of objects in krcp
Uladzislau Rezki (Sony)
2023-01-03
rcu/kvfree: Use READ_ONCE() when access to krcp->head
Uladzislau Rezki (Sony)
2023-01-03
rcu/kvfree: Use a polled API to speedup a reclaim process
Uladzislau Rezki (Sony)
2023-01-03
rcu/kvfree: Move need_offload_krc() out of krcp->lock
Uladzislau Rezki (Sony)
2023-01-03
rcu/kvfree: Move bulk/list reclaim to separate functions
Uladzislau Rezki (Sony)
2023-01-03
rcu/kvfree: Switch to a generic linked list API
Uladzislau Rezki (Sony)
2023-01-03
rcu: Refactor kvfree_call_rcu() and high-level helpers
Uladzislau Rezki (Sony)
2023-01-03
rcu: Test synchronous RCU grace periods at the end of rcu_init()
Paul E. McKenney
2023-01-03
rcu: Make rcu_blocking_is_gp() stop early-boot might_sleep()
Zqiang
2023-01-03
rcu: Upgrade header comment for poll_state_synchronize_rcu()
Paul E. McKenney
2023-01-03
rcu: Throttle callback invocation based on number of ready callbacks
Paul E. McKenney
2023-01-03
rcu: Consolidate initialization and CPU-hotplug code
Paul E. McKenney
2022-12-21
Merge tag 'rcu-urgent.2022.12.17a' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2022-12-17
rcu: Don't assert interrupts enabled too early in boot
Paul E. McKenney
2022-12-12
Merge tag 'rcu.2022.12.02a' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-11-30
Merge branches 'doc.2022.10.20a', 'fixes.2022.10.21a', 'lazy.2022.11.30a', 's...
Paul E. McKenney
2022-11-29
rcu: Make call_rcu() lazy to save power
Joel Fernandes (Google)
2022-10-21
rcu: Fix __this_cpu_read() lockdep warning in rcu_force_quiescent_state()
Zqiang
2022-10-21
rcu: Remove rcu_is_idle_cpu()
Yipeng Zou
2022-10-20
rcu: Keep synchronize_rcu() from enabling irqs in early boot
Paul E. McKenney
2022-10-18
rcu: Fix missing nocb gp wake on rcu_barrier()
Frederic Weisbecker
2022-10-18
rcu: Use READ_ONCE() for lockless read of rnp->qsmask
Joel Fernandes (Google)
2022-10-18
rcu: Remove duplicate RCU exp QS report from rcu_report_dead()
Zqiang
2022-09-01
Merge branches 'doc.2022.08.31b', 'fixes.2022.08.31b', 'kvfree.2022.08.31b', ...
Paul E. McKenney
2022-08-31
rcu-tasks: Make RCU Tasks Trace check for userspace execution
Zqiang
2022-08-31
rcu: Make synchronize_rcu() fastpath update only boot-CPU counters
Paul E. McKenney
2022-08-31
rcu: Remove ->rgos_polled field from rcu_gp_oldstate structure
Paul E. McKenney
2022-08-31
rcu: Make synchronize_rcu() fast path update ->gp_seq counters
Paul E. McKenney
2022-08-31
rcu-tasks: Remove grace-period fast-path rcu-tasks helper
Paul E. McKenney
2022-08-31
rcu: Set rcu_data structures' initial ->gpwrap value to true
Paul E. McKenney
2022-08-31
rcu: Disable run-time single-CPU grace-period optimization
Paul E. McKenney
2022-08-31
rcu: Add full-sized polling for cond_sync_full()
Paul E. McKenney
2022-08-31
rcu: Remove blank line from poll_state_synchronize_rcu() docbook header
Paul E. McKenney
2022-08-31
rcu: Add full-sized polling for start_poll()
Paul E. McKenney
2022-08-31
rcu: Add full-sized polling for get_state()
Paul E. McKenney
2022-08-31
rcu: Add full-sized polling for get_completed*() and poll_state*()
Paul E. McKenney
2022-08-31
rcu/kvfree: Update KFREE_DRAIN_JIFFIES interval
Uladzislau Rezki (Sony)
2022-08-31
rcu/kfree: Fix kfree_rcu_shrink_count() return value
Joel Fernandes (Google)
2022-08-31
rcu: Back off upon fill_page_cache_func() allocation failure
Michal Hocko
2022-08-05
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-07-21
Merge branch 'ctxt.2022.07.05a' into HEAD
Paul E. McKenney
2022-07-21
Merge branches 'doc.2022.06.21a', 'fixes.2022.07.19a', 'nocb.2022.07.19a', 'p...
Paul E. McKenney
2022-07-21
rcu: Add polled expedited grace-period primitives
Paul E. McKenney
2022-07-21
rcu: Make polled grace-period API account for expedited grace periods
Paul E. McKenney
2022-07-21
rcu: Switch polled grace-period APIs to ->gp_seq_polled
Paul E. McKenney
2022-07-19
rcu/nocb: Add option to opt rcuo kthreads out of RT priority
Uladzislau Rezki (Sony)
2022-07-19
rcu: Add nocb_cb_kthread check to rcu_is_callbacks_kthread()
Zqiang
2022-07-19
rcu/tree: Add comment to describe GP-done condition in fqs loop
Neeraj Upadhyay
[prev]
[next]