summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2015-04-14rcu: Control grace-period delays directly from valuePaul E. McKenney1-7/+9
2015-04-13cpu: Defer smpboot kthread unparking until CPU known to schedulerPaul E. McKenney1-3/+31
2015-03-27Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar11-308/+712
2015-03-25mm: numa: slow PTE scan rate if migration failures occurMel Gorman1-2/+6
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-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-4/+26
2015-03-17Merge branches 'perf-urgent-for-linus' and 'timers-urgent-for-linus' of git:/...Linus Torvalds1-1/+1
2015-03-17livepatch: Fix subtle race with coming and going modulesPetr Mladek1-4/+26
2015-03-13perf: Fix context leak in put_event()Leon Yu1-1/+1
2015-03-12kasan, module, vmalloc: rework shadow allocation for modulesAndrey Ryabinin1-2/+0
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-09Merge tag 'trace-fixes-v4.0-rc2-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-10/+30
2015-03-09Merge branch 'for-4.0-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+4
2015-03-09Merge branch 'for-4.0-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+52
2015-03-09ftrace: Fix ftrace enable ordering of sysctl ftrace_enabledSteven Rostedt (Red Hat)1-3/+3
2015-03-09ftrace: Fix en(dis)able graph caller when en(dis)abling record via sysctlPratyush Anand1-6/+22
2015-03-09ftrace: Clear REGS_EN and TRAMP_EN flags on disabling record via sysctlSteven Rostedt (Red Hat)1-2/+6
2015-03-08Merge tag 'tty-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-1/+2
2015-03-07Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-0/+2
2015-03-07console: Fix console name size mismatchPeter Hurley2-1/+2
2015-03-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+2
2015-03-06kernel/module.c: Update debug alignment after symtable generationLaura Abbott1-0/+2
2015-03-06Merge branch 'irq-pm'Rafael J. Wysocki2-2/+12
2015-03-05Merge branch 'suspend-to-idle'Rafael J. Wysocki1-21/+33
2015-03-05cpuidle / sleep: Use broadcast timer for states that stop local timerRafael J. Wysocki1-9/+21
2015-03-05workqueue: fix hang involving racing cancel[_delayed]_work_sync()'s for PREEM...Tejun Heo1-4/+52
2015-03-04genirq / PM: Add flag for shared NO_SUSPEND interrupt linesRafael J. Wysocki2-2/+12
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