summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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-06Merge branch 'suspend-to-idle'Rafael J. Wysocki1-21/+33
2015-03-06cpuidle / 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-04Merge tag 'v4.0-rc2' into timers/core, to refresh the tree before pulling mor...Ingo Molnar121-1711/+3318
2015-03-03livepatch: fix RCU usage in klp_find_external_symbol()Peter Zijlstra1-1/+2
2015-03-03Revert "perf: Remove the extra validity check on nr_pages"Kan Liang1-1/+1
2015-03-03cpuidle: Clean up fallback handling in cpuidle_idle_call()Rafael J. Wysocki1-14/+15
2015-03-02cpuset: Fix cpuset sched_relax_domain_levelJason Low1-3/+0
2015-03-02cpuset: fix a warning when clearing configured masks in old hierarchyZefan Li1-2/+2
2015-03-02cpuset: initialize effective masks when clone_children is enabledZefan Li1-0/+2
2015-03-01Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+1
2015-03-01locking/rtmutex: Set state back to running on errorSebastian Andrzej Siewior1-0/+1
2015-03-01idle / sleep: Avoid excessive disabling and enabling interruptsRafael J. Wysocki1-1/+0
2015-02-28kernel/sys.c: fix UNAME26 for 4.0Jon DeVree1-1/+2
2015-02-26Merge tag 'v4.0-rc1' into perf/core, to refresh the treeIngo Molnar114-1577/+2832
2015-02-25perf/x86/intel: Support task events with Intel CQMMatt Fleming1-0/+2
2015-02-25perf: Move cgroup init before PMU ->event_init()Matt Fleming1-12/+16
2015-02-25perf: Add ->count() function to read per-package countersMatt Fleming1-1/+4
2015-02-25perf: Make perf_cgroup_from_task() globalMatt Fleming1-27/+1
2015-02-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-5/+5
2015-02-23livepatch: RCU protect struct klp_func all the time when used in klp_ftrace_h...Petr Mladek1-3/+3
2015-02-22Merge 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-21Merge 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
2015-02-19kdb: Const qualifier for kdb_getstr's prompt argumentDaniel Thompson2-2/+2
2015-02-19kdb: Provide forward search at more promptDaniel Thompson3-5/+26
2015-02-19kdb: Fix a prompt management bug when using | grepDaniel Thompson1-2/+2
2015-02-19kdb: Remove stack dump when entering kgdb due to NMIDaniel Thompson1-1/+0
2015-02-19kdb: Avoid printing KERN_ levels to consolesDaniel Thompson2-10/+14
2015-02-19kdb: Fix off by one error in kdb_cpu()Jason Wessel2-2/+2
2015-02-19kdb: fix incorrect counts in KDB summary command outputJay Lan1-1/+1
2015-02-19Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-31/+5
2015-02-18Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar1-1/+1
2015-02-18Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar1-0/+1
2015-02-18perf: Simplify the branch stack checkYan, Zheng1-0/+3
2015-02-18perf: Always switch pmu specific data during context switchYan, Zheng1-0/+3
2015-02-18perf: Add pmu specific data for perf task contextYan, Zheng1-4/+36
2015-02-18perf/x86/intel: Use context switch callback to flush LBR stackYan, Zheng1-77/+0
2015-02-18perf: Introduce pmu context switch callbackYan, Zheng1-0/+57
2015-02-18perf: Update userspace page info for software eventShaohua Li1-0/+3
2015-02-18perf: Update shadow timestamp before add eventShaohua Li1-4/+4
2015-02-18sched/rt: Avoid obvious configuration failPeter Zijlstra1-3/+11
2015-02-18sched/autogroup: Fix failure to set cpu.rt_runtime_usPeter Zijlstra2-5/+7