summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-06-13timekeeping: Correct run-time detection of persistent_clock.Zoran Markovic1-0/+8
2013-06-13Fix lockup related to stop_machine being stuck in __do_softirq.Ben Greear1-3/+10
2013-06-07cgroup: fix a subtle bug in descendant pre-order walkTejun Heo1-6/+3
2013-06-07cgroup: initialize xattr before calling d_instantiate()Li Zefan1-4/+5
2013-06-07module: don't unlink the module until we've removed all exposure.Rusty Russell1-4/+9
2013-06-07x86, range: fix missing merge during add rangeYinghai Lu1-3/+5
2013-05-19audit: Make testing for a valid loginuid explicit.Eric W. Biederman2-2/+34
2013-05-19usermodehelper: check subprocess_info->path != NULLOleg Nesterov1-0/+5
2013-05-19tracing: Fix leaks of filter predsSteven Rostedt (Red Hat)1-0/+4
2013-05-19tick: Cleanup NOHZ per cpu data on cpu downThomas Gleixner1-1/+1
2013-05-19timer: Don't reinitialize the cpu base lock during CPU_UP_PREPARETirupathi Reddy1-1/+1
2013-05-19time: Revert ALWAYS_USE_PERSISTENT_CLOCK compile time optimizaitonsJohn Stultz1-5/+0
2013-05-19sched: Avoid prev->stime underflowStanislaw Gruszka1-7/+7
2013-05-19sched: Do not account bogus utimeStanislaw Gruszka1-0/+9
2013-05-19sched: Avoid cputime scaling overflowStanislaw Gruszka1-22/+35
2013-05-19sched: Lower chances of cputime scaling overflowFrederic Weisbecker1-12/+34
2013-05-11kernel/audit_tree.c: tree will leak memory when failure occurs in audit_trim_...Chen Gang1-1/+1
2013-05-11tracing: Fix ftrace_dump()Steven Rostedt (Red Hat)2-40/+31
2013-05-11MODSIGN: do not send garbage to stderr when enabling modules signatureDavid Cohen1-1/+1
2013-05-07rcutrace: single_open() leaksAl Viro1-4/+4
2013-05-07clockevents: Set dummy handler on CPU_DEAD shutdownThomas Gleixner2-0/+5
2013-05-07cgroup: fix broken file xattrsLi Zefan1-5/+6
2013-05-07cgroup: fix an off-by-one bug which may trigger BUG_ON()Li Zefan1-1/+1
2013-05-07hrtimer: Add expiry time overflow check in hrtimer_interruptPrarit Bhargava1-0/+2
2013-05-07hrtimer: Fix ktime_add_ns() overflow on 32bit architecturesDavid Engraf1-0/+4
2013-05-07tracing: Reset ftrace_graph_filter_enabled if count is zeroNamhyung Kim1-1/+2
2013-05-07tracing: Check return value of tracing_init_dentry()Namhyung Kim3-0/+6
2013-05-07tracing: Fix off-by-one on allocating stat->pagesNamhyung Kim1-1/+1
2013-05-07tracing: Remove most or all of stack tracer stack size from stack_max_sizeSteven Rostedt (Red Hat)1-21/+54
2013-05-07tracing: Fix stack tracer with fentry useSteven Rostedt (Red Hat)1-4/+29
2013-05-07tracing: Use stack of calling function for stack tracerSteven Rostedt (Red Hat)1-5/+7
2013-04-27Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+2
2013-04-22kernel/hz.bc: ignore.Rusty Russell1-0/+1
2013-04-21Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2013-04-21events: Protect access via task_subsys_state_check()Paul E. McKenney1-0/+2
2013-04-20Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-13/+105
2013-04-18Merge branch 'userns-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-9/+13
2013-04-18Revert "block: add missing block_bio_complete() tracepoint"Linus Torvalds1-23/+3
2013-04-18kprobes: Fix a double lock bug of kprobe_mutexMasami Hiramatsu1-6/+13
2013-04-17kernel/signal.c: stop info leak via the tkill and the tgkill syscallsEmese Revfy1-1/+1
2013-04-17kexec: use Crash kernel for Crash kernel lowYinghai Lu1-1/+1
2013-04-17x86, kdump: Change crashkernel_high/low= to crashkernel=,high/lowYinghai Lu1-13/+96
2013-04-17x86, kdump: Retore crashkernel= to allocate under 896MYinghai Lu1-0/+9
2013-04-15Merge branches 'timers-urgent-for-linus', 'irq-urgent-for-linus' and 'core-ur...Linus Torvalds3-28/+41
2013-04-15perf: Treat attr.config as u64 in perf_swevent_init()Tommi Rantala1-1/+1
2013-04-14userns: Changing any namespace id mappings should require privilegesAndy Lutomirski1-3/+3
2013-04-14userns: Check uid_map's opener's fsuid, not the current fsuidAndy Lutomirski1-2/+2
2013-04-14userns: Don't let unprivileged users trick privileged users into setting the ...Eric W. Biederman1-4/+8
2013-04-14Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-4/+32
2013-04-14Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-10/+26