summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2014-02-133.4.y: timekeeping: fix 32-bit overflow in get_monotonic_boottimeColin Cross1-1/+1
2014-02-13timekeeping: Avoid possible deadlock from clock_was_set_delayedJohn Stultz1-4/+8
2014-02-13sched/rt: Avoid updating RT entry timeout twice within one tick periodYing Xue1-1/+5
2014-02-13sched: Unthrottle rt runqueues in __disable_runtime()Peter Boonstoppel4-6/+6
2014-02-13sched,rt: fix isolated CPUs leaving root_task_group indefinitely throttledMike Galbraith1-0/+13
2014-02-13sched/rt: Fix SCHED_RR across cgroupsColin Cross1-5/+10
2014-01-15sched: Guarantee new group-entities always have weightPaul Turner1-1/+2
2014-01-15sched: Fix hrtimer_cancel()/rq->lock deadlockBen Segall1-4/+11
2014-01-15sched: Fix cfs_bandwidth misuse of hrtimer_expires_remainingBen Segall1-3/+11
2014-01-15sched: Fix race on toggling cfs_bandwidth_usedBen Segall3-9/+19
2014-01-08sched: Avoid throttle_cfs_rq() racing with period_timer stoppingBen Segall2-0/+10
2014-01-08sched/rt: Fix rq's cpupri leak while enqueue/dequeue child RT entitiesKirill Tkhai1-0/+14
2014-01-08ftrace: Initialize the ftrace profiler for each possible cpuMiao Xie1-1/+1
2013-12-20futex: fix handling of read-only-mapped hugepagesLinus Torvalds1-1/+1
2013-12-11irq: Enable all irqs unconditionally in irq_resumeLaxman Dewangan1-1/+1
2013-12-04ftrace: Fix function graph with loading of modulesSteven Rostedt (Red Hat)1-34/+34
2013-12-04cpuset: Fix memory allocator deadlockPeter Zijlstra1-2/+6
2013-12-04audit: fix info leak in AUDIT_GET requestsMathias Krause1-0/+1
2013-12-04audit: use nlmsg_len() to get message payload lengthMathias Krause1-1/+1
2013-12-04audit: printk USER_AVC messages when audit isn't enabledTyler Hicks1-1/+1
2013-12-04PM / hibernate: Avoid overflow in hibernate_preallocate_memory()Aaron Lu1-1/+5
2013-12-04alarmtimer: return EINVAL instead of ENOTSUPP if rtcdev doesn't existKOSAKI Motohiro1-2/+2
2013-11-29exec/ptrace: fix get_dumpable() incorrect testsKees Cook1-1/+2
2013-11-29perf/ftrace: Fix paranoid level for enabling function tracerSteven Rostedt1-1/+1
2013-11-20tracing: Fix potential out-of-bounds in trace_get_user()Steven Rostedt1-1/+4
2013-11-13clockevents: Sanitize ticks to nsec conversionThomas Gleixner1-15/+50
2013-10-01perf: Fix perf_cgroup_switch for sw-eventsPeter Zijlstra1-3/+6
2013-10-01perf: Clarify perf_cpu_context::active_pmu usage by renaming it to ::unique_pmuPeter Zijlstra1-6/+6
2013-10-01cgroup: fail if monitored file and event_control are in different cgroupLi Zefan1-0/+11
2013-10-01sched/fair: Fix small race where child->se.parent,cfs_rq might point to inval...Daisuke Nishimura1-5/+9
2013-08-29workqueue: consider work function when searching for busy work itemsTejun Heo1-11/+31
2013-08-29workqueue: fix possible stall on try_to_grab_pending() of a delayed work itemLai Jiangshan1-3/+22
2013-08-20futex: Take hugepages into account when generating futex_keyZhang Yi1-1/+2
2013-08-14tracing: Fix fields of struct trace_iterator that are zeroed by mistakeAndrew Vagin1-0/+1
2013-08-11perf: Use css_tryget() to avoid propping up css refcountSalman Qazi1-3/+7
2013-08-11perf: Fix event group context moveJiri Olsa1-2/+18
2013-08-11sched: Fix the broken sched_rr_get_interval()Zhu Yanhai1-1/+1
2013-08-04tracing: Fix irqs-off tag display in syscall tracingzhangwei(Jovi)1-0/+3
2013-07-28hrtimers: Move SMP function call to thread contextThomas Gleixner1-15/+13
2013-07-28tracing: Fix irqs-off tag display in syscall tracingzhangwei(Jovi)1-4/+14
2013-07-28perf: Fix perf_lock_task_context() vs RCUPeter Zijlstra1-1/+14
2013-07-28perf: Remove WARN_ON_ONCE() check in __perf_event_enable() for valid scenarioJiri Olsa1-1/+10
2013-07-28perf: Clone child context from parent context pmuJiri Olsa1-1/+1
2013-07-28tracing: Use current_uid() for critical time tracingSteven Rostedt (Red Hat)1-1/+9
2013-07-28tick: Prevent uncontrolled switch to oneshot modeThomas Gleixner1-1/+9
2013-07-21timer: Fix jiffies wrap behavior of round_jiffies_common()Bart Van Assche1-3/+5
2013-07-21genirq: Fix can_request_irq() for IRQs without an actionBen Hutchings1-3/+3
2013-07-13Revert "sched: Add missing call to calc_load_exit_idle()"Greg Kroah-Hartman1-1/+0
2013-07-03perf: Fix mmap() accounting holePeter Zijlstra2-72/+159
2013-07-03perf: Fix perf mmap bugsPeter Zijlstra2-17/+23