summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2014-04-02printk: Fix scheduling-while-atomic problem in console_cpu_notify()Paul E. McKenney1-1/+0
2014-04-02timekeeping: fix 32-bit overflow in get_monotonic_boottimeColin Cross1-1/+1
2014-04-02ftrace: Have function graph only trace based on global_ops filtersSteven Rostedt1-1/+44
2014-04-02tracing: Do not add event files for modules that fail tracepointsSteven Rostedt (Red Hat)2-1/+16
2014-04-02cpuset: fix a race condition in __cpuset_node_allowed_softwall()Li Zefan1-1/+1
2014-04-02perf: Fix hotplug splatPeter Zijlstra1-6/+6
2014-04-02sched: Fix double normalization of vruntimeGeorge McCollister1-4/+4
2014-04-02genirq: Remove racy waitqueue_active checkChuansheng Liu1-1/+1
2014-04-02cgroup: update cgroup_enable_task_cg_lists() to grab siglockTejun Heo1-0/+5
2014-04-02workqueue: ensure @task is valid across kthread_stop()Lai Jiangshan1-0/+7
2014-04-02ring-buffer: Fix first commit on sub-buffer having non-zero deltaSteven Rostedt (Red Hat)1-0/+7
2014-04-02time: Fix overflow when HZ is smaller than 60Mikulas Patocka1-0/+6
2014-04-02ftrace: Fix synchronization location disabling and freeing ftrace_opsSteven Rostedt (Red Hat)1-11/+18
2014-04-02ftrace: Use schedule_on_each_cpu() as a heavy synchronize_sched()Steven Rostedt1-1/+16
2014-02-15sched/rt: Avoid updating RT entry timeout twice within one tick periodYing Xue1-1/+5
2014-02-15sched: Unthrottle rt runqueues in __disable_runtime()Peter Boonstoppel3-5/+12
2014-02-15sched,rt: fix isolated CPUs leaving root_task_group indefinitely throttledMike Galbraith1-0/+13
2014-02-15sched/rt: Fix SCHED_RR across cgroupsColin Cross1-5/+10
2014-02-15sched/rt: Fix rq's cpupri leak while enqueue/dequeue child RT entitiesKirill Tkhai1-0/+14
2014-02-15ftrace: Initialize the ftrace profiler for each possible cpuMiao Xie1-1/+1
2014-01-03ftrace: Fix function graph with loading of modulesSteven Rostedt (Red Hat)1-34/+34
2014-01-03ftrace: Check module functions being traced on reloadSteven Rostedt (Red Hat)1-9/+61
2014-01-03ftrace: Create ftrace_hash_empty() helper routineSteven Rostedt1-11/+17
2014-01-03ftrace: Fix ftrace hash record update with notraceSteven Rostedt1-1/+1
2014-01-03sched: Avoid throttle_cfs_rq() racing with period_timer stoppingBen Segall2-0/+10
2014-01-03futex: fix handling of read-only-mapped hugepagesLinus Torvalds1-1/+1
2014-01-03cpuset: Fix memory allocator deadlockPeter Zijlstra1-2/+6
2014-01-03irq: Enable all irqs unconditionally in irq_resumeLaxman Dewangan1-1/+1
2014-01-03exec/ptrace: fix get_dumpable() incorrect testsKees Cook1-1/+2
2014-01-03PM / hibernate: Avoid overflow in hibernate_preallocate_memory()Aaron Lu1-1/+5
2014-01-03audit: use nlmsg_len() to get message payload lengthMathias Krause1-2/+2
2014-01-03audit: fix info leak in AUDIT_GET requestsMathias Krause1-0/+1
2014-01-03audit: printk USER_AVC messages when audit isn't enabledTyler Hicks1-1/+1
2014-01-03alarmtimer: return EINVAL instead of ENOTSUPP if rtcdev doesn't existKOSAKI Motohiro1-2/+2
2013-11-28tracing: Fix potential out-of-bounds in trace_get_user()Steven Rostedt1-1/+4
2013-11-28perf: Fix perf ring buffer memory orderingPeter Zijlstra1-4/+27
2013-10-26perf: Fix perf_cgroup_switch for sw-eventsPeter Zijlstra1-3/+6
2013-10-26perf: Clarify perf_cpu_context::active_pmu usage by renaming it to ::unique_pmuPeter Zijlstra1-6/+6
2013-10-26cgroup: fail if monitored file and event_control are in different cgroupLi Zefan1-0/+11
2013-10-26perf: Use css_tryget() to avoid propping up css refcountSalman Qazi1-3/+7
2013-10-26sched/fair: Fix small race where child->se.parent,cfs_rq might point to inval...Daisuke Nishimura1-5/+9
2013-09-10workqueue: cond_resched() after processing each work itemTejun Heo1-0/+9
2013-09-10tracing: Fix fields of struct trace_iterator that are zeroed by mistakeAndrew Vagin1-0/+1
2013-09-10perf: Fix event group context moveJiri Olsa1-2/+18
2013-09-10sched: Fix the broken sched_rr_get_interval()Zhu Yanhai1-1/+1
2013-08-02tracing: Use current_uid() for critical time tracingSteven Rostedt (Red Hat)1-1/+9
2013-07-27perf: Fix mmap() accounting holePeter Zijlstra2-71/+157
2013-07-27perf: Fix perf mmap bugsPeter Zijlstra2-17/+23
2013-07-27perf: Fix perf_lock_task_context() vs RCUPeter Zijlstra1-1/+14
2013-07-27perf: Remove WARN_ON_ONCE() check in __perf_event_enable() for valid scenarioJiri Olsa1-1/+10