summaryrefslogtreecommitdiffstats
path: root/kernel/rcu
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-01-311-0/+2
|\
| * rcu: Export init_rcu_head() and destroy_rcu_head() to GPL modulesPaul E. McKenney2017-12-071-0/+2
| |
| \
| \
| \
*---. \ Merge branches 'cond_resched.2017.12.04a', 'dyntick.2017.11.28a', 'fixes.2017...Paul E. McKenney2017-12-117-308/+219
|\ \ \ \ | |_|_|/ |/| | |
| | | * torture: Eliminate torture_runnable and perf_runnablePaul E. McKenney2017-12-112-10/+2
| | | * rcutorture: Preempt RCU-preempt readers more vigorouslyPaul E. McKenney2017-12-111-1/+1
| | | * torture: Reduce #ifdefs for preempt_schedule()Paul E. McKenney2017-12-111-3/+1
| |_|/ |/| |
| | * rcu: Remove have_rcu_nocb_mask from tree_plugin.hRakib Mullick2017-12-111-7/+4
| | * rcu: Add comment giving debug strategy for double call_rcu()Paul E. McKenney2017-12-111-0/+5
| | * srcu: Prohibit call_srcu() use under raw spinlocksPaul E. McKenney2017-11-281-41/+68
| |/ |/|
| * rcu: Simplify rcu_eqs_{enter,exit}() non-idle task debug codePaul E. McKenney2017-11-281-22/+2
| * rcu: Fold rcu_eqs_exit_common() into rcu_eqs_exit()Paul E. McKenney2017-11-281-32/+18
| * rcu: Fold rcu_eqs_enter_common() into rcu_eqs_enter()Paul E. McKenney2017-11-281-27/+16
| * rcu: Avoid ->dynticks_nesting store tearingPaul E. McKenney2017-11-281-3/+3
| * rcu: Stop duplicating lockdep checks in RCU's idle-entry codePaul E. McKenney2017-11-281-11/+0
| * rcu: Add ->dynticks field to rcu_dyntick trace eventPaul E. McKenney2017-11-281-9/+7
| * rcu: Shrink ->dynticks_{nmi_,}nesting from long long to longPaul E. McKenney2017-11-284-7/+7
| * rcu: Add tracing to irq/NMI dyntick-idle transitionsPaul E. McKenney2017-11-281-0/+6
| * rcu: Eliminate rcu_irq_enter_disabled()Paul E. McKenney2017-11-271-20/+2
| * rcu: Make ->dynticks_nesting be a simple counterPaul E. McKenney2017-11-273-47/+21
| * rcu: Define rcu_irq_{enter,exit}() in terms of rcu_nmi_{enter,exit}()Paul E. McKenney2017-11-271-38/+21
| * rcu: Clamp ->dynticks_nmi_nesting at eqs entry/exitPaul E. McKenney2017-11-272-0/+4
| * rcu: Move rcu_nmi_{enter,exit}() to prepare for consolidationPaul E. McKenney2017-11-271-75/+75
| * rcu: Reduce dyntick-idle state spacePaul E. McKenney2017-11-271-12/+11
| * rcu: Avoid ->dynticks_nmi_nesting store tearingPaul E. McKenney2017-11-271-3/+5
|/
* 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
|/ /
OpenPOWER on IntegriCloud