1. 19e5eeb sched: Fix interactivity bug by charging unaccounted run-time on entity re-weight by Paul Turner · 16 years ago
  2. 43365bd sched: Move periodic share updates to entity_tick() by Paul Turner · 16 years ago
  3. ca68088 Merge commit 'v2.6.37-rc6' into sched/core by Ingo Molnar · 16 years ago
  4. 0fcdcfb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 16 years ago
  5. 2d64672 workqueue: It is likely that WORKER_NOT_RUNNING is true by Steven Rostedt · 16 years ago
  6. 40dc11f printk: Use this_cpu_{read|write} api on printk_pending by Eric Dumazet · 16 years ago
  7. 806c09a sched: Make pushable_tasks CONFIG_SMP dependant by Dario Faggioli · 16 years ago
  8. 8e9255e Merge branch 'linus' into sched/core by Ingo Molnar · 16 years ago
  9. 6313e3c Merge branches 'x86-fixes-for-linus', 'perf-fixes-for-linus' and 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  10. 81e8d21 Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  11. 7787d2c Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 16 years ago
  12. c9e664f PM / Hibernate: Fix memory corruption related to swap by Rafael J. Wysocki · 16 years ago
  13. 9f339ca PM / Hibernate: Use async I/O when reading compressed hibernation image by Bojan Smojver · 16 years ago
  14. 33dd94a do_exit(): make sure that we run with get_fs() == USER_DS by Nelson Elhage · 16 years ago
  15. 25c9170 genirq: Fix incorrect proc spurious output by Kenji Kaneshige · 16 years ago
  16. 5091faa sched: Add 'autogroup' scheduling feature: automated per session task groups by Mike Galbraith · 16 years ago
  17. 822bc18 sched: Fix unregister_fair_sched_group() by Paul Turner · 16 years ago
  18. a9e40a2 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  19. 0318755 Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  20. d2f30c7 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  21. 1b065fd Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  22. b7a2b39 sched: Remove unused argument dest_cpu to migrate_task() by Nikanth Karthikesan · 16 years ago
  23. 335d7af mutexes, sched: Introduce arch_mutex_cpu_relax() by Gerald Schaefer · 16 years ago
  24. 22a867d Merge commit 'v2.6.37-rc3' into sched/core by Ingo Molnar · 16 years ago
  25. 61ab254 nohz: Fix printk_needs_cpu() return value on offline cpus by Heiko Carstens · 16 years ago
  26. 49f4138 printk: Fix wake_up_klogd() vs cpu hotplug by Heiko Carstens · 16 years ago
  27. ee6dcfa perf: Fix the software context switch counter by Peter Zijlstra · 16 years ago
  28. dddd337 perf: Fix inherit vs. context rotation bug by Thomas Gleixner · 16 years ago
  29. e5cba24 workqueue: check the allocation of system_unbound_wq by Hitoshi Mitake · 16 years ago
  30. 5bb6b1e sched: Add some clock info to sched_debug by Peter Zijlstra · 16 years ago
  31. 51a96c7 cpu: Remove incorrect BUG_ON by Peter Zijlstra · 16 years ago
  32. 2e01f47 cpu: Remove unused variable by Dhaval Giani · 16 years ago
  33. 70caf8a sched: Fix UP build breakage by Peter Zijlstra · 16 years ago
  34. 28d0686 sched: Make task dump print all 15 chars of proc comm by Erik Gilling · 16 years ago
  35. 33e0d57 Revert "kernel: make /proc/kallsyms mode 400 to reduce ease of attacking" by Linus Torvalds · 16 years ago
  36. 2d42dc3 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 16 years ago
  37. 9437178 sched: Update tg->shares after cpu.shares write by Paul Turner · 16 years ago
  38. d6b5591 sched: Allow update_cfs_load() to update global load by Paul Turner · 16 years ago
  39. 3b3d190 sched: Implement demand based update_cfs_load() by Paul Turner · 16 years ago
  40. c66eaf6 sched: Update shares on idle_balance by Paul Turner · 16 years ago
  41. a7a4f8a sched: Add sysctl_sched_shares_window by Paul Turner · 16 years ago
  42. 67e8625 sched: Introduce hierarchal order on shares update list by Paul Turner · 16 years ago
  43. e33078b sched: Fix update_cfs_load() synchronization by Paul Turner · 16 years ago
  44. f0d7442 sched: Fix load corruption from update_cfs_shares() by Paul Turner · 16 years ago
  45. 9e3081c sched: Make tg_shares_up() walk on-demand by Peter Zijlstra · 16 years ago
  46. 3d4b47b sched: Implement on-demand (active) cfs_rq list by Peter Zijlstra · 16 years ago
  47. 2069dd7 sched: Rewrite tg_shares_up) by Peter Zijlstra · 16 years ago
  48. 48c5cca sched: Simplify cpu-hot-unplug task migration by Peter Zijlstra · 16 years ago
  49. 92fd4d4 Merge commit 'v2.6.37-rc2' into sched/core by Ingo Molnar · 16 years ago
  50. 94e8ba7 irq_work: Drop cmpxchg() result by Sergio Aguirre · 16 years ago
  51. 8882135 perf: Fix owner-list vs exit by Peter Zijlstra · 16 years ago
  52. d5ad140 sched: Fix idle balancing by Nikhil Rao · 16 years ago
  53. b5482cf sched: Fix volanomark performance regression by Alex Shi · 16 years ago
  54. fcf48a7 Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/urgent by Ingo Molnar · 16 years ago
  55. a89d4bd Merge branch 'tip/perf/urgent-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/urgent by Ingo Molnar · 16 years ago
  56. 5450d90 kdb: fix crash when KDB_BASE_CMD_MAX is exceeded by Jovi Zhang · 16 years ago
  57. 85e76ab kdb: fix memory leak in kdb_main.c by Jovi Zhang · 16 years ago
  58. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 16 years ago
  59. 59365d1 kernel: make /proc/kallsyms mode 400 to reduce ease of attacking by Marcus Meissner · 16 years ago
  60. d33fdee Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  61. 1e8703b Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 16 years ago
  62. 4531491 Merge branch 'futexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  63. 2ebc8ec Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 16 years ago
  64. df6e61d kernel/sysctl.c: Fix build failure with !CONFIG_PRINTK by Joe Perches · 16 years ago
  65. 12b3052 capabilities/syslog: open code cap_syslog logic to fix build failure by Eric Paris · 16 years ago
  66. 00fafcd PM / PM QoS: Fix reversed min and max by Colin Cross · 16 years ago
  67. 91e86e5 tracing: Fix recursive user stack trace by Steven Rostedt · 16 years ago
  68. 8a9f772 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  69. 28397ba Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  70. eaf06b2 Restrict unprivileged access to kernel syslog by Dan Rosenberg · 16 years ago
  71. 3871525 latencytop: fix per task accumulator by Ken Chen · 16 years ago
  72. 834b403 kernel/range.c: fix clean_sort_range() for the case of full array by Alexey Khoroshilov · 16 years ago
  73. 3c502e7 perf,hw_breakpoint: Initialize hardware api earlier by Jason Wessel · 16 years ago
  74. 1e5a740 sched: Fix cross-sched-class wakeup preemption by Peter Zijlstra · 16 years ago
  75. 13b9b6e tracing: Fix module use of trace_bprintk() by Steven Rostedt · 16 years ago
  76. 43e6086 PM / OPP: Hide OPP configuration when SoCs do not provide an implementation by Mark Brown · 16 years ago
  77. 2d46709 sched: Fix runnable condition for stoptask by Peter Zijlstra · 16 years ago
  78. aae6d3d sched: Use group weight, idle cpu metrics to fix imbalances during idle by Suresh Siddha · 16 years ago
  79. eed0152 perf_events: Fix time tracking in samples by Stephane Eranian · 16 years ago
  80. 02e031c block: remove REQ_HARDBARRIER by Christoph Hellwig · 16 years ago
  81. 4c115e9 futex: Address compiler warnings in exit_robust_list by Darren Hart · 16 years ago
  82. c0deae8 posix-cpu-timers: Rcu_read_lock/unlock protect find_task_by_vpid call by Sergey Senozhatsky · 16 years ago
  83. becf91f [S390] ftrace: build without frame pointers on s390 by Heiko Carstens · 16 years ago
  84. 433039e watchdog: Fix section mismatch and potential undefined behavior. by David Daney · 16 years ago
  85. e0a7021 posix-cpu-timers: workaround to suppress the problems with mt exec by Oleg Nesterov · 16 years ago
  86. 408af87 Clean up relay_alloc_page_array() slightly by using vzalloc rather than vmalloc and memset by Jesper Juhl · 16 years ago
  87. 82279e6 Merge branches 'irq-core-for-linus' and 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  88. f02a38d Merge branches 'perf-fixes-for-linus' and 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  89. 120a795 audit mmap by Al Viro · 16 years ago
  90. ab263f4 audit: Use rcu for task lookup protection by Thomas Gleixner · 17 years ago
  91. 2070320 audit: Do not send uninitialized data for AUDIT_TTY_GET by Thomas Gleixner · 17 years ago
  92. 3c80fe4 audit: Call tty_audit_push_task() outside preempt disabled by Thomas Gleixner · 17 years ago
  93. f7a998a in untag_chunk() we need to do alloc_chunk() a bit earlier by Al Viro · 16 years ago
  94. b8800aa audit: make functions static by Stephen Hemminger · 16 years ago
  95. d29be15 Audit: add support to match lsm labels on user audit messages by Miloslav Trmac · 16 years ago
  96. 1e431a9 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 16 years ago
  97. d7ba979d debug_core,x86,blackfin: Clean up hw debug disable API by Dongdong Deng · 16 years ago
  98. 578bd4d kdb: Fix early debugging crash regression by Jason Wessel · 16 years ago
  99. 931ea24 kdb: fix per_cpu command to remove supress mask by Jason Wessel · 16 years ago
  100. 95bcd68 jump label: Make arch_jump_label_text_poke_early() optional by Steven Rostedt · 16 years ago