aboutsummaryrefslogtreecommitdiff
path: root/kernel/rcu
AgeCommit message (Expand)AuthorFilesLines
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 deoffloa...Frederic 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/...Linus Torvalds9-128/+143
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-10/+10
2021-10-07Merge branches 'fixes.2021.10.07a', 'scftorture.2021.09.16a', 'tasks.2021.09....Paul 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
2021-09-15rcu-tasks: Update comments to cond_resched_tasks_rcu_qs()Paul E. McKenney1-3/+3
2021-09-15rcu-tasks: Fix IPI failure handling in trc_wait_for_one_readerNeeraj Upadhyay1-1/+3
2021-09-15rcu-tasks: Fix read-side primitives comment for call_rcu_tasks_traceNeeraj Upadhyay1-10/+6
2021-09-15rcu-tasks: Clarify read side section info for rcu_tasks_rude GP primitivesNeeraj Upadhyay1-7/+7
2021-09-15rcu-tasks: Correct comparisons for CPU numbers in show_stalled_task_traceNeeraj Upadhyay1-2/+2
2021-09-15rcu-tasks: Correct firstreport usage in check_all_holdout_tasks_traceNeeraj Upadhyay1-1/+1
2021-09-15rcu-tasks: Fix s/rcu_add_holdout/trc_add_holdout/ typo in commentNeeraj Upadhyay1-1/+1
2021-09-15rcu-tasks: Move RTGS_WAIT_CBS to beginning of rcu_tasks_kthread() loopPaul E. McKenney1-2/+1
2021-09-15rcu-tasks: Fix s/instruction/instructions/ typo in commentPaul E. McKenney1-1/+1