aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* alarmtimer: return EINVAL instead of ENOTSUPP if rtcdev doesn't existKOSAKI Motohiro2014-01-031-2/+2
* tracing: Fix potential out-of-bounds in trace_get_user()Steven Rostedt2013-11-281-1/+4
* perf: Fix perf ring buffer memory orderingPeter Zijlstra2013-11-281-4/+27
* perf: Fix perf_cgroup_switch for sw-eventsPeter Zijlstra2013-10-261-3/+6
* perf: Clarify perf_cpu_context::active_pmu usage by renaming it to ::unique_pmuPeter Zijlstra2013-10-261-6/+6
* cgroup: fail if monitored file and event_control are in different cgroupLi Zefan2013-10-261-0/+11
* perf: Use css_tryget() to avoid propping up css refcountSalman Qazi2013-10-261-3/+7
* sched/fair: Fix small race where child->se.parent,cfs_rq might point to inval...Daisuke Nishimura2013-10-261-5/+9
* workqueue: cond_resched() after processing each work itemTejun Heo2013-09-101-0/+9
* tracing: Fix fields of struct trace_iterator that are zeroed by mistakeAndrew Vagin2013-09-101-0/+1
* perf: Fix event group context moveJiri Olsa2013-09-101-2/+18
* sched: Fix the broken sched_rr_get_interval()Zhu Yanhai2013-09-101-1/+1
* tracing: Use current_uid() for critical time tracingSteven Rostedt (Red Hat)2013-08-021-1/+9
* perf: Fix mmap() accounting holePeter Zijlstra2013-07-272-71/+157
* perf: Fix perf mmap bugsPeter Zijlstra2013-07-272-17/+23
* perf: Fix perf_lock_task_context() vs RCUPeter Zijlstra2013-07-271-1/+14
* perf: Remove WARN_ON_ONCE() check in __perf_event_enable() for valid scenarioJiri Olsa2013-07-271-1/+10
* perf: Clone child context from parent context pmuJiri Olsa2013-07-271-1/+1
* tracing: Fix irqs-off tag display in syscall tracingzhangwei(Jovi)2013-07-271-4/+17
* timer: Fix jiffies wrap behavior of round_jiffies_common()Bart Van Assche2013-07-271-3/+5
* genirq: Fix can_request_irq() for IRQs without an actionBen Hutchings2013-07-271-3/+3
* futex: Take hugepages into account when generating futex_keyZhang Yi2013-07-271-1/+2
* hw_breakpoint: Use cpu_possible_mask in {reserve,release}_bp_slot()Oleg Nesterov2013-07-271-2/+2
* printk: Fix rq->lock vs logbuf_lock unlock lock inversionBu, Yitian2013-07-271-1/+1
* audit: wait_for_auditd() should use TASK_UNINTERRUPTIBLEOleg Nesterov2013-06-191-1/+1
* reboot: rigrate shutdown/reboot to boot cpuRobin Holt2013-06-191-3/+26
* CPU hotplug: provide a generic helper to disable/enable CPU hotplugSrivatsa S. Bhat2013-06-191-32/+23
* ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE sectionSteven Rostedt (Red Hat)2013-06-191-13/+13
* sched/debug: Fix sd->*_idx limit range avoiding overflowlibin2013-05-301-1/+1
* sched/debug: Limit sd->*_idx range on sysctlNamhyung Kim2013-05-301-13/+22
* usermodehelper: check subprocess_info->path != NULLOleg Nesterov2013-05-301-0/+5
* tracing: Fix leaks of filter predsSteven Rostedt (Red Hat)2013-05-301-0/+4
* timer: Don't reinitialize the cpu base lock during CPU_UP_PREPARETirupathi Reddy2013-05-301-1/+1
* tick: Cleanup NOHZ per cpu data on cpu downThomas Gleixner2013-05-301-1/+1
* kernel/audit_tree.c: tree will leak memory when failure occurs in audit_trim_...Chen Gang2013-05-131-1/+1
* perf: Treat attr.config as u64 in perf_swevent_init()Tommi Rantala2013-05-131-1/+1
* perf: Fix error return codeWei Yongjun2013-05-131-0/+1
* clockevents: Set dummy handler on CPU_DEAD shutdownThomas Gleixner2013-05-132-0/+5
* tracing: Check return value of tracing_init_dentry()Namhyung Kim2013-05-133-0/+6
* tracing: Reset ftrace_graph_filter_enabled if count is zeroNamhyung Kim2013-05-131-1/+2
* tracing: Fix off-by-one on allocating stat->pagesNamhyung Kim2013-05-131-1/+1
* hrtimer: Fix ktime_add_ns() overflow on 32bit architecturesDavid Engraf2013-05-131-0/+4
* hrtimer: Add expiry time overflow check in hrtimer_interruptPrarit Bhargava2013-05-131-0/+2
* cgroup: fix an off-by-one bug which may trigger BUG_ON()Li Zefan2013-05-131-1/+1
* tracing: Fix ftrace_dump()Steven Rostedt (Red Hat)2013-05-132-40/+32
* tracing: Remove most or all of stack tracer stack size from stack_max_sizeSteven Rostedt (Red Hat)2013-05-131-21/+54
* tracing: Fix stack tracer with fentry useSteven Rostedt (Red Hat)2013-05-131-4/+29
* tracing: Use stack of calling function for stack tracerSteven Rostedt (Red Hat)2013-05-131-5/+7
* sched: Convert BUG_ON()s in try_to_wake_up_local() to WARN_ON_ONCE()sTejun Heo2013-04-251-2/+4
* kernel/signal.c: stop info leak via the tkill and the tgkill syscallsEmese Revfy2013-04-251-1/+1