summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2015-04-01Merge tag 'lazytime_fix' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds
2015-03-28Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2015-03-28Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-03-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-03-28Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2015-03-25mm: numa: slow PTE scan rate if migration failures occurMel Gorman
2015-03-23timers/tick/broadcast-hrtimer: Fix suspicious RCU usage in idle loopPreeti U Murthy
2015-03-23lockdep: Fix the module unload key range freeing logicPeter Zijlstra
2015-03-23sched: Fix RLIMIT_RTTIME when PI-boosting to RTBrian Silverman
2015-03-23perf: Fix irq_work 'tail' recursionPeter Zijlstra
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-17fs: add dirtytime_expire_seconds sysctlTheodore Ts'o
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-12kasan, module, vmalloc: rework shadow allocation for modulesAndrey Ryabinin
2015-03-09Merge tag 'trace-fixes-v4.0-rc2-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-03-09Merge branch 'for-4.0-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-03-09Merge 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-03livepatch: fix RCU usage in klp_find_external_symbol()Peter Zijlstra
2015-03-02cpuidle: Clean up fallback handling in cpuidle_idle_call()Rafael J. Wysocki
2015-03-02cpuset: Fix cpuset sched_relax_domain_levelJason Low
2015-03-02cpuset: fix a warning when clearing configured masks in old hierarchyZefan Li
2015-03-02cpuset: initialize effective masks when clone_children is enabledZefan Li
2015-03-01Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2015-03-01locking/rtmutex: Set state back to running on errorSebastian Andrzej Siewior
2015-02-28idle / sleep: Avoid excessive disabling and enabling interruptsRafael J. Wysocki
2015-02-28kernel/sys.c: fix UNAME26 for 4.0Jon DeVree
2015-02-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2015-02-22livepatch: RCU protect struct klp_func all the time when used in klp_ftrace_h...Petr Mladek
2015-02-21Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2015-02-21Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2015-02-21Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2015-02-21Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-02-21Merge branches 'core-urgent-for-linus' and 'irq-urgent-for-linus' of git://gi...Linus Torvalds
2015-02-20Merge tag 'for_linux-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2015-02-19debug: prevent entering debug mode on panic/exception.Colin Cross