summaryrefslogtreecommitdiffstats
path: root/kernel/rcu
Commit message (Expand)AuthorAgeFilesLines
* rcu/tree: Fix SCHED_FIFO paramsPeter Zijlstra2019-10-051-3/+3
* rcu/tree: Call setschedule() gp ktread to SCHED_FIFO outside of atomic regionJuri Lelli2019-10-051-3/+3
* 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-152-11/+6
|\
| * rcu: validate arguments for rcu tracepointsYafang Shao2019-04-082-11/+6
* | 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/+0
| | | | * 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/+80
| | | * rcu: Inline RCU stall-warning info helper functionsPaul E. McKenney2019-03-263-22/+4
| | | * 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/+7
| | | * rcu: Move RCU CPU stall-warning code out of tree.cPaul E. McKenney2019-03-263-294/+299
| | | * rcu: Move RCU CPU stall-warning code out of tree_plugin.hPaul E. McKenney2019-03-262-90/+95
| | | * rcu: Move RCU CPU stall-warning code out of update.cPaul E. McKenney2019-03-264-58/+66
| |_|/ |/| |
| | * srcu: Remove cleanup_srcu_struct_quiesced()Paul E. McKenney2019-03-263-30/+16
| | * srcu: Check for in-flight callbacks in _cleanup_srcu_struct()Paul E. McKenney2019-03-261-0/+2
| |/ |/|
| * rcu: Correct READ_ONCE()/WRITE_ONCE() for ->rcu_read_unlock_specialPaul E. McKenney2019-03-262-3/+3
| * rcu: Fix typo in tree_exp.h commentPaul E. McKenney2019-03-261-1/+1
| * rcu: Eliminate redundant NULL-pointer checkPaul E. McKenney2019-03-261-5/+2
| * rcu: Fix force_qs_rnp() header commentZhouyi Zhou2019-03-261-5/+5
| * rcu: Update jiffies_to_sched_qs and adjust_jiffies_till_sched_qs() commentsPaul E. McKenney2019-03-261-1/+2
| * rcu: Default jiffies_to_sched_qs to jiffies_till_sched_qsNeeraj Upadhyay2019-03-261-2/+1
| * rcu: Fix self-wakeups for grace-period kthreadNeeraj Upadhyay2019-03-261-1/+1
| * rcu: Report error for bad rcu_nocbs= parameter valuesPaul E. McKenney2019-03-261-2/+10
| * rcu: Allow rcu_nocbs= to specify all CPUsPaul E. McKenney2019-03-261-1/+4
| * rcu: Move common code out of if-else blockAkira Yokosawa2019-03-261-3/+1
| * rcu: Set rcutree.kthread_prio sysfs access to read-onlyLiu Song2019-03-261-1/+1
| * rcu: Make exit_rcu() handle non-preempted RCU readersPaul E. McKenney2019-03-261-7/+13
| * rcu: rcu_qs -- Use raise_softirq_irqoff to not save irqs twiceCyrill Gorcunov2019-03-261-1/+1
| * rcu: Avoid unnecessary softirq when system is idleJoel Fernandes (Google)2019-03-261-0/+1
| * rcu: Unconditionally expedite during suspend/hibernatePaul E. McKenney2019-03-261-4/+2
|/
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-03-062-0/+4
|\
| * kprobes: Prohibit probing on RCU debug routineMasami Hiramatsu2019-02-131-0/+2
| * x86/kprobes: Prohibit probing on functions before kprobe_int3_handler()Masami Hiramatsu2019-02-131-0/+2
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-03-0514-650/+390
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| *-----. \ Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp...Paul E. McKenney2019-02-0914-300/+118
| |\ \ \ \ \
| | | | | * | rcuperf: Stop abusing IS_ENABLED()Paul E. McKenney2019-01-251-1/+7
| | | | | * | rcutorture: Add grace period after CPU offlinePaul E. McKenney2019-01-251-1/+10
| | | | | * | rcutorture: Record grace periods in forward-progress histogramPaul E. McKenney2019-01-251-7/+22
| | |_|_|/ / | |/| | | |
| | | | * | srcu: Remove srcu_queue_delayed_work_on()Sebastian Andrzej Siewior2019-01-253-43/+24
| | |_|/ / | |/| | |