summaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree.c
Commit message (Expand)AuthorAgeFilesLines
* rcu: Create RCU-specific workqueues with rescuersPaul E. McKenney2018-02-231-0/+6
* rcu: Use wrapper for lockdep assertsMatthew Wilcox2018-02-201-12/+12
* rcu: More clearly identify grace-period kthread stack dumpPaul E. McKenney2018-02-201-0/+1
* rcu: Remove obsolete force-quiescent-state statistics for debugfsPaul E. McKenney2018-02-201-4/+1
* rcu: Remove obsolete __rcu_pending() statistics for debugfsPaul E. McKenney2018-02-201-25/+6
* rcu: Remove obsolete callback-invocation statistics for debugfsPaul E. McKenney2018-02-201-1/+0
* rcu: Remove unnecessary spinlock in rcu_boot_init_percpu_data()Lihao Liang2018-02-151-4/+0
*-. Merge branches 'cond_resched.2017.12.04a', 'dyntick.2017.11.28a', 'fixes.2017...Paul E. McKenney2017-12-111-217/+138
|\ \
| | * rcu: Add comment giving debug strategy for double call_rcu()Paul E. McKenney2017-12-111-0/+5
| |/ |/|
| * 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-281-3/+3
| * 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-271-20/+20
| * 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-271-0/+2
| * 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 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-131-8/+8
|\
| * rcu: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker2017-11-081-8/+8
* | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2017-10-241-32/+127
|\ \ | |/ |/|
| *-. Merge branches 'doc.2017.10.20a', 'fixes.2017.10.19a', 'stall.2017.10.09a' an...Paul E. McKenney2017-10-201-32/+127
| |\ \
| | | * rcu: Make RCU CPU stall warnings check for irq-disabled CPUsPaul E. McKenney2017-10-091-12/+92
| | | * sched,rcu: Make cond_resched() provide RCU quiescent statePaul E. McKenney2017-10-091-20/+5
| | |/ | |/|
| | * rcu: Add extended-quiescent-state testing advicePaul E. McKenney2017-10-191-0/+30
| |/
* | doc: Fix various RCU docbook comment-header problemsPaul E. McKenney2017-10-191-8/+10
|/
* 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-081-1/+1
| |
| \
| \
| \
*---. \ Merge branches 'doc.2017.08.17a', 'fixes.2017.08.17a', 'hotplug.2017.07.25b',...Paul E. McKenney2017-08-171-128/+85
|\ \ \ \ | |_|_|/ |/| | |
| | | * rcu: Add last-CPU to GP-kthread starvation messagesPaul E. McKenney2017-07-241-2/+3
| |_|/ |/| |
| | * rcu: Move callback-list warning to irq-disable regionPaul E. McKenney2017-07-251-2/+2
| | * rcu: Localize rcu_state ->orphan_pend and ->orphan_donePaul E. McKenney2017-07-251-69/+4
| | * rcu: Advance callbacks after migrationPaul E. McKenney2017-07-251-0/+1
| | * rcu: Eliminate rcu_state ->orphan_lockPaul E. McKenney2017-07-251-12/+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-251-6/+8
| | * 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-251-2/+0
| | * rcu: Make expedited GPs correctly handle hardware CPU insertionPaul E. McKenney2017-07-251-2/+8
| | * rcu: Migrate callbacks earlier in the CPU-offline timelinePaul E. McKenney2017-07-251-96/+113
| |/ |/|
| * rcu: Remove exports from rcu_idle_exit() and rcu_idle_enter()Paul E. McKenney2017-08-171-2/+0
OpenPOWER on IntegriCloud