summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-07-03hw_breakpoint: Use cpu_possible_mask in {reserve,release}_bp_slot()Oleg Nesterov
2013-07-03hw_breakpoint: Fix cpu check in task_bp_pinned(cpu)Oleg Nesterov
2013-06-27perf: Fix mmap() accounting holePeter Zijlstra
2013-06-27perf: Fix perf mmap bugsPeter Zijlstra
2013-06-27range: Do not add new blank slot with add_range_with_mergeYinghai Lu
2013-06-20kmsg: honor dmesg_restrict sysctl on /dev/kmsgKees Cook
2013-06-20reboot: rigrate shutdown/reboot to boot cpuRobin Holt
2013-06-20CPU hotplug: provide a generic helper to disable/enable CPU hotplugSrivatsa S. Bhat
2013-06-20audit: wait_for_auditd() should use TASK_UNINTERRUPTIBLEOleg Nesterov
2013-06-13timekeeping: Correct run-time detection of persistent_clock.Zoran Markovic
2013-06-13Fix lockup related to stop_machine being stuck in __do_softirq.Ben Greear
2013-06-07cgroup: fix a subtle bug in descendant pre-order walkTejun Heo
2013-06-07cgroup: initialize xattr before calling d_instantiate()Li Zefan
2013-06-07module: don't unlink the module until we've removed all exposure.Rusty Russell
2013-06-07x86, range: fix missing merge during add rangeYinghai Lu
2013-05-19audit: Make testing for a valid loginuid explicit.Eric W. Biederman
2013-05-19usermodehelper: check subprocess_info->path != NULLOleg Nesterov
2013-05-19tracing: Fix leaks of filter predsSteven Rostedt (Red Hat)
2013-05-19tick: Cleanup NOHZ per cpu data on cpu downThomas Gleixner
2013-05-19timer: Don't reinitialize the cpu base lock during CPU_UP_PREPARETirupathi Reddy
2013-05-19time: Revert ALWAYS_USE_PERSISTENT_CLOCK compile time optimizaitonsJohn Stultz
2013-05-19sched: Avoid prev->stime underflowStanislaw Gruszka
2013-05-19sched: Do not account bogus utimeStanislaw Gruszka
2013-05-19sched: Avoid cputime scaling overflowStanislaw Gruszka
2013-05-19sched: Lower chances of cputime scaling overflowFrederic Weisbecker
2013-05-11kernel/audit_tree.c: tree will leak memory when failure occurs in audit_trim_...Chen Gang
2013-05-11tracing: Fix ftrace_dump()Steven Rostedt (Red Hat)
2013-05-11MODSIGN: do not send garbage to stderr when enabling modules signatureDavid Cohen
2013-05-07rcutrace: single_open() leaksAl Viro
2013-05-07clockevents: Set dummy handler on CPU_DEAD shutdownThomas Gleixner
2013-05-07cgroup: fix broken file xattrsLi Zefan
2013-05-07cgroup: fix an off-by-one bug which may trigger BUG_ON()Li Zefan
2013-05-07hrtimer: Add expiry time overflow check in hrtimer_interruptPrarit Bhargava
2013-05-07hrtimer: Fix ktime_add_ns() overflow on 32bit architecturesDavid Engraf
2013-05-07tracing: Reset ftrace_graph_filter_enabled if count is zeroNamhyung Kim
2013-05-07tracing: Check return value of tracing_init_dentry()Namhyung Kim
2013-05-07tracing: Fix off-by-one on allocating stat->pagesNamhyung Kim
2013-05-07tracing: Remove most or all of stack tracer stack size from stack_max_sizeSteven Rostedt (Red Hat)
2013-05-07tracing: Fix stack tracer with fentry useSteven Rostedt (Red Hat)
2013-05-07tracing: Use stack of calling function for stack tracerSteven Rostedt (Red Hat)
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