summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-10-01perf: Fix perf_cgroup_switch for sw-eventsPeter Zijlstra
2013-10-01perf: Clarify perf_cpu_context::active_pmu usage by renaming it to ::unique_pmuPeter Zijlstra
2013-10-01cgroup: fail if monitored file and event_control are in different cgroupLi Zefan
2013-10-01sched/fair: Fix small race where child->se.parent,cfs_rq might point to inval...Daisuke Nishimura
2013-09-03workqueue: consider work function when searching for busy work itemsTejun Heo
2013-09-03workqueue: fix possible stall on try_to_grab_pending() of a delayed work itemLai Jiangshan
2013-08-20futex: Take hugepages into account when generating futex_keyZhang Yi
2013-08-18tracing: Fix fields of struct trace_iterator that are zeroed by mistakeAndrew Vagin
2013-08-12perf: Use css_tryget() to avoid propping up css refcountSalman Qazi
2013-08-12perf: Fix event group context moveJiri Olsa
2013-08-12sched: Fix the broken sched_rr_get_interval()Zhu Yanhai
2013-08-05tracing: Fix irqs-off tag display in syscall tracingzhangwei(Jovi)
2013-07-30hrtimers: Move SMP function call to thread contextThomas Gleixner
2013-07-30tracing: Fix irqs-off tag display in syscall tracingzhangwei(Jovi)
2013-07-30perf: Fix perf_lock_task_context() vs RCUPeter Zijlstra
2013-07-30perf: Remove WARN_ON_ONCE() check in __perf_event_enable() for valid scenarioJiri Olsa
2013-07-30perf: Clone child context from parent context pmuJiri Olsa
2013-07-30tracing: Use current_uid() for critical time tracingSteven Rostedt (Red Hat)
2013-07-30tick: Prevent uncontrolled switch to oneshot modeThomas Gleixner
2013-07-22timer: Fix jiffies wrap behavior of round_jiffies_common()Bart Van Assche
2013-07-22genirq: Fix can_request_irq() for IRQs without an actionBen Hutchings
2013-07-15Revert "sched: Add missing call to calc_load_exit_idle()"Greg Kroah-Hartman
2013-07-08perf: Fix mmap() accounting holePeter Zijlstra
2013-07-08perf: Fix perf mmap bugsPeter Zijlstra
2013-07-08hw_breakpoint: Use cpu_possible_mask in {reserve,release}_bp_slot()Oleg Nesterov
2013-07-02reboot: rigrate shutdown/reboot to boot cpuRobin Holt
2013-07-02CPU hotplug: provide a generic helper to disable/enable CPU hotplugSrivatsa S. Bhat
2013-07-02ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE sectionSteven Rostedt
2013-07-02tracing: Fix possible NULL pointer dereferencesNamhyung Kim
2013-05-25usermodehelper: check subprocess_info->path != NULLOleg Nesterov
2013-05-25tracing: Fix leaks of filter predsSteven Rostedt (Red Hat)
2013-05-25tick: Cleanup NOHZ per cpu data on cpu downThomas Gleixner
2013-05-25timer: Don't reinitialize the cpu base lock during CPU_UP_PREPARETirupathi Reddy
2013-05-25kernel/audit_tree.c: tree will leak memory when failure occurs in audit_trim_...Chen Gang
2013-05-25tracing: Fix ftrace_dump()Steven Rostedt (Red Hat)
2013-05-25clockevents: Set dummy handler on CPU_DEAD shutdownThomas Gleixner
2013-05-25cgroup: fix an off-by-one bug which may trigger BUG_ON()Li Zefan
2013-05-25hrtimer: Add expiry time overflow check in hrtimer_interruptPrarit Bhargava
2013-05-25hrtimer: Fix ktime_add_ns() overflow on 32bit architecturesDavid Engraf
2013-05-25tracing: Reset ftrace_graph_filter_enabled if count is zeroNamhyung Kim
2013-05-25tracing: Check return value of tracing_init_dentry()Namhyung Kim
2013-05-25tracing: Fix off-by-one on allocating stat->pagesNamhyung Kim
2013-05-25tracing: Remove most or all of stack tracer stack size from stack_max_sizeSteven Rostedt (Red Hat)
2013-05-25tracing: Fix stack tracer with fentry useSteven Rostedt (Red Hat)
2013-05-25tracing: Use stack of calling function for stack tracerSteven Rostedt (Red Hat)
2013-04-29perf: Treat attr.config as u64 in perf_swevent_init()Tommi Rantala
2013-04-29sched: Convert BUG_ON()s in try_to_wake_up_local() to WARN_ON_ONCE()sTejun Heo
2013-04-29kernel/signal.c: stop info leak via the tkill and the tgkill syscallsEmese Revfy
2013-04-29hrtimer: Don't reinitialize a cpu_base lock on CPU_UPMichael Bohan
2013-04-17sched_clock: Prevent 64bit inatomicity on 32bit systemsThomas Gleixner