aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-06rcu/nocb: Provide basic callback offloading state machine bitsFrederic Weisbecker3-2/+14
2021-01-06rcu/nocb: Turn enabled/offload states into a common flagFrederic Weisbecker2-5/+24
2021-01-06rcu/segcblist: Add debug checks for segment lengthsJoel Fernandes (Google)3-2/+21
2021-01-06rcu/trace: Add tracing for how segcb list changesJoel Fernandes (Google)1-0/+9
2021-01-06rcu/tree: segcblist: Remove redundant smp_mb()sJoel Fernandes (Google)2-2/+0
2021-01-06rcu/segcblist: Add counters to segcblist datastructureJoel Fernandes (Google)3-46/+81
2021-01-06rcu/segcblist: Add additional comments to explain smp_mb()Joel Fernandes (Google)1-4/+64
2021-01-04rcu: Make TASKS_TRACE_RCU select IRQ_WORKPaul E. McKenney1-0/+1
2021-01-04rcu-tasks: Add RCU-tasks self testsUladzislau Rezki (Sony)1-0/+79
2021-01-04rcu: Add lockdep_assert_irqs_disabled() to raw_spin_unlock_rcu_node() macrosPaul E. McKenney1-3/+13
2021-01-04rcu: Add lockdep_assert_irqs_disabled() to rcu_sched_clock_irq() and calleesPaul E. McKenney3-0/+13
2021-01-04rcu: Do not NMI offline CPUsPaul E. McKenney1-5/+12
2021-01-04rcu: For RCU grace-period kthread starvation, dump last CPU it ran onPaul E. McKenney1-1/+8
2021-01-04rcu: Mark obtuse portion of stall warning as internal debugPaul E. McKenney1-1/+1
2021-01-04rcutorture: Add testing for RCU's global memory orderingPaul E. McKenney1-6/+92
2021-01-04rcutorture: Add reader-side tests of polling grace-period APIPaul E. McKenney1-0/+10
2021-01-04rcutorture: Add writer-side tests of polling grace-period APIPaul E. McKenney1-7/+72
2021-01-04rcutorture: Prepare for ->start_gp_poll and ->poll_gp_statePaul E. McKenney1-5/+5
2021-01-04srcu: Add comment explaining cookie overflow/wrapPaul E. McKenney1-0/+15
2021-01-04srcu: Provide polling interfaces for Tree SRCU grace periodsPaul E. McKenney1-4/+63
2021-01-04srcu: Provide polling interfaces for Tiny SRCU grace periodsPaul E. McKenney1-2/+53
2021-01-04srcu: Provide internal interface to start a Tree SRCU grace periodPaul E. McKenney1-29/+37
2021-01-04srcu: Provide internal interface to start a Tiny SRCU grace periodPaul E. McKenney1-6/+11
2021-01-04srcu: Make Tiny SRCU use multi-bit grace-period counterPaul E. McKenney1-2/+3
2021-01-04rcu: Enable rcu_normal_after_boot unconditionally for RTJulia Cartwright1-1/+3
2021-01-04rcu: Unconditionally use rcuc threads on PREEMPT_RTScott Wood1-1/+3
2021-01-04rcu: Make RCU_BOOST default on CONFIG_PREEMPT_RTSebastian Andrzej Siewior1-2/+2
2021-01-04rcu: Record kvfree_call_rcu() call stack for KASANZqiang1-0/+1
2021-01-04rcu/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/paulmck/linux-rcuLinus Torvalds1-4/+21
2020-12-14Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+1
2020-12-14Merge tag 'core-rcu-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds12-125/+278
2020-12-14rcu-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-19Merge branches 'cpuinfo.2020.11.06a', 'doc.2020.11.06a', 'fixes.2020.11.19b', 'lockdep.2020.11.02a', 'tasks.2020.11.06a' and 'torture.2020.11.06a' into HEADPaul E. McKenney12-130/+287
2020-11-19srcu: Take early exit on memory-allocation failurePaul E. McKenney1-1/+3
2020-11-19rcu/tree: Defer kvfree_rcu() allocation to a clean contextUladzislau Rezki (Sony)1-43/+66
2020-11-19rcu: Do not report strict GPs for outgoing CPUsPaul E. McKenney1-1/+1
2020-11-19rcu: Fix a typo in rcu_blocking_is_gp() header commentZhouyi Zhou1-1/+1
2020-11-19rcu: Prevent lockdep-RCU splats on lock acquisition/releasePaul E. McKenney2-1/+21
2020-11-19rcu/tree: nocb: Avoid raising softirq for offloaded ready-to-execute CBsJoel Fernandes (Google)1-1/+2
2020-11-19rcu,ftrace: Fix ftrace recursionPeter Zijlstra1-1/+4
2020-11-19rcu/tree: Make struct kernel_param_ops definitions constJoe Perches1-2/+2
2020-11-19rcu/tree: Add a warning if CPU being onlined did not report QS alreadyJoel Fernandes (Google)1-1/+3
2020-11-19rcu: Clarify nocb kthreads naming in RCU_NOCB_CPU configNeeraj Upadhyay1-8/+12
2020-11-19rcu: Fix single-CPU check in rcu_blocking_is_gp()Neeraj Upadhyay2-2/+18
2020-11-19rcu: Implement rcu_segcblist_is_offloaded() config dependentFrederic Weisbecker2-15/+8
2020-11-19rcu: Panic after fixed number of stallschao1-0/+6
2020-11-19rcu: Allow rcu_irq_enter_check_tick() from NMIPeter Zijlstra1-2/+2