aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree.c
AgeCommit message (Expand)Author
2017-11-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-08rcu: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker
2017-10-24Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2017-10-20Merge branches 'doc.2017.10.20a', 'fixes.2017.10.19a', 'stall.2017.10.09a' an...Paul E. McKenney
2017-10-19doc: Fix various RCU docbook comment-header problemsPaul E. McKenney
2017-10-19rcu: Add extended-quiescent-state testing advicePaul E. McKenney
2017-10-09rcu: Make RCU CPU stall warnings check for irq-disabled CPUsPaul E. McKenney
2017-10-09sched,rcu: Make cond_resched() provide RCU quiescent statePaul E. McKenney
2017-10-04Merge tag 'trace-v4.14-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-10-03rcu: Remove extraneous READ_ONCE()s from rcu_irq_{enter,exit}()Paul E. McKenney
2017-09-25Merge tag 'trace-v4.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-09-23rcu: Allow for page faults in NMI handlersPaul E. McKenney
2017-09-08treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan
2017-08-17Merge branches 'doc.2017.08.17a', 'fixes.2017.08.17a', 'hotplug.2017.07.25b',...Paul E. McKenney
2017-08-17rcu: Remove exports from rcu_idle_exit() and rcu_idle_enter()Paul E. McKenney
2017-08-17rcu: Add warning to rcu_idle_enter() for irqs enabledPaul E. McKenney
2017-08-17rcu: Make rcu_idle_enter() rely on callers disabling irqsPeter Zijlstra (Intel)
2017-08-17rcu: Add assertions verifying blocked-tasks listPaul E. McKenney
2017-08-17rcu/tracing: Set disable_rcu_irq_enter on rcu_eqs_exit()Masami Hiramatsu
2017-08-17rcu: Add TPS() protection for _rcu_barrier_trace stringsPaul E. McKenney
2017-08-17rcu: Use idle versions of swait to make idle-hack clearLuis R. Rodriguez
2017-07-25rcu: Move callback-list warning to irq-disable regionPaul E. McKenney
2017-07-25rcu: Localize rcu_state ->orphan_pend and ->orphan_donePaul E. McKenney
2017-07-25rcu: Advance callbacks after migrationPaul E. McKenney
2017-07-25rcu: Eliminate rcu_state ->orphan_lockPaul E. McKenney
2017-07-25rcu: Advance outgoing CPU's callbacks before migrating themPaul E. McKenney
2017-07-25rcu: Make NOCB CPUs migrate CBs directly from outgoing CPUPaul E. McKenney
2017-07-25rcu: Check for NOCB CPUs and empty lists earlier in CB migrationPaul E. McKenney
2017-07-25rcu: Remove orphan/adopt event-tracing fieldsPaul E. McKenney
2017-07-25rcu: Make expedited GPs correctly handle hardware CPU insertionPaul E. McKenney
2017-07-25rcu: Migrate callbacks earlier in the CPU-offline timelinePaul E. McKenney
2017-07-24rcu: Add last-CPU to GP-kthread starvation messagesPaul E. McKenney
2017-06-08rcu: Remove nohz_full full-system-idle state machinePaul E. McKenney
2017-06-08rcu: Remove the RCU_KTHREAD_PRIO Kconfig optionPaul E. McKenney
2017-06-08rcu: Remove *_SLOW_* Kconfig optionsPaul E. McKenney
2017-06-08rcu: Improve __call_rcu() debug-objects error messagePaul E. McKenney
2017-06-08rcu: Eliminate the unused __rcu_is_watching() functionPaul E. McKenney
2017-06-08rcu: Move docbook comments out of rcupdate.hPaul E. McKenney
2017-06-08rcu: Add lockdep_assert_held() teeth to tree.cPaul E. McKenney
2017-06-08rcu: Update rcu_bootup_announce_oddness()Paul E. McKenney
2017-06-08rcu: Add preemptibility checks in rcu_sched_qs() and rcu_bh_qs()Paul E. McKenney
2017-06-08rcu: Remove obsolete reference to synchronize_kernel()Paul E. McKenney
2017-06-08rcu: Complain if blocking in preemptible RCU read-side critical sectionPaul E. McKenney
2017-06-08rcu: Prevent rcu_barrier() from starting needless grace periodsPaul E. McKenney
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-05-02rcu: Open-code the rcu_cblist_n_lazy_cbs() functionPaul E. McKenney
2017-05-02rcu: Open-code the rcu_cblist_n_cbs() functionPaul E. McKenney
2017-05-02rcu: Open-code the rcu_cblist_empty() functionPaul E. McKenney
2017-04-26srcu: Make rcutorture writer stalls print SRCU GP statePaul E. McKenney
2017-04-21Merge branches 'doc.2017.04.12a', 'fixes.2017.04.19a' and 'srcu.2017.04.21a' ...Paul E. McKenney