summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2015-03-20Merge branches 'doc.2015.02.26a', 'earlycb.2015.03.03a', 'fixes.2015.03.03a',...Paul E. McKenney11-308/+712
2015-03-20rcu: Associate quiescent-state reports with grace periodPaul E. McKenney1-12/+22
2015-03-20rcu: Yet another fix for preemption and CPU hotplugPaul E. McKenney1-16/+27
2015-03-12rcu: Add diagnostics to grace-period cleanupPaul E. McKenney1-0/+2
2015-03-12rcu: Handle outgoing CPUs on exit from idle loopPaul E. McKenney2-10/+33
2015-03-12cpu: Make CPU-offline idle-loop transition point more precisePaul E. McKenney2-2/+9
2015-03-12rcu: Eliminate ->onoff_mutex from rcu_node structurePaul E. McKenney2-17/+0
2015-03-12rcu: Process offlining and onlining only at grace-period startPaul E. McKenney4-53/+136
2015-03-12rcu: Move rcu_report_unblock_qs_rnp() to common codePaul E. McKenney2-38/+41
2015-03-12rcu: Rework preemptible expedited bitmask handlingPaul E. McKenney1-23/+75
2015-03-11rcu: Remove event tracing from rcu_cpu_notify(), used by offline CPUsPaul E. McKenney1-2/+0
2015-03-11rcu: Provide diagnostic option to slow down grace-period initializationPaul E. McKenney1-0/+10
2015-03-11rcu: Detect stalls caused by failure to propagate up rcu_node treePaul E. McKenney1-2/+3
2015-03-11rcu: Eliminate empty HOTPLUG_CPU ifdefPaul E. McKenney1-4/+0
2015-03-11rcu: Simplify sync_rcu_preempt_exp_init()Paul E. McKenney1-4/+1
2015-03-11rcu: Put all orphan-callback-related code under same commentPaul E. McKenney1-1/+1
2015-03-11rcu: Consolidate offline-CPU callback initializationPaul E. McKenney1-4/+5
2015-03-11smpboot: Add common code for notification from dying CPUPaul E. McKenney1-0/+156
2015-03-03rcu: Remove redundant check of cpu_online()Yao Dongdong1-1/+1
2015-03-03rcu: Get rcu_sched_force_quiescent_state() where it belongsPaul E. McKenney1-9/+9
2015-03-03rcu: Add boot-up check for non-default CONFIG_RCU_FANOUT_LEAF valuesPaul E. McKenney1-0/+3
2015-03-03rcu: Use IS_ENABLED() to simplify rcu_bootup_announce_oddness()Paul E. McKenney1-28/+20
2015-03-03rcu: Improve diagnostics for blocked critical sections in irqPaul E. McKenney1-1/+7
2015-03-03rcu: Use IS_ENABLED() to CONFIG_RCU_FANOUT_EXACT #ifdefPaul E. McKenney1-18/+14
2015-03-03rcu: Move early boot callback tests earlierPaul E. McKenney1-2/+2
2015-03-03rcu: Move early-boot callbacks to no-CBs lists for no-CBs CPUsPaul E. McKenney2-12/+13
2015-02-26rcu: Tighten up affinity and check for sysidlePaul E. McKenney2-7/+7
2015-02-26rcu: Remove fastpath from __rcu_process_callbacks()Alexander Gordeev1-11/+0
2015-02-26rcu: Remove unnecessary condition check in rcu_qsctr_help()Alexander Gordeev1-2/+1
2015-02-26rcu: Fixes to NO_HZ_FULL sysidle accountingPaul E. McKenney1-3/+3
2015-02-26rcutorture: Make consistent use of variablesPaul E. McKenney1-1/+1
2015-02-26rcu: Add Kconfig option to expedite grace periods during bootPaul E. McKenney1-1/+10
2015-02-26rcu: Update from rcu_expedited variable to rcu_gp_is_expedited()Paul E. McKenney3-6/+7
2015-02-26rcu: Add rcu_expedite_gp() and rcu_unexpedite_gp() to rcutorturePaul E. McKenney1-0/+25
2015-02-26rcu: Provide rcu_expedite_gp() and rcu_unexpedite_gp()Paul E. McKenney1-0/+48
2015-02-26rcu: Fix a couple of typos in rcu_all_qs() comment headerPaul E. McKenney1-2/+2
2015-02-26rcu: Avoid clobbering early boot callbacksPaul E. McKenney1-1/+2
2015-02-26rcu: Refine diagnostics for lacking kthread for no-CBs callbacksPaul E. McKenney1-1/+2
2015-02-26rcu: Prevent early-boot RCU callbacks from splattingPaul E. McKenney1-5/+15
2015-02-26rcu: Wire ->rda pointers at compile timePaul E. McKenney1-3/+3
2015-02-26rcu: Abstract default callback-list initialization from init_callback_list()Paul E. McKenney1-4/+14
2015-02-25rcu_tree: Avoid touching rnp->completed when a new GP is startedLai Jiangshan1-2/+2
2015-02-25rcu: Consolidate rcu_synchronize and wakeme_after_rcu()Paul E. McKenney2-26/+6
2015-02-21Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-0/+12
2015-02-21Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+7
2015-02-21Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+2
2015-02-21Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-99/+148
2015-02-21Merge branches 'core-urgent-for-linus' and 'irq-urgent-for-linus' of git://gi...Linus Torvalds1-0/+1
2015-02-20Merge tag 'for_linux-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-23/+64
2015-02-19debug: prevent entering debug mode on panic/exception.Colin Cross1-0/+17