summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-10-01perf: Fix perf_cgroup_switch for sw-eventsPeter Zijlstra1-3/+6
2013-10-01perf: Clarify perf_cpu_context::active_pmu usage by renaming it to ::unique_pmuPeter Zijlstra1-6/+6
2013-10-01cgroup: fail if monitored file and event_control are in different cgroupLi Zefan1-0/+11
2013-10-01sched/fair: Fix small race where child->se.parent,cfs_rq might point to inval...Daisuke Nishimura1-5/+9
2013-08-29workqueue: consider work function when searching for busy work itemsTejun Heo1-11/+31
2013-08-29workqueue: fix possible stall on try_to_grab_pending() of a delayed work itemLai Jiangshan1-3/+22
2013-08-20futex: Take hugepages into account when generating futex_keyZhang Yi1-1/+2
2013-08-14tracing: Fix fields of struct trace_iterator that are zeroed by mistakeAndrew Vagin1-0/+1
2013-08-11perf: Use css_tryget() to avoid propping up css refcountSalman Qazi1-3/+7
2013-08-11perf: Fix event group context moveJiri Olsa1-2/+18
2013-08-11sched: Fix the broken sched_rr_get_interval()Zhu Yanhai1-1/+1
2013-08-04tracing: Fix irqs-off tag display in syscall tracingzhangwei(Jovi)1-0/+3
2013-07-28hrtimers: Move SMP function call to thread contextThomas Gleixner1-15/+13
2013-07-28tracing: Fix irqs-off tag display in syscall tracingzhangwei(Jovi)1-4/+14
2013-07-28perf: Fix perf_lock_task_context() vs RCUPeter Zijlstra1-1/+14
2013-07-28perf: Remove WARN_ON_ONCE() check in __perf_event_enable() for valid scenarioJiri Olsa1-1/+10
2013-07-28perf: Clone child context from parent context pmuJiri Olsa1-1/+1
2013-07-28tracing: Use current_uid() for critical time tracingSteven Rostedt (Red Hat)1-1/+9
2013-07-28tick: Prevent uncontrolled switch to oneshot modeThomas Gleixner1-1/+9
2013-07-21timer: Fix jiffies wrap behavior of round_jiffies_common()Bart Van Assche1-3/+5
2013-07-21genirq: Fix can_request_irq() for IRQs without an actionBen Hutchings1-3/+3
2013-07-13Revert "sched: Add missing call to calc_load_exit_idle()"Greg Kroah-Hartman1-1/+0
2013-07-03perf: Fix mmap() accounting holePeter Zijlstra2-72/+159
2013-07-03perf: Fix perf mmap bugsPeter Zijlstra2-17/+23
2013-07-03hw_breakpoint: Use cpu_possible_mask in {reserve,release}_bp_slot()Oleg Nesterov1-2/+2
2013-06-20reboot: rigrate shutdown/reboot to boot cpuRobin Holt1-3/+26
2013-06-20CPU hotplug: provide a generic helper to disable/enable CPU hotplugSrivatsa S. Bhat1-32/+23
2013-06-13ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE sectionSteven Rostedt1-14/+14
2013-06-13tracing: Fix possible NULL pointer dereferencesNamhyung Kim2-6/+6
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-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-07clockevents: Set dummy handler on CPU_DEAD shutdownThomas Gleixner2-0/+5
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-25perf: Treat attr.config as u64 in perf_swevent_init()Tommi Rantala1-1/+1
2013-04-25sched: Convert BUG_ON()s in try_to_wake_up_local() to WARN_ON_ONCE()sTejun Heo1-2/+4
2013-04-25kernel/signal.c: stop info leak via the tkill and the tgkill syscallsEmese Revfy1-1/+1
2013-04-25hrtimer: Don't reinitialize a cpu_base lock on CPU_UPMichael Bohan1-2/+1
2013-04-16sched_clock: Prevent 64bit inatomicity on 32bit systemsThomas Gleixner1-0/+26