aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-6/+7
2017-11-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+4
2017-11-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-13/+13
2017-11-13Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-62/+187
2017-11-08rcu: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker2-13/+13
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar4-12/+18
2017-11-02rcu: Convert timers to use timer_setup()Kees Cook2-6/+7
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-27sched/isolation: Introduce housekeeping flagsFrederic Weisbecker2-2/+2
2017-10-27sched/isolation: Move housekeeping related code to its own fileFrederic Weisbecker2-0/+2
2017-10-24Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar7-62/+187
2017-10-20Merge branches 'doc.2017.10.20a', 'fixes.2017.10.19a', 'stall.2017.10.09a' and 'torture.2017.10.09a' into HEADPaul E. McKenney7-62/+187
2017-10-20srcu: Add parameters to SRCU docbook commentsPaul E. McKenney1-1/+1
2017-10-19doc: Fix various RCU docbook comment-header problemsPaul E. McKenney3-12/+17
2017-10-19rcu/segcblist: Include rcupdate.hSebastian Andrzej Siewior1-0/+1
2017-10-19rcu: Add extended-quiescent-state testing advicePaul E. McKenney1-0/+30
2017-10-19rcu: Suppress lockdep false-positive ->boost_mtx complaintsPaul E. McKenney1-1/+1
2017-10-19rcu: Do not include rtmutex_common.h unconditionallySebastian Andrzej Siewior1-2/+1
2017-10-09rcutorture: Dump writer stack if stalledPaul E. McKenney1-0/+6
2017-10-09rcutorture: Add interrupt-disable capability to stall-warning testsPaul E. McKenney1-5/+13
2017-10-09rcu: Suppress RCU CPU stall warnings while dumping tracePaul E. McKenney2-0/+18
2017-10-09rcu: Turn off tracing before dumping tracePaul E. McKenney1-1/+3
2017-10-09rcu: Make RCU CPU stall warnings check for irq-disabled CPUsPaul E. McKenney3-13/+103
2017-10-09sched,rcu: Make cond_resched() provide RCU quiescent statePaul E. McKenney1-20/+5
2017-10-09rcu: Create call_rcu_tasks() kthread at boot timePaul E. McKenney1-19/+5
2017-10-09rcu: Fix up pending cbs check in rcu_prepare_for_idleNeeraj Upadhyay1-1/+1
2017-10-04Merge tag 'trace-v4.14-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-2/+2
2017-10-03rcu: Remove extraneous READ_ONCE()s from rcu_irq_{enter,exit}()Paul E. McKenney1-2/+2
2017-09-25Merge tag 'trace-v4.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-0/+10
2017-09-23rcu: Allow for page faults in NMI handlersPaul E. McKenney1-0/+10
2017-09-08treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan2-2/+2
2017-08-17Merge 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 HEADPaul E. McKenney15-586/+374
2017-08-17rcu: Remove exports from rcu_idle_exit() and rcu_idle_enter()Paul E. McKenney1-2/+0
2017-08-17rcu: Add warning to rcu_idle_enter() for irqs enabledPaul E. McKenney1-1/+2
2017-08-17rcu: Make rcu_idle_enter() rely on callers disabling irqsPeter Zijlstra (Intel)1-4/+1
2017-08-17rcu: Add assertions verifying blocked-tasks listPaul E. McKenney2-2/+11
2017-08-17rcu/tracing: Set disable_rcu_irq_enter on rcu_eqs_exit()Masami Hiramatsu1-0/+2
2017-08-17rcu: Add TPS() protection for _rcu_barrier_trace stringsPaul E. McKenney1-12/+15
2017-08-17rcu: Use idle versions of swait to make idle-hack clearLuis R. Rodriguez1-6/+5
2017-08-17rcu: Add event tracing to ->gp_tasks update at GP startPaul E. McKenney1-1/+8
2017-08-17rcu: Move rcu.h to new trivial-function stylePaul E. McKenney1-108/+20
2017-08-17rcu: Add TPS() to event-traced stringsPaul E. McKenney1-6/+6
2017-08-17rcu: Create reasonable API for do_exit() TASKS_RCU processingPaul E. McKenney1-1/+17
2017-08-17rcu: Drive TASKS_RCU directly off of PREEMPTPaul E. McKenney2-18/+2
2017-07-27srcu: Provide ordering for CPU not involved in grace periodPaul E. McKenney1-0/+9
2017-07-25rcu: Move callback-list warning to irq-disable regionPaul E. McKenney1-2/+2
2017-07-25rcu: Remove unused RCU list functionsPaul E. McKenney2-110/+0
2017-07-25rcu: Localize rcu_state ->orphan_pend and ->orphan_donePaul E. McKenney4-75/+30
2017-07-25rcu: Advance callbacks after migrationPaul E. McKenney1-0/+1
2017-07-25rcu: Eliminate rcu_state ->orphan_lockPaul E. McKenney2-15/+3