summaryrefslogtreecommitdiffstats
path: root/kernel/rcu
Commit message (Expand)AuthorAgeFilesLines
* kernel: add kcov code coverageDmitry Vyukov2016-03-221-0/+4
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-161-4/+2
|\
| * tags: Fix DEFINE_PER_CPU expansionsPeter Zijlstra2016-03-151-4/+2
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-151-33/+40
|\ \
| * | rcu: Make CPU_DYING_IDLE an explicit callThomas Gleixner2016-03-011-33/+37
* | | Merge commit 'torture.2015.02.23a' into core/rcuIngo Molnar2016-03-151-0/+1
|\ \ \
| * | | rcu: Export rcu_gp_is_normal()Paul E. McKenney2016-02-231-0/+1
| |/ /
* | | Merge commit 'fixes.2015.02.23a' into core/rcuIngo Molnar2016-03-155-117/+124
|\ \ \ | |_|/ |/| |
| * | rcu: Catch up rcu_report_qs_rdp() comment with realityPaul E. McKenney2016-02-231-6/+1
| * | rcu: Make rcu/tiny_plugin.h explicitly non-modularPaul Gortmaker2016-02-231-13/+2
| * | RCU: Privatize rcu_node::lockBoqun Feng2016-02-233-75/+96
| * | rcu: Remove useless rcu_data_p when !PREEMPT_RCUChen Gang2016-02-232-2/+0
| * | rcutorture: Correct no-expedite console messagesPaul E. McKenney2016-02-231-6/+8
| * | rcu: Set rdp->gpwrap when CPU is idlePaul E. McKenney2016-02-231-3/+2
| * | rcu: Stop treating in-kernel CPU-bound workloads as errorsPaul E. McKenney2016-02-231-6/+7
| * | rcu: Update rcu_report_qs_rsp() commentPaul E. McKenney2016-02-231-5/+7
| * | rcu: Assign false instead of 0 for ->core_needs_qsPaul E. McKenney2016-02-231-1/+1
| |/
* | rcu: Use simple wait queues where possible in rcutreePaul Gortmaker2016-02-253-30/+31
* | rcu: Do not call rcu_nocb_gp_cleanup() while holding rnp->lockDaniel Wagner2016-02-253-5/+18
|/
*---. Merge branches 'doc.2015.12.05a', 'exp.2015.12.07a', 'fixes.2015.12.07a', 'li...Paul E. McKenney2015-12-077-140/+234
|\ \ \
| | | * rcutorture: Print symbolic name for ->gp_statePaul E. McKenney2015-12-052-2/+25
| | | * rcutorture: Print symbolic name for rcu_torture_writer_statePaul E. McKenney2015-12-051-1/+23
| | | * rcutorture: Dump stack when GP kthread stallsPaul E. McKenney2015-12-051-1/+4
| | | * rcutorture: Flag nonexistent RCU GP kthreadPaul E. McKenney2015-12-051-1/+1
| |_|/ |/| |
| | * rcu: Make rcu_gp_init() be bool rather than intPaul E. McKenney2015-12-071-5/+5
| | * rcu: Move wakeup out from under rnp->lockPeter Zijlstra2015-12-071-1/+1
| | * rcu: Don't redundantly disable irqs in rcu_irq_{enter,exit}()Paul E. McKenney2015-12-071-6/+26
| | * rcu: Make cpu_needs_another_gp() be boolPaul E. McKenney2015-12-071-7/+7
| | * rcu: Eliminate unused rcu_init_one() argumentPaul E. McKenney2015-12-072-5/+4
| | * rcu: Stop disabling interrupts in scheduler fastpathsPaul E. McKenney2015-12-042-23/+18
| | * rcu: Avoid tick_nohz_active checks on NOCBs CPUsPaul E. McKenney2015-12-041-5/+2
| | * rcu: Fix obsolete rcu_bootup_announce_oddness() commentPaul E. McKenney2015-12-041-2/+1
| | * rcu: Remove lock-acquisition loop from rcu_read_unlock_special()Paul E. McKenney2015-12-041-12/+6
| | * rcu: Simplify rcu_sched_qs() control flowPaul E. McKenney2015-12-041-15/+14
| | * kernel: Make rcu/tree_trace.c explicitly non-modularPaul Gortmaker2015-12-041-16/+3
| | * rcu: Move lock_class_key to local scopePaul E. McKenney2015-12-041-4/+3
| |/ |/|
| * rcu: Remove TINY_RCU bloat from pointless boot parametersPaul E. McKenney2015-12-071-3/+4
| * rcu: Allow expedited grace periods to be disabled at initPaul E. McKenney2015-12-041-0/+5
| * rcu: Add rcu_normal kernel parameter to suppress expeditingPaul E. McKenney2015-12-044-1/+25
| * rcu: Add more diagnostics to expedited stall warning messages.Paul E. McKenney2015-12-041-3/+21
| * rcu: Make expedited grace periods resolve stall-warning tiesPaul E. McKenney2015-12-041-1/+1
| * rcu: Reduce expedited GP memory contention via per-CPU variablesPaul E. McKenney2015-12-043-16/+21
| * rcu: Invert sync_rcu_exp_select_cpus() "if" statementPaul E. McKenney2015-12-041-16/+14
| * rcu: Move smp_mb() from rcu_seq_snap() to rcu_exp_gp_seq_snap()Paul E. McKenney2015-12-041-1/+1
| * rcu: Clarify role of ->expmaskinitnextPaul E. McKenney2015-12-041-0/+2
| * rcu: Short-circuit synchronize_sched_expedited() if only one CPUPaul E. McKenney2015-12-041-0/+4
|/
* rcu: Add transitivity to remaining rcu_node ->lock acquisitionsPaul E. McKenney2015-11-233-14/+14
* rcu: Create transitive rnp->lock acquisition functionsPeter Zijlstra2015-11-233-64/+71
*---. Merge branches 'doc.2015.10.06a', 'percpu-rwsem.2015.10.06a' and 'torture.201...Paul E. McKenney2015-10-073-7/+228
|\ \ \
| | | * rcutorture: Fix unused-function warning for torturing_tasks()Paul E. McKenney2015-10-061-1/+1