summaryrefslogtreecommitdiff
path: root/kernel/rcu
AgeCommit message (Expand)Author
2019-03-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-03-05Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-02-13kprobes: Prohibit probing on RCU debug routineMasami Hiramatsu
2019-02-13x86/kprobes: Prohibit probing on functions before kprobe_int3_handler()Masami Hiramatsu
2019-02-09Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp...Paul E. McKenney
2019-02-09rcu/update: Convert to SPDX license identifierPaul E. McKenney
2019-02-09rcu/tree: Convert to SPDX license identifierPaul E. McKenney
2019-02-09rcu/tiny: Convert to SPDX license identifierPaul E. McKenney
2019-02-09rcu/sync: Convert to SPDX license identifierPaul E. McKenney
2019-02-09rcu/srcu: Convert to SPDX license identifierPaul E. McKenney
2019-02-09rcu/rcutorture: Convert to SPDX license identifierPaul E. McKenney
2019-02-09rcu/rcu_segcblist: Convert to SPDX license identifierPaul E. McKenney
2019-02-09rcu/rcuperf: Convert to SPDX license identifierPaul E. McKenney
2019-02-09rcu/rcu.h: Convert to SPDX license identifierPaul E. McKenney
2019-01-25rcuperf: Stop abusing IS_ENABLED()Paul E. McKenney
2019-01-25rcutorture: Add grace period after CPU offlinePaul E. McKenney
2019-01-25rcutorture: Record grace periods in forward-progress histogramPaul E. McKenney
2019-01-25srcu: Remove srcu_queue_delayed_work_on()Sebastian Andrzej Siewior
2019-01-25rcu: Fix obsolete DYNTICK_IRQ_NONIDLE commentPaul E. McKenney
2019-01-25rcu: Repair rcu_nmi_exit() docbook headerPaul E. McKenney
2019-01-25rcu: Remove preemption disabling from expedited CPU selectionPaul E. McKenney
2019-01-25rcu: Rename rcu_process_callbacks() to rcu_core() for Tree RCUPaul E. McKenney
2019-01-25rcu: Rename rcu_check_callbacks() to rcu_sched_clock_irq()Paul E. McKenney
2019-01-25Merge branches 'consolidate.2019.01.26a' and 'fwd.2019.01.26a' into HEADPaul E. McKenney
2019-01-25rcu: Prevent needless ->gp_seq_needed update in __note_gp_changes()Zhang, Jun
2019-01-25rcu: Do RCU GP kthread self-wakeup from softirq and interruptZhang, Jun
2019-01-25rcu: Add sysrq rcu_node-dump capabilityPaul E. McKenney
2019-01-25rcu: Protect rcu_check_gp_kthread_starvation() access to ->gp_flagsPaul E. McKenney
2019-01-25rcu: Improve diagnostics for failed RCU grace-period startPaul E. McKenney
2019-01-25rcu: Update NOCB commentsPaul E. McKenney
2019-01-25rcu: Remove unused rcu_cpu_kthread_cpu per-CPU variablePaul E. McKenney
2019-01-25rcu: Move rcu_cpu_has_work to rcu_data structurePaul E. McKenney
2019-01-25rcu: Remove unused rcu_cpu_kthread_loops per-CPU variablePaul E. McKenney
2019-01-25rcu: Move rcu_cpu_kthread_status to rcu_data structurePaul E. McKenney
2019-01-25rcu: Move rcu_cpu_kthread_task to rcu_data structurePaul E. McKenney
2019-01-25rcu: Accommodate zero jiffies_till_first_fqs and kthread kickingPaul E. McKenney
2019-01-25rcu: Discard separate per-CPU callback countsPaul E. McKenney
2019-01-25rcu: Inline _synchronize_rcu_expedited() into synchronize_rcu_expedited()Paul E. McKenney
2019-01-25rcu: Consolidate PREEMPT and !PREEMPT synchronize_rcu()Paul E. McKenney
2019-01-25rcu: Consolidate PREEMPT and !PREEMPT synchronize_rcu_expedited()Paul E. McKenney
2019-01-25rcu: Determine expedited-GP IPI handler at build timePaul E. McKenney
2019-01-25rcu: Inline rcu_kthread_do_work() into its sole remaining callerPaul E. McKenney
2019-01-25rcu: Eliminate RCU_BH_FLAVOR and RCU_SCHED_FLAVORPaul E. McKenney
2019-01-25rcu: Inline force_quiescent_state() into rcu_force_quiescent_state()Paul E. McKenney
2019-01-25rcu: Make expedited IPI handler return after handling critical sectionPaul E. McKenney
2019-01-25rcu: Rename and comment changes due to only one rcuo kthread per CPUPaul E. McKenney
2019-01-15time: Move CONTEXT_TRACKING to kernel/time/KconfigPaul E. McKenney
2018-12-01rcutorture: Don't do busted forward-progress testingPaul E. McKenney
2018-12-01rcutorture: Use 100ms buckets for forward-progress callback histogramsPaul E. McKenney
2018-12-01rcutorture: Recover from OOM during forward-progress testsPaul E. McKenney