1. 6eb57e0 sched: Request for idle balance during nohz idle load balance by Suresh Siddha · 14 years ago
  2. ca38062 sched: Use resched IPI to kick off the nohz idle balance by Suresh Siddha · 14 years ago
  3. 908a328 sched: Fix idle_cpu() by Thomas Gleixner · 14 years ago
  4. fa14ff4 sched: Convert to struct llist by Peter Zijlstra · 14 years ago
  5. 924f8f5 llist: Add llist_next() by Peter Zijlstra · 14 years ago
  6. 38aaf80 irq_work: Use llist in the struct irq_work logic by Huang Ying · 15 years ago
  7. 22f92ba Merge branch 'linus' into sched/core by Ingo Molnar · 14 years ago
  8. f72a209 Merge branches 'irq-urgent-for-linus', 'x86-urgent-for-linus' and 'sched-urgent-for-linus' of git://tesla.tglx.de/git/linux-2.6-tip by Linus Torvalds · 14 years ago
  9. d670ec1 posix-cpu-timers: Cure SMP wobbles by Peter Zijlstra · 15 years ago
  10. 47ea91b Resource: fix wrong resource window calculation by Ram Pai · 14 years ago
  11. f4cfb33 sched: Remove redundant test in check_preempt_tick() by Wang Xingchao · 14 years ago
  12. 6ebbe7a sched: Fix up wchan borkage by Simon Kirby · 14 years ago
  13. f9d81f6 ptrace: PTRACE_LISTEN forgets to unlock ->siglock by Oleg Nesterov · 14 years ago
  14. eef24af irq: Fix check for already initialized irq_domain in irq_domain_add by Rob Herring · 14 years ago
  15. 9d037a77 Merge branch 'irq-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tip by Linus Torvalds · 14 years ago
  16. 58c3c3a Make taskstats round statistics down to nearest 1k bytes/events by Linus Torvalds · 14 years ago
  17. 1a51410 Make TASKSTATS require root access by Linus Torvalds · 14 years ago
  18. bfa322c Merge branch 'linus' into sched/core by Ingo Molnar · 14 years ago
  19. 3be209a sched/rt: Migrate equal priority tasks to available CPUs by Shawn Bohrer · 14 years ago
  20. fa2563e workqueue: lock cwq access in drain_workqueue by Thomas Tuttle · 14 years ago
  21. ed585a6 genirq: Make irq_shutdown() symmetric vs. irq_startup again by Geert Uytterhoeven · 14 years ago
  22. 79016f6 Merge branch 'timers-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tip by Linus Torvalds · 15 years ago
  23. e81b693 Merge branch 'sched-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tip by Linus Torvalds · 15 years ago
  24. 7f310a5 perf_event: Fix broken calc_timer_values() by Eric B Munson · 15 years ago
  25. a8d757e perf events: Fix slow and broken cgroup context switch code by Stephane Eranian · 15 years ago
  26. feff8fa sched: Fix a memory leak in __sdt_free() by WANG Cong · 15 years ago
  27. 9c40cef sched: Move blk_schedule_flush_plug() out of __schedule() by Thomas Gleixner · 15 years ago
  28. c259e01 sched: Separate the scheduler entry for preemption by Thomas Gleixner · 15 years ago
  29. f5b9409 All Arch: remove linkage for sys_nfsservctl system call by NeilBrown · 15 years ago
  30. 4c30c6f kernel/printk: do not turn off bootconsole in printk_late_init() if keep_bootcon by Nishanth Aravamudan · 15 years ago
  31. be27425 Add a personality to report 2.6.x version numbers by Andi Kleen · 15 years ago
  32. 35a177a Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 15 years ago
  33. 69dd3d8 Revert "irq: Always set IRQF_ONESHOT if no primary handler is specified" by Linus Torvalds · 15 years ago
  34. 5ccc387 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 15 years ago
  35. d522a0d irqdesc: fix new kernel-doc warning by Randy Dunlap · 15 years ago
  36. b4fd4ae Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 15 years ago
  37. 2da9f36 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  38. 950d0a1 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  39. 17f2ae7 PM / Domains: Fix build for CONFIG_PM_RUNTIME unset by Rafael J. Wysocki · 15 years ago
  40. d8b4986 sched: Return unused runtime on group dequeue by Paul Turner · 15 years ago
  41. e8da1b1 sched: Add exports tracking cfs bandwidth control statistics by Nikhil Rao · 15 years ago
  42. d3d9dc3 sched: Throttle entities exceeding their allowed bandwidth by Paul Turner · 15 years ago
  43. 8cb120d sched: Migrate throttled tasks on HOTPLUG by Paul Turner · 15 years ago
  44. 5238cdd sched: Prevent buddy interactions with throttled entities by Paul Turner · 15 years ago
  45. 64660c8 sched: Prevent interactions with throttled entities by Paul Turner · 15 years ago
  46. 8277434 sched: Allow for positional tg_tree walks by Paul Turner · 15 years ago
  47. 671fd9d sched: Add support for unthrottling group entities by Paul Turner · 15 years ago
  48. 85dac90 sched: Add support for throttling group entities by Paul Turner · 15 years ago
  49. a9cf55b sched: Expire invalid runtime by Paul Turner · 15 years ago
  50. 58088ad sched: Add a timer to handle CFS bandwidth refresh by Paul Turner · 15 years ago
  51. ec12cb7 sched: Accumulate per-cfs_rq cpu usage and charge against bandwidth by Paul Turner · 15 years ago
  52. a790de9 sched: Validate CFS quota hierarchies by Paul Turner · 15 years ago
  53. ab84d31 sched: Introduce primitives to account for CFS bandwidth tracking by Paul Turner · 15 years ago
  54. 953bfcd sched: Implement hierarchical task accounting for SCHED_OTHER by Paul Turner · 15 years ago
  55. 5710f15 sched/cpupri: Remove cpupri->pri_active by Yong Zhang · 15 years ago
  56. d473750 sched/cpupri: Fix memory barriers for vec updates to always be in order by Steven Rostedt · 15 years ago
  57. c92211d sched/cpupri: Remove the vec->lock by Steven Rostedt · 15 years ago
  58. 5181f4a4 sched: Use pushable_tasks to determine next highest prio by Steven Rostedt · 15 years ago
  59. c37495f sched: Balance RT tasks when forked as well by Steven Rostedt · 15 years ago
  60. 1812a64 sched: Remove resetting exec_start in put_prev_task_rt() by Hillf Danton · 15 years ago
  61. 311e800 sched, rt: Fix rq->rt.pushable_tasks bug in push_rt_task() by Hillf Danton · 15 years ago
  62. 0835471 sched: Remove noop in lowest_flag_domain() by Hillf Danton · 15 years ago
  63. 67d9553 sched: Remove noop in next_prio() by Hillf Danton · 15 years ago
  64. c350a04 sched: fix broken SCHED_RESET_ON_FORK handling by Mike Galbraith · 15 years ago
  65. 2c2efae sched: Kill WAKEUP_PREEMPT by Yong Zhang · 15 years ago
  66. e2b245f sched: Remove rq->avg_load_per_task by Jan H. Schönherr · 15 years ago
  67. c59d87c xfs: remove subdirectories by Christoph Hellwig · 15 years ago
  68. 72fa599 move RLIMIT_NPROC check from set_user() to do_execve_common() by Vasiliy Kulikov · 15 years ago
  69. 1d229d5 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  70. c09c47c blktrace: add FLUSH/FUA support by Namhyung Kim · 15 years ago
  71. 6af7e47 alarmtimers: Avoid possible denial of service with high freq periodic timers by John Stultz · 15 years ago
  72. ea7802f alarmtimers: Memset itimerspec passed into alarm_timer_get by John Stultz · 15 years ago
  73. 971c90b alarmtimers: Avoid possible null pointer traversal by John Stultz · 15 years ago
  74. f2c0d02 cap_syslog: don't use WARN_ONCE for CAP_SYS_ADMIN deprecation warning by Jonathan Nieder · 15 years ago
  75. 80e0401 lockdep: Fix wrong assumption in match_held_lock by Peter Zijlstra · 15 years ago
  76. b77f0f3 jump label: Reduce the cycle count by changing the link order by Jason Baron · 15 years ago
  77. 3272cab Merge branch 'linus' into perf/urgent by Ingo Molnar · 15 years ago
  78. f03683b Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  79. f59de89 lockdep: Clear whole lockdep_map on initialization by Tejun Heo · 15 years ago
  80. 70a0686 lockdep: Fix up warning by Peter Zijlstra · 15 years ago
  81. 7d36b26 lockdep: Fix trace_hardirqs_on_caller() by Peter Zijlstra · 15 years ago
  82. 288d5ab Boot up with usermodehelper disabled by Linus Torvalds · 15 years ago
  83. d7619fe Merge branch 'linus' into core/urgent by Ingo Molnar · 15 years ago
  84. a729589 taskstats: add_del_listener() should ignore !valid listeners by Oleg Nesterov · 15 years ago
  85. dfc428b taskstats: add_del_listener() shouldn't use the wrong node by Oleg Nesterov · 15 years ago
  86. 72f9adfd Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 15 years ago
  87. 37f86b4 kdb,kgdb: Allow arbitrary kgdb magic knock sequences by Jason Wessel · 15 years ago
  88. d613d82 kdb: Remove all references to DOING_KGDB2 by Jason Wessel · 15 years ago
  89. f679c49 kdb,kgdb: Implement switch and pass buffer from kdb -> gdb by Jason Wessel · 15 years ago
  90. 3bdb65e kdb: cleanup unused variables missed in the original kdb merge by Jason Wessel · 15 years ago
  91. 968e75f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 15 years ago
  92. 1c38891 resources: Add lookup_resource() by Geert Uytterhoeven · 15 years ago
  93. 664a41b Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 15 years ago
  94. cb7dee8 Merge branch 'next/dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc by Linus Torvalds · 15 years ago
  95. 6124a4e Merge branch 'imx/dt' into next/dt by Arnd Bergmann · 15 years ago
  96. b687380 irq: Track the owner of irq descriptor by Sebastian Andrzej Siewior · 15 years ago
  97. f3637a5 irq: Always set IRQF_ONESHOT if no primary handler is specified by Sebastian Andrzej Siewior · 15 years ago
  98. 7e71330 dt/irq: add irq_domain_generate_simple() helper by Grant Likely · 15 years ago
  99. 08a543a irq: add irq_domain translation infrastructure by Grant Likely · 15 years ago
  100. 95b6886 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 15 years ago