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