aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-128/+85
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. McKenney1-0/+2
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-07-25rcu: Move callback-list warning to irq-disable regionPaul E. McKenney1-2/+2
2017-07-25rcu: Localize rcu_state ->orphan_pend and ->orphan_donePaul E. McKenney1-69/+4
2017-07-25rcu: Advance callbacks after migrationPaul E. McKenney1-0/+1
2017-07-25rcu: Eliminate rcu_state ->orphan_lockPaul E. McKenney1-12/+3
2017-07-25rcu: Advance outgoing CPU's callbacks before migrating themPaul E. McKenney1-1/+6
2017-07-25rcu: Make NOCB CPUs migrate CBs directly from outgoing CPUPaul E. McKenney1-6/+8
2017-07-25rcu: Check for NOCB CPUs and empty lists earlier in CB migrationPaul E. McKenney1-4/+3
2017-07-25rcu: Remove orphan/adopt event-tracing fieldsPaul E. McKenney1-2/+0
2017-07-25rcu: Make expedited GPs correctly handle hardware CPU insertionPaul E. McKenney1-2/+8
2017-07-25rcu: Migrate callbacks earlier in the CPU-offline timelinePaul E. McKenney1-96/+113
2017-07-24rcu: Add last-CPU to GP-kthread starvation messagesPaul E. McKenney1-2/+3
2017-06-08rcu: Remove nohz_full full-system-idle state machinePaul E. McKenney1-34/+7
2017-06-08rcu: Remove the RCU_KTHREAD_PRIO Kconfig optionPaul E. McKenney1-4/+0
2017-06-08rcu: Remove *_SLOW_* Kconfig optionsPaul E. McKenney1-20/+6
2017-06-08rcu: Improve __call_rcu() debug-objects error messagePaul E. McKenney1-2/+7
2017-06-08rcu: Eliminate the unused __rcu_is_watching() functionPaul E. McKenney1-15/+4
2017-06-08rcu: Move docbook comments out of rcupdate.hPaul E. McKenney1-4/+38
2017-06-08rcu: Add lockdep_assert_held() teeth to tree.cPaul E. McKenney1-0/+25
2017-06-08rcu: Update rcu_bootup_announce_oddness()Paul E. McKenney1-3/+6
2017-06-08rcu: Add preemptibility checks in rcu_sched_qs() and rcu_bh_qs()Paul E. McKenney1-0/+2
2017-06-08rcu: Remove obsolete reference to synchronize_kernel()Paul E. McKenney1-6/+0
2017-06-08rcu: Complain if blocking in preemptible RCU read-side critical sectionPaul E. McKenney1-1/+1
2017-06-08rcu: Prevent rcu_barrier() from starting needless grace periodsPaul E. McKenney1-2/+8
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-417/+293
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-5/+4
2017-05-02rcu: Open-code the rcu_cblist_empty() functionPaul E. McKenney1-5/+4
2017-04-26srcu: Make rcutorture writer stalls print SRCU GP statePaul E. McKenney1-8/+4
2017-04-21Merge branches 'doc.2017.04.12a', 'fixes.2017.04.19a' and 'srcu.2017.04.21a' into HEADPaul E. McKenney1-407/+289
2017-04-21rcu: Make non-preemptive schedule be Tasks RCU quiescent statePaul E. McKenney1-1/+21
2017-04-21srcu: Parallelize callback handlingPaul E. McKenney1-0/+6
2017-04-19rcu: Fix typo in PER_RCU_NODE_PERIOD header commentPaul E. McKenney1-1/+1
2017-04-19rcu: Use bool value directlyNicholas Mc Guire1-1/+1
2017-04-19rcu: Improve comments for hotplug/suspend/hibernate functionsPaul E. McKenney1-4/+37
2017-04-19rcu: Remove obsolete comment from rcu_future_gp_cleanup() headerPaul E. McKenney1-3/+1
2017-04-18srcu: Make num_rcu_lvl[] array be externalPaul E. McKenney1-1/+1
2017-04-18rcu: Remove redundant levelcnt[] array from rcu_init_one()Paul E. McKenney1-6/+3
2017-04-18srcu: Move rcu_init_levelspread() to rcu_tree_node.hPaul E. McKenney1-25/+0
2017-04-18srcu: Move rcu_seq_start() and friends to rcu.hPaul E. McKenney1-35/+0
2017-04-18srcu: Allow SRCU to access rcu_scheduler_activePaul E. McKenney1-1/+1
2017-04-18srcu: Abstract multi-tail callback list handlingPaul E. McKenney1-236/+112