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/+390Star
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| *-----. \ Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp...Paul E. McKenney2019-02-0914-300/+118Star
| |\ \ \ \ \
| | | | | * | rcuperf: Stop abusing IS_ENABLED()Paul E. McKenney2019-01-261-1/+7
| | | | | * | rcutorture: Add grace period after CPU offlinePaul E. McKenney2019-01-261-1/+10
| | | | | * | rcutorture: Record grace periods in forward-progress histogramPaul E. McKenney2019-01-261-7/+22
| | |_|_|/ / | |/| | | |
| | | | * | srcu: Remove srcu_queue_delayed_work_on()Sebastian Andrzej Siewior2019-01-263-43/+24Star
| | |_|/ / | |/| | |
| | | * | rcu/update: Convert to SPDX license identifierPaul E. McKenney2019-02-091-15/+2Star
| | | * | rcu/tree: Convert to SPDX license identifierPaul E. McKenney2019-02-094-61/+9Star
| | | * | rcu/tiny: Convert to SPDX license identifierPaul E. McKenney2019-02-091-15/+2Star
| | | * | rcu/sync: Convert to SPDX license identifierPaul E. McKenney2019-02-091-14/+1Star
| | | * | rcu/srcu: Convert to SPDX license identifierPaul E. McKenney2019-02-092-30/+4Star
| | | * | rcu/rcutorture: Convert to SPDX license identifierPaul E. McKenney2019-02-091-16/+3Star
| | | * | rcu/rcu_segcblist: Convert to SPDX license identifierPaul E. McKenney2019-02-092-30/+4Star
| | | * | rcu/rcuperf: Convert to SPDX license identifierPaul E. McKenney2019-02-091-16/+3Star
| | | * | rcu/rcu.h: Convert to SPDX license identifierPaul E. McKenney2019-02-091-15/+2Star
| | |/ / | |/| |
| | * | rcu: Fix obsolete DYNTICK_IRQ_NONIDLE commentPaul E. McKenney2019-01-261-1/+1
| | * | rcu: Repair rcu_nmi_exit() docbook headerPaul E. McKenney2019-01-261-1/+0Star
| | * | rcu: Remove preemption disabling from expedited CPU selectionPaul E. McKenney2019-01-261-2/+0Star
| | * | rcu: Rename rcu_process_callbacks() to rcu_core() for Tree RCUPaul E. McKenney2019-01-261-7/+3Star
| | * | rcu: Rename rcu_check_callbacks() to rcu_sched_clock_irq()Paul E. McKenney2019-01-264-25/+21Star
| |/ /
| * | Merge branches 'consolidate.2019.01.26a' and 'fwd.2019.01.26a' into HEADPaul E. McKenney2019-01-263-78/+109
| |\ \
| | * | rcu: Prevent needless ->gp_seq_needed update in __note_gp_changes()Zhang, Jun2019-01-261-1/+1
| | * | rcu: Do RCU GP kthread self-wakeup from softirq and interruptZhang, Jun2019-01-261-6/+14
| | * | rcu: Add sysrq rcu_node-dump capabilityPaul E. McKenney2019-01-261-0/+25
| | * | rcu: Protect rcu_check_gp_kthread_starvation() access to ->gp_flagsPaul E. McKenney2019-01-261-1/+1
| | * | rcu: Improve diagnostics for failed RCU grace-period startPaul E. McKenney2019-01-262-23/+34
| | * | rcu: Update NOCB commentsPaul E. McKenney2019-01-261-17/+16Star
| | * | rcu: Remove unused rcu_cpu_kthread_cpu per-CPU variablePaul E. McKenney2019-01-261-4/+0Star
| | * | rcu: Move rcu_cpu_has_work to rcu_data structurePaul E. McKenney2019-01-262-13/+5Star
| | * | rcu: Remove unused rcu_cpu_kthread_loops per-CPU variablePaul E. McKenney2019-01-262-3/+0Star
| | * | rcu: Move rcu_cpu_kthread_status to rcu_data structurePaul E. McKenney2019-01-262-5/+5
| | * | rcu: Move rcu_cpu_kthread_task to rcu_data structurePaul E. McKenney2019-01-262-7/+10
| | * | rcu: Accommodate zero jiffies_till_first_fqs and kthread kickingPaul E. McKenney2019-01-261-1/+1
| | |/
| * | rcu: Discard separate per-CPU callback countsPaul E. McKenney2019-01-263-68/+13Star
| * | rcu: Inline _synchronize_rcu_expedited() into synchronize_rcu_expedited()Paul E. McKenney2019-01-261-45/+36Star
| * | rcu: Consolidate PREEMPT and !PREEMPT synchronize_rcu()Paul E. McKenney2019-01-263-91/+73Star
| * | rcu: Consolidate PREEMPT and !PREEMPT synchronize_rcu_expedited()Paul E. McKenney2019-01-261-56/+49Star
| * | rcu: Determine expedited-GP IPI handler at build timePaul E. McKenney2019-01-262-17/+14Star
| * | rcu: Inline rcu_kthread_do_work() into its sole remaining callerPaul E. McKenney2019-01-261-6/+1Star
| * | rcu: Eliminate RCU_BH_FLAVOR and RCU_SCHED_FLAVORPaul E. McKenney2019-01-262-4/+0Star
| * | rcu: Inline force_quiescent_state() into rcu_force_quiescent_state()Paul E. McKenney2019-01-261-15/+6Star
| * | rcu: Make expedited IPI handler return after handling critical sectionPaul E. McKenney2019-01-261-0/+1
| * | rcu: Rename and comment changes due to only one rcuo kthread per CPUPaul E. McKenney2019-01-263-6/+6
| |/
* / time: Move CONTEXT_TRACKING to kernel/time/KconfigPaul E. McKenney2019-01-151-30/+0Star
|/
* 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