summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* cgroup: cgroup_subsys->fork() should be called after the task is added to css...Tejun Heo2014-03-113-46/+26
* perf: Fix hotplug splatPeter Zijlstra2014-03-111-6/+6
* workqueue: ensure @task is valid across kthread_stop()Lai Jiangshan2014-03-111-0/+7
* genirq: Add missing irq_to_desc export for CONFIG_SPARSE_IRQ=nPaul Gortmaker2014-02-221-0/+1
* ring-buffer: Fix first commit on sub-buffer having non-zero deltaSteven Rostedt (Red Hat)2014-02-221-0/+7
* time: Fix overflow when HZ is smaller than 60Mikulas Patocka2014-02-221-0/+6
* PM / Hibernate: Hibernate/thaw fixes/improvementsBojan Smojver2014-02-201-23/+39
* sched/nohz: Fix rq->cpu_load calculations some morePeter Zijlstra2014-02-202-10/+44
* sched/nohz: Fix rq->cpu_load[] calculationsPeter Zijlstra2014-02-203-16/+41
* ftrace: Have function graph only trace based on global_ops filtersSteven Rostedt2014-02-201-1/+44
* ftrace: Fix synchronization location disabling and freeing ftrace_opsSteven Rostedt2014-02-201-18/+32
* ftrace: Synchronize setting function_trace_op with ftrace_trace_functionSteven Rostedt2014-02-201-0/+17
* printk: Fix scheduling-while-atomic problem in console_cpu_notify()Paul E. McKenney2014-02-201-1/+0
* 3.4.y: timekeeping: fix 32-bit overflow in get_monotonic_boottimeColin Cross2014-02-131-1/+1
* timekeeping: Avoid possible deadlock from clock_was_set_delayedJohn Stultz2014-02-131-4/+8
* sched/rt: Avoid updating RT entry timeout twice within one tick periodYing Xue2014-02-131-1/+5
* sched: Unthrottle rt runqueues in __disable_runtime()Peter Boonstoppel2014-02-134-6/+6
* sched,rt: fix isolated CPUs leaving root_task_group indefinitely throttledMike Galbraith2014-02-131-0/+13
* sched/rt: Fix SCHED_RR across cgroupsColin Cross2014-02-131-5/+10
* sched: Guarantee new group-entities always have weightPaul Turner2014-01-151-1/+2
* sched: Fix hrtimer_cancel()/rq->lock deadlockBen Segall2014-01-151-4/+11
* sched: Fix cfs_bandwidth misuse of hrtimer_expires_remainingBen Segall2014-01-151-3/+11
* sched: Fix race on toggling cfs_bandwidth_usedBen Segall2014-01-153-9/+19
* sched: Avoid throttle_cfs_rq() racing with period_timer stoppingBen Segall2014-01-082-0/+10
* sched/rt: Fix rq's cpupri leak while enqueue/dequeue child RT entitiesKirill Tkhai2014-01-081-0/+14
* ftrace: Initialize the ftrace profiler for each possible cpuMiao Xie2014-01-081-1/+1
* futex: fix handling of read-only-mapped hugepagesLinus Torvalds2013-12-201-1/+1
* irq: Enable all irqs unconditionally in irq_resumeLaxman Dewangan2013-12-111-1/+1
* ftrace: Fix function graph with loading of modulesSteven Rostedt (Red Hat)2013-12-041-34/+34
* cpuset: Fix memory allocator deadlockPeter Zijlstra2013-12-041-2/+6
* audit: fix info leak in AUDIT_GET requestsMathias Krause2013-12-041-0/+1
* audit: use nlmsg_len() to get message payload lengthMathias Krause2013-12-041-1/+1
* audit: printk USER_AVC messages when audit isn't enabledTyler Hicks2013-12-041-1/+1
* PM / hibernate: Avoid overflow in hibernate_preallocate_memory()Aaron Lu2013-12-041-1/+5
* alarmtimer: return EINVAL instead of ENOTSUPP if rtcdev doesn't existKOSAKI Motohiro2013-12-041-2/+2
* exec/ptrace: fix get_dumpable() incorrect testsKees Cook2013-11-291-1/+2
* perf/ftrace: Fix paranoid level for enabling function tracerSteven Rostedt2013-11-291-1/+1
* tracing: Fix potential out-of-bounds in trace_get_user()Steven Rostedt2013-11-201-1/+4
* clockevents: Sanitize ticks to nsec conversionThomas Gleixner2013-11-131-15/+50
* perf: Fix perf_cgroup_switch for sw-eventsPeter Zijlstra2013-10-011-3/+6
* perf: Clarify perf_cpu_context::active_pmu usage by renaming it to ::unique_pmuPeter Zijlstra2013-10-011-6/+6
* cgroup: fail if monitored file and event_control are in different cgroupLi Zefan2013-10-011-0/+11
* sched/fair: Fix small race where child->se.parent,cfs_rq might point to inval...Daisuke Nishimura2013-10-011-5/+9
* workqueue: consider work function when searching for busy work itemsTejun Heo2013-08-291-11/+31
* workqueue: fix possible stall on try_to_grab_pending() of a delayed work itemLai Jiangshan2013-08-291-3/+22
* futex: Take hugepages into account when generating futex_keyZhang Yi2013-08-201-1/+2
* tracing: Fix fields of struct trace_iterator that are zeroed by mistakeAndrew Vagin2013-08-141-0/+1
* perf: Use css_tryget() to avoid propping up css refcountSalman Qazi2013-08-111-3/+7
* perf: Fix event group context moveJiri Olsa2013-08-111-2/+18
* sched: Fix the broken sched_rr_get_interval()Zhu Yanhai2013-08-111-1/+1