- 338c464 Merge branches 'fixes.2018.02.23a', 'srcu.2018.02.20a' and 'torture.2018.02.20a' into HEAD by Paul E. McKenney · 7 years ago
- ad7c946 rcu: Create RCU-specific workqueues with rescuers by Paul E. McKenney · 7 years ago
- 85ba6bf torture: Provide more sensible nreader/nwriter defaults for rcuperf by Paul E. McKenney · 7 years ago
- db0c1a8 rcutorture: Record which grace-period primitives are tested by Paul E. McKenney · 7 years ago
- f7c0e6a rcutorture: Re-enable testing of dynamic expediting by Paul E. McKenney · 7 years ago
- eb03399 rcutorture: Avoid fake-writer use of undefined primitives by Paul E. McKenney · 7 years ago
- e0d31a34c rcutorture: Abstract function and module names by Paul E. McKenney · 7 years ago
- 68a675d rcutorture: Replace multi-instance kzalloc() with kcalloc() by Paul E. McKenney · 7 years ago
- 6308f34 rcu: Remove SRCU throttling by Paul E. McKenney · 7 years ago
- a72da91 srcu: Remove dead code in srcu_gp_end() by Byungchul Park · 7 years ago
- 8ddbd88 srcu: Reduce scans of srcu_data in counter wrap check by Ildar Ismagilov · 7 years ago
- a35d13e srcu: Prevent sdp->srcu_gp_seq_needed_exp counter wrap by Ildar Ismagilov · 7 years ago
- cb4081c srcu: Abstract function name by Paul E. McKenney · 7 years ago
- 65963d2 rcu: Make expedited RCU CPU selection avoid unnecessary stores by Paul E. McKenney · 7 years ago
- 7f5d42d rcu: Trace expedited GP delays due to transitioning CPUs by Paul E. McKenney · 7 years ago
- 9a41420 rcu: Add more tracing of expedited grace periods by Paul E. McKenney · 7 years ago
- 274afd6 rcu: Fix misprint in srcu_funnel_exp_start by Ildar Ismagilov · 7 years ago
- a32e01e rcu: Use wrapper for lockdep asserts by Matthew Wilcox · 7 years ago
- 65518db rcu: Remove redundant nxttail index macro define by Liu, Changcheng · 7 years ago
- bfbd767 rcu: Consolidate rcu.h #ifdefs by Paul E. McKenney · 7 years ago
- d07aee2 rcu: More clearly identify grace-period kthread stack dump by Paul E. McKenney · 7 years ago
- d62df57 rcu: Remove obsolete force-quiescent-state statistics for debugfs by Paul E. McKenney · 7 years ago
- 01c495f rcu: Remove obsolete __rcu_pending() statistics for debugfs by Paul E. McKenney · 7 years ago
- 62df63e rcu: Remove obsolete callback-invocation statistics for debugfs by Paul E. McKenney · 7 years ago
- bec0678 rcu: Remove obsolete boost statistics for debugfs by Paul E. McKenney · 7 years ago
- 3caa973 rcu: Call touch_nmi_watchdog() while printing stall warnings by Tejun Heo · 7 years ago
- 3016611 rcu: Fix CPU offload boot message when no CPUs are offloaded by Paul E. McKenney · 7 years ago
- 398953e rcu: Remove unnecessary spinlock in rcu_boot_init_percpu_data() by Lihao Liang · 7 years ago
- 28bc6fb Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
- 1dfa55e Merge branches 'cond_resched.2017.12.04a', 'dyntick.2017.11.28a', 'fixes.2017.12.11a', 'srbd.2017.12.05a' and 'torture.2017.12.11a' into HEAD by Paul E. McKenney · 7 years ago
- a2f2577 torture: Eliminate torture_runnable and perf_runnable by Paul E. McKenney · 7 years ago
- e830273 rcutorture: Preempt RCU-preempt readers more vigorously by Paul E. McKenney · 7 years ago
- cc1321c torture: Reduce #ifdefs for preempt_schedule() by Paul E. McKenney · 7 years ago
- 84b12b7 rcu: Remove have_rcu_nocb_mask from tree_plugin.h by Rakib Mullick · 7 years ago
- efd88b0 rcu: Add comment giving debug strategy for double call_rcu() by Paul E. McKenney · 7 years ago
- 156baec rcu: Export init_rcu_head() and destroy_rcu_head() to GPL modules by Paul E. McKenney · 7 years ago
- d633198 srcu: Prohibit call_srcu() use under raw spinlocks by Paul E. McKenney · 7 years ago
- e68bbb2 rcu: Simplify rcu_eqs_{enter,exit}() non-idle task debug code by Paul E. McKenney · 7 years ago
- 9dd238e rcu: Fold rcu_eqs_exit_common() into rcu_eqs_exit() by Paul E. McKenney · 7 years ago
- 215bba9 rcu: Fold rcu_eqs_enter_common() into rcu_eqs_enter() by Paul E. McKenney · 7 years ago
- 2342172 rcu: Avoid ->dynticks_nesting store tearing by Paul E. McKenney · 7 years ago
- 914955e rcu: Stop duplicating lockdep checks in RCU's idle-entry code by Paul E. McKenney · 7 years ago
- dec9890 rcu: Add ->dynticks field to rcu_dyntick trace event by Paul E. McKenney · 7 years ago
- 84585aa rcu: Shrink ->dynticks_{nmi_,}nesting from long long to long by Paul E. McKenney · 7 years ago
- bd2b879 rcu: Add tracing to irq/NMI dyntick-idle transitions by Paul E. McKenney · 7 years ago
- 844ccdd rcu: Eliminate rcu_irq_enter_disabled() by Paul E. McKenney · 7 years ago
- 51a1fd3 rcu: Make ->dynticks_nesting be a simple counter by Paul E. McKenney · 7 years ago
- 58721f5 rcu: Define rcu_irq_{enter,exit}() in terms of rcu_nmi_{enter,exit}() by Paul E. McKenney · 7 years ago
- 6136d6e rcu: Clamp ->dynticks_nmi_nesting at eqs entry/exit by Paul E. McKenney · 7 years ago
- fd581a9 rcu: Move rcu_nmi_{enter,exit}() to prepare for consolidation by Paul E. McKenney · 7 years ago
- a0eb22b rcu: Reduce dyntick-idle state space by Paul E. McKenney · 7 years ago
- 2e672ab rcu: Avoid ->dynticks_nmi_nesting store tearing by Paul E. McKenney · 7 years ago
- 2bcc673 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 3e20146 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 8e9a2db Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 6098850 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- b04db8e rcu: Use lockdep to assert IRQs are disabled/enabled by Frederic Weisbecker · 7 years ago
- 8a103df Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 7 years ago
- fd30b71 rcu: Convert timers to use timer_setup() by Kees Cook · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- de20155 sched/isolation: Introduce housekeeping flags by Frederic Weisbecker · 7 years ago
- 7863406 sched/isolation: Move housekeeping related code to its own file by Frederic Weisbecker · 7 years ago
- 72bc286 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 7 years ago
- ad4e25a Merge branches 'doc.2017.10.20a', 'fixes.2017.10.19a', 'stall.2017.10.09a' and 'torture.2017.10.09a' into HEAD by Paul E. McKenney · 7 years ago
- e4d0b67 srcu: Add parameters to SRCU docbook comments by Paul E. McKenney · 7 years ago
- 27fdb35 doc: Fix various RCU docbook comment-header problems by Paul E. McKenney · 7 years ago
- 56628a7 rcu/segcblist: Include rcupdate.h by Sebastian Andrzej Siewior · 7 years ago
- c0da313 rcu: Add extended-quiescent-state testing advice by Paul E. McKenney · 7 years ago
- 02a7c23 rcu: Suppress lockdep false-positive ->boost_mtx complaints by Paul E. McKenney · 7 years ago
- b886978 rcu: Do not include rtmutex_common.h unconditionally by Sebastian Andrzej Siewior · 7 years ago
- 0032f4e rcutorture: Dump writer stack if stalled by Paul E. McKenney · 7 years ago
- 2b1516e rcutorture: Add interrupt-disable capability to stall-warning tests by Paul E. McKenney · 7 years ago
- f22ce09 rcu: Suppress RCU CPU stall warnings while dumping trace by Paul E. McKenney · 7 years ago
- 83b6ca1 rcu: Turn off tracing before dumping trace by Paul E. McKenney · 7 years ago
- 9b9500d rcu: Make RCU CPU stall warnings check for irq-disabled CPUs by Paul E. McKenney · 7 years ago
- f79c3ad sched,rcu: Make cond_resched() provide RCU quiescent state by Paul E. McKenney · 8 years ago
- c63eb17 rcu: Create call_rcu_tasks() kthread at boot time by Paul E. McKenney · 7 years ago
- 135bd1a rcu: Fix up pending cbs check in rcu_prepare_for_idle by Neeraj Upadhyay · 7 years ago
- 013a8ee Merge tag 'trace-v4.14-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
- f39b536 rcu: Remove extraneous READ_ONCE()s from rcu_irq_{enter,exit}() by Paul E. McKenney · 7 years ago
- ac0a364 Merge tag 'trace-v4.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
- 28585a8 rcu: Allow for page faults in NMI handlers by Paul E. McKenney · 7 years ago
- 9b130ad treewide: make "nr_cpu_ids" unsigned by Alexey Dobriyan · 7 years ago
- 656e7c0 Merge branches 'doc.2017.08.17a', 'fixes.2017.08.17a', 'hotplug.2017.07.25b', 'misc.2017.08.17a', 'spin_unlock_wait_no.2017.08.17a', 'srcu.2017.07.27c' and 'torture.2017.07.24c' into HEAD by Paul E. McKenney · 7 years ago
- 16c0b10 rcu: Remove exports from rcu_idle_exit() and rcu_idle_enter() by Paul E. McKenney · 8 years ago
- d4db30a rcu: Add warning to rcu_idle_enter() for irqs enabled by Paul E. McKenney · 8 years ago
- 3a60799 rcu: Make rcu_idle_enter() rely on callers disabling irqs by Peter Zijlstra (Intel) · 8 years ago
- 2dee940 rcu: Add assertions verifying blocked-tasks list by Paul E. McKenney · 8 years ago
- 35fe723 rcu/tracing: Set disable_rcu_irq_enter on rcu_eqs_exit() by Masami Hiramatsu · 8 years ago
- d8db2e8 rcu: Add TPS() protection for _rcu_barrier_trace strings by Paul E. McKenney · 8 years ago
- d537422 rcu: Use idle versions of swait to make idle-hack clear by Luis R. Rodriguez · 8 years ago
- c5ebe66 rcu: Add event tracing to ->gp_tasks update at GP start by Paul E. McKenney · 8 years ago
- 7414fac rcu: Move rcu.h to new trivial-function style by Paul E. McKenney · 8 years ago
- bedbb64 rcu: Add TPS() to event-traced strings by Paul E. McKenney · 8 years ago
- ccdd29f rcu: Create reasonable API for do_exit() TASKS_RCU processing by Paul E. McKenney · 8 years ago
- 7e42776 rcu: Drive TASKS_RCU directly off of PREEMPT by Paul E. McKenney · 8 years ago
- 35732cf srcu: Provide ordering for CPU not involved in grace period by Paul E. McKenney · 8 years ago
- 09efeee rcu: Move callback-list warning to irq-disable region by Paul E. McKenney · 8 years ago
- aed4e04 rcu: Remove unused RCU list functions by Paul E. McKenney · 8 years ago
- f2dbe4a rcu: Localize rcu_state ->orphan_pend and ->orphan_done by Paul E. McKenney · 8 years ago