1. 232beb6 perf: fix perf bug in fork() by Peter Zijlstra · 12 years ago
  2. 4fae6cc cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flags by Zefan Li · 12 years ago
  3. 1f8f277 perf: Fix a race condition in perf_remove_from_context() by Cong Wang · 12 years ago
  4. 49d4f01 jiffies: Fix timeval conversion to jiffies by Andrew Hunter · 12 years ago
  5. e065034 alarmtimer: Lock k_itimer during timer callback by Richard Larocque · 12 years ago
  6. b114657 alarmtimer: Do not signal SIGEV_NONE timers by Richard Larocque · 12 years ago
  7. 7ccf24b alarmtimer: Return relative times in timer_gettime by Richard Larocque · 12 years ago
  8. 40ee8d0 futex: Unlock hb->lock in futex_wait_requeue_pi() error path by Thomas Gleixner · 12 years ago
  9. a48fec2 cgroup: reject cgroup names with ' ' by Alban Crequy · 12 years ago
  10. fbbb720 timer: Fix lock inversion between hrtimer_bases.lock and scheduler locks by Jan Kara · 12 years ago
  11. f73ff697 printk: rename printk_sched to printk_deferred by John Stultz · 12 years ago
  12. 5dc1c88 PM / sleep: Fix request_firmware() error at resume by Takashi Iwai · 12 years ago
  13. 299e667 alarmtimer: Fix bug where relative alarm timers were treated as absolute by John Stultz · 12 years ago
  14. 2a77794 rtmutex: Plug slow unlock race by Thomas Gleixner · 12 years ago
  15. ea018da rtmutex: Handle deadlock detection smarter by Thomas Gleixner · 12 years ago
  16. 307e2e0 rtmutex: Detect changes in the pi lock chain by Thomas Gleixner · 12 years ago
  17. 90b421b rtmutex: Fix deadlock detector for real by Thomas Gleixner · 12 years ago
  18. bf09db9 tracing: Remove ftrace_stop/start() from reading the trace file by Steven Rostedt (Red Hat) · 12 years ago
  19. f54e041 cpuset,mempolicy: fix sleeping function called from invalid context by Gu Zheng · 12 years ago
  20. 0c3351a tracing: Fix syscall_*regfunc() vs copy_process() race by Oleg Nesterov · 12 years ago
  21. a97df3f genirq: Sanitize spurious interrupt detection of threaded irqs by Thomas Gleixner · 13 years ago
  22. 3f8f4ae nohz: Fix another inconsistency between CONFIG_NO_HZ=n and nohz=off by Thomas Gleixner · 13 years ago
  23. 39da9a4 auditsc: audit_krule mask accesses need bounds checking by Andy Lutomirski · 12 years ago
  24. d6e81d4 sched: Fix hotplug vs. set_cpus_allowed_ptr() by Lai Jiangshan · 12 years ago
  25. 4b2cfc9 perf: Fix race in removing an event by Peter Zijlstra · 12 years ago
  26. 183f99e perf: Limit perf_event_attr::sample_period to 63 bits by Peter Zijlstra · 12 years ago
  27. 0d41f60 perf: Prevent false warning in perf_swevent_add by Jiri Olsa · 12 years ago
  28. 4e0d105 sched: Use CPUPRI_NR_PRIORITIES instead of MAX_RT_PRIO in cpupri check by Steven Rostedt (Red Hat) · 12 years ago
  29. 11b9a7a futex: Make lookup_pi_state more robust by Thomas Gleixner · 12 years ago
  30. a8f96ab futex: Always cleanup owner tid in unlock_pi by Thomas Gleixner · 12 years ago
  31. 2397889 futex: Validate atomic acquisition in futex_lock_pi_atomic() by Thomas Gleixner · 12 years ago
  32. 4cca4db futex-prevent-requeue-pi-on-same-futex.patch futex: Forbid uaddr == uaddr2 in futex_requeue(..., requeue_pi=1) by Thomas Gleixner · 12 years ago
  33. 4652951 tracing: Keep overwrite in sync between regular and snapshot buffers by Steven Rostedt (Red Hat) · 13 years ago
  34. 926685e perf: Fix error return code by Wei Yongjun · 13 years ago
  35. e5f1ec5 sched/debug: Fix sd->*_idx limit range avoiding overflow by libin · 13 years ago
  36. 4aff95a sched/debug: Limit sd->*_idx range on sysctl by Namhyung Kim · 14 years ago
  37. 74d86ed ftrace: Check module functions being traced on reload by Steven Rostedt (Red Hat) · 13 years ago
  38. 1fbbea7 perf: Fix perf ring buffer memory ordering by Peter Zijlstra · 13 years ago
  39. 11f87a6 hrtimer: Set expiry time before switch_hrtimer_base() by Viresh Kumar · 12 years ago
  40. a91ccfc hrtimer: Prevent remote enqueue of leftmost timers by Leon Ma · 12 years ago
  41. 3d8b2f5 hrtimer: Prevent all reprogramming if hang detected by Stuart Hayes · 12 years ago
  42. 11e6956 timer: Prevent overflow in apply_slack by Jiri Bohac · 12 years ago
  43. 8f4c0e8 ftrace/module: Hardcode ftrace_module_init() call into load_module() by Steven Rostedt (Red Hat) · 12 years ago
  44. 6427aed futex: Prevent attaching to kernel threads by Thomas Gleixner · 12 years ago
  45. 7bf0aee futex: Add another early deadlock detection check by Thomas Gleixner · 12 years ago
  46. fce85b0 list: introduce list_next_entry() and list_prev_entry() by Oleg Nesterov · 13 years ago
  47. 7bd3c53 tracepoint: Do not waste memory on mods with no tracepoints by Steven Rostedt (Red Hat) · 13 years ago
  48. 14eee5b blktrace: fix accounting of partially completed requests by Roman Pen · 12 years ago
  49. 96f6aea hung_task: check the value of "sysctl_hung_task_timeout_sec" by Liu Hua · 12 years ago
  50. d66d207 wait: fix reparent_leader() vs EXIT_DEAD->EXIT_ZOMBIE race by Oleg Nesterov · 12 years ago
  51. 00cef7a workqueue: cond_resched() after processing each work item by Tejun Heo · 13 years ago
  52. aa34e62 printk: Fix rq->lock vs logbuf_lock unlock lock inversion by Bu, Yitian · 14 years ago
  53. 0df19ef audit: wait_for_auditd() should use TASK_UNINTERRUPTIBLE by Oleg Nesterov · 13 years ago
  54. a299804 tracing: Do not add event files for modules that fail tracepoints by Steven Rostedt (Red Hat) · 13 years ago
  55. c5ad4fd cpuset: fix a race condition in __cpuset_node_allowed_softwall() by Li Zefan · 13 years ago
  56. b46741f genirq: Remove racy waitqueue_active check by Chuansheng Liu · 13 years ago
  57. 6ba4d1d sched: Fix double normalization of vruntime by George McCollister · 13 years ago
  58. 30ec268 cgroup: cgroup_subsys->fork() should be called after the task is added to css_set by Tejun Heo · 14 years ago
  59. f80747a perf: Fix hotplug splat by Peter Zijlstra · 13 years ago
  60. 23f0913 workqueue: ensure @task is valid across kthread_stop() by Lai Jiangshan · 13 years ago
  61. df1cc7d genirq: Add missing irq_to_desc export for CONFIG_SPARSE_IRQ=n by Paul Gortmaker · 13 years ago
  62. 17ff13b ring-buffer: Fix first commit on sub-buffer having non-zero delta by Steven Rostedt (Red Hat) · 13 years ago
  63. d6e20e8 time: Fix overflow when HZ is smaller than 60 by Mikulas Patocka · 13 years ago
  64. b249f99 PM / Hibernate: Hibernate/thaw fixes/improvements by Bojan Smojver · 14 years ago
  65. f5a4c4b sched/nohz: Fix rq->cpu_load calculations some more by Peter Zijlstra · 14 years ago
  66. e2d51f2 sched/nohz: Fix rq->cpu_load[] calculations by Peter Zijlstra · 14 years ago
  67. 1c2bd0d ftrace: Have function graph only trace based on global_ops filters by Steven Rostedt · 13 years ago
  68. 2955866 ftrace: Fix synchronization location disabling and freeing ftrace_ops by Steven Rostedt · 13 years ago
  69. 95bcd16 ftrace: Synchronize setting function_trace_op with ftrace_trace_function by Steven Rostedt · 13 years ago
  70. 5e23efd printk: Fix scheduling-while-atomic problem in console_cpu_notify() by Paul E. McKenney · 14 years ago
  71. cd34de1 3.4.y: timekeeping: fix 32-bit overflow in get_monotonic_boottime by Colin Cross · 13 years ago
  72. cf85cc9 timekeeping: Avoid possible deadlock from clock_was_set_delayed by John Stultz · 13 years ago
  73. dbf3239 sched/rt: Avoid updating RT entry timeout twice within one tick period by Ying Xue · 14 years ago
  74. f61eb9c sched: Unthrottle rt runqueues in __disable_runtime() by Peter Boonstoppel · 14 years ago
  75. 1e5c13e sched,rt: fix isolated CPUs leaving root_task_group indefinitely throttled by Mike Galbraith · 14 years ago
  76. 21b53ba sched/rt: Fix SCHED_RR across cgroups by Colin Cross · 14 years ago
  77. 9af6b69 sched: Guarantee new group-entities always have weight by Paul Turner · 13 years ago
  78. 03d35a3 sched: Fix hrtimer_cancel()/rq->lock deadlock by Ben Segall · 13 years ago
  79. 9b31805 sched: Fix cfs_bandwidth misuse of hrtimer_expires_remaining by Ben Segall · 13 years ago
  80. 16e7480 sched: Fix race on toggling cfs_bandwidth_used by Ben Segall · 13 years ago
  81. dfb473b sched: Avoid throttle_cfs_rq() racing with period_timer stopping by Ben Segall · 13 years ago
  82. 3f88789 sched/rt: Fix rq's cpupri leak while enqueue/dequeue child RT entities by Kirill Tkhai · 13 years ago
  83. 09951c9 ftrace: Initialize the ftrace profiler for each possible cpu by Miao Xie · 13 years ago
  84. ee4bb25 futex: fix handling of read-only-mapped hugepages by Linus Torvalds · 13 years ago
  85. a800095 irq: Enable all irqs unconditionally in irq_resume by Laxman Dewangan · 13 years ago
  86. 51d351d ftrace: Fix function graph with loading of modules by Steven Rostedt (Red Hat) · 13 years ago
  87. fe094c4 cpuset: Fix memory allocator deadlock by Peter Zijlstra · 13 years ago
  88. 4e0c56a audit: fix info leak in AUDIT_GET requests by Mathias Krause · 13 years ago
  89. 4297996 audit: use nlmsg_len() to get message payload length by Mathias Krause · 13 years ago
  90. e49ee6c audit: printk USER_AVC messages when audit isn't enabled by Tyler Hicks · 13 years ago
  91. 7094547 PM / hibernate: Avoid overflow in hibernate_preallocate_memory() by Aaron Lu · 13 years ago
  92. 3e05092 alarmtimer: return EINVAL instead of ENOTSUPP if rtcdev doesn't exist by KOSAKI Motohiro · 13 years ago
  93. c0d3062 exec/ptrace: fix get_dumpable() incorrect tests by Kees Cook · 13 years ago
  94. d134082 perf/ftrace: Fix paranoid level for enabling function tracer by Steven Rostedt · 13 years ago
  95. af15b76 tracing: Fix potential out-of-bounds in trace_get_user() by Steven Rostedt · 13 years ago
  96. f81d0a9 clockevents: Sanitize ticks to nsec conversion by Thomas Gleixner · 13 years ago
  97. 1d48ca6 perf: Fix perf_cgroup_switch for sw-events by Peter Zijlstra · 14 years ago
  98. 2cd21fa perf: Clarify perf_cpu_context::active_pmu usage by renaming it to ::unique_pmu by Peter Zijlstra · 14 years ago
  99. 2927937 cgroup: fail if monitored file and event_control are in different cgroup by Li Zefan · 14 years ago
  100. 62875332 sched/fair: Fix small race where child->se.parent,cfs_rq might point to invalid ones by Daisuke Nishimura · 13 years ago