summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-12-20futex: fix handling of read-only-mapped hugepagesLinus Torvalds
2013-12-11irq: Enable all irqs unconditionally in irq_resumeLaxman Dewangan
2013-12-04ftrace: Fix function graph with loading of modulesSteven Rostedt (Red Hat)
2013-12-04cpuset: Fix memory allocator deadlockPeter Zijlstra
2013-12-04audit: fix info leak in AUDIT_GET requestsMathias Krause
2013-12-04audit: use nlmsg_len() to get message payload lengthMathias Krause
2013-12-04audit: printk USER_AVC messages when audit isn't enabledTyler Hicks
2013-12-04PM / hibernate: Avoid overflow in hibernate_preallocate_memory()Aaron Lu
2013-12-04alarmtimer: return EINVAL instead of ENOTSUPP if rtcdev doesn't existKOSAKI Motohiro
2013-11-29exec/ptrace: fix get_dumpable() incorrect testsKees Cook
2013-11-29perf/ftrace: Fix paranoid level for enabling function tracerSteven Rostedt
2013-11-20tracing: Fix potential out-of-bounds in trace_get_user()Steven Rostedt
2013-11-13clockevents: Sanitize ticks to nsec conversionThomas Gleixner
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-08-29workqueue: consider work function when searching for busy work itemsTejun Heo
2013-08-29workqueue: 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-14tracing: Fix fields of struct trace_iterator that are zeroed by mistakeAndrew Vagin
2013-08-11perf: Use css_tryget() to avoid propping up css refcountSalman Qazi
2013-08-11perf: Fix event group context moveJiri Olsa
2013-08-11sched: Fix the broken sched_rr_get_interval()Zhu Yanhai
2013-08-04tracing: Fix irqs-off tag display in syscall tracingzhangwei(Jovi)
2013-07-28hrtimers: Move SMP function call to thread contextThomas Gleixner
2013-07-28tracing: Fix irqs-off tag display in syscall tracingzhangwei(Jovi)
2013-07-28perf: Fix perf_lock_task_context() vs RCUPeter Zijlstra
2013-07-28perf: Remove WARN_ON_ONCE() check in __perf_event_enable() for valid scenarioJiri Olsa
2013-07-28perf: Clone child context from parent context pmuJiri Olsa
2013-07-28tracing: Use current_uid() for critical time tracingSteven Rostedt (Red Hat)
2013-07-28tick: Prevent uncontrolled switch to oneshot modeThomas Gleixner
2013-07-21timer: Fix jiffies wrap behavior of round_jiffies_common()Bart Van Assche
2013-07-21genirq: Fix can_request_irq() for IRQs without an actionBen Hutchings
2013-07-13Revert "sched: Add missing call to calc_load_exit_idle()"Greg Kroah-Hartman
2013-07-03perf: Fix mmap() accounting holePeter Zijlstra
2013-07-03perf: Fix perf mmap bugsPeter Zijlstra
2013-07-03hw_breakpoint: Use cpu_possible_mask in {reserve,release}_bp_slot()Oleg Nesterov
2013-06-20reboot: rigrate shutdown/reboot to boot cpuRobin Holt
2013-06-20CPU hotplug: provide a generic helper to disable/enable CPU hotplugSrivatsa S. Bhat
2013-06-13ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE sectionSteven Rostedt
2013-06-13tracing: Fix possible NULL pointer dereferencesNamhyung Kim
2013-05-19usermodehelper: check subprocess_info->path != NULLOleg Nesterov
2013-05-19tracing: Fix leaks of filter predsSteven Rostedt (Red Hat)
2013-05-19tick: Cleanup NOHZ per cpu data on cpu downThomas Gleixner
2013-05-19timer: Don't reinitialize the cpu base lock during CPU_UP_PREPARETirupathi Reddy
2013-05-11kernel/audit_tree.c: tree will leak memory when failure occurs in audit_trim_...Chen Gang
2013-05-11tracing: Fix ftrace_dump()Steven Rostedt (Red Hat)
2013-05-07clockevents: Set dummy handler on CPU_DEAD shutdownThomas Gleixner
2013-05-07cgroup: fix an off-by-one bug which may trigger BUG_ON()Li Zefan