summaryrefslogtreecommitdiffstats
path: root/kernel/rcu
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-132-6/+7
|\
| * rcu: Convert timers to use timer_setup()Kees Cook2017-11-022-6/+7
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-132-2/+4
|\ \
| * \ Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-11-084-12/+18
| |\ \
| * | | sched/isolation: Introduce housekeeping flagsFrederic Weisbecker2017-10-272-2/+2
| * | | sched/isolation: Move housekeeping related code to its own fileFrederic Weisbecker2017-10-272-0/+2
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-132-13/+13
|\ \ \ \
| * | | | rcu: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker2017-11-082-13/+13
| | |/ / | |/| |
* | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-137-62/+187
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2017-10-247-62/+187
| |\ \ \
| | | \ \
| | | \ \
| | | \ \
| | | \ \
| | *---. \ \ Merge branches 'doc.2017.10.20a', 'fixes.2017.10.19a', 'stall.2017.10.09a' an...Paul E. McKenney2017-10-207-62/+187
| | |\ \ \ \ \
| | | | | * | | rcutorture: Dump writer stack if stalledPaul E. McKenney2017-10-091-0/+6
| | | | | * | | rcutorture: Add interrupt-disable capability to stall-warning testsPaul E. McKenney2017-10-091-5/+13
| | | | | |/ /
| | | | * | | rcu: Suppress RCU CPU stall warnings while dumping tracePaul E. McKenney2017-10-092-0/+18
| | | | * | | rcu: Turn off tracing before dumping tracePaul E. McKenney2017-10-091-1/+3
| | | | * | | rcu: Make RCU CPU stall warnings check for irq-disabled CPUsPaul E. McKenney2017-10-093-13/+103
| | | | * | | sched,rcu: Make cond_resched() provide RCU quiescent statePaul E. McKenney2017-10-091-20/+5
| | | | |/ /
| | | * | | rcu/segcblist: Include rcupdate.hSebastian Andrzej Siewior2017-10-191-0/+1
| | | * | | rcu: Add extended-quiescent-state testing advicePaul E. McKenney2017-10-191-0/+30
| | | * | | rcu: Suppress lockdep false-positive ->boost_mtx complaintsPaul E. McKenney2017-10-191-1/+1
| | | * | | rcu: Do not include rtmutex_common.h unconditionallySebastian Andrzej Siewior2017-10-191-2/+1
| | | * | | rcu: Create call_rcu_tasks() kthread at boot timePaul E. McKenney2017-10-091-19/+5
| | | * | | rcu: Fix up pending cbs check in rcu_prepare_for_idleNeeraj Upadhyay2017-10-091-1/+1
| | | |/ /
| | * | | srcu: Add parameters to SRCU docbook commentsPaul E. McKenney2017-10-201-1/+1
| | |/ /
* | | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/ / /
* | | doc: Fix various RCU docbook comment-header problemsPaul E. McKenney2017-10-193-12/+17
|/ /
* | Merge tag 'trace-v4.14-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-10-041-2/+2
|\ \ | |/ |/|
| * rcu: Remove extraneous READ_ONCE()s from rcu_irq_{enter,exit}()Paul E. McKenney2017-10-031-2/+2
* | Merge tag 'trace-v4.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-09-251-0/+10
|\ \ | |/
| * rcu: Allow for page faults in NMI handlersPaul E. McKenney2017-09-231-0/+10
* | treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan2017-09-082-2/+2
| |
| \
| \
| \
| \
| \
*-----. \ Merge branches 'doc.2017.08.17a', 'fixes.2017.08.17a', 'hotplug.2017.07.25b',...Paul E. McKenney2017-08-1715-586/+374
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| | | | * 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: Place event-traced strings into trace bufferPaul E. McKenney2017-07-241-1/+1
| | | | * rcutorture: Enable SRCU readers from timer handlerPaul E. McKenney2017-07-241-1/+3
| | | | * 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-242-38/+35
| |_|_|/ |/| | |
| | | * 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-241-2/+2
| | | * srcu: Move rcu_scheduler_starting() from Tiny RCU to Tiny SRCUPaul E. McKenney2017-07-243-49/+8
| |_|/ |/| |
| | * 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
OpenPOWER on IntegriCloud