aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-04-29trace: add non-hierarchical function_graph optionJamie Gennis
2013-04-29trace: Add an option to show tgids in trace outputJamie Gennis
2013-04-29trace/events: add gpu trace eventsJamie Gennis
2013-04-29hardlockup: detect hard lockups without NMIs using secondary cpusColin Cross
2013-04-29PM / Suspend: Print wall time at suspend entry and exitTodd Poynor
2013-04-29debug: add parameters to prevent entering debug mode on errorsColin Cross
2013-04-29kdb: support new lines without carriage returnsColin Cross
2013-04-29Move x86_64 idle notifiers to genericTodd Poynor
2013-04-29sched: Add a generic notifier when a task struct is about to be freedSan Mehat
2013-04-29proc: smaps: Allow smaps access for CAP_SYS_RESOURCESan Mehat
2013-04-29PM / Sleep: Add wake lock api wrapper on top of wakeup sourcesArve Hjønnevåg
2013-04-29mm: Add min_free_order_shift tunable.Arve Hjønnevåg
2013-04-29ARM: Make low-level printk workTony Lindgren
2013-04-29cgroup: Add generic cgroup subsystem permission checksColin Cross
2013-04-29power: Add option to log time spent in suspendColin Cross
2013-04-29panic: Add board ID to panic outputNishanth Menon
2013-04-29PM: Print pending wakeup IRQ preventing suspend to dmesgTodd Poynor
2013-04-29Revert "genirq: Do not consider disabled wakeup irqs"Arve Hjønnevåg
2013-04-29Add build option to to set the default panic timeout.Arve Hjønnevåg
2013-04-29sched: Enable might_sleep before initializing drivers.Arve Hjønnevåg
2013-04-27Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-04-22kernel/hz.bc: ignore.Rusty Russell
2013-04-21Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-04-21events: Protect access via task_subsys_state_check()Paul E. McKenney
2013-04-20Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2013-04-18Merge branch 'userns-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-04-18Revert "block: add missing block_bio_complete() tracepoint"Linus Torvalds
2013-04-18kprobes: Fix a double lock bug of kprobe_mutexMasami Hiramatsu
2013-04-17kernel/signal.c: stop info leak via the tkill and the tgkill syscallsEmese Revfy
2013-04-17kexec: use Crash kernel for Crash kernel lowYinghai Lu
2013-04-17x86, kdump: Change crashkernel_high/low= to crashkernel=,high/lowYinghai Lu
2013-04-17x86, kdump: Retore crashkernel= to allocate under 896MYinghai Lu
2013-04-15Merge branches 'timers-urgent-for-linus', 'irq-urgent-for-linus' and 'core-ur...Linus Torvalds
2013-04-15perf: Treat attr.config as u64 in perf_swevent_init()Tommi Rantala
2013-04-14userns: Changing any namespace id mappings should require privilegesAndy Lutomirski
2013-04-14userns: Check uid_map's opener's fsuid, not the current fsuidAndy Lutomirski
2013-04-14userns: Don't let unprivileged users trick privileged users into setting the ...Eric W. Biederman
2013-04-14Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-04-14Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-04-14Merge tag 'trace-fixes-v3.9-rc-v3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2013-04-14Add file_ns_capable() helper function for open-time capability checkingLinus Torvalds
2013-04-12ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE sectionSteven Rostedt (Red Hat)
2013-04-12tracing: Fix possible NULL pointer dereferencesNamhyung Kim
2013-04-12kthread: Prevent unpark race which puts threads on the wrong cpuThomas Gleixner
2013-04-12perf: Fix error return codeWei Yongjun
2013-04-11Merge tag 'pm-3.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2013-04-10Merge tag 'trace-fixes-3.9-rc-v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-04-09tracing: Fix double free when function profile init failedNamhyung Kim
2013-04-08Merge tag 'trace-fixes-3.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-04-08PM / reboot: call syscore_shutdown() after disable_nonboot_cpus()Huacai Chen