summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2015-03-27Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2015-03-25mm: numa: slow PTE scan rate if migration failures occurMel Gorman
2015-03-20Merge branches 'doc.2015.02.26a', 'earlycb.2015.03.03a', 'fixes.2015.03.03a',...Paul E. McKenney
2015-03-20rcu: Associate quiescent-state reports with grace periodPaul E. McKenney
2015-03-20rcu: Yet another fix for preemption and CPU hotplugPaul E. McKenney
2015-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2015-03-17Merge branches 'perf-urgent-for-linus' and 'timers-urgent-for-linus' of git:/...Linus Torvalds
2015-03-17livepatch: Fix subtle race with coming and going modulesPetr Mladek
2015-03-13perf: Fix context leak in put_event()Leon Yu
2015-03-13kasan, module, vmalloc: rework shadow allocation for modulesAndrey Ryabinin
2015-03-12rcu: Add diagnostics to grace-period cleanupPaul E. McKenney
2015-03-12rcu: Handle outgoing CPUs on exit from idle loopPaul E. McKenney
2015-03-12cpu: Make CPU-offline idle-loop transition point more precisePaul E. McKenney
2015-03-12rcu: Eliminate ->onoff_mutex from rcu_node structurePaul E. McKenney
2015-03-12rcu: Process offlining and onlining only at grace-period startPaul E. McKenney
2015-03-12rcu: Move rcu_report_unblock_qs_rnp() to common codePaul E. McKenney
2015-03-12rcu: Rework preemptible expedited bitmask handlingPaul E. McKenney
2015-03-11rcu: Remove event tracing from rcu_cpu_notify(), used by offline CPUsPaul E. McKenney
2015-03-11rcu: Provide diagnostic option to slow down grace-period initializationPaul E. McKenney
2015-03-11rcu: Detect stalls caused by failure to propagate up rcu_node treePaul E. McKenney
2015-03-11rcu: Eliminate empty HOTPLUG_CPU ifdefPaul E. McKenney
2015-03-11rcu: Simplify sync_rcu_preempt_exp_init()Paul E. McKenney
2015-03-11rcu: Put all orphan-callback-related code under same commentPaul E. McKenney
2015-03-11rcu: Consolidate offline-CPU callback initializationPaul E. McKenney
2015-03-11smpboot: Add common code for notification from dying CPUPaul E. McKenney
2015-03-10Merge tag 'trace-fixes-v4.0-rc2-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-03-10Merge branch 'for-4.0-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-03-10Merge branch 'for-4.0-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-03-09ftrace: Fix ftrace enable ordering of sysctl ftrace_enabledSteven Rostedt (Red Hat)
2015-03-09ftrace: Fix en(dis)able graph caller when en(dis)abling record via sysctlPratyush Anand
2015-03-09ftrace: Clear REGS_EN and TRAMP_EN flags on disabling record via sysctlSteven Rostedt (Red Hat)
2015-03-08Merge tag 'tty-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2015-03-07Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2015-03-07console: Fix console name size mismatchPeter Hurley
2015-03-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2015-03-06kernel/module.c: Update debug alignment after symtable generationLaura Abbott
2015-03-06Merge branch 'irq-pm'Rafael J. Wysocki
2015-03-05Merge branch 'suspend-to-idle'Rafael J. Wysocki
2015-03-05cpuidle / sleep: Use broadcast timer for states that stop local timerRafael J. Wysocki
2015-03-05workqueue: fix hang involving racing cancel[_delayed]_work_sync()'s for PREEM...Tejun Heo
2015-03-04genirq / PM: Add flag for shared NO_SUSPEND interrupt linesRafael J. Wysocki
2015-03-03rcu: Remove redundant check of cpu_online()Yao Dongdong
2015-03-03rcu: Get rcu_sched_force_quiescent_state() where it belongsPaul E. McKenney
2015-03-03rcu: Add boot-up check for non-default CONFIG_RCU_FANOUT_LEAF valuesPaul E. McKenney
2015-03-03rcu: Use IS_ENABLED() to simplify rcu_bootup_announce_oddness()Paul E. McKenney
2015-03-03rcu: Improve diagnostics for blocked critical sections in irqPaul E. McKenney
2015-03-03rcu: Use IS_ENABLED() to CONFIG_RCU_FANOUT_EXACT #ifdefPaul E. McKenney
2015-03-03rcu: Move early boot callback tests earlierPaul E. McKenney
2015-03-03rcu: Move early-boot callbacks to no-CBs lists for no-CBs CPUsPaul E. McKenney
2015-03-02livepatch: fix RCU usage in klp_find_external_symbol()Peter Zijlstra