summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2014-04-02printk: Fix scheduling-while-atomic problem in console_cpu_notify()Paul E. McKenney
2014-04-02timekeeping: fix 32-bit overflow in get_monotonic_boottimeColin Cross
2014-04-02ftrace: Have function graph only trace based on global_ops filtersSteven Rostedt
2014-04-02tracing: Do not add event files for modules that fail tracepointsSteven Rostedt (Red Hat)
2014-04-02cpuset: fix a race condition in __cpuset_node_allowed_softwall()Li Zefan
2014-04-02perf: Fix hotplug splatPeter Zijlstra
2014-04-02sched: Fix double normalization of vruntimeGeorge McCollister
2014-04-02genirq: Remove racy waitqueue_active checkChuansheng Liu
2014-04-02cgroup: update cgroup_enable_task_cg_lists() to grab siglockTejun Heo
2014-04-02workqueue: ensure @task is valid across kthread_stop()Lai Jiangshan
2014-04-02ring-buffer: Fix first commit on sub-buffer having non-zero deltaSteven Rostedt (Red Hat)
2014-04-02time: Fix overflow when HZ is smaller than 60Mikulas Patocka
2014-04-02ftrace: Fix synchronization location disabling and freeing ftrace_opsSteven Rostedt (Red Hat)
2014-04-02ftrace: Use schedule_on_each_cpu() as a heavy synchronize_sched()Steven Rostedt
2014-02-15sched/rt: Avoid updating RT entry timeout twice within one tick periodYing Xue
2014-02-15sched: Unthrottle rt runqueues in __disable_runtime()Peter Boonstoppel
2014-02-15sched,rt: fix isolated CPUs leaving root_task_group indefinitely throttledMike Galbraith
2014-02-15sched/rt: Fix SCHED_RR across cgroupsColin Cross
2014-02-15sched/rt: Fix rq's cpupri leak while enqueue/dequeue child RT entitiesKirill Tkhai
2014-02-15ftrace: Initialize the ftrace profiler for each possible cpuMiao Xie
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