summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* exec/ptrace: fix get_dumpable() incorrect testsKees Cook2013-11-291-1/+2
* perf/ftrace: Fix paranoid level for enabling function tracerSteven Rostedt2013-11-291-1/+1
* tracing: Fix potential out-of-bounds in trace_get_user()Steven Rostedt2013-11-201-1/+4
* clockevents: Sanitize ticks to nsec conversionThomas Gleixner2013-11-131-15/+50
* perf: Fix perf_cgroup_switch for sw-eventsPeter Zijlstra2013-10-011-3/+6
* perf: Clarify perf_cpu_context::active_pmu usage by renaming it to ::unique_pmuPeter Zijlstra2013-10-011-6/+6
* cgroup: fail if monitored file and event_control are in different cgroupLi Zefan2013-10-011-0/+11
* sched/fair: Fix small race where child->se.parent,cfs_rq might point to inval...Daisuke Nishimura2013-10-011-5/+9
* workqueue: consider work function when searching for busy work itemsTejun Heo2013-08-291-11/+31
* workqueue: fix possible stall on try_to_grab_pending() of a delayed work itemLai Jiangshan2013-08-291-3/+22
* futex: Take hugepages into account when generating futex_keyZhang Yi2013-08-201-1/+2
* tracing: Fix fields of struct trace_iterator that are zeroed by mistakeAndrew Vagin2013-08-141-0/+1
* perf: Use css_tryget() to avoid propping up css refcountSalman Qazi2013-08-111-3/+7
* perf: Fix event group context moveJiri Olsa2013-08-111-2/+18
* sched: Fix the broken sched_rr_get_interval()Zhu Yanhai2013-08-111-1/+1
* tracing: Fix irqs-off tag display in syscall tracingzhangwei(Jovi)2013-08-041-0/+3
* hrtimers: Move SMP function call to thread contextThomas Gleixner2013-07-281-15/+13
* tracing: Fix irqs-off tag display in syscall tracingzhangwei(Jovi)2013-07-281-4/+14
* perf: Fix perf_lock_task_context() vs RCUPeter Zijlstra2013-07-281-1/+14
* perf: Remove WARN_ON_ONCE() check in __perf_event_enable() for valid scenarioJiri Olsa2013-07-281-1/+10
* perf: Clone child context from parent context pmuJiri Olsa2013-07-281-1/+1
* tracing: Use current_uid() for critical time tracingSteven Rostedt (Red Hat)2013-07-281-1/+9
* tick: Prevent uncontrolled switch to oneshot modeThomas Gleixner2013-07-281-1/+9
* timer: Fix jiffies wrap behavior of round_jiffies_common()Bart Van Assche2013-07-211-3/+5
* genirq: Fix can_request_irq() for IRQs without an actionBen Hutchings2013-07-211-3/+3
* Revert "sched: Add missing call to calc_load_exit_idle()"Greg Kroah-Hartman2013-07-131-1/+0
* perf: Fix mmap() accounting holePeter Zijlstra2013-07-032-72/+159
* perf: Fix perf mmap bugsPeter Zijlstra2013-07-032-17/+23
* hw_breakpoint: Use cpu_possible_mask in {reserve,release}_bp_slot()Oleg Nesterov2013-07-031-2/+2
* reboot: rigrate shutdown/reboot to boot cpuRobin Holt2013-06-201-3/+26
* CPU hotplug: provide a generic helper to disable/enable CPU hotplugSrivatsa S. Bhat2013-06-201-32/+23
* ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE sectionSteven Rostedt2013-06-131-14/+14
* tracing: Fix possible NULL pointer dereferencesNamhyung Kim2013-06-132-6/+6
* usermodehelper: check subprocess_info->path != NULLOleg Nesterov2013-05-191-0/+5
* tracing: Fix leaks of filter predsSteven Rostedt (Red Hat)2013-05-191-0/+4
* tick: Cleanup NOHZ per cpu data on cpu downThomas Gleixner2013-05-191-1/+1
* timer: Don't reinitialize the cpu base lock during CPU_UP_PREPARETirupathi Reddy2013-05-191-1/+1
* kernel/audit_tree.c: tree will leak memory when failure occurs in audit_trim_...Chen Gang2013-05-111-1/+1
* tracing: Fix ftrace_dump()Steven Rostedt (Red Hat)2013-05-112-40/+31
* clockevents: Set dummy handler on CPU_DEAD shutdownThomas Gleixner2013-05-072-0/+5
* cgroup: fix an off-by-one bug which may trigger BUG_ON()Li Zefan2013-05-071-1/+1
* hrtimer: Add expiry time overflow check in hrtimer_interruptPrarit Bhargava2013-05-071-0/+2
* hrtimer: Fix ktime_add_ns() overflow on 32bit architecturesDavid Engraf2013-05-071-0/+4
* tracing: Reset ftrace_graph_filter_enabled if count is zeroNamhyung Kim2013-05-071-1/+2
* tracing: Check return value of tracing_init_dentry()Namhyung Kim2013-05-073-0/+6
* tracing: Fix off-by-one on allocating stat->pagesNamhyung Kim2013-05-071-1/+1
* tracing: Remove most or all of stack tracer stack size from stack_max_sizeSteven Rostedt (Red Hat)2013-05-071-21/+54
* tracing: Fix stack tracer with fentry useSteven Rostedt (Red Hat)2013-05-071-4/+29
* tracing: Use stack of calling function for stack tracerSteven Rostedt (Red Hat)2013-05-071-5/+7
* perf: Treat attr.config as u64 in perf_swevent_init()Tommi Rantala2013-04-251-1/+1