| Age | Commit message (Expand) | Author | Files | Lines |
| 2017-11-13 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 2 | -6/+7 |
| 2017-11-13 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 2 | -2/+4 |
| 2017-11-13 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 2 | -13/+13 |
| 2017-11-13 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 7 | -62/+187 |
| 2017-11-08 | rcu: Use lockdep to assert IRQs are disabled/enabled |  Frederic Weisbecker | 2 | -13/+13 |
| 2017-11-08 | Merge branch 'linus' into sched/core, to pick up fixes |  Ingo Molnar | 4 | -12/+18 |
| 2017-11-02 | rcu: Convert timers to use timer_setup() |  Kees Cook | 2 | -6/+7 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license |  Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-10-27 | sched/isolation: Introduce housekeeping flags |  Frederic Weisbecker | 2 | -2/+2 |
| 2017-10-27 | sched/isolation: Move housekeeping related code to its own file |  Frederic Weisbecker | 2 | -0/+2 |
| 2017-10-24 | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu |  Ingo Molnar | 7 | -62/+187 |
| 2017-10-20 | Merge branches 'doc.2017.10.20a', 'fixes.2017.10.19a', 'stall.2017.10.09a' and 'torture.2017.10.09a' into HEAD |  Paul E. McKenney | 7 | -62/+187 |
| 2017-10-20 | srcu: Add parameters to SRCU docbook comments |  Paul E. McKenney | 1 | -1/+1 |
| 2017-10-19 | doc: Fix various RCU docbook comment-header problems |  Paul E. McKenney | 3 | -12/+17 |
| 2017-10-19 | rcu/segcblist: Include rcupdate.h |  Sebastian Andrzej Siewior | 1 | -0/+1 |
| 2017-10-19 | rcu: Add extended-quiescent-state testing advice |  Paul E. McKenney | 1 | -0/+30 |
| 2017-10-19 | rcu: Suppress lockdep false-positive ->boost_mtx complaints |  Paul E. McKenney | 1 | -1/+1 |
| 2017-10-19 | rcu: Do not include rtmutex_common.h unconditionally |  Sebastian Andrzej Siewior | 1 | -2/+1 |
| 2017-10-09 | rcutorture: Dump writer stack if stalled |  Paul E. McKenney | 1 | -0/+6 |
| 2017-10-09 | rcutorture: Add interrupt-disable capability to stall-warning tests |  Paul E. McKenney | 1 | -5/+13 |
| 2017-10-09 | rcu: Suppress RCU CPU stall warnings while dumping trace |  Paul E. McKenney | 2 | -0/+18 |
| 2017-10-09 | rcu: Turn off tracing before dumping trace |  Paul E. McKenney | 1 | -1/+3 |
| 2017-10-09 | rcu: Make RCU CPU stall warnings check for irq-disabled CPUs |  Paul E. McKenney | 3 | -13/+103 |
| 2017-10-09 | sched,rcu: Make cond_resched() provide RCU quiescent state |  Paul E. McKenney | 1 | -20/+5 |
| 2017-10-09 | rcu: Create call_rcu_tasks() kthread at boot time |  Paul E. McKenney | 1 | -19/+5 |
| 2017-10-09 | rcu: Fix up pending cbs check in rcu_prepare_for_idle |  Neeraj Upadhyay | 1 | -1/+1 |
| 2017-10-04 | Merge tag 'trace-v4.14-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace |  Linus Torvalds | 1 | -2/+2 |
| 2017-10-03 | rcu: Remove extraneous READ_ONCE()s from rcu_irq_{enter,exit}() |  Paul E. McKenney | 1 | -2/+2 |
| 2017-09-25 | Merge tag 'trace-v4.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace |  Linus Torvalds | 1 | -0/+10 |
| 2017-09-23 | rcu: Allow for page faults in NMI handlers |  Paul E. McKenney | 1 | -0/+10 |
| 2017-09-08 | treewide: make "nr_cpu_ids" unsigned |  Alexey Dobriyan | 2 | -2/+2 |
| 2017-08-17 | 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 |  Paul E. McKenney | 15 | -586/+374 |
| 2017-08-17 | rcu: Remove exports from rcu_idle_exit() and rcu_idle_enter() |  Paul E. McKenney | 1 | -2/+0 |
| 2017-08-17 | rcu: Add warning to rcu_idle_enter() for irqs enabled |  Paul E. McKenney | 1 | -1/+2 |
| 2017-08-17 | rcu: Make rcu_idle_enter() rely on callers disabling irqs |  Peter Zijlstra (Intel) | 1 | -4/+1 |
| 2017-08-17 | rcu: Add assertions verifying blocked-tasks list |  Paul E. McKenney | 2 | -2/+11 |
| 2017-08-17 | rcu/tracing: Set disable_rcu_irq_enter on rcu_eqs_exit() |  Masami Hiramatsu | 1 | -0/+2 |
| 2017-08-17 | rcu: Add TPS() protection for _rcu_barrier_trace strings |  Paul E. McKenney | 1 | -12/+15 |
| 2017-08-17 | rcu: Use idle versions of swait to make idle-hack clear |  Luis R. Rodriguez | 1 | -6/+5 |
| 2017-08-17 | rcu: Add event tracing to ->gp_tasks update at GP start |  Paul E. McKenney | 1 | -1/+8 |
| 2017-08-17 | rcu: Move rcu.h to new trivial-function style |  Paul E. McKenney | 1 | -108/+20 |
| 2017-08-17 | rcu: Add TPS() to event-traced strings |  Paul E. McKenney | 1 | -6/+6 |
| 2017-08-17 | rcu: Create reasonable API for do_exit() TASKS_RCU processing |  Paul E. McKenney | 1 | -1/+17 |
| 2017-08-17 | rcu: Drive TASKS_RCU directly off of PREEMPT |  Paul E. McKenney | 2 | -18/+2 |
| 2017-07-27 | srcu: Provide ordering for CPU not involved in grace period |  Paul E. McKenney | 1 | -0/+9 |
| 2017-07-25 | rcu: Move callback-list warning to irq-disable region |  Paul E. McKenney | 1 | -2/+2 |
| 2017-07-25 | rcu: Remove unused RCU list functions |  Paul E. McKenney | 2 | -110/+0 |
| 2017-07-25 | rcu: Localize rcu_state ->orphan_pend and ->orphan_done |  Paul E. McKenney | 4 | -75/+30 |
| 2017-07-25 | rcu: Advance callbacks after migration |  Paul E. McKenney | 1 | -0/+1 |
| 2017-07-25 | rcu: Eliminate rcu_state ->orphan_lock |  Paul E. McKenney | 2 | -15/+3 |