summaryrefslogtreecommitdiff
path: root/kernel/rcu
AgeCommit message (Expand)AuthorFilesLines
2021-01-05rcutorture: Add writer-side tests of polling grace-period APIPaul E. McKenney1-7/+72
2021-01-05rcutorture: Prepare for ->start_gp_poll and ->poll_gp_statePaul E. McKenney1-5/+5
2021-01-05srcu: Add comment explaining cookie overflow/wrapPaul E. McKenney1-0/+15
2021-01-05srcu: Provide polling interfaces for Tree SRCU grace periodsPaul E. McKenney1-4/+63
2021-01-05srcu: Provide polling interfaces for Tiny SRCU grace periodsPaul E. McKenney1-2/+53
2021-01-05srcu: Provide internal interface to start a Tree SRCU grace periodPaul E. McKenney1-29/+37
2021-01-05srcu: Provide internal interface to start a Tiny SRCU grace periodPaul E. McKenney1-6/+11
2021-01-05srcu: Make Tiny SRCU use multi-bit grace-period counterPaul E. McKenney1-2/+3
2021-01-05rcu: Enable rcu_normal_after_boot unconditionally for RTJulia Cartwright1-1/+3
2021-01-05rcu: Unconditionally use rcuc threads on PREEMPT_RTScott Wood1-1/+3
2021-01-05rcu: Make RCU_BOOST default on CONFIG_PREEMPT_RTSebastian Andrzej Siewior1-2/+2
2021-01-05rcu: Record kvfree_call_rcu() call stack for KASANZqiang1-0/+1
2021-01-05rcu/tree: Make rcu_do_batch count how many callbacks were executedJoel Fernandes (Google)3-7/+7
2021-01-04Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds1-4/+21
2020-12-15Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+1
2020-12-15Merge tag 'core-rcu-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds12-125/+278
2020-12-15rcu-tasks: Move RCU-tasks initialization to before early_initcall()Uladzislau Rezki (Sony)1-4/+21
2020-11-27Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar2-7/+19
2020-11-24irq_work: CleanupPeter Zijlstra1-2/+1
2020-11-20Merge branches 'cpuinfo.2020.11.06a', 'doc.2020.11.06a', 'fixes.2020.11.19b',...Paul E. McKenney12-130/+287
2020-11-20srcu: Take early exit on memory-allocation failurePaul E. McKenney1-1/+3
2020-11-20rcu/tree: Defer kvfree_rcu() allocation to a clean contextUladzislau Rezki (Sony)1-43/+66
2020-11-20rcu: Do not report strict GPs for outgoing CPUsPaul E. McKenney1-1/+1
2020-11-20rcu: Fix a typo in rcu_blocking_is_gp() header commentZhouyi Zhou1-1/+1
2020-11-20rcu: Prevent lockdep-RCU splats on lock acquisition/releasePaul E. McKenney2-1/+21
2020-11-20rcu/tree: nocb: Avoid raising softirq for offloaded ready-to-execute CBsJoel Fernandes (Google)1-1/+2
2020-11-20rcu,ftrace: Fix ftrace recursionPeter Zijlstra1-1/+4
2020-11-20rcu/tree: Make struct kernel_param_ops definitions constJoe Perches1-2/+2
2020-11-20rcu/tree: Add a warning if CPU being onlined did not report QS alreadyJoel Fernandes (Google)1-1/+3
2020-11-20rcu: Clarify nocb kthreads naming in RCU_NOCB_CPU configNeeraj Upadhyay1-8/+12
2020-11-20rcu: Fix single-CPU check in rcu_blocking_is_gp()Neeraj Upadhyay2-2/+18
2020-11-20rcu: Implement rcu_segcblist_is_offloaded() config dependentFrederic Weisbecker2-15/+8
2020-11-20rcu: Panic after fixed number of stallschao1-0/+6
2020-11-20rcu: Allow rcu_irq_enter_check_tick() from NMIPeter Zijlstra1-2/+2
2020-11-17Merge branch 'urgent-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+17
2020-11-13Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+1
2020-11-11rcu: Don't invoke try_invoke_on_locked_down_task() with irqs disabledPaul E. McKenney1-5/+17
2020-11-10arm64: smp: Tell RCU about CPUs that fail to come onlineWill Deacon1-1/+1
2020-11-07rcu-tasks: Make the units of ->init_fract be jiffiesPaul E. McKenney1-8/+6
2020-11-07rcutorture: Don't do need_resched() testing if ->sync is NULLPaul E. McKenney1-3/+5
2020-11-07rcutorture: Small code cleanupsPaul E. McKenney1-2/+2
2020-11-07rcutorture: Make stutter_wait() caller restore priorityPaul E. McKenney1-6/+18
2020-11-07rcutorture: Prevent hangs for invalid argumentsPaul E. McKenney1-1/+4
2020-11-07refscale: Prevent hangs for invalid argumentsPaul E. McKenney1-1/+4
2020-11-07rcuscale: Prevent hangs for invalid argumentsPaul E. McKenney1-1/+4
2020-11-07rcuscale: Add RCU Tasks TracePaul E. McKenney1-1/+31
2020-11-07x86/cpu: Avoid cpuinfo-induced IPIing of idle CPUsPaul E. McKenney1-0/+8
2020-11-03refscale: Bounds-check module parametersPaul E. McKenney1-0/+6
2020-11-03rcutorture: Make grace-period kthread report match RCU flavor being testedPaul E. McKenney3-18/+39
2020-11-03rcu-tasks: Convert rcu_tasks_wait_gp() for-loop to while-loopPaul E. McKenney1-4/+1