summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-0485-1323/+1237
|\
| * Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2017-08-2184-1312/+1207
| |\
| | *---------. Merge branches 'doc.2017.08.17a', 'fixes.2017.08.17a', 'hotplug.2017.07.25b',...Paul E. McKenney2017-08-1775-1214/+898
| | |\ \ \ \ \ \
| | | | | | | | * rcutorture: Invoke call_rcu() from timer handlerPaul E. McKenney2017-07-241-0/+13
| | | | | | | | * rcu: Add last-CPU to GP-kthread starvation messagesPaul E. McKenney2017-07-241-2/+3
| | | | | | | | * rcutorture: Eliminate unused ts_rem local from rcu_trace_clock_local()Paul E. McKenney2017-07-241-1/+2
| | | | | | | | * rcutorture: Add task's CPU for rcutorture writer stallsPaul E. McKenney2017-07-241-2/+3
| | | | | | | | * rcutorture: Use nr_cpus rather than maxcpus to limit test sizePaul E. McKenney2017-07-243-2/+28
| | | | | | | | * rcutorture: Place event-traced strings into trace bufferPaul E. McKenney2017-07-243-4/+7
| | | | | | | | * rcutorture: Enable SRCU readers from timer handlerPaul E. McKenney2017-07-241-1/+3
| | | | | | | | * rcutorture: Don't wait for kernel when all builds failPaul E. McKenney2017-07-242-7/+22
| | | | | | | | * torture: Add --kconfig argument to kvm.shPaul E. McKenney2017-07-244-38/+96
| | | | | | | | * rcutorture: Select CONFIG_PROVE_LOCKING for Tiny SRCU scenarioPaul E. McKenney2017-07-241-1/+2
| | | | | | | | * rcu: Remove CONFIG_TASKS_RCU ifdef from rcuperf.cPaul E. McKenney2017-07-241-16/+1
| | | | | | | | * rcutorture: Print SRCU lock/unlock totalsPaul E. McKenney2017-07-241-1/+4
| | | | | | | | * rcutorture: Move SRCU status printing to SRCU implementationsPaul E. McKenney2017-07-244-38/+49
| | | | | | | * | srcu: Provide ordering for CPU not involved in grace periodPaul E. McKenney2017-07-271-0/+9
| | | | | | | * | srcu: Make process_srcu() be staticPaul E. McKenney2017-07-242-4/+2
| | | | | | | * | rcutorture: Remove obsolete SRCU-C.bootPaul E. McKenney2017-07-241-1/+0
| | | | | | | * | srcu: Move rcu_scheduler_starting() from Tiny RCU to Tiny SRCUPaul E. McKenney2017-07-245-54/+12
| | | | | | | |/
| | | | | | * | arch: Remove spin_unlock_wait() arch-specific definitionsPaul E. McKenney2017-08-1721-241/+5
| | | | | | * | locking: Remove spin_unlock_wait() generic definitionsPaul E. McKenney2017-08-174-148/+0
| | | | | | * | drivers/ata: Replace spin_unlock_wait() with lock/unlock pairPaul E. McKenney2017-08-171-5/+3
| | | | | | * | ipc: Replace spin_unlock_wait() with lock/unlock pairPaul E. McKenney2017-08-171-1/+2
| | | | | | * | exit: Replace spin_unlock_wait() with lock/unlock pairPaul E. McKenney2017-08-171-1/+2
| | | | | | * | completion: Replace spin_unlock_wait() with lock/unlock pairPaul E. McKenney2017-08-171-7/+4
| | | | | | * | sched: Replace spin_unlock_wait() with lock/unlock pairPaul E. McKenney2017-08-111-2/+2
| | | | | | * | task_work: Replace spin_unlock_wait() with lock/unlock pairOleg Nesterov2017-07-251-6/+2
| | | | | | * | net/netfilter/nf_conntrack_core: Fix net_conntrack_lock()Manfred Spraul2017-07-251-23/+29
| | | | | | * | atomics: Revert addition of comment header to spin_unlock_wait()Paul E. McKenney2017-07-251-20/+0
| | | | | | |/
| | | | | * | membarrier: Provide expedited private commandMathieu Desnoyers2017-08-178-74/+202
| | | | | * | sched: Allow migrating kthreads into online but inactive CPUsTejun Heo2017-07-281-2/+7
| | | | | * | init_task: Remove redundant INIT_TASK_RCU_TREE_PREEMPT() macroPaul E. McKenney2017-07-241-7/+1
| | | | | * | module: Fix pr_fmt() bug for header use of printkJoe Perches2017-07-241-18/+21
| | | | | |/
| | | | * | rcu: Move callback-list warning to irq-disable regionPaul E. McKenney2017-07-251-2/+2
| | | | * | rcu: Remove unused RCU list functionsPaul E. McKenney2017-07-252-110/+0
| | | | * | rcu: Localize rcu_state ->orphan_pend and ->orphan_donePaul E. McKenney2017-07-254-75/+30
| | | | * | rcu: Advance callbacks after migrationPaul E. McKenney2017-07-251-0/+1
| | | | * | rcu: Eliminate rcu_state ->orphan_lockPaul E. McKenney2017-07-252-15/+3
| | | | * | rcu: Advance outgoing CPU's callbacks before migrating themPaul E. McKenney2017-07-251-1/+6
| | | | * | rcu: Make NOCB CPUs migrate CBs directly from outgoing CPUPaul E. McKenney2017-07-253-28/+19
| | | | * | rcu: Check for NOCB CPUs and empty lists earlier in CB migrationPaul E. McKenney2017-07-251-4/+3
| | | | * | rcu: Remove orphan/adopt event-tracing fieldsPaul E. McKenney2017-07-252-4/+0
| | | | * | torture: Fix typo suppressing CPU-hotplug statisticsPaul E. McKenney2017-07-251-1/+1
| | | | * | rcu: Make expedited GPs correctly handle hardware CPU insertionPaul E. McKenney2017-07-252-3/+9
| | | * | | rcu: Remove exports from rcu_idle_exit() and rcu_idle_enter()Paul E. McKenney2017-08-171-2/+0
| | | * | | rcu: Add warning to rcu_idle_enter() for irqs enabledPaul E. McKenney2017-08-171-1/+2
| | | * | | rcu: Make rcu_idle_enter() rely on callers disabling irqsPeter Zijlstra (Intel)2017-08-171-4/+1
| | | * | | rcu: Add assertions verifying blocked-tasks listPaul E. McKenney2017-08-172-2/+11
| | | * | | rcu/tracing: Set disable_rcu_irq_enter on rcu_eqs_exit()Masami Hiramatsu2017-08-171-0/+2