summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* cpu: Defer smpboot kthread unparking until CPU known to schedulerPaul E. McKenney2015-04-131-3/+31
* Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2015-03-2711-308/+712
|\
| *---------. Merge branches 'doc.2015.02.26a', 'earlycb.2015.03.03a', 'fixes.2015.03.03a',...Paul E. McKenney2015-03-2011-308/+712
| |\ \ \ \ \ \
| | | | | | | * 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
| | | | | * rcu: Handle outgoing CPUs on exit from idle loopPaul E. McKenney2015-03-122-10/+33
| | | | | * 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
| | | | | * rcu: Provide diagnostic option to slow down grace-period initializationPaul E. McKenney2015-03-111-0/+10
| | | | | * 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
| | | | | * smpboot: Add common code for notification from dying CPUPaul E. McKenney2015-03-111-0/+156
| | |_|_|/ | |/| | |
| | | | * 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-261-1/+10
| | | | * 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-261-0/+48
| | |_|/ | |/| |
| | | * 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
| | | * 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-031-1/+7
| | | * rcu: Use IS_ENABLED() to CONFIG_RCU_FANOUT_EXACT #ifdefPaul E. McKenney2015-03-031-18/+14
| | | * 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-252-26/+6
| | |/ | |/|
| | * 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
| | * rcu: Prevent early-boot RCU callbacks from splattingPaul E. McKenney2015-02-261-5/+15
| | * rcu: Wire ->rda pointers at compile timePaul E. McKenney2015-02-261-3/+3
| | * rcu: Abstract default callback-list initialization from init_callback_list()Paul E. McKenney2015-02-261-4/+14
| |/
* | mm: numa: slow PTE scan rate if migration failures occurMel Gorman2015-03-251-2/+6
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-03-181-4/+26
|\ \
| * | livepatch: Fix subtle race with coming and going modulesPetr Mladek2015-03-171-4/+26
| | |
| \ \
*-. \ \ Merge branches 'perf-urgent-for-linus' and 'timers-urgent-for-linus' of git:/...Linus Torvalds2015-03-171-1/+1
|\ \ \ \
| * | | | perf: Fix context leak in put_event()Leon Yu2015-03-131-1/+1
| |/ / /
OpenPOWER on IntegriCloud