aboutsummaryrefslogtreecommitdiff
path: root/kernel/rcu
AgeCommit message (Expand)Author
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
2020-11-02srcu: Use a more appropriate lockdep helperJakub Kicinski
2020-10-26stop_machine, rcu: Mark functions as notraceZong Li
2020-10-18Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-10-16Merge tag 'docs/v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2020-10-15rcu/tree: docs: document bkvcache new members at struct kfree_rcu_cpuMauro Carvalho Chehab
2020-10-12Merge tag 'core-debugobjects-2020-10-12' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2020-10-09Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-25Merge tag 'pm-5.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2020-09-24treewide: Make all debug_obj_descriptors constStephen Boyd
2020-09-21rcu/tree: Export rcu_idle_{enter,exit} to modulesBorislav Petkov
2020-09-16rcu-tasks: Enclose task-list scan in rcu_read_lock()Paul E. McKenney