1. 6acce3e sched: Remove get_online_cpus() usage by Peter Zijlstra · 11 years ago
  2. 7460231 sched: Fix race in migrate_swap_stop() by Peter Zijlstra · 11 years ago
  3. 7c3f2ab sched/rt: Add missing rmb() by Peter Zijlstra · 11 years ago
  4. ed1b773 sched/fair: Fix trivial typos in comments by Kamalesh Babulal · 11 years ago
  5. 62e947c sched: Remove bogus parameter in structured comment by Ramkumar Ramachandra · 11 years ago
  6. ec0ad3d Merge branch 'core/urgent' into sched/core by Ingo Molnar · 11 years ago
  7. 3354781 sched/numa: Reflow task_numa_group() to avoid a compiler warning by Peter Zijlstra · 11 years ago
  8. 2739d3e sched/numa: Retry task_numa_migrate() periodically by Rik van Riel · 11 years ago
  9. 989348b sched/numa: Use unsigned longs for numa group fault stats by Mel Gorman · 11 years ago
  10. de1c9ce sched/numa: Skip some page migrations after a shared fault by Rik van Riel · 11 years ago
  11. 1e3646f mm: numa: Revert temporarily disabling of NUMA migration by Rik van Riel · 11 years ago
  12. 930aa17 sched/numa: Remove the numa_balancing_scan_period_reset sysctl by Mel Gorman · 11 years ago
  13. 04bb2f9 sched/numa: Adjust scan rate in task_numa_placement by Rik van Riel · 11 years ago
  14. 3e6a941 sched/numa: Take false sharing into account when adapting scan rate by Mel Gorman · 11 years ago
  15. dabe1d9 sched/numa: Be more careful about joining numa groups by Rik van Riel · 11 years ago
  16. 0ec8aa0 sched/numa: Avoid migrating tasks that are placed on their preferred node by Peter Zijlstra · 11 years ago
  17. ca28aa5 sched/numa: Fix task or group comparison by Rik van Riel · 11 years ago
  18. 887c290 sched/numa: Decide whether to favour task or group weights based on swap candidate relationships by Rik van Riel · 11 years ago
  19. b32e86b sched/numa: Add debugging by Ingo Molnar · 11 years ago
  20. 7dbd13e sched/numa: Prevent parallel updates to group stats during placement by Mel Gorman · 11 years ago
  21. 8272701 sched/numa: Call task_numa_free() from do_execve() by Rik van Riel · 11 years ago
  22. 83e1d2c sched/numa: Use group fault statistics in numa placement by Mel Gorman · 11 years ago
  23. 5e1576e sched/numa: Stay on the same node if CLONE_VM by Rik van Riel · 11 years ago
  24. 6688cc0 mm: numa: Do not group on RO pages by Peter Zijlstra · 11 years ago
  25. e29cf08 sched/numa: Report a NUMA task group ID by Mel Gorman · 11 years ago
  26. 8c8a743 sched/numa: Use {cpu, pid} to create task groups for shared faults by Peter Zijlstra · 11 years ago
  27. 9057289 mm: numa: Change page last {nid,pid} into {cpu,pid} by Peter Zijlstra · 11 years ago
  28. e1dda8a sched/numa: Fix placement of workloads spread across multiple nodes by Rik van Riel · 11 years ago
  29. 2c8a50a sched/numa: Favor placing a task on the preferred node by Mel Gorman · 11 years ago
  30. fb13c7e sched/numa: Use a system-wide search to find swap/migration candidates by Mel Gorman · 11 years ago
  31. ac66f54 sched/numa: Introduce migrate_swap() by Peter Zijlstra · 11 years ago
  32. 1be0bd77 stop_machine: Introduce stop_two_cpus() by Peter Zijlstra · 11 years ago
  33. 4591ce4f sched/numa: Do not trap hinting faults for shared libraries by Mel Gorman · 11 years ago
  34. 06ea5e0 sched/numa: Increment numa_migrate_seq when task runs in correct location by Rik van Riel · 11 years ago
  35. 6b9a746 sched/numa: Retry migration of tasks to CPU on a preferred node by Mel Gorman · 11 years ago
  36. 58d081b sched/numa: Avoid overloading CPUs on a preferred NUMA node by Mel Gorman · 11 years ago
  37. fc314724 mm: numa: Limit NUMA scanning to migrate-on-fault VMAs by Mel Gorman · 11 years ago
  38. 6fe6b2d sched/numa: Do not migrate memory immediately after switching node by Rik van Riel · 11 years ago
  39. b795854 sched/numa: Set preferred NUMA node based on number of private faults by Mel Gorman · 11 years ago
  40. 073b5be sched/numa: Remove check that skips small VMAs by Mel Gorman · 11 years ago
  41. 9ff1d9f sched/numa: Check current->mm before allocating NUMA faults by Mel Gorman · 11 years ago
  42. ac8e895 sched/numa: Add infrastructure for split shared/private accounting of NUMA hinting faults by Mel Gorman · 11 years ago
  43. e6628d5 sched/numa: Reschedule task on preferred NUMA node once selected by Mel Gorman · 11 years ago
  44. 7a0f308 sched/numa: Resist moving tasks towards nodes with fewer hinting faults by Mel Gorman · 11 years ago
  45. 3a7053b sched/numa: Favour moving tasks towards the preferred node by Mel Gorman · 11 years ago
  46. 745d614 sched/numa: Update NUMA hinting faults once per scan by Mel Gorman · 11 years ago
  47. 688b758 sched/numa: Select a preferred node with the most numa hinting faults by Mel Gorman · 11 years ago
  48. f809ca9 sched/numa: Track NUMA hinting faults on per-node basis by Mel Gorman · 11 years ago
  49. f307cd1 sched/numa: Slow scan rate if no NUMA hinting faults are being recorded by Mel Gorman · 11 years ago
  50. 598f0ec sched/numa: Set the scan rate proportional to the memory usage of the task being scanned by Mel Gorman · 11 years ago
  51. 7e8d16b sched/numa: Initialise numa_next_scan properly by Mel Gorman · 11 years ago
  52. b726b7d Revert "mm: sched: numa: Delay PTE scanning until a task is scheduled on a new node" by Mel Gorman · 11 years ago
  53. 9e645ab sched/numa: Continue PTE scanning even if migrate rate limited by Peter Zijlstra · 11 years ago
  54. 19a78d1 sched/numa: Mitigate chance that same task always updates PTEs by Peter Zijlstra · 11 years ago
  55. c69307d sched/numa: Fix comments by Peter Zijlstra · 11 years ago
  56. 37bf063 Merge tag 'v3.12-rc4' into sched/core by Ingo Molnar · 11 years ago
  57. 0e7a3ed Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  58. 6bfa687 sched/rt: Remove redundant nr_cpus_allowed test by Shawn Bohrer · 11 years ago
  59. 7dee8df Merge tag 'pm+acpi-3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  60. 9886167 perf: Fix perf_pmu_migrate_context by Peter Zijlstra · 11 years ago
  61. 0d119fb Merge branch 'irq/urgent-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into irq/urgent by Ingo Molnar · 11 years ago
  62. ded7975 irq: Force hardirq exit's softirq processing on its own stack by Frederic Weisbecker · 11 years ago
  63. 314a8ad pidns: fix free_pid() to handle the first fork failure by Oleg Nesterov · 11 years ago
  64. 4c1c7be kernel/kmod.c: check for NULL in call_usermodehelper_exec() by Tetsuo Handa · 11 years ago
  65. aab1728 PM / hibernate: Fix user space driven resume regression by Rafael J. Wysocki · 11 years ago
  66. 669fc2f Merge branches 'sched-urgent-for-linus', 'timers-urgent-for-linus' and 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  67. 3a126f8 kernel/params: fix handling of signed integer types by Jean Delvare · 11 years ago
  68. 62d08ae Merge branch 'context_tracking/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/urgent by Ingo Molnar · 11 years ago
  69. 0c06a5d arm: Fix build error with context tracking calls by Frederic Weisbecker · 11 years ago
  70. 82dfaa5 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  71. bdc5663 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  72. a233f11 sched: Prepare for per-cpu preempt_count by Peter Zijlstra · 11 years ago
  73. bdb4380 sched: Extract the basic add/sub preempt_count modifiers by Peter Zijlstra · 11 years ago
  74. 0102874 sched: Create more preempt_count accessors by Peter Zijlstra · 11 years ago
  75. f27dde8 sched: Add NEED_RESCHED to the preempt_count by Peter Zijlstra · 11 years ago
  76. 4a2b4b2 sched: Introduce preempt_count accessor functions by Peter Zijlstra · 11 years ago
  77. ea81174 sched, idle: Fix the idle polling state logic by Peter Zijlstra · 11 years ago
  78. b021fe3 sched, rcu: Make RCU use resched_cpu() by Peter Zijlstra · 11 years ago
  79. 4314895 sched: Micro-optimize by dropping unnecessary task_rq() calls by Michael S. Tsirkin · 11 years ago
  80. e2f0b88 kernel/reboot.c: re-enable the function of variable reboot_default by Chuansheng Liu · 11 years ago
  81. 8ac1c8d audit: fix endless wait in audit_log_start() by Konstantin Khlebnikov · 11 years ago
  82. 9809b18 watchdog: update watchdog_thresh properly by Michal Hocko · 11 years ago
  83. 359e6fa watchdog: update watchdog attributes atomically by Michal Hocko · 11 years ago
  84. f48627e sched/balancing: Periodically decay max cost of idle balance by Jason Low · 11 years ago
  85. 9bd721c sched/balancing: Consider max cost of idle balance per sched domain by Jason Low · 11 years ago
  86. abfafa5 sched: Reduce overestimating rq->avg_idle by Jason Low · 11 years ago
  87. 7aff2e3 sched/balancing: Prevent the reselection of a previous env.dst_cpu if some tasks are pinned by Vladimir Davydov · 11 years ago
  88. 40a0c68 Merge branch 'sched/urgent' into sched/core by Ingo Molnar · 11 years ago
  89. 7e3115e sched/balancing: Fix cfs_rq->task_h_load calculation by Vladimir Davydov · 11 years ago
  90. 3029ede sched/balancing: Fix 'local->avg_load > busiest->avg_load' case in fix_small_imbalance() by Vladimir Davydov · 11 years ago
  91. b188555 sched/balancing: Fix 'local->avg_load > sds->avg_load' case in calculate_imbalance() by Vladimir Davydov · 11 years ago
  92. fa73158 perf: Fix capabilities bitfield compatibility in 'struct perf_event_mmap_page' by Peter Zijlstra · 11 years ago
  93. 9d2cd70 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  94. 7e28b27 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  95. 13b62e4 sched: Fix comment for sched_info_depart by Michael S. Tsirkin · 11 years ago
  96. 9bf12df Merge git://git.kvack.org/~bcrl/aio-next by Linus Torvalds · 11 years ago
  97. 0244ad0 Remove GENERIC_HARDIRQ config option by Martin Schwidefsky · 11 years ago
  98. ac4de95 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
  99. 6072ddc kernel: replace strict_strto*() with kstrto*() by Jingoo Han · 11 years ago
  100. 1a36e59 memcg: reduce function dereference by Sha Zhengju · 11 years ago