summaryrefslogtreecommitdiffstats
path: root/kernel/rcu
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2019-06-2810-305/+514
|\
| *-------. Merge branches 'consolidate.2019.05.28a', 'doc.2019.05.28a', 'fixes.2019.06.1...Paul E. McKenney2019-06-199-137/+276
| |\ \ \ \ \
| | | | | | * rcutorture: Upper case solves the case of the vanishing NULL pointerPaul E. McKenney2019-05-281-1/+2
| | | | | | * rcutorture: Dump trace buffer for callback pipe drain failuresPaul E. McKenney2019-05-281-1/+3
| | | | | | * rcutorture: Add trivial RCU implementationPaul E. McKenney2019-05-283-1/+62
| | | | | | * rcutorture: Halt forward-progress checks at end of runPaul E. McKenney2019-05-281-1/+2
| | | | | | * rcutorture: Give the scheduler a chance on PREEMPT && NO_HZ_FULL kernelsPaul E. McKenney2019-05-281-3/+14
| | | | | | * rcutorture: Exempt tasks RCU from timely draining of grace periodsPaul E. McKenney2019-05-281-1/+4
| | | | | | * torture: Allow inter-stutter interval to be specifiedPaul E. McKenney2019-05-281-1/+4
| | | | | | * rcutorture: Fix stutter_wait() return value and freelist checksPaul E. McKenney2019-05-281-4/+12
| | | | | | * rcutorture: Add cond_resched() to forward-progress free-up loopPaul E. McKenney2019-05-281-2/+4
| | | |_|_|/ | | |/| | |
| | | | | * rcu/sync: Simplify the state machineOleg Nesterov2019-05-281-70/+95
| | | | | * rcu/sync: Kill rcu_sync_type/gp_typeOleg Nesterov2019-05-281-50/+5Star
| | | |_|/ | | |/| |
| | | | * rcu: Make __call_srcu staticJiang Biao2019-05-281-2/+2
| | | | * srcu: Allocate per-CPU data for DEFINE_SRCU() in modulesPaul E. McKenney2019-05-281-0/+65
| | | |/ | | |/|
| | | * rcu: Upgrade sync_exp_work_done() to smp_mb()Paul E. McKenney2019-06-141-2/+1Star
| | | * rcu: Set a maximum limit for back-to-back callback invocationPaul E. McKenney2019-05-281-3/+4
| | | * rcu: Correctly unlock root node in rcu_check_gp_start_stall()Neeraj Upadhyay2019-05-281-1/+3
| | | * rcu: Dump specified number of blocked tasksNeeraj Upadhyay2019-05-281-1/+1
| | |/
| * | rcu: Remove unused rdp local from synchronize_rcu_expedited()Jiang Biao2019-05-281-2/+0Star
| * | rcu: Rename rcu_data's ->deferred_qs to ->exp_deferred_qsPaul E. McKenney2019-05-283-12/+12
| * | rcu: Add checks for dynticks counters in rcu_is_cpu_rrupt_from_idle()Joel Fernandes (Google)2019-05-281-4/+17
| * | rcu: Avoid self-IPI in sync_sched_exp_online_cleanup()Paul E. McKenney2019-05-251-6/+29
| * | rcu: Avoid self-IPI in sync_rcu_exp_select_node_cpus()Paul E. McKenney2019-05-251-0/+5
| * | rcu: Inline invoke_rcu_callbacks() into its sole remaining callerPaul E. McKenney2019-05-251-17/+3Star
| * | rcu: Use irq_work to get scheduler's attention in clean contextPaul E. McKenney2019-05-252-0/+22
| * | rcu: Allow rcu_read_unlock_special() to raise_softirq() if in_irq()Paul E. McKenney2019-05-251-1/+1
| * | rcu: Only do rcu_read_unlock_special() wakeups if expeditedPaul E. McKenney2019-05-251-2/+10
| * | rcu: Check for wakeup-safe conditions in rcu_read_unlock_special()Paul E. McKenney2019-05-251-5/+14
| * | rcu: Enable elimination of Tree-RCU softirq processingSebastian Andrzej Siewior2019-05-253-134/+140
| |/
* / treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
|/
* Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-05-162-11/+6Star
|\
| * rcu: validate arguments for rcu tracepointsYafang Shao2019-04-082-11/+6Star
* | Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-05-071-1/+1
|\ \
| * | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-091-1/+1
| |/
| |
| \
| \
| \
| \
| \
*-----. \ Merge branches 'consolidate.2019.04.09a', 'doc.2019.03.26b', 'fixes.2019.03.2...Paul E. McKenney2019-04-0912-826/+827
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| | | | * rcuperf: Fix cleanup path for invalid perf_type stringsPaul E. McKenney2019-03-261-0/+5
| | | | * rcutorture: Fix cleanup path for invalid torture_type stringsPaul E. McKenney2019-03-261-0/+5
| | | | * rcutorture: Fix expected forward progress duration in OOM notifierNeeraj Upadhyay2019-03-261-1/+1
| | | | * rcutorture: Remove ->ext_irq_conflict fieldPaul E. McKenney2019-03-261-5/+0Star
| | | | * rcutorture: Make rcutorture_extend_mask() comment match the codePaul E. McKenney2019-03-261-1/+1
| |_|_|/ |/| | |
| | | * rcu: Fix nohz status in stall warningNeeraj Upadhyay2019-03-261-1/+1
| | | * rcu: Move forward-progress checkers into tree_stall.hPaul E. McKenney2019-03-263-166/+173
| | | * rcu: Move irq-disabled stall-warning checking to tree_stall.hPaul E. McKenney2019-03-263-21/+21
| | | * rcu: Organize functions in tree_stall.hPaul E. McKenney2019-03-262-84/+97
| | | * rcu: Move FAST_NO_HZ stall-warning code to tree_stall.hPaul E. McKenney2019-03-263-81/+80Star
| | | * rcu: Inline RCU stall-warning info helper functionsPaul E. McKenney2019-03-263-22/+4Star
| | | * rcu: Move rcu_print_task_exp_stall() to tree_exp.hPaul E. McKenney2019-03-262-31/+32
| | | * rcu: Inline RCU task stall-warning helper functionsPaul E. McKenney2019-03-262-30/+7Star
| | | * rcu: Move RCU CPU stall-warning code out of tree.cPaul E. McKenney2019-03-263-294/+299