summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cpu: Defer smpboot kthread unparking until CPU known to schedulerPaul E. McKenney2015-04-133-3/+34
* Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2015-03-2730-437/+948
|\
| *---------. Merge branches 'doc.2015.02.26a', 'earlycb.2015.03.03a', 'fixes.2015.03.03a',...Paul E. McKenney2015-03-2026-377/+863
| |\ \ \ \ \ \
| | | | | | | * rcu: Remove fastpath from __rcu_process_callbacks()Alexander Gordeev2015-02-261-11/+0
| | | | | | | * rcu: Remove unnecessary condition check in rcu_qsctr_help()Alexander Gordeev2015-02-261-2/+1
| | | | | | * | rcu: Tighten up affinity and check for sysidlePaul E. McKenney2015-02-262-7/+7
| | | | | | * | rcu: Fixes to NO_HZ_FULL sysidle accountingPaul E. McKenney2015-02-261-3/+3
| | | | | | |/
| | | | | * | rcu: Associate quiescent-state reports with grace periodPaul E. McKenney2015-03-201-12/+22
| | | | | * | rcu: Yet another fix for preemption and CPU hotplugPaul E. McKenney2015-03-201-16/+27
| | | | | * | rcu: Add diagnostics to grace-period cleanupPaul E. McKenney2015-03-121-0/+2
| | | | | * | rcutorture: Default to grace-period-initialization delaysPaul E. McKenney2015-03-121-1/+1
| | | | | * | rcu: Handle outgoing CPUs on exit from idle loopPaul E. McKenney2015-03-124-10/+37
| | | | | * | cpu: Make CPU-offline idle-loop transition point more precisePaul E. McKenney2015-03-122-2/+9
| | | | | * | rcu: Eliminate ->onoff_mutex from rcu_node structurePaul E. McKenney2015-03-122-17/+0
| | | | | * | rcu: Process offlining and onlining only at grace-period startPaul E. McKenney2015-03-124-53/+136
| | | | | * | rcu: Move rcu_report_unblock_qs_rnp() to common codePaul E. McKenney2015-03-122-38/+41
| | | | | * | rcu: Rework preemptible expedited bitmask handlingPaul E. McKenney2015-03-121-23/+75
| | | | | * | rcu: Remove event tracing from rcu_cpu_notify(), used by offline CPUsPaul E. McKenney2015-03-111-2/+0
| | | | | * | rcutorture: Enable slow grace-period initializationsPaul E. McKenney2015-03-111-0/+1
| | | | | * | rcu: Provide diagnostic option to slow down grace-period initializationPaul E. McKenney2015-03-113-0/+40
| | | | | * | rcu: Detect stalls caused by failure to propagate up rcu_node treePaul E. McKenney2015-03-111-2/+3
| | | | | * | rcu: Eliminate empty HOTPLUG_CPU ifdefPaul E. McKenney2015-03-111-4/+0
| | | | | * | rcu: Simplify sync_rcu_preempt_exp_init()Paul E. McKenney2015-03-111-4/+1
| | | | | * | rcu: Put all orphan-callback-related code under same commentPaul E. McKenney2015-03-111-1/+1
| | | | | * | rcu: Consolidate offline-CPU callback initializationPaul E. McKenney2015-03-111-4/+5
| | | | | * | metag: Use common outgoing-CPU-notification codePaul E. McKenney2015-03-111-3/+2
| | | | | * | blackfin: Use common outgoing-CPU-notification codePaul E. McKenney2015-03-111-4/+2
| | | | | * | x86: Use common outgoing-CPU-notification codePaul E. McKenney2015-03-114-45/+44
| | | | | * | smpboot: Add common code for notification from dying CPUPaul E. McKenney2015-03-112-0/+168
| | | | | |/
| | | | * | rcutorture: Make consistent use of variablesPaul E. McKenney2015-02-261-1/+1
| | | | * | rcu: Add Kconfig option to expedite grace periods during bootPaul E. McKenney2015-02-263-1/+24
| | | | * | rcu: Update from rcu_expedited variable to rcu_gp_is_expedited()Paul E. McKenney2015-02-263-6/+7
| | | | * | rcu: Add rcu_expedite_gp() and rcu_unexpedite_gp() to rcutorturePaul E. McKenney2015-02-261-0/+25
| | | | * | rcu: Provide rcu_expedite_gp() and rcu_unexpedite_gp()Paul E. McKenney2015-02-262-0/+68
| | | | |/
| | | * | rcu: Remove redundant check of cpu_online()Yao Dongdong2015-03-031-1/+1
| | | * | rcu: Get rcu_sched_force_quiescent_state() where it belongsPaul E. McKenney2015-03-031-9/+9
| | | * | torture: Avoid script syntax error when insufficient CPUsPaul E. McKenney2015-03-031-1/+1
| | | * | rcu: Reverse rcu_dereference_check() conditionsPaul E. McKenney2015-03-032-4/+4
| | | * | rcu: Add boot-up check for non-default CONFIG_RCU_FANOUT_LEAF valuesPaul E. McKenney2015-03-031-0/+3
| | | * | rcu: Use IS_ENABLED() to simplify rcu_bootup_announce_oddness()Paul E. McKenney2015-03-031-28/+20
| | | * | rcu: Improve diagnostics for blocked critical sections in irqPaul E. McKenney2015-03-033-3/+14
| | | * | rcu: Use IS_ENABLED() to CONFIG_RCU_FANOUT_EXACT #ifdefPaul E. McKenney2015-03-031-18/+14
| | | * | rcu: Drive PROVE_RCU directly off of PROVE_LOCKINGPaul E. McKenney2015-02-261-10/+1
| | | * | rcu: Fix a couple of typos in rcu_all_qs() comment headerPaul E. McKenney2015-02-261-2/+2
| | | * | rcu_tree: Avoid touching rnp->completed when a new GP is startedLai Jiangshan2015-02-251-2/+2
| | | * | rcu: Consolidate rcu_synchronize and wakeme_after_rcu()Paul E. McKenney2015-02-253-26/+15
| | | |/
| | * | rcu: Move early boot callback tests earlierPaul E. McKenney2015-03-031-2/+2
| | * | rcu: Move early-boot callbacks to no-CBs lists for no-CBs CPUsPaul E. McKenney2015-03-032-12/+13
| | * | rcu: Avoid clobbering early boot callbacksPaul E. McKenney2015-02-261-1/+2
| | * | rcu: Refine diagnostics for lacking kthread for no-CBs callbacksPaul E. McKenney2015-02-261-1/+2
OpenPOWER on IntegriCloud