1. a91ccfc hrtimer: Prevent remote enqueue of leftmost timers by Leon Ma · 12 years ago
  2. 3d8b2f5 hrtimer: Prevent all reprogramming if hang detected by Stuart Hayes · 12 years ago
  3. 11e6956 timer: Prevent overflow in apply_slack by Jiri Bohac · 12 years ago
  4. 8f4c0e8 ftrace/module: Hardcode ftrace_module_init() call into load_module() by Steven Rostedt (Red Hat) · 12 years ago
  5. 6427aed futex: Prevent attaching to kernel threads by Thomas Gleixner · 12 years ago
  6. 7bf0aee futex: Add another early deadlock detection check by Thomas Gleixner · 12 years ago
  7. fce85b0 list: introduce list_next_entry() and list_prev_entry() by Oleg Nesterov · 12 years ago
  8. 7bd3c53 tracepoint: Do not waste memory on mods with no tracepoints by Steven Rostedt (Red Hat) · 12 years ago
  9. 14eee5b blktrace: fix accounting of partially completed requests by Roman Pen · 12 years ago
  10. 96f6aea hung_task: check the value of "sysctl_hung_task_timeout_sec" by Liu Hua · 12 years ago
  11. d66d207 wait: fix reparent_leader() vs EXIT_DEAD->EXIT_ZOMBIE race by Oleg Nesterov · 12 years ago
  12. 00cef7a workqueue: cond_resched() after processing each work item by Tejun Heo · 12 years ago
  13. aa34e62 printk: Fix rq->lock vs logbuf_lock unlock lock inversion by Bu, Yitian · 13 years ago
  14. 0df19ef audit: wait_for_auditd() should use TASK_UNINTERRUPTIBLE by Oleg Nesterov · 13 years ago
  15. a299804 tracing: Do not add event files for modules that fail tracepoints by Steven Rostedt (Red Hat) · 12 years ago
  16. c5ad4fd cpuset: fix a race condition in __cpuset_node_allowed_softwall() by Li Zefan · 12 years ago
  17. b46741f genirq: Remove racy waitqueue_active check by Chuansheng Liu · 12 years ago
  18. 6ba4d1d sched: Fix double normalization of vruntime by George McCollister · 12 years ago
  19. 30ec268 cgroup: cgroup_subsys->fork() should be called after the task is added to css_set by Tejun Heo · 13 years ago
  20. f80747a perf: Fix hotplug splat by Peter Zijlstra · 12 years ago
  21. 23f0913 workqueue: ensure @task is valid across kthread_stop() by Lai Jiangshan · 12 years ago
  22. df1cc7d genirq: Add missing irq_to_desc export for CONFIG_SPARSE_IRQ=n by Paul Gortmaker · 12 years ago
  23. 17ff13b ring-buffer: Fix first commit on sub-buffer having non-zero delta by Steven Rostedt (Red Hat) · 12 years ago
  24. d6e20e8 time: Fix overflow when HZ is smaller than 60 by Mikulas Patocka · 12 years ago
  25. b249f99 PM / Hibernate: Hibernate/thaw fixes/improvements by Bojan Smojver · 14 years ago
  26. f5a4c4b sched/nohz: Fix rq->cpu_load calculations some more by Peter Zijlstra · 14 years ago
  27. e2d51f2 sched/nohz: Fix rq->cpu_load[] calculations by Peter Zijlstra · 14 years ago
  28. 1c2bd0d ftrace: Have function graph only trace based on global_ops filters by Steven Rostedt · 12 years ago
  29. 2955866 ftrace: Fix synchronization location disabling and freeing ftrace_ops by Steven Rostedt · 12 years ago
  30. 95bcd16 ftrace: Synchronize setting function_trace_op with ftrace_trace_function by Steven Rostedt · 12 years ago
  31. 5e23efd printk: Fix scheduling-while-atomic problem in console_cpu_notify() by Paul E. McKenney · 13 years ago
  32. cd34de1 3.4.y: timekeeping: fix 32-bit overflow in get_monotonic_boottime by Colin Cross · 12 years ago
  33. cf85cc9 timekeeping: Avoid possible deadlock from clock_was_set_delayed by John Stultz · 12 years ago
  34. dbf3239 sched/rt: Avoid updating RT entry timeout twice within one tick period by Ying Xue · 13 years ago
  35. f61eb9c sched: Unthrottle rt runqueues in __disable_runtime() by Peter Boonstoppel · 13 years ago
  36. 1e5c13e sched,rt: fix isolated CPUs leaving root_task_group indefinitely throttled by Mike Galbraith · 13 years ago
  37. 21b53ba sched/rt: Fix SCHED_RR across cgroups by Colin Cross · 14 years ago
  38. 9af6b69 sched: Guarantee new group-entities always have weight by Paul Turner · 12 years ago
  39. 03d35a3 sched: Fix hrtimer_cancel()/rq->lock deadlock by Ben Segall · 12 years ago
  40. 9b31805 sched: Fix cfs_bandwidth misuse of hrtimer_expires_remaining by Ben Segall · 12 years ago
  41. 16e7480 sched: Fix race on toggling cfs_bandwidth_used by Ben Segall · 12 years ago
  42. dfb473b sched: Avoid throttle_cfs_rq() racing with period_timer stopping by Ben Segall · 12 years ago
  43. 3f88789 sched/rt: Fix rq's cpupri leak while enqueue/dequeue child RT entities by Kirill Tkhai · 12 years ago
  44. 09951c9 ftrace: Initialize the ftrace profiler for each possible cpu by Miao Xie · 12 years ago
  45. ee4bb25 futex: fix handling of read-only-mapped hugepages by Linus Torvalds · 12 years ago
  46. a800095 irq: Enable all irqs unconditionally in irq_resume by Laxman Dewangan · 12 years ago
  47. 51d351d ftrace: Fix function graph with loading of modules by Steven Rostedt (Red Hat) · 12 years ago
  48. fe094c4 cpuset: Fix memory allocator deadlock by Peter Zijlstra · 12 years ago
  49. 4e0c56a audit: fix info leak in AUDIT_GET requests by Mathias Krause · 12 years ago
  50. 4297996 audit: use nlmsg_len() to get message payload length by Mathias Krause · 12 years ago
  51. e49ee6c audit: printk USER_AVC messages when audit isn't enabled by Tyler Hicks · 12 years ago
  52. 7094547 PM / hibernate: Avoid overflow in hibernate_preallocate_memory() by Aaron Lu · 12 years ago
  53. 3e05092 alarmtimer: return EINVAL instead of ENOTSUPP if rtcdev doesn't exist by KOSAKI Motohiro · 12 years ago
  54. c0d3062 exec/ptrace: fix get_dumpable() incorrect tests by Kees Cook · 12 years ago
  55. d134082 perf/ftrace: Fix paranoid level for enabling function tracer by Steven Rostedt · 12 years ago
  56. af15b76 tracing: Fix potential out-of-bounds in trace_get_user() by Steven Rostedt · 12 years ago
  57. f81d0a9 clockevents: Sanitize ticks to nsec conversion by Thomas Gleixner · 12 years ago
  58. 1d48ca6 perf: Fix perf_cgroup_switch for sw-events by Peter Zijlstra · 13 years ago
  59. 2cd21fa perf: Clarify perf_cpu_context::active_pmu usage by renaming it to ::unique_pmu by Peter Zijlstra · 13 years ago
  60. 2927937 cgroup: fail if monitored file and event_control are in different cgroup by Li Zefan · 13 years ago
  61. 62875332 sched/fair: Fix small race where child->se.parent,cfs_rq might point to invalid ones by Daisuke Nishimura · 12 years ago
  62. 55e3e1f workqueue: consider work function when searching for busy work items by Tejun Heo · 13 years ago
  63. 31eafff workqueue: fix possible stall on try_to_grab_pending() of a delayed work item by Lai Jiangshan · 13 years ago
  64. a42efb7 futex: Take hugepages into account when generating futex_key by Zhang Yi · 13 years ago
  65. 99593eb tracing: Fix fields of struct trace_iterator that are zeroed by mistake by Andrew Vagin · 12 years ago
  66. 2d8be9c perf: Use css_tryget() to avoid propping up css refcount by Salman Qazi · 14 years ago
  67. 5cbff87 perf: Fix event group context move by Jiri Olsa · 13 years ago
  68. 1836cd1 sched: Fix the broken sched_rr_get_interval() by Zhu Yanhai · 13 years ago
  69. 352b641 tracing: Fix irqs-off tag display in syscall tracing by zhangwei(Jovi) · 12 years ago
  70. 39367f4 hrtimers: Move SMP function call to thread context by Thomas Gleixner · 13 years ago
  71. f36a0d6 tracing: Fix irqs-off tag display in syscall tracing by zhangwei(Jovi) · 13 years ago
  72. 41154a3 perf: Fix perf_lock_task_context() vs RCU by Peter Zijlstra · 12 years ago
  73. 1f11f44 perf: Remove WARN_ON_ONCE() check in __perf_event_enable() for valid scenario by Jiri Olsa · 12 years ago
  74. c4c6a6e perf: Clone child context from parent context pmu by Jiri Olsa · 12 years ago
  75. d018274 tracing: Use current_uid() for critical time tracing by Steven Rostedt (Red Hat) · 13 years ago
  76. 60a0c1a tick: Prevent uncontrolled switch to oneshot mode by Thomas Gleixner · 13 years ago
  77. 7b1648b timer: Fix jiffies wrap behavior of round_jiffies_common() by Bart Van Assche · 13 years ago
  78. f95bc0f genirq: Fix can_request_irq() for IRQs without an action by Ben Hutchings · 13 years ago
  79. 6d96e93 Revert "sched: Add missing call to calc_load_exit_idle()" by Greg Kroah-Hartman · 12 years ago
  80. 703197b perf: Fix mmap() accounting hole by Peter Zijlstra · 13 years ago
  81. 535fad8 perf: Fix perf mmap bugs by Peter Zijlstra · 13 years ago
  82. ed0b72a hw_breakpoint: Use cpu_possible_mask in {reserve,release}_bp_slot() by Oleg Nesterov · 13 years ago
  83. fc1cbc7 reboot: rigrate shutdown/reboot to boot cpu by Robin Holt · 13 years ago
  84. b3cba47 CPU hotplug: provide a generic helper to disable/enable CPU hotplug by Srivatsa S. Bhat · 13 years ago
  85. bc4d36c ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE section by Steven Rostedt · 13 years ago
  86. 3a22cc7 tracing: Fix possible NULL pointer dereferences by Namhyung Kim · 13 years ago
  87. 53b4378 usermodehelper: check subprocess_info->path != NULL by Oleg Nesterov · 13 years ago
  88. cba998b tracing: Fix leaks of filter preds by Steven Rostedt (Red Hat) · 13 years ago
  89. 33b7cfc tick: Cleanup NOHZ per cpu data on cpu down by Thomas Gleixner · 13 years ago
  90. ed032fd timer: Don't reinitialize the cpu base lock during CPU_UP_PREPARE by Tirupathi Reddy · 13 years ago
  91. e4727b2 kernel/audit_tree.c: tree will leak memory when failure occurs in audit_trim_trees() by Chen Gang · 13 years ago
  92. dcf3dfc tracing: Fix ftrace_dump() by Steven Rostedt (Red Hat) · 13 years ago
  93. 357093a clockevents: Set dummy handler on CPU_DEAD shutdown by Thomas Gleixner · 13 years ago
  94. 97630ec cgroup: fix an off-by-one bug which may trigger BUG_ON() by Li Zefan · 13 years ago
  95. 194d30b hrtimer: Add expiry time overflow check in hrtimer_interrupt by Prarit Bhargava · 13 years ago
  96. 86a640f hrtimer: Fix ktime_add_ns() overflow on 32bit architectures by David Engraf · 13 years ago
  97. 761694a tracing: Reset ftrace_graph_filter_enabled if count is zero by Namhyung Kim · 13 years ago
  98. e1672f4 tracing: Check return value of tracing_init_dentry() by Namhyung Kim · 13 years ago
  99. 226c8ea tracing: Fix off-by-one on allocating stat->pages by Namhyung Kim · 13 years ago
  100. d4ca6cc tracing: Remove most or all of stack tracer stack size from stack_max_size by Steven Rostedt (Red Hat) · 13 years ago