aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree_plugin.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-11Merge branches 'cond_resched.2017.12.04a', 'dyntick.2017.11.28a', 'fixes.2017.12.11a', 'srbd.2017.12.05a' and 'torture.2017.12.11a' into HEADPaul E. McKenney1-8/+5
2017-12-11rcu: Remove have_rcu_nocb_mask from tree_plugin.hRakib Mullick1-7/+4
2017-11-28rcu: Shrink ->dynticks_{nmi_,}nesting from long long to longPaul E. McKenney1-1/+1
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+5
2017-11-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2017-11-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+5
2017-11-08rcu: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker1-5/+5
2017-11-02rcu: Convert timers to use timer_setup()Kees Cook1-4/+5
2017-10-27sched/isolation: Introduce housekeeping flagsFrederic Weisbecker1-1/+1
2017-10-27sched/isolation: Move housekeeping related code to its own fileFrederic Weisbecker1-0/+1
2017-10-20Merge branches 'doc.2017.10.20a', 'fixes.2017.10.19a', 'stall.2017.10.09a' and 'torture.2017.10.09a' into HEADPaul E. McKenney1-5/+9
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-09rcu: Make RCU CPU stall warnings check for irq-disabled CPUsPaul E. McKenney1-1/+6
2017-10-09rcu: Fix up pending cbs check in rcu_prepare_for_idleNeeraj Upadhyay1-1/+1
2017-09-08treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan1-1/+1
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. McKenney1-98/+140
2017-08-17rcu: Add assertions verifying blocked-tasks listPaul E. McKenney1-2/+9
2017-08-17rcu: Add event tracing to ->gp_tasks update at GP startPaul E. McKenney1-1/+8
2017-08-17rcu: Add TPS() to event-traced stringsPaul E. McKenney1-6/+6
2017-07-25rcu: Make NOCB CPUs migrate CBs directly from outgoing CPUPaul E. McKenney1-21/+10
2017-07-25rcu: Use timer as backstop for NOCB deferred wakeupsPaul E. McKenney1-70/+109
2017-06-08rcu: Eliminate NOCBs CPU-state Kconfig optionsPaul E. McKenney1-24/+3
2017-06-08rcu: Remove debugfs tracingPaul E. McKenney1-30/+1
2017-06-08rcu: Remove the now-obsolete PROVE_RCU_REPEATEDLY Kconfig optionPaul E. McKenney1-3/+1
2017-06-08rcu: Remove nohz_full full-system-idle state machinePaul E. McKenney1-429/+0
2017-06-08rcu: Remove *_SLOW_* Kconfig optionsPaul E. McKenney1-3/+3
2017-06-08rcu: Move docbook comments out of rcupdate.hPaul E. McKenney1-2/+31
2017-06-08rcu: Add memory barriers for NOCB leader wakeupPaul E. McKenney1-0/+2
2017-06-08rcu: Use RCU_NOCB_WAKE rather than RCU_NOGP_WAKEPaul E. McKenney1-4/+4
2017-06-08rcu: Add lockdep_assert_held() teeth to tree_plugin.hPaul E. McKenney1-0/+17
2017-06-08rcu: Update rcu_bootup_announce_oddness()Paul E. McKenney1-3/+28
2017-06-08rcu: Print out rcupdate.c non-default boot-time settingsPaul E. McKenney1-0/+1
2017-06-08rcu: Remove obsolete reference to synchronize_kernel()Paul E. McKenney1-2/+7
2017-06-08rcu: Complain if blocking in preemptible RCU read-side critical sectionPaul E. McKenney1-2/+3
2017-05-02rcu: Open-code the rcu_cblist_n_lazy_cbs() functionPaul E. McKenney1-1/+1
2017-05-02rcu: Open-code the rcu_cblist_n_cbs() functionPaul E. McKenney1-1/+1
2017-05-02rcu: Open-code the rcu_cblist_empty() functionPaul E. McKenney1-2/+2
2017-04-21Merge branches 'doc.2017.04.12a', 'fixes.2017.04.19a' and 'srcu.2017.04.21a' into HEADPaul E. McKenney1-32/+32
2017-04-19rcu: Use true/false in assignment to boolNicholas Mc Guire1-1/+1
2017-04-18srcu: Abstract multi-tail callback list handlingPaul E. McKenney1-29/+25
2017-04-18rcu: Place guard on rcu_all_qs() and rcu_note_context_switch() actionsPaul E. McKenney1-2/+6
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <uapi/linux/sched/types.h>Ingo Molnar1-0/+1
2017-01-25Merge branches 'doc.2017.01.15b', 'dyntick.2017.01.23a', 'fixes.2017.01.23a', 'srcu.2017.01.25a' and 'torture.2017.01.15b' into HEADPaul E. McKenney1-3/+4
2017-01-23rcu: Abstract extended quiescent state determinationPaul E. McKenney1-1/+1
2017-01-23rcu: Fix comment in rcu_organize_nocb_kthreads()Paul E. McKenney1-2/+3
2017-01-14rcu: Narrow early boot window of illegal synchronous grace periodsPaul E. McKenney1-1/+1
2016-08-22rcu: Fix soft lockup for rcu_nocb_kthreadDing Tianhong1-0/+1
2016-06-15Merge branches 'doc.2016.06.15a', 'fixes.2016.06.15b' and 'torture.2016.06.14a' into HEADPaul E. McKenney1-92/+3