aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-10-07sched/fair: Fix small race where child->se.parent,cfs_rq might point to inval...Daisuke Nishimura
2013-09-20pidns: fix vfork() after unshare(CLONE_NEWPID)Oleg Nesterov
2013-09-20pidns: Fix hang in zap_pid_ns_processes by sending a potentially extra wakeupEric W. Biederman
2013-09-05workqueue: cond_resched() after processing each work itemTejun Heo
2013-08-21microblaze: fix clone syscallMichal Simek
2013-08-21sched: Ensure update_cfs_shares() is called for parents of continuously-runni...Peter Zijlstra
2013-08-21userns: limit the maximum depth of user_namespace->parent chainOleg Nesterov
2013-08-21userns: unshare_userns(&cred) should not populate cred on failureOleg Nesterov
2013-08-21Revert "cpuidle: Quickly notice prediction failure for repeat mode"Rafael J. Wysocki
2013-07-30PM / Sleep: avoid 'autosleep' in shutdown progressLiu ShuoX
2013-07-18perf: Fix perf_lock_task_context() vs RCUPeter Zijlstra
2013-07-18perf: Remove WARN_ON_ONCE() check in __perf_event_enable() for valid scenarioJiri Olsa
2013-07-18perf: Clone child context from parent context pmuJiri Olsa
2013-07-18module: do percpu allocation after uniqueness check. No, really!Rusty Russell
2013-07-18uprobes: Fix return value in error handling pathzhangwei(Jovi)
2013-07-18printk: Fix rq->lock vs logbuf_lock unlock lock inversionBu, Yitian
2013-07-16tracing: Use current_uid() for critical time tracingSteven Rostedt (Red Hat)
2013-07-09tick: Prevent uncontrolled switch to oneshot modeThomas Gleixner
2013-07-09timer: Fix jiffies wrap behavior of round_jiffies_common()Bart Van Assche
2013-07-09genirq: Fix can_request_irq() for IRQs without an actionBen Hutchings
2013-07-09futex: Take hugepages into account when generating futex_keyZhang Yi
2013-07-09cgroup: fix umount vs cgroup_event_remove() raceLi Zefan
2013-07-09cgroup: fix umount vs cgroup_cfts_commit() raceLi Zefan
2013-06-26hw_breakpoint: Use cpu_possible_mask in {reserve,release}_bp_slot()Oleg Nesterov
2013-06-26hw_breakpoint: Fix cpu check in task_bp_pinned(cpu)Oleg Nesterov
2013-06-25MODSIGN: do not send garbage to stderr when enabling modules signatureDavid Cohen
2013-06-20perf: Fix error return codeWei Yongjun
2013-06-14audit: wait_for_auditd() should use TASK_UNINTERRUPTIBLEOleg Nesterov
2013-06-14kmsg: honor dmesg_restrict sysctl on /dev/kmsgKees Cook
2013-06-14reboot: rigrate shutdown/reboot to boot cpuRobin Holt
2013-06-14CPU hotplug: provide a generic helper to disable/enable CPU hotplugSrivatsa S. Bhat
2013-06-03cgroup: fix a subtle bug in descendant pre-order walkTejun Heo
2013-05-24usermodehelper: check subprocess_info->path != NULLOleg Nesterov
2013-05-24tracing: Fix leaks of filter predsSteven Rostedt (Red Hat)
2013-05-24timer: Don't reinitialize the cpu base lock during CPU_UP_PREPARETirupathi Reddy
2013-05-24tick: Cleanup NOHZ per cpu data on cpu downThomas Gleixner
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-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)