aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-26rcu: Move RCU CPU stall-warning code out of tree_plugin.hPaul E. McKenney2-90/+95
2019-03-26rcu: Move RCU CPU stall-warning code out of update.cPaul E. McKenney4-58/+66
2019-03-26srcu: Remove cleanup_srcu_struct_quiesced()Paul E. McKenney3-30/+16
2019-03-26srcu: Check for in-flight callbacks in _cleanup_srcu_struct()Paul E. McKenney1-0/+2
2019-03-26rcu: Correct READ_ONCE()/WRITE_ONCE() for ->rcu_read_unlock_specialPaul E. McKenney2-3/+3
2019-03-26rcu: Fix typo in tree_exp.h commentPaul E. McKenney1-1/+1
2019-03-26rcu: Eliminate redundant NULL-pointer checkPaul E. McKenney1-5/+2
2019-03-26rcu: Fix force_qs_rnp() header commentZhouyi Zhou1-5/+5
2019-03-26rcu: Update jiffies_to_sched_qs and adjust_jiffies_till_sched_qs() commentsPaul E. McKenney1-1/+2
2019-03-26rcu: Default jiffies_to_sched_qs to jiffies_till_sched_qsNeeraj Upadhyay1-2/+1
2019-03-26rcu: Fix self-wakeups for grace-period kthreadNeeraj Upadhyay1-1/+1
2019-03-26rcu: Report error for bad rcu_nocbs= parameter valuesPaul E. McKenney1-2/+10
2019-03-26rcu: Allow rcu_nocbs= to specify all CPUsPaul E. McKenney1-1/+4
2019-03-26rcu: Move common code out of if-else blockAkira Yokosawa1-3/+1
2019-03-26rcu: Set rcutree.kthread_prio sysfs access to read-onlyLiu Song1-1/+1
2019-03-26rcu: Make exit_rcu() handle non-preempted RCU readersPaul E. McKenney1-7/+13
2019-03-26rcu: rcu_qs -- Use raise_softirq_irqoff to not save irqs twiceCyrill Gorcunov1-1/+1
2019-03-26rcu: Avoid unnecessary softirq when system is idleJoel Fernandes (Google)1-0/+1
2019-03-26rcu: Unconditionally expedite during suspend/hibernatePaul E. McKenney1-4/+2
2019-03-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+4
2019-03-05Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds14-650/+390
2019-02-13kprobes: Prohibit probing on RCU debug routineMasami Hiramatsu1-0/+2
2019-02-13x86/kprobes: Prohibit probing on functions before kprobe_int3_handler()Masami Hiramatsu1-0/+2
2019-02-09Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'spdx.2019.02.09a', 'srcu.2019.01.26a' and 'torture.2019.01.26a' into HEADPaul E. McKenney14-300/+118
2019-02-09rcu/update: Convert to SPDX license identifierPaul E. McKenney1-15/+2
2019-02-09rcu/tree: Convert to SPDX license identifierPaul E. McKenney4-61/+9
2019-02-09rcu/tiny: Convert to SPDX license identifierPaul E. McKenney1-15/+2
2019-02-09rcu/sync: Convert to SPDX license identifierPaul E. McKenney1-14/+1
2019-02-09rcu/srcu: Convert to SPDX license identifierPaul E. McKenney2-30/+4
2019-02-09rcu/rcutorture: Convert to SPDX license identifierPaul E. McKenney1-16/+3
2019-02-09rcu/rcu_segcblist: Convert to SPDX license identifierPaul E. McKenney2-30/+4
2019-02-09rcu/rcuperf: Convert to SPDX license identifierPaul E. McKenney1-16/+3
2019-02-09rcu/rcu.h: Convert to SPDX license identifierPaul E. McKenney1-15/+2
2019-01-25rcuperf: Stop abusing IS_ENABLED()Paul E. McKenney1-1/+7
2019-01-25rcutorture: Add grace period after CPU offlinePaul E. McKenney1-1/+10
2019-01-25rcutorture: Record grace periods in forward-progress histogramPaul E. McKenney1-7/+22
2019-01-25srcu: Remove srcu_queue_delayed_work_on()Sebastian Andrzej Siewior3-43/+24
2019-01-25rcu: Fix obsolete DYNTICK_IRQ_NONIDLE commentPaul E. McKenney1-1/+1
2019-01-25rcu: Repair rcu_nmi_exit() docbook headerPaul E. McKenney1-1/+0
2019-01-25rcu: Remove preemption disabling from expedited CPU selectionPaul E. McKenney1-2/+0
2019-01-25rcu: Rename rcu_process_callbacks() to rcu_core() for Tree RCUPaul E. McKenney1-7/+3
2019-01-25rcu: Rename rcu_check_callbacks() to rcu_sched_clock_irq()Paul E. McKenney4-25/+21
2019-01-25Merge branches 'consolidate.2019.01.26a' and 'fwd.2019.01.26a' into HEADPaul E. McKenney3-78/+109
2019-01-25rcu: Prevent needless ->gp_seq_needed update in __note_gp_changes()Zhang, Jun1-1/+1
2019-01-25rcu: Do RCU GP kthread self-wakeup from softirq and interruptZhang, Jun1-6/+14
2019-01-25rcu: Add sysrq rcu_node-dump capabilityPaul E. McKenney1-0/+25
2019-01-25rcu: Protect rcu_check_gp_kthread_starvation() access to ->gp_flagsPaul E. McKenney1-1/+1
2019-01-25rcu: Improve diagnostics for failed RCU grace-period startPaul E. McKenney2-23/+34
2019-01-25rcu: Update NOCB commentsPaul E. McKenney1-17/+16
2019-01-25rcu: Remove unused rcu_cpu_kthread_cpu per-CPU variablePaul E. McKenney1-4/+0