summaryrefslogtreecommitdiffstats
path: root/kernel/rcu
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |_|/ / | |/| | |
| | | * | rcu/update: Convert to SPDX license identifierPaul E. McKenney2019-02-091-15/+2
| | | * | rcu/tree: Convert to SPDX license identifierPaul E. McKenney2019-02-094-61/+9
| | | * | rcu/tiny: Convert to SPDX license identifierPaul E. McKenney2019-02-091-15/+2
| | | * | rcu/sync: Convert to SPDX license identifierPaul E. McKenney2019-02-091-14/+1
| | | * | rcu/srcu: Convert to SPDX license identifierPaul E. McKenney2019-02-092-30/+4
| | | * | rcu/rcutorture: Convert to SPDX license identifierPaul E. McKenney2019-02-091-16/+3
| | | * | rcu/rcu_segcblist: Convert to SPDX license identifierPaul E. McKenney2019-02-092-30/+4
| | | * | rcu/rcuperf: Convert to SPDX license identifierPaul E. McKenney2019-02-091-16/+3
| | | * | rcu/rcu.h: Convert to SPDX license identifierPaul E. McKenney2019-02-091-15/+2
| | |/ / | |/| |
| | * | rcu: Fix obsolete DYNTICK_IRQ_NONIDLE commentPaul E. McKenney2019-01-251-1/+1
| | * | rcu: Repair rcu_nmi_exit() docbook headerPaul E. McKenney2019-01-251-1/+0
| | * | rcu: Remove preemption disabling from expedited CPU selectionPaul E. McKenney2019-01-251-2/+0
| | * | rcu: Rename rcu_process_callbacks() to rcu_core() for Tree RCUPaul E. McKenney2019-01-251-7/+3
| | * | rcu: Rename rcu_check_callbacks() to rcu_sched_clock_irq()Paul E. McKenney2019-01-254-25/+21
| |/ /
| * | Merge branches 'consolidate.2019.01.26a' and 'fwd.2019.01.26a' into HEADPaul E. McKenney2019-01-253-78/+109
| |\ \
| | * | rcu: Prevent needless ->gp_seq_needed update in __note_gp_changes()Zhang, Jun2019-01-251-1/+1
| | * | rcu: Do RCU GP kthread self-wakeup from softirq and interruptZhang, Jun2019-01-251-6/+14
| | * | rcu: Add sysrq rcu_node-dump capabilityPaul E. McKenney2019-01-251-0/+25
| | * | rcu: Protect rcu_check_gp_kthread_starvation() access to ->gp_flagsPaul E. McKenney2019-01-251-1/+1
| | * | rcu: Improve diagnostics for failed RCU grace-period startPaul E. McKenney2019-01-252-23/+34
| | * | rcu: Update NOCB commentsPaul E. McKenney2019-01-251-17/+16
| | * | rcu: Remove unused rcu_cpu_kthread_cpu per-CPU variablePaul E. McKenney2019-01-251-4/+0
| | * | rcu: Move rcu_cpu_has_work to rcu_data structurePaul E. McKenney2019-01-252-13/+5
| | * | rcu: Remove unused rcu_cpu_kthread_loops per-CPU variablePaul E. McKenney2019-01-252-3/+0
| | * | rcu: Move rcu_cpu_kthread_status to rcu_data structurePaul E. McKenney2019-01-252-5/+5
| | * | rcu: Move rcu_cpu_kthread_task to rcu_data structurePaul E. McKenney2019-01-252-7/+10
| | * | rcu: Accommodate zero jiffies_till_first_fqs and kthread kickingPaul E. McKenney2019-01-251-1/+1
| | |/
| * | rcu: Discard separate per-CPU callback countsPaul E. McKenney2019-01-253-68/+13
| * | rcu: Inline _synchronize_rcu_expedited() into synchronize_rcu_expedited()Paul E. McKenney2019-01-251-45/+36
| * | rcu: Consolidate PREEMPT and !PREEMPT synchronize_rcu()Paul E. McKenney2019-01-253-91/+73
| * | rcu: Consolidate PREEMPT and !PREEMPT synchronize_rcu_expedited()Paul E. McKenney2019-01-251-56/+49
| * | rcu: Determine expedited-GP IPI handler at build timePaul E. McKenney2019-01-252-17/+14
| * | rcu: Inline rcu_kthread_do_work() into its sole remaining callerPaul E. McKenney2019-01-251-6/+1
| * | rcu: Eliminate RCU_BH_FLAVOR and RCU_SCHED_FLAVORPaul E. McKenney2019-01-252-4/+0
| * | rcu: Inline force_quiescent_state() into rcu_force_quiescent_state()Paul E. McKenney2019-01-251-15/+6
| * | rcu: Make expedited IPI handler return after handling critical sectionPaul E. McKenney2019-01-251-0/+1
| * | rcu: Rename and comment changes due to only one rcuo kthread per CPUPaul E. McKenney2019-01-253-6/+6
| |/
* / time: Move CONTEXT_TRACKING to kernel/time/KconfigPaul E. McKenney2019-01-151-30/+0
|/
* rcutorture: Don't do busted forward-progress testingPaul E. McKenney2018-12-011-1/+2
* rcutorture: Use 100ms buckets for forward-progress callback histogramsPaul E. McKenney2018-12-011-3/+5
* rcutorture: Recover from OOM during forward-progress testsPaul E. McKenney2018-12-011-11/+49