aboutsummaryrefslogtreecommitdiff
path: root/kernel/rcu
AgeCommit message (Expand)Author
2019-06-28Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2019-06-19Merge branches 'consolidate.2019.05.28a', 'doc.2019.05.28a', 'fixes.2019.06.1...Paul E. McKenney
2019-06-13rcu: Upgrade sync_exp_work_done() to smp_mb()Paul E. McKenney
2019-05-28rcutorture: Upper case solves the case of the vanishing NULL pointerPaul E. McKenney
2019-05-28rcutorture: Dump trace buffer for callback pipe drain failuresPaul E. McKenney
2019-05-28rcutorture: Add trivial RCU implementationPaul E. McKenney
2019-05-28rcutorture: Halt forward-progress checks at end of runPaul E. McKenney
2019-05-28rcutorture: Give the scheduler a chance on PREEMPT && NO_HZ_FULL kernelsPaul E. McKenney
2019-05-28rcutorture: Exempt tasks RCU from timely draining of grace periodsPaul E. McKenney
2019-05-28torture: Allow inter-stutter interval to be specifiedPaul E. McKenney
2019-05-28rcutorture: Fix stutter_wait() return value and freelist checksPaul E. McKenney
2019-05-28rcutorture: Add cond_resched() to forward-progress free-up loopPaul E. McKenney
2019-05-28rcu/sync: Simplify the state machineOleg Nesterov
2019-05-28rcu/sync: Kill rcu_sync_type/gp_typeOleg Nesterov
2019-05-28rcu: Make __call_srcu staticJiang Biao
2019-05-28srcu: Allocate per-CPU data for DEFINE_SRCU() in modulesPaul E. McKenney
2019-05-28rcu: Set a maximum limit for back-to-back callback invocationPaul E. McKenney
2019-05-28rcu: Correctly unlock root node in rcu_check_gp_start_stall()Neeraj Upadhyay
2019-05-28rcu: Dump specified number of blocked tasksNeeraj Upadhyay
2019-05-28rcu: Remove unused rdp local from synchronize_rcu_expedited()Jiang Biao
2019-05-28rcu: Rename rcu_data's ->deferred_qs to ->exp_deferred_qsPaul E. McKenney
2019-05-28rcu: Add checks for dynticks counters in rcu_is_cpu_rrupt_from_idle()Joel Fernandes (Google)
2019-05-25rcu: Avoid self-IPI in sync_sched_exp_online_cleanup()Paul E. McKenney
2019-05-25rcu: Avoid self-IPI in sync_rcu_exp_select_node_cpus()Paul E. McKenney
2019-05-25rcu: Inline invoke_rcu_callbacks() into its sole remaining callerPaul E. McKenney
2019-05-25rcu: Use irq_work to get scheduler's attention in clean contextPaul E. McKenney
2019-05-25rcu: Allow rcu_read_unlock_special() to raise_softirq() if in_irq()Paul E. McKenney
2019-05-25rcu: Only do rcu_read_unlock_special() wakeups if expeditedPaul E. McKenney
2019-05-25rcu: Check for wakeup-safe conditions in rcu_read_unlock_special()Paul E. McKenney
2019-05-25rcu: Enable elimination of Tree-RCU softirq processingSebastian Andrzej Siewior
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-15Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-04-09Merge branches 'consolidate.2019.04.09a', 'doc.2019.03.26b', 'fixes.2019.03.2...Paul E. McKenney
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus
2019-04-08rcu: validate arguments for rcu tracepointsYafang Shao
2019-03-26rcuperf: Fix cleanup path for invalid perf_type stringsPaul E. McKenney
2019-03-26rcutorture: Fix cleanup path for invalid torture_type stringsPaul E. McKenney
2019-03-26rcutorture: Fix expected forward progress duration in OOM notifierNeeraj Upadhyay
2019-03-26rcutorture: Remove ->ext_irq_conflict fieldPaul E. McKenney
2019-03-26rcutorture: Make rcutorture_extend_mask() comment match the codePaul E. McKenney
2019-03-26rcu: Fix nohz status in stall warningNeeraj Upadhyay
2019-03-26rcu: Move forward-progress checkers into tree_stall.hPaul E. McKenney
2019-03-26rcu: Move irq-disabled stall-warning checking to tree_stall.hPaul E. McKenney
2019-03-26rcu: Organize functions in tree_stall.hPaul E. McKenney
2019-03-26rcu: Move FAST_NO_HZ stall-warning code to tree_stall.hPaul E. McKenney
2019-03-26rcu: Inline RCU stall-warning info helper functionsPaul E. McKenney
2019-03-26rcu: Move rcu_print_task_exp_stall() to tree_exp.hPaul E. McKenney
2019-03-26rcu: Inline RCU task stall-warning helper functionsPaul E. McKenney
2019-03-26rcu: Move RCU CPU stall-warning code out of tree.cPaul E. McKenney