1. 9a59d64 stop_machine: Mark per cpu stopper enabled early by Thomas Gleixner · 13 years ago
  2. b0de757 stop_machine: Use smpboot threads by Thomas Gleixner · 13 years ago
  3. 1cc5b19 stop_machine: Store task reference in a separate per cpu variable by Thomas Gleixner · 13 years ago
  4. bb32d26 kthread: Prevent unpark race which puts threads on the wrong cpu by Thomas Gleixner · 13 years ago
  5. ceced05 smpboot: Allow selfparking per cpu threads by Thomas Gleixner · 13 years ago
  6. 04d903e hotplug: Fix UP bug in smpboot hotplug code by Paul E. McKenney · 14 years ago
  7. a63b4cc smpboot: Provide infrastructure for percpu hotplug threads by Thomas Gleixner · 14 years ago
  8. 20bdb6e kthread: Implement park/unpark facility by Thomas Gleixner · 14 years ago
  9. d5d8634 smpboot, idle: Fix comment mismatch over idle_threads_init() by Srivatsa S. Bhat · 14 years ago
  10. d7ee364 smpboot, idle: Optimize calls to smp_processor_id() in idle_threads_init() by Srivatsa S. Bhat · 14 years ago
  11. ad6a2c7 smp, idle: Allocate idle thread for each possible cpu during boot by Suresh Siddha · 14 years ago
  12. c5989bd smp: Provide generic idle thread allocation by Thomas Gleixner · 14 years ago
  13. 33d588d smp: Add generic smpboot facility by Thomas Gleixner · 14 years ago
  14. 66d383d Merge tag 'v3.4.82' into cm-11.0 by Ethan Chen · 12 years ago
  15. df1cc7d genirq: Add missing irq_to_desc export for CONFIG_SPARSE_IRQ=n by Paul Gortmaker · 12 years ago
  16. 17ff13b ring-buffer: Fix first commit on sub-buffer having non-zero delta by Steven Rostedt (Red Hat) · 12 years ago
  17. d6e20e8 time: Fix overflow when HZ is smaller than 60 by Mikulas Patocka · 12 years ago
  18. b249f99 PM / Hibernate: Hibernate/thaw fixes/improvements by Bojan Smojver · 14 years ago
  19. f5a4c4b sched/nohz: Fix rq->cpu_load calculations some more by Peter Zijlstra · 14 years ago
  20. e2d51f2 sched/nohz: Fix rq->cpu_load[] calculations by Peter Zijlstra · 14 years ago
  21. 1c2bd0d ftrace: Have function graph only trace based on global_ops filters by Steven Rostedt · 12 years ago
  22. 2955866 ftrace: Fix synchronization location disabling and freeing ftrace_ops by Steven Rostedt · 12 years ago
  23. 95bcd16 ftrace: Synchronize setting function_trace_op with ftrace_trace_function by Steven Rostedt · 12 years ago
  24. 5e23efd printk: Fix scheduling-while-atomic problem in console_cpu_notify() by Paul E. McKenney · 14 years ago
  25. cd34de1 3.4.y: timekeeping: fix 32-bit overflow in get_monotonic_boottime by Colin Cross · 12 years ago
  26. cf85cc9 timekeeping: Avoid possible deadlock from clock_was_set_delayed by John Stultz · 13 years ago
  27. dbf3239 sched/rt: Avoid updating RT entry timeout twice within one tick period by Ying Xue · 14 years ago
  28. f61eb9c sched: Unthrottle rt runqueues in __disable_runtime() by Peter Boonstoppel · 14 years ago
  29. 1e5c13e sched,rt: fix isolated CPUs leaving root_task_group indefinitely throttled by Mike Galbraith · 14 years ago
  30. 21b53ba sched/rt: Fix SCHED_RR across cgroups by Colin Cross · 14 years ago
  31. 3be9a22 sched/debug: Make sysrq prints of sched debug data optional by Matt Wagantall · 13 years ago
  32. 38b1715 tick: Dynamically set broadcast irq affinity by Daniel Lezcano · 13 years ago
  33. 70d01bb sched: Fix clear NOHZ_BALANCE_KICK by Vincent Guittot · 13 years ago
  34. eaf0019 tracing/sched: add load balancer tracepoint by Steve Muckle · 13 years ago
  35. 8ad62c2 mm: add a field to store names for private anonymous memory by Colin Cross · 13 years ago
  36. 450e8d5 sched: Fix select_idle_sibling() bouncing cow syndrome by Mike Galbraith · 13 years ago
  37. 0fad1d2 mm: remove swap token code by Rik van Riel · 14 years ago
  38. 95024a0 watchdog: Fix warning caused by use of smp_processor_id() by Srivatsa Vaddagiri · 13 years ago
  39. e38ca49 sched: Unthrottle rt runqueues in __disable_runtime() by Peter Boonstoppel · 14 years ago
  40. 67bed68 tracing/sched: Add trace events to track cpu hotplug. by Arun Bharadwaj · 13 years ago
  41. 1bee7b9 kernel/lib: add additional debug capabilites for data corruption by Syed Rameez Mustafa · 13 years ago
  42. 3bb998f irq: display the wakeup depth and disable depth of an irq by Abhijeet Dharmapurikar · 13 years ago
  43. 74bfbfd PM / QoS: Fix deadlock during PM QoS vote to default value by Sujit Reddy Thumma · 13 years ago
  44. b893566 kernel: cgroup: push rcu read locking from css_is_ancestor() to callsite by Johannes Weiner · 14 years ago
  45. 279070e sched: change WARN_ON_ONCE to WARN_ON in try_to_wake_up_local() by Steve Muckle · 13 years ago
  46. c44229e sched: Make sure to not re-read variables after validation by Peter Zijlstra · 14 years ago
  47. 267ddac sched: re-calculate a cpu's next_balance point upon sched domain changes by Srivatsa Vaddagiri · 13 years ago
  48. e8c21d1 sched: fix reference to wrong cfs_rq by Srivatsa Vaddagiri · 13 years ago
  49. f12acce sched: Fix SCHED_HRTICK bug leading to late preemption of tasks by Srivatsa Vaddagiri · 13 years ago
  50. ce1a041 sched: Reset rq->next_interval before going idle by Srivatsa Vaddagiri · 13 years ago
  51. 7af150b sched: remove migration notification from RT class by Steve Muckle · 13 years ago
  52. dcb32ee workqueue: reimplement WQ_HIGHPRI using a separate worker_pool by Tejun Heo · 14 years ago
  53. 9c6bae0 workqueue: introduce NR_WORKER_POOLS and for_each_worker_pool() by Tejun Heo · 14 years ago
  54. 22ad564 workqueue: separate out worker_pool flags by Tejun Heo · 14 years ago
  55. 7ef6a93 workqueue: use @pool instead of @gcwq or @cpu where applicable by Tejun Heo · 14 years ago
  56. 5865888 workqueue: factor out worker_pool from global_cwq by Tejun Heo · 14 years ago
  57. b7b5c68 workqueue: don't use WQ_HIGHPRI for unbound workqueues by Tejun Heo · 14 years ago
  58. 9af6b69 sched: Guarantee new group-entities always have weight by Paul Turner · 13 years ago
  59. 03d35a3 sched: Fix hrtimer_cancel()/rq->lock deadlock by Ben Segall · 13 years ago
  60. 9b31805 sched: Fix cfs_bandwidth misuse of hrtimer_expires_remaining by Ben Segall · 13 years ago
  61. 16e7480 sched: Fix race on toggling cfs_bandwidth_used by Ben Segall · 13 years ago
  62. 58634ac Merge remote-tracking branch 'codeaurora/kk_2.7_rb1.21' into cm-11.0 by Ethan Chen · 13 years ago
  63. fda7305 Merge tag 'v3.4.76' into cm-11.0 by Ethan Chen · 13 years ago
  64. dfb473b sched: Avoid throttle_cfs_rq() racing with period_timer stopping by Ben Segall · 13 years ago
  65. 3f88789 sched/rt: Fix rq's cpupri leak while enqueue/dequeue child RT entities by Kirill Tkhai · 13 years ago
  66. 09951c9 ftrace: Initialize the ftrace profiler for each possible cpu by Miao Xie · 13 years ago
  67. de0f9a5 Merge tag 'v3.4.75' into cm-11.0 by Ethan Chen · 13 years ago
  68. ee4bb25 futex: fix handling of read-only-mapped hugepages by Linus Torvalds · 13 years ago
  69. a800095 irq: Enable all irqs unconditionally in irq_resume by Laxman Dewangan · 13 years ago
  70. b6e586c workqueue: Added null check and warning by Srinivasarao P · 13 years ago
  71. 2a38ada Merge tag 'v3.4.72' into tmp by Ethan Chen · 13 years ago
  72. 8bfabdd Merge remote-tracking branch 'codeaurora/kk_2.7.1' into cm-11.0 by Ethan Chen · 13 years ago
  73. 51d351d ftrace: Fix function graph with loading of modules by Steven Rostedt (Red Hat) · 13 years ago
  74. fe094c4 cpuset: Fix memory allocator deadlock by Peter Zijlstra · 13 years ago
  75. 4e0c56a audit: fix info leak in AUDIT_GET requests by Mathias Krause · 13 years ago
  76. 4297996 audit: use nlmsg_len() to get message payload length by Mathias Krause · 13 years ago
  77. e49ee6c audit: printk USER_AVC messages when audit isn't enabled by Tyler Hicks · 13 years ago
  78. 7094547 PM / hibernate: Avoid overflow in hibernate_preallocate_memory() by Aaron Lu · 13 years ago
  79. 3e05092 alarmtimer: return EINVAL instead of ENOTSUPP if rtcdev doesn't exist by KOSAKI Motohiro · 13 years ago
  80. 8f77c28 sched: provide per cpu-cgroup option to notify on migrations by Steve Muckle · 13 years ago
  81. c0d3062 exec/ptrace: fix get_dumpable() incorrect tests by Kees Cook · 13 years ago
  82. d134082 perf/ftrace: Fix paranoid level for enabling function tracer by Steven Rostedt · 13 years ago
  83. 28a077b smp: Fix SMP function call empty cpu mask race by Wang YanQing · 13 years ago
  84. af15b76 tracing: Fix potential out-of-bounds in trace_get_user() by Steven Rostedt · 13 years ago
  85. f81d0a9 clockevents: Sanitize ticks to nsec conversion by Thomas Gleixner · 13 years ago
  86. f8fed45 msm:pm: Fix for race condition of starting cpu1 when cpu0 in PC. by Anil kumar mamidala · 13 years ago
  87. 61675fc smp: Relax irqs_disable() warning in smp_call_function_single() by Matt Wagantall · 13 years ago
  88. 9b487e9 msm:pm: Fix for race condition of starting cpu1 when cpu0 in PC. by Anil kumar mamidala · 13 years ago
  89. 1d48ca6 perf: Fix perf_cgroup_switch for sw-events by Peter Zijlstra · 14 years ago
  90. 2cd21fa perf: Clarify perf_cpu_context::active_pmu usage by renaming it to ::unique_pmu by Peter Zijlstra · 14 years ago
  91. 2927937 cgroup: fail if monitored file and event_control are in different cgroup by Li Zefan · 13 years ago
  92. 62875332 sched/fair: Fix small race where child->se.parent,cfs_rq might point to invalid ones by Daisuke Nishimura · 13 years ago
  93. ead13f9 Use hrtimers so that msleep() sleeps for the requested time by Jonathan Corbet · 13 years ago
  94. 55e3e1f workqueue: consider work function when searching for busy work items by Tejun Heo · 14 years ago
  95. 31eafff workqueue: fix possible stall on try_to_grab_pending() of a delayed work item by Lai Jiangshan · 14 years ago
  96. a42efb7 futex: Take hugepages into account when generating futex_key by Zhang Yi · 13 years ago
  97. 99593eb tracing: Fix fields of struct trace_iterator that are zeroed by mistake by Andrew Vagin · 13 years ago
  98. 2d8be9c perf: Use css_tryget() to avoid propping up css refcount by Salman Qazi · 14 years ago
  99. 5cbff87 perf: Fix event group context move by Jiri Olsa · 13 years ago
  100. 1836cd1 sched: Fix the broken sched_rr_get_interval() by Zhu Yanhai · 14 years ago