aboutsummaryrefslogtreecommitdiff
path: root/kernel/rcu
AgeCommit message (Expand)Author
2021-01-04rcutorture: Add writer-side tests of polling grace-period APIPaul E. McKenney
2021-01-04rcutorture: Prepare for ->start_gp_poll and ->poll_gp_statePaul E. McKenney
2021-01-04srcu: Add comment explaining cookie overflow/wrapPaul E. McKenney
2021-01-04srcu: Provide polling interfaces for Tree SRCU grace periodsPaul E. McKenney
2021-01-04srcu: Provide polling interfaces for Tiny SRCU grace periodsPaul E. McKenney
2021-01-04srcu: Provide internal interface to start a Tree SRCU grace periodPaul E. McKenney
2021-01-04srcu: Provide internal interface to start a Tiny SRCU grace periodPaul E. McKenney
2021-01-04srcu: Make Tiny SRCU use multi-bit grace-period counterPaul E. McKenney
2021-01-04rcu: Enable rcu_normal_after_boot unconditionally for RTJulia Cartwright
2021-01-04rcu: Unconditionally use rcuc threads on PREEMPT_RTScott Wood
2021-01-04rcu: Make RCU_BOOST default on CONFIG_PREEMPT_RTSebastian Andrzej Siewior
2021-01-04rcu: Record kvfree_call_rcu() call stack for KASANZqiang
2021-01-04rcu/tree: Make rcu_do_batch count how many callbacks were executedJoel Fernandes (Google)
2021-01-04Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds
2020-12-14Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-12-14Merge tag 'core-rcu-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-12-14rcu-tasks: Move RCU-tasks initialization to before early_initcall()Uladzislau Rezki (Sony)
2020-11-27Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar
2020-11-24irq_work: CleanupPeter Zijlstra
2020-11-19Merge branches 'cpuinfo.2020.11.06a', 'doc.2020.11.06a', 'fixes.2020.11.19b',...Paul E. McKenney
2020-11-19srcu: Take early exit on memory-allocation failurePaul E. McKenney
2020-11-19rcu/tree: Defer kvfree_rcu() allocation to a clean contextUladzislau Rezki (Sony)
2020-11-19rcu: Do not report strict GPs for outgoing CPUsPaul E. McKenney
2020-11-19rcu: Fix a typo in rcu_blocking_is_gp() header commentZhouyi Zhou
2020-11-19rcu: Prevent lockdep-RCU splats on lock acquisition/releasePaul E. McKenney
2020-11-19rcu/tree: nocb: Avoid raising softirq for offloaded ready-to-execute CBsJoel Fernandes (Google)
2020-11-19rcu,ftrace: Fix ftrace recursionPeter Zijlstra
2020-11-19rcu/tree: Make struct kernel_param_ops definitions constJoe Perches
2020-11-19rcu/tree: Add a warning if CPU being onlined did not report QS alreadyJoel Fernandes (Google)
2020-11-19rcu: Clarify nocb kthreads naming in RCU_NOCB_CPU configNeeraj Upadhyay
2020-11-19rcu: Fix single-CPU check in rcu_blocking_is_gp()Neeraj Upadhyay
2020-11-19rcu: Implement rcu_segcblist_is_offloaded() config dependentFrederic Weisbecker
2020-11-19rcu: Panic after fixed number of stallschao
2020-11-19rcu: Allow rcu_irq_enter_check_tick() from NMIPeter Zijlstra
2020-11-17Merge branch 'urgent-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-11-13Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2020-11-10rcu: Don't invoke try_invoke_on_locked_down_task() with irqs disabledPaul E. McKenney
2020-11-10arm64: smp: Tell RCU about CPUs that fail to come onlineWill Deacon
2020-11-06rcu-tasks: Make the units of ->init_fract be jiffiesPaul E. McKenney
2020-11-06rcutorture: Don't do need_resched() testing if ->sync is NULLPaul E. McKenney
2020-11-06rcutorture: Small code cleanupsPaul E. McKenney
2020-11-06rcutorture: Make stutter_wait() caller restore priorityPaul E. McKenney
2020-11-06rcutorture: Prevent hangs for invalid argumentsPaul E. McKenney
2020-11-06refscale: Prevent hangs for invalid argumentsPaul E. McKenney
2020-11-06rcuscale: Prevent hangs for invalid argumentsPaul E. McKenney
2020-11-06rcuscale: Add RCU Tasks TracePaul E. McKenney
2020-11-06x86/cpu: Avoid cpuinfo-induced IPIing of idle CPUsPaul E. McKenney
2020-11-02refscale: Bounds-check module parametersPaul E. McKenney
2020-11-02rcutorture: Make grace-period kthread report match RCU flavor being testedPaul E. McKenney
2020-11-02rcu-tasks: Convert rcu_tasks_wait_gp() for-loop to while-loopPaul E. McKenney