aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* tracepoint: Do not waste memory on mods with no tracepointsSteven Rostedt (Red Hat)2014-06-091-0/+6
* wait: fix reparent_leader() vs EXIT_DEAD->EXIT_ZOMBIE raceOleg Nesterov2014-04-301-4/+11
* audit: convert PPIDs to the inital PID namespace.Richard Guy Briggs2014-04-301-2/+2
* blktrace: fix accounting of partially completed requestsRoman Pen2014-04-301-9/+11
* printk: Fix scheduling-while-atomic problem in console_cpu_notify()Paul E. McKenney2014-04-021-1/+0
* timekeeping: fix 32-bit overflow in get_monotonic_boottimeColin Cross2014-04-021-1/+1
* ftrace: Have function graph only trace based on global_ops filtersSteven Rostedt2014-04-021-1/+44
* tracing: Do not add event files for modules that fail tracepointsSteven Rostedt (Red Hat)2014-04-022-1/+16
* cpuset: fix a race condition in __cpuset_node_allowed_softwall()Li Zefan2014-04-021-1/+1
* perf: Fix hotplug splatPeter Zijlstra2014-04-021-6/+6
* sched: Fix double normalization of vruntimeGeorge McCollister2014-04-021-4/+4
* genirq: Remove racy waitqueue_active checkChuansheng Liu2014-04-021-1/+1
* cgroup: update cgroup_enable_task_cg_lists() to grab siglockTejun Heo2014-04-021-0/+5
* workqueue: ensure @task is valid across kthread_stop()Lai Jiangshan2014-04-021-0/+7
* ring-buffer: Fix first commit on sub-buffer having non-zero deltaSteven Rostedt (Red Hat)2014-04-021-0/+7
* time: Fix overflow when HZ is smaller than 60Mikulas Patocka2014-04-021-0/+6
* ftrace: Fix synchronization location disabling and freeing ftrace_opsSteven Rostedt (Red Hat)2014-04-021-11/+18
* ftrace: Use schedule_on_each_cpu() as a heavy synchronize_sched()Steven Rostedt2014-04-021-1/+16
* sched/rt: Avoid updating RT entry timeout twice within one tick periodYing Xue2014-02-151-1/+5
* sched: Unthrottle rt runqueues in __disable_runtime()Peter Boonstoppel2014-02-153-5/+12
* sched,rt: fix isolated CPUs leaving root_task_group indefinitely throttledMike Galbraith2014-02-151-0/+13
* sched/rt: Fix SCHED_RR across cgroupsColin Cross2014-02-151-5/+10
* sched/rt: Fix rq's cpupri leak while enqueue/dequeue child RT entitiesKirill Tkhai2014-02-151-0/+14
* ftrace: Initialize the ftrace profiler for each possible cpuMiao Xie2014-02-151-1/+1
* ftrace: Fix function graph with loading of modulesSteven Rostedt (Red Hat)2014-01-031-34/+34
* ftrace: Check module functions being traced on reloadSteven Rostedt (Red Hat)2014-01-031-9/+61
* ftrace: Create ftrace_hash_empty() helper routineSteven Rostedt2014-01-031-11/+17
* ftrace: Fix ftrace hash record update with notraceSteven Rostedt2014-01-031-1/+1
* sched: Avoid throttle_cfs_rq() racing with period_timer stoppingBen Segall2014-01-032-0/+10
* futex: fix handling of read-only-mapped hugepagesLinus Torvalds2014-01-031-1/+1
* cpuset: Fix memory allocator deadlockPeter Zijlstra2014-01-031-2/+6
* irq: Enable all irqs unconditionally in irq_resumeLaxman Dewangan2014-01-031-1/+1
* exec/ptrace: fix get_dumpable() incorrect testsKees Cook2014-01-031-1/+2
* PM / hibernate: Avoid overflow in hibernate_preallocate_memory()Aaron Lu2014-01-031-1/+5
* audit: use nlmsg_len() to get message payload lengthMathias Krause2014-01-031-2/+2
* audit: fix info leak in AUDIT_GET requestsMathias Krause2014-01-031-0/+1
* audit: printk USER_AVC messages when audit isn't enabledTyler Hicks2014-01-031-1/+1
* 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