summaryrefslogtreecommitdiff
path: root/kernel/rcu/tree.c
AgeCommit message (Expand)Author
2023-01-03rcu/kvfree: Move need_offload_krc() out of krcp->lockUladzislau Rezki (Sony)
2023-01-03rcu/kvfree: Move bulk/list reclaim to separate functionsUladzislau Rezki (Sony)
2023-01-03rcu/kvfree: Switch to a generic linked list APIUladzislau Rezki (Sony)
2023-01-03rcu: Refactor kvfree_call_rcu() and high-level helpersUladzislau Rezki (Sony)
2023-01-03rcu: Test synchronous RCU grace periods at the end of rcu_init()Paul E. McKenney
2023-01-03rcu: Make rcu_blocking_is_gp() stop early-boot might_sleep()Zqiang
2023-01-03rcu: Upgrade header comment for poll_state_synchronize_rcu()Paul E. McKenney
2023-01-03rcu: Throttle callback invocation based on number of ready callbacksPaul E. McKenney
2023-01-03rcu: Consolidate initialization and CPU-hotplug codePaul E. McKenney
2022-12-21Merge tag 'rcu-urgent.2022.12.17a' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-12-17rcu: Don't assert interrupts enabled too early in bootPaul E. McKenney
2022-12-12Merge tag 'rcu.2022.12.02a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-11-30Merge branches 'doc.2022.10.20a', 'fixes.2022.10.21a', 'lazy.2022.11.30a', 's...Paul E. McKenney
2022-11-29rcu: Make call_rcu() lazy to save powerJoel Fernandes (Google)
2022-10-21rcu: Fix __this_cpu_read() lockdep warning in rcu_force_quiescent_state()Zqiang
2022-10-21rcu: Remove rcu_is_idle_cpu()Yipeng Zou
2022-10-20rcu: Keep synchronize_rcu() from enabling irqs in early bootPaul E. McKenney
2022-10-18rcu: Fix missing nocb gp wake on rcu_barrier()Frederic Weisbecker
2022-10-18rcu: Use READ_ONCE() for lockless read of rnp->qsmaskJoel Fernandes (Google)
2022-10-18rcu: Remove duplicate RCU exp QS report from rcu_report_dead()Zqiang
2022-09-01Merge branches 'doc.2022.08.31b', 'fixes.2022.08.31b', 'kvfree.2022.08.31b', ...Paul E. McKenney
2022-08-31rcu-tasks: Make RCU Tasks Trace check for userspace executionZqiang
2022-08-31rcu: Make synchronize_rcu() fastpath update only boot-CPU countersPaul E. McKenney
2022-08-31rcu: Remove ->rgos_polled field from rcu_gp_oldstate structurePaul E. McKenney
2022-08-31rcu: Make synchronize_rcu() fast path update ->gp_seq countersPaul E. McKenney
2022-08-31rcu-tasks: Remove grace-period fast-path rcu-tasks helperPaul E. McKenney
2022-08-31rcu: Set rcu_data structures' initial ->gpwrap value to truePaul E. McKenney
2022-08-31rcu: Disable run-time single-CPU grace-period optimizationPaul E. McKenney
2022-08-31rcu: Add full-sized polling for cond_sync_full()Paul E. McKenney
2022-08-31rcu: Remove blank line from poll_state_synchronize_rcu() docbook headerPaul E. McKenney
2022-08-31rcu: Add full-sized polling for start_poll()Paul E. McKenney
2022-08-31rcu: Add full-sized polling for get_state()Paul E. McKenney
2022-08-31rcu: Add full-sized polling for get_completed*() and poll_state*()Paul E. McKenney
2022-08-31rcu/kvfree: Update KFREE_DRAIN_JIFFIES intervalUladzislau Rezki (Sony)
2022-08-31rcu/kfree: Fix kfree_rcu_shrink_count() return valueJoel Fernandes (Google)
2022-08-31rcu: Back off upon fill_page_cache_func() allocation failureMichal Hocko
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-07-21Merge branch 'ctxt.2022.07.05a' into HEADPaul E. McKenney
2022-07-21Merge branches 'doc.2022.06.21a', 'fixes.2022.07.19a', 'nocb.2022.07.19a', 'p...Paul E. McKenney
2022-07-21rcu: Add polled expedited grace-period primitivesPaul E. McKenney
2022-07-21rcu: Make polled grace-period API account for expedited grace periodsPaul E. McKenney
2022-07-21rcu: Switch polled grace-period APIs to ->gp_seq_polledPaul E. McKenney
2022-07-19rcu/nocb: Add option to opt rcuo kthreads out of RT priorityUladzislau Rezki (Sony)
2022-07-19rcu: Add nocb_cb_kthread check to rcu_is_callbacks_kthread()Zqiang
2022-07-19rcu/tree: Add comment to describe GP-done condition in fqs loopNeeraj Upadhyay
2022-07-19rcu: Initialize first_gp_fqs at declaration in rcu_gp_fqs()Paul E. McKenney
2022-07-19rcu/kvfree: Remove useless monitor_todo flagJoel Fernandes (Google)
2022-07-19rcu: Cleanup RCU urgency state for offline CPUZqiang
2022-07-19rcu: Add rnp->cbovldmask check in rcutree_migrate_callbacks()Zqiang
2022-07-19rcu: Decrease FQS scan wait time in case of callback overloadingPaul E. McKenney