aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/rcu
AgeCommit message (Expand)AuthorFilesLines
2021-12-07rcutorture: Enable multiple concurrent callback-flood kthreadsPaul E. McKenney1-28/+86
2021-12-07rcutorture: Avoid soft lockup during cpu stallWander Lairson Costa1-0/+5
2021-12-07locktorture,rcutorture,torture: Always log error messageLi Zhijian1-4/+4
2021-12-07rcuscale: Always log error messageLi Zhijian1-7/+7
2021-12-07refscale: Add missing '\n' to flush messageLi Zhijian1-4/+7
2021-12-07refscale: Always log the error messageLi Zhijian1-4/+3
2021-12-07rcu_tasks: Convert bespoke callback list to rcu_segcblist structurePaul E. McKenney2-24/+30
2021-12-07rcu-tasks: Convert grace-period counter to grace-period sequence numberPaul E. McKenney1-4/+5
2021-12-07rcu-tasks: Introduce ->percpu_enqueue_shift for dynamic queue selectionPaul E. McKenney1-1/+6
2021-12-07rcu-tasks: Create per-CPU callback listsPaul E. McKenney1-28/+78
2021-12-07rcu/nocb: Don't invoke local rcu core on callback overload from nocb kthreadFrederic Weisbecker1-5/+5
2021-12-07rcu: Apply callbacks processing time limit only on softirqFrederic Weisbecker1-13/+12
2021-12-07rcu: Fix callbacks processing time limit retaining cond_resched()Frederic Weisbecker1-10/+15
2021-12-07rcu/nocb: Limit number of softirq callbacks only on softirqFrederic Weisbecker1-3/+2
2021-12-07rcu/nocb: Use appropriate rcu_nocb_lock_irqsave()Frederic Weisbecker1-5/+3
2021-12-07rcu/nocb: Check a stable offloaded state to manipulate qlen_last_fqs_checkFrederic Weisbecker1-1/+1
2021-12-07rcu/nocb: Make rcu_core() callbacks acceleration (de-)offloading safeFrederic Weisbecker1-2/+16
2021-12-07rcu/nocb: Make rcu_core() callbacks acceleration preempt-safeThomas Gleixner1-2/+3
2021-12-07rcu/nocb: Invoke rcu_core() at the start of deoffloadingFrederic Weisbecker3-4/+28
2021-12-07rcu/nocb: Prepare state machine for a new stepFrederic Weisbecker4-17/+27
2021-12-07rcu/nocb: Make local rcu_nocb_lock_irqsave() safe against concurrent deoffloadingFrederic Weisbecker1-6/+10
2021-12-07rcu: Tighten rcu_advance_cbs_nowake() checksPaul E. McKenney1-3/+4
2021-12-07rcu/exp: Mark current CPU as exp-QS in IPI loop second passFrederic Weisbecker1-0/+1
2021-12-07rcu: Make idle entry report expedited quiescent statesPaul E. McKenney2-2/+13
2021-12-07rcu: Prevent expedited GP from enabling tick on offline CPUPaul E. McKenney1-1/+4
2021-12-07rcu: Mark sync_sched_exp_online_cleanup() ->cpu_no_qs.b.exp loadPaul E. McKenney1-1/+1
2021-12-07rcu: Remove rcu_data.exp_deferred_qs and convert to rcu_data.cpu no_qs.b.expFrederic Weisbecker3-10/+8
2021-12-07rcu: Move rcu_data.cpu_no_qs.b.exp reset to rcu_export_exp_rdp()Frederic Weisbecker2-4/+3
2021-12-07rcu: Ignore rdp.cpu_no_qs.b.exp on preemptible RCU's rcu_qs()Frederic Weisbecker1-1/+5
2021-11-30refscale: Prevent buffer to pr_alert() being too longLi Zhijian1-10/+13
2021-11-30refscale: Simplify the errexit checkpointLi Zhijian1-13/+6
2021-11-30rcutorture: Suppress pi-lock-across read-unlock testing for Tiny SRCUPaul E. McKenney1-1/+6
2021-11-30rcutorture: More thoroughly test nested readersPaul E. McKenney1-23/+50
2021-11-30rcutorture: Sanitize RCUTORTURE_RDR_MASKPaul E. McKenney1-3/+4
2021-11-30rcu-tasks: Don't remove tasks with pending IPIs from holdout listPaul E. McKenney1-2/+3
2021-11-30srcu: Prevent redundant __srcu_read_unlock() wakeupPaul E. McKenney1-1/+1
2021-11-30rcu: Avoid alloc_pages() when recording stackJun Miao1-2/+2
2021-11-30rcu: Avoid running boost kthreads on isolated CPUsZqiang1-1/+2
2021-11-30rcu: Improve tree_plugin.h comments and add code cleanupsZhouyi Zhou1-6/+5
2021-11-30rcu: in_irq() cleanupChangbin Du2-2/+2
2021-11-30rcu: Move rcu_needs_cpu() to tree.cPaul E. McKenney2-16/+18
2021-11-30rcu: Remove the RCU_FAST_NO_HZ Kconfig optionPaul E. McKenney5-244/+4
2021-11-01Merge tag 'rcu.2021.11.01a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcuLinus Torvalds9-128/+143
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-10/+10
2021-10-07Merge branches 'fixes.2021.10.07a', 'scftorture.2021.09.16a', 'tasks.2021.09.15a', 'torture.2021.09.13b' and 'torturescript.2021.09.16a' into HEADPaul E. McKenney4-94/+115
2021-10-07rcu: Fix rcu_dynticks_curr_cpu_in_eqs() vs noinstrPeter Zijlstra1-1/+1
2021-10-07rcu: Always inline rcu_dynticks_task*_{enter,exit}()Peter Zijlstra1-4/+4
2021-10-07sched,rcu: Rework try_invoke_on_locked_down_task()Peter Zijlstra2-10/+10
2021-09-17lockdep: Improve comments in wait-type checksZhouyi Zhou1-2/+2
2021-09-16rcu: Avoid unneeded function call in rcu_read_unlock()Waiman Long1-2/+1