summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2014-01-03ftrace: Fix function graph with loading of modulesSteven Rostedt (Red Hat)
2014-01-03ftrace: Check module functions being traced on reloadSteven Rostedt (Red Hat)
2014-01-03ftrace: Create ftrace_hash_empty() helper routineSteven Rostedt
2014-01-03ftrace: Fix ftrace hash record update with notraceSteven Rostedt
2014-01-03sched: Avoid throttle_cfs_rq() racing with period_timer stoppingBen Segall
2014-01-03futex: fix handling of read-only-mapped hugepagesLinus Torvalds
2014-01-03cpuset: Fix memory allocator deadlockPeter Zijlstra
2014-01-03irq: Enable all irqs unconditionally in irq_resumeLaxman Dewangan
2014-01-03exec/ptrace: fix get_dumpable() incorrect testsKees Cook
2014-01-03PM / hibernate: Avoid overflow in hibernate_preallocate_memory()Aaron Lu
2014-01-03audit: use nlmsg_len() to get message payload lengthMathias Krause
2014-01-03audit: fix info leak in AUDIT_GET requestsMathias Krause
2014-01-03audit: printk USER_AVC messages when audit isn't enabledTyler Hicks
2014-01-03alarmtimer: return EINVAL instead of ENOTSUPP if rtcdev doesn't existKOSAKI Motohiro
2013-11-28tracing: Fix potential out-of-bounds in trace_get_user()Steven Rostedt
2013-11-28perf: Fix perf ring buffer memory orderingPeter Zijlstra
2013-10-26perf: Fix perf_cgroup_switch for sw-eventsPeter Zijlstra
2013-10-26perf: Clarify perf_cpu_context::active_pmu usage by renaming it to ::unique_pmuPeter Zijlstra
2013-10-26cgroup: fail if monitored file and event_control are in different cgroupLi Zefan
2013-10-26perf: Use css_tryget() to avoid propping up css refcountSalman Qazi
2013-10-26sched/fair: Fix small race where child->se.parent,cfs_rq might point to inval...Daisuke Nishimura
2013-09-10workqueue: cond_resched() after processing each work itemTejun Heo
2013-09-10tracing: Fix fields of struct trace_iterator that are zeroed by mistakeAndrew Vagin
2013-09-10perf: Fix event group context moveJiri Olsa
2013-09-10sched: Fix the broken sched_rr_get_interval()Zhu Yanhai
2013-08-02tracing: Use current_uid() for critical time tracingSteven Rostedt (Red Hat)
2013-07-27perf: Fix mmap() accounting holePeter Zijlstra
2013-07-27perf: Fix perf mmap bugsPeter Zijlstra
2013-07-27perf: Fix perf_lock_task_context() vs RCUPeter Zijlstra
2013-07-27perf: Remove WARN_ON_ONCE() check in __perf_event_enable() for valid scenarioJiri Olsa
2013-07-27perf: Clone child context from parent context pmuJiri Olsa
2013-07-27tracing: Fix irqs-off tag display in syscall tracingzhangwei(Jovi)
2013-07-27timer: Fix jiffies wrap behavior of round_jiffies_common()Bart Van Assche
2013-07-27genirq: Fix can_request_irq() for IRQs without an actionBen Hutchings
2013-07-27futex: Take hugepages into account when generating futex_keyZhang Yi
2013-07-27hw_breakpoint: Use cpu_possible_mask in {reserve,release}_bp_slot()Oleg Nesterov
2013-07-27printk: Fix rq->lock vs logbuf_lock unlock lock inversionBu, Yitian
2013-06-19audit: wait_for_auditd() should use TASK_UNINTERRUPTIBLEOleg Nesterov
2013-06-19reboot: rigrate shutdown/reboot to boot cpuRobin Holt
2013-06-19CPU hotplug: provide a generic helper to disable/enable CPU hotplugSrivatsa S. Bhat
2013-06-19ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE sectionSteven Rostedt (Red Hat)
2013-05-30sched/debug: Fix sd->*_idx limit range avoiding overflowlibin
2013-05-30sched/debug: Limit sd->*_idx range on sysctlNamhyung Kim
2013-05-30usermodehelper: check subprocess_info->path != NULLOleg Nesterov
2013-05-30tracing: Fix leaks of filter predsSteven Rostedt (Red Hat)
2013-05-30timer: Don't reinitialize the cpu base lock during CPU_UP_PREPARETirupathi Reddy
2013-05-30tick: Cleanup NOHZ per cpu data on cpu downThomas Gleixner
2013-05-13kernel/audit_tree.c: tree will leak memory when failure occurs in audit_trim_...Chen Gang
2013-05-13perf: Treat attr.config as u64 in perf_swevent_init()Tommi Rantala
2013-05-13perf: Fix error return codeWei Yongjun