summaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree_plugin.h
Commit message (Expand)AuthorAgeFilesLines
* rcu: Use wrapper for lockdep assertsMatthew Wilcox2018-02-201-2/+2
* rcu: Remove obsolete callback-invocation statistics for debugfsPaul E. McKenney2018-02-201-1/+0
* rcu: Remove obsolete boost statistics for debugfsPaul E. McKenney2018-02-201-6/+2
* rcu: Call touch_nmi_watchdog() while printing stall warningsTejun Heo2018-02-201-1/+13
* rcu: Fix CPU offload boot message when no CPUs are offloadedPaul E. McKenney2018-02-201-2/+5
*-. Merge branches 'cond_resched.2017.12.04a', 'dyntick.2017.11.28a', 'fixes.2017...Paul E. McKenney2017-12-111-8/+5
|\ \
| | * rcu: Remove have_rcu_nocb_mask from tree_plugin.hRakib Mullick2017-12-111-7/+4
| |/ |/|
| * rcu: Shrink ->dynticks_{nmi_,}nesting from long long to longPaul E. McKenney2017-11-281-1/+1
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-131-4/+5
|\
| * rcu: Convert timers to use timer_setup()Kees Cook2017-11-021-4/+5
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-131-1/+2
|\ \
| * | sched/isolation: Introduce housekeeping flagsFrederic Weisbecker2017-10-271-1/+1
| * | sched/isolation: Move housekeeping related code to its own fileFrederic Weisbecker2017-10-271-0/+1
| |/
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-131-5/+5
|\ \
| * | rcu: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker2017-11-081-5/+5
| |/
| |
| \
*-. \ Merge branches 'doc.2017.10.20a', 'fixes.2017.10.19a', 'stall.2017.10.09a' an...Paul E. McKenney2017-10-201-5/+9
|\ \ \ | |_|/ |/| |
| | * rcu: Make RCU CPU stall warnings check for irq-disabled CPUsPaul E. McKenney2017-10-091-1/+6
| |/ |/|
| * 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: Fix up pending cbs check in rcu_prepare_for_idleNeeraj Upadhyay2017-10-091-1/+1
|/
* 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-98/+140
|\ \
| | * rcu: Make NOCB CPUs migrate CBs directly from outgoing CPUPaul E. McKenney2017-07-251-21/+10
| |/ |/|
| * rcu: Add assertions verifying blocked-tasks listPaul E. McKenney2017-08-171-2/+9
| * rcu: Add event tracing to ->gp_tasks update at GP startPaul E. McKenney2017-08-171-1/+8
| * rcu: Add TPS() to event-traced stringsPaul E. McKenney2017-08-171-6/+6
| * rcu: Use timer as backstop for NOCB deferred wakeupsPaul E. McKenney2017-07-251-70/+109
|/
* rcu: Eliminate NOCBs CPU-state Kconfig optionsPaul E. McKenney2017-06-081-24/+3
* rcu: Remove debugfs tracingPaul E. McKenney2017-06-081-30/+1
* rcu: Remove the now-obsolete PROVE_RCU_REPEATEDLY Kconfig optionPaul E. McKenney2017-06-081-3/+1
* rcu: Remove nohz_full full-system-idle state machinePaul E. McKenney2017-06-081-429/+0
* rcu: Remove *_SLOW_* Kconfig optionsPaul E. McKenney2017-06-081-3/+3
* rcu: Move docbook comments out of rcupdate.hPaul E. McKenney2017-06-081-2/+31
* rcu: Add memory barriers for NOCB leader wakeupPaul E. McKenney2017-06-081-0/+2
* rcu: Use RCU_NOCB_WAKE rather than RCU_NOGP_WAKEPaul E. McKenney2017-06-081-4/+4
* rcu: Add lockdep_assert_held() teeth to tree_plugin.hPaul E. McKenney2017-06-081-0/+17
* rcu: Update rcu_bootup_announce_oddness()Paul E. McKenney2017-06-081-3/+28
* rcu: Print out rcupdate.c non-default boot-time settingsPaul E. McKenney2017-06-081-0/+1
* rcu: Remove obsolete reference to synchronize_kernel()Paul E. McKenney2017-06-081-2/+7
* rcu: Complain if blocking in preemptible RCU read-side critical sectionPaul E. McKenney2017-06-081-2/+3
* rcu: Open-code the rcu_cblist_n_lazy_cbs() functionPaul E. McKenney2017-05-021-1/+1
* rcu: Open-code the rcu_cblist_n_cbs() functionPaul E. McKenney2017-05-021-1/+1
* rcu: Open-code the rcu_cblist_empty() functionPaul E. McKenney2017-05-021-2/+2
*-. Merge branches 'doc.2017.04.12a', 'fixes.2017.04.19a' and 'srcu.2017.04.21a' ...Paul E. McKenney2017-04-211-32/+32
|\ \
| | * srcu: Abstract multi-tail callback list handlingPaul E. McKenney2017-04-181-29/+25
| | * rcu: Place guard on rcu_all_qs() and rcu_note_context_switch() actionsPaul E. McKenney2017-04-181-2/+6
| |/ |/|
| * rcu: Use true/false in assignment to boolNicholas Mc Guire2017-04-191-1/+1
|/
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar2017-03-021-0/+1
*-. Merge branches 'doc.2017.01.15b', 'dyntick.2017.01.23a', 'fixes.2017.01.23a',...Paul E. McKenney2017-01-251-3/+4
|\ \
OpenPOWER on IntegriCloud