summaryrefslogtreecommitdiffstats
path: root/kernel/rcu
AgeCommit message (Expand)Author
2016-03-22kernel: add kcov code coverageDmitry Vyukov
2016-03-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-03-15tags: Fix DEFINE_PER_CPU expansionsPeter Zijlstra
2016-03-15Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-03-15Merge commit 'torture.2015.02.23a' into core/rcuIngo Molnar
2016-03-15Merge commit 'fixes.2015.02.23a' into core/rcuIngo Molnar
2016-03-01rcu: Make CPU_DYING_IDLE an explicit callThomas Gleixner
2016-02-25rcu: Use simple wait queues where possible in rcutreePaul Gortmaker
2016-02-25rcu: Do not call rcu_nocb_gp_cleanup() while holding rnp->lockDaniel Wagner
2016-02-23rcu: Export rcu_gp_is_normal()Paul E. McKenney
2016-02-23rcu: Catch up rcu_report_qs_rdp() comment with realityPaul E. McKenney
2016-02-23rcu: Make rcu/tiny_plugin.h explicitly non-modularPaul Gortmaker
2016-02-23RCU: Privatize rcu_node::lockBoqun Feng
2016-02-23rcu: Remove useless rcu_data_p when !PREEMPT_RCUChen Gang
2016-02-23rcutorture: Correct no-expedite console messagesPaul E. McKenney
2016-02-23rcu: Set rdp->gpwrap when CPU is idlePaul E. McKenney
2016-02-23rcu: Stop treating in-kernel CPU-bound workloads as errorsPaul E. McKenney
2016-02-23rcu: Update rcu_report_qs_rsp() commentPaul E. McKenney
2016-02-23rcu: Assign false instead of 0 for ->core_needs_qsPaul E. McKenney
2015-12-07Merge branches 'doc.2015.12.05a', 'exp.2015.12.07a', 'fixes.2015.12.07a', 'li...Paul E. McKenney
2015-12-07rcu: Make rcu_gp_init() be bool rather than intPaul E. McKenney
2015-12-07rcu: Move wakeup out from under rnp->lockPeter Zijlstra
2015-12-07rcu: Don't redundantly disable irqs in rcu_irq_{enter,exit}()Paul E. McKenney
2015-12-07rcu: Make cpu_needs_another_gp() be boolPaul E. McKenney
2015-12-07rcu: Eliminate unused rcu_init_one() argumentPaul E. McKenney
2015-12-07rcu: Remove TINY_RCU bloat from pointless boot parametersPaul E. McKenney
2015-12-05rcutorture: Print symbolic name for ->gp_statePaul E. McKenney
2015-12-05rcutorture: Print symbolic name for rcu_torture_writer_statePaul E. McKenney
2015-12-05rcutorture: Dump stack when GP kthread stallsPaul E. McKenney
2015-12-05rcutorture: Flag nonexistent RCU GP kthreadPaul E. McKenney
2015-12-04rcu: Stop disabling interrupts in scheduler fastpathsPaul E. McKenney
2015-12-04rcu: Avoid tick_nohz_active checks on NOCBs CPUsPaul E. McKenney
2015-12-04rcu: Fix obsolete rcu_bootup_announce_oddness() commentPaul E. McKenney
2015-12-04rcu: Remove lock-acquisition loop from rcu_read_unlock_special()Paul E. McKenney
2015-12-04rcu: Simplify rcu_sched_qs() control flowPaul E. McKenney
2015-12-04kernel: Make rcu/tree_trace.c explicitly non-modularPaul Gortmaker
2015-12-04rcu: Move lock_class_key to local scopePaul E. McKenney
2015-12-04rcu: Allow expedited grace periods to be disabled at initPaul E. McKenney
2015-12-04rcu: Add rcu_normal kernel parameter to suppress expeditingPaul E. McKenney
2015-12-04rcu: Add more diagnostics to expedited stall warning messages.Paul E. McKenney
2015-12-04rcu: Make expedited grace periods resolve stall-warning tiesPaul E. McKenney
2015-12-04rcu: Reduce expedited GP memory contention via per-CPU variablesPaul E. McKenney
2015-12-04rcu: Invert sync_rcu_exp_select_cpus() "if" statementPaul E. McKenney
2015-12-04rcu: Move smp_mb() from rcu_seq_snap() to rcu_exp_gp_seq_snap()Paul E. McKenney
2015-12-04rcu: Clarify role of ->expmaskinitnextPaul E. McKenney
2015-12-04rcu: Short-circuit synchronize_sched_expedited() if only one CPUPaul E. McKenney
2015-11-23rcu: Add transitivity to remaining rcu_node ->lock acquisitionsPaul E. McKenney
2015-11-23rcu: Create transitive rnp->lock acquisition functionsPeter Zijlstra
2015-11-23list: Use WRITE_ONCE() when adding to lists and hlistsPaul E. McKenney
2015-10-07Merge branches 'doc.2015.10.06a', 'percpu-rwsem.2015.10.06a' and 'torture.201...Paul E. McKenney