aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-07-29hrtimers: Move SMP function call to thread contextThomas Gleixner
2013-07-22PM / Sleep: avoid 'autosleep' in shutdown progressLiu ShuoX
2013-07-22perf: Fix perf_lock_task_context() vs RCUPeter Zijlstra
2013-07-22perf: Remove WARN_ON_ONCE() check in __perf_event_enable() for valid scenarioJiri Olsa
2013-07-22perf: Clone child context from parent context pmuJiri Olsa
2013-07-22tracing: Fix irqs-off tag display in syscall tracingzhangwei(Jovi)
2013-07-22uprobes: Fix return value in error handling pathzhangwei(Jovi)
2013-07-22printk: Fix rq->lock vs logbuf_lock unlock lock inversionBu, Yitian
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-08tracing: Use current_uid() for critical time tracingSteven Rostedt (Red Hat)
2013-07-08cgroup: fix umount vs cgroup_cfts_commit() raceLi Zefan
2013-07-08genirq: Fix can_request_irq() for IRQs without an actionBen Hutchings
2013-07-05cgroup: fix umount vs cgroup_event_remove() raceLi Zefan
2013-07-02perf: Fix mmap() accounting holePeter Zijlstra
2013-07-02perf: Fix perf mmap bugsPeter Zijlstra
2013-06-27hw_breakpoint: Use cpu_possible_mask in {reserve,release}_bp_slot()Oleg Nesterov
2013-06-17audit: wait_for_auditd() should use TASK_UNINTERRUPTIBLEOleg Nesterov
2013-06-13kmsg: honor dmesg_restrict sysctl on /dev/kmsgKees Cook
2013-06-13reboot: rigrate shutdown/reboot to boot cpuRobin Holt
2013-06-13CPU hotplug: provide a generic helper to disable/enable CPU hotplugSrivatsa S. Bhat
2013-05-28sched/debug: Fix sd->*_idx limit range avoiding overflowlibin
2013-05-28sched/debug: Limit sd->*_idx range on sysctlNamhyung Kim
2013-05-20usermodehelper: check subprocess_info->path != NULLOleg Nesterov
2013-05-20tracing: Fix leaks of filter predsSteven Rostedt (Red Hat)
2013-05-20timer: Don't reinitialize the cpu base lock during CPU_UP_PREPARETirupathi Reddy
2013-05-20tick: Cleanup NOHZ per cpu data on cpu downThomas Gleixner
2013-05-14kernel/audit_tree.c: tree will leak memory when failure occurs in audit_trim_...Chen Gang
2013-05-02clockevents: Set dummy handler on CPU_DEAD shutdownThomas Gleixner
2013-05-02tracing: Check return value of tracing_init_dentry()Namhyung Kim
2013-05-02tracing: Reset ftrace_graph_filter_enabled if count is zeroNamhyung Kim
2013-05-02tracing: Fix off-by-one on allocating stat->pagesNamhyung Kim
2013-05-02hrtimer: Fix ktime_add_ns() overflow on 32bit architecturesDavid Engraf
2013-05-02hrtimer: Add expiry time overflow check in hrtimer_interruptPrarit Bhargava
2013-05-02cgroup: fix an off-by-one bug which may trigger BUG_ON()Li Zefan
2013-05-02tracing: Fix ftrace_dump()Steven Rostedt (Red Hat)
2013-05-02tracing: Remove most or all of stack tracer stack size from stack_max_sizeSteven Rostedt (Red Hat)
2013-05-02tracing: Fix stack tracer with fentry useSteven Rostedt (Red Hat)
2013-05-02tracing: Use stack of calling function for stack tracerSteven Rostedt (Red Hat)
2013-04-23perf: Fix error return codeWei Yongjun
2013-04-23perf: Treat attr.config as u64 in perf_swevent_init()Tommi Rantala
2013-04-22sched: Convert BUG_ON()s in try_to_wake_up_local() to WARN_ON_ONCE()sTejun Heo
2013-04-22kernel/signal.c: stop info leak via the tkill and the tgkill syscallsEmese Revfy
2013-04-22hrtimer: Don't reinitialize a cpu_base lock on CPU_UPMichael Bohan
2013-04-15ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE sectionSteven Rostedt (Red Hat)
2013-04-15tracing: Fix possible NULL pointer dereferencesNamhyung Kim
2013-04-15sched_clock: Prevent 64bit inatomicity on 32bit systemsThomas Gleixner
2013-04-12PM / reboot: call syscore_shutdown() after disable_nonboot_cpus()Huacai Chen
2013-04-11tracing: Fix double free when function profile init failedNamhyung Kim
2013-04-10panic: fix a possible deadlock in panic()Vikram Mulukutla