summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2013-04-27Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+2
2013-04-22kernel/hz.bc: ignore.Rusty Russell-0/+1
2013-04-21Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2013-04-21events: Protect access via task_subsys_state_check()Paul E. McKenney-0/+2
2013-04-20Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-13/+105
2013-04-18Merge branch 'userns-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-9/+13
2013-04-18Revert "block: add missing block_bio_complete() tracepoint"Linus Torvalds-23/+3
2013-04-18kprobes: Fix a double lock bug of kprobe_mutexMasami Hiramatsu-6/+13
2013-04-17kernel/signal.c: stop info leak via the tkill and the tgkill syscallsEmese Revfy-1/+1
2013-04-17kexec: use Crash kernel for Crash kernel lowYinghai Lu-1/+1
2013-04-17x86, kdump: Change crashkernel_high/low= to crashkernel=,high/lowYinghai Lu-13/+96
2013-04-17x86, kdump: Retore crashkernel= to allocate under 896MYinghai Lu-0/+9
2013-04-15Merge branches 'timers-urgent-for-linus', 'irq-urgent-for-linus' and 'core-ur...Linus Torvalds-28/+41
2013-04-15perf: Treat attr.config as u64 in perf_swevent_init()Tommi Rantala-1/+1
2013-04-14userns: Changing any namespace id mappings should require privilegesAndy Lutomirski-3/+3
2013-04-14userns: Check uid_map's opener's fsuid, not the current fsuidAndy Lutomirski-2/+2
2013-04-14userns: Don't let unprivileged users trick privileged users into setting the ...Eric W. Biederman-4/+8
2013-04-14Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-4/+32
2013-04-14Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-10/+26
2013-04-14Merge tag 'trace-fixes-v3.9-rc-v3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-19/+19
2013-04-14Add file_ns_capable() helper function for open-time capability checkingLinus Torvalds-0/+24
2013-04-12ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE sectionSteven Rostedt (Red Hat)-14/+14
2013-04-12tracing: Fix possible NULL pointer dereferencesNamhyung Kim-6/+6
2013-04-12kthread: Prevent unpark race which puts threads on the wrong cpuThomas Gleixner-26/+40
2013-04-12perf: Fix error return codeWei Yongjun-0/+1
2013-04-11Merge tag 'pm-3.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-1/+2
2013-04-10Merge tag 'trace-fixes-3.9-rc-v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+0
2013-04-09tracing: Fix double free when function profile init failedNamhyung Kim-1/+0
2013-04-08Merge tag 'trace-fixes-3.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-9/+9
2013-04-08PM / reboot: call syscore_shutdown() after disable_nonboot_cpus()Huacai Chen-1/+2
2013-04-08ftrace: Do not call stub functions in control loopSteven Rostedt (Red Hat)-2/+3
2013-04-08ftrace: Consistently restore trace function on sysctl enablingJan Kiszka-6/+2
2013-04-08tracing: Fix race with update_max_tr_single and changing tracersSteven Rostedt (Red Hat)-1/+4
2013-04-08sched/cputime: Fix accounting on multi-threaded processesStanislaw Gruszka-1/+1
2013-04-08ftrace: Fix strncpy() use, use strlcpy() instead of strncpy()Chen Gang-2/+2
2013-04-08perf: Fix strncpy() use, use strlcpy() instead of strncpy()Chen Gang-2/+2
2013-04-08perf: Fix strncpy() use, always make sure it's NUL terminatedChen Gang-1/+2
2013-04-08sched/debug: Fix sd->*_idx limit range avoiding overflowlibin-1/+1
2013-04-08sched_clock: Prevent 64bit inatomicity on 32bit systemsThomas Gleixner-0/+26
2013-03-31Revert "lockdep: check that no locks held at freeze time"Paul Walmsley-9/+10
2013-03-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-1/+15
2013-03-27userns: Restrict when proc and sysfs can be mountedEric W. Biederman-0/+4
2013-03-27userns: Don't allow creation if the user is chrootedEric W. Biederman-0/+9
2013-03-26hrtimer: Don't reinitialize a cpu_base lock on CPU_UPMichael Bohan-2/+1
2013-03-26pid: Handle the exit of a multi-threaded init.Eric W. Biederman-1/+2
2013-03-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+2
2013-03-22poweroff: change orderly_poweroff() to use schedule_work()Oleg Nesterov-25/+32
2013-03-22printk: Provide a wake_up_klogd() off-caseFrederic Weisbecker-41/+39
2013-03-21Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-26/+88
2013-03-21perf: Fix ring_buffer perf_output_space() boundary calculationStephane Eranian-5/+19