1. 625f2a3 sched: Get rid of lock_depth by Jonathan Corbet · 15 years ago
  2. d3bf52e sched: Remove obsolete comment from scheduler_tick() by Rakib Mullick · 15 years ago
  3. 42ac9e8 Merge commit 'v2.6.39-rc4' into sched/core by Ingo Molnar · 15 years ago
  4. 057f3fa sched: Fix sched_domain iterations vs. RCU by Peter Zijlstra · 15 years ago
  5. 2f36825 sched: Next buddy hint on sleep and preempt path by Venkatesh Pallipadi · 15 years ago
  6. 69c80f3 sched: Make set_*_buddy() work on non-task entities by Venkatesh Pallipadi · 15 years ago
  7. c78193e next_pidmap: fix overflow condition by Linus Torvalds · 15 years ago
  8. 6ddafda Merge branch 'sched/locking' into sched/core by Ingo Molnar · 15 years ago
  9. d733ed6 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  10. fdfc552 Merge branches 'core-fixes-for-linus', 'perf-fixes-for-linus', 'sched-fixes-for-linus', 'timer-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 · 15 years ago
  11. 49cac01 block: make unplug timer trace event correspond to the schedule() unplug by Jens Axboe · 15 years ago
  12. a237c1c block: let io_schedule() flush the plug inline by Jens Axboe · 15 years ago
  13. 5853b4f Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  14. 0cd9c64 futex: Set FLAGS_HAS_TIMEOUT during futex_wait restart setup by Darren Hart · 15 years ago
  15. bd8e7dd sched: Remove need_migrate_task() by Peter Zijlstra · 15 years ago
  16. 317f394 sched: Move the second half of ttwu() to the remote cpu by Peter Zijlstra · 15 years ago
  17. c05fbaf sched: Restructure ttwu() some more by Peter Zijlstra · 15 years ago
  18. 23f41ee sched: Rename ttwu_post_activation() to ttwu_do_wakeup() by Peter Zijlstra · 15 years ago
  19. b84cb5d sched: Remove rq argument from ttwu_stat() by Peter Zijlstra · 15 years ago
  20. e4a52bc sched: Remove rq->lock from the first half of ttwu() by Peter Zijlstra · 15 years ago
  21. 8f42ced sched: Drop rq->lock from sched_exec() by Peter Zijlstra · 15 years ago
  22. ab2515c sched: Drop rq->lock from first part of wake_up_new_task() by Peter Zijlstra · 15 years ago
  23. 0122ec5 sched: Add p->pi_lock to task_rq_lock() by Peter Zijlstra · 15 years ago
  24. 2acca55 sched: Also serialize ttwu_local() with p->pi_lock by Peter Zijlstra · 15 years ago
  25. a8e4f2e sched: Delay task_contributes_to_load() by Peter Zijlstra · 15 years ago
  26. 3fe1698 sched: Deal with non-atomic min_vruntime reads on 32bits by Peter Zijlstra · 15 years ago
  27. 74f8e4b sched: Remove rq argument to sched_class::task_waking() by Peter Zijlstra · 15 years ago
  28. 7608dec sched: Drop the rq argument to sched_class::select_task_rq() by Peter Zijlstra · 15 years ago
  29. 013fdb8 sched: Serialize p->cpus_allowed and ttwu() using p->pi_lock by Peter Zijlstra · 15 years ago
  30. fd2f441 sched: Provide p->on_rq by Peter Zijlstra · 15 years ago
  31. d7c01d2 sched: Clean up ttwu() stats by Peter Zijlstra · 15 years ago
  32. 8936338 sched: Change the ttwu() success details by Peter Zijlstra · 15 years ago
  33. c2f7115 sched: Move wq_worker_waking to the correct site by Peter Zijlstra · 15 years ago
  34. c6eb3dd mutex: Use p->on_cpu for the adaptive spin by Peter Zijlstra · 15 years ago
  35. 3ca7a44 sched: Always provide p->on_cpu by Peter Zijlstra · 15 years ago
  36. a4c98f8 Merge branch 'linus' into sched/locking by Ingo Molnar · 15 years ago
  37. 6631e63 block: don't flush plugged IO on forced preemtion scheduling by Linus Torvalds · 15 years ago
  38. 94b5eb2 block: fixup block IO unplug trace call by Jens Axboe · 15 years ago
  39. d9c9783 block: remove block_unplug_timer() trace point by Jens Axboe · 15 years ago
  40. d419e4c fix XEN_SAVE_RESTORE Kconfig dependencies by Shriram Rajagopalan · 15 years ago
  41. 1f112ce PM / Hibernate: Introduce CONFIG_HIBERNATE_CALLBACKS by Rafael J. Wysocki · 15 years ago
  42. 60495e7 sched: Dynamic sched_domain::level by Peter Zijlstra · 15 years ago
  43. 54ab4ff sched: Move sched domain storage into the topology list by Peter Zijlstra · 15 years ago
  44. d069b91 sched: Reverse the topology list by Peter Zijlstra · 15 years ago
  45. 2c402dc3 sched: Unify the sched_domain build functions by Peter Zijlstra · 15 years ago
  46. eb7a74e sched: Stuff the sched_domain creation in a data-structure by Peter Zijlstra · 15 years ago
  47. d3081f5 sched: Create proper cpu_$DOM_mask() functions by Peter Zijlstra · 15 years ago
  48. 4cb9883 sched: Avoid allocations in sched_domain_debug() by Peter Zijlstra · 15 years ago
  49. f96225f sched: Create persistent sched_domains_tmpmask by Peter Zijlstra · 15 years ago
  50. 7dd04b7 sched: Remove some dead code by Peter Zijlstra · 15 years ago
  51. bf28b25 sched: Remove nodemask allocation by Peter Zijlstra · 15 years ago
  52. 3bd65a8 sched: Simplify NODE/ALLNODES domain creation by Peter Zijlstra · 15 years ago
  53. a6c75f2 sched: Avoid using sd->level by Peter Zijlstra · 15 years ago
  54. 822ff79 sched: Simplify the free path some by Peter Zijlstra · 15 years ago
  55. dce840a sched: Dynamically allocate sched_domain/sched_group data-structures by Peter Zijlstra · 15 years ago
  56. a9c9a9b sched: Simplify sched_groups_power initialization by Peter Zijlstra · 15 years ago
  57. 21d42cc sched: Simplify finding the lowest sched_domain by Peter Zijlstra · 15 years ago
  58. 1cf5190 sched: Simplify sched_group creation by Peter Zijlstra · 15 years ago
  59. 3739494 sched: Clean up some ALLNODES code by Peter Zijlstra · 15 years ago
  60. cd4ea6a sched: Change NODE sched_domain group creation by Peter Zijlstra · 15 years ago
  61. a06dadb sched: Simplify build_sched_groups() by Peter Zijlstra · 15 years ago
  62. d274cb3 sched: Simplify ->cpu_power initialization by Peter Zijlstra · 15 years ago
  63. c4a8849 sched: Remove obsolete arch_ prefixes by Peter Zijlstra · 15 years ago
  64. f4ad9bd sched: Eliminate dead code from wakeup_gran() by Shaohua Li · 15 years ago
  65. b30aef1 sched: Fix erroneous all_pinned logic by Ken Chen · 15 years ago
  66. b0432d8 sched: Fix sched-domain avg_load calculation by Ken Chen · 15 years ago
  67. e566b76 perf_event: Fix cgrp event scheduling bug in perf_enable_on_exec() by Stephane Eranian · 15 years ago
  68. f9fa0bc signal.c: fix erroneous syscall kernel-doc by Randy Dunlap · 15 years ago
  69. 8b9686f Merge branches 'x86-fixes-for-linus', 'sched-fixes-for-linus', 'timers-fixes-for-linus', 'irq-fixes-for-linus' and 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  70. 42933ba Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 by Linus Torvalds · 15 years ago
  71. 49c022e sched: Clean up rebalance_domains() load-balance interval calculation by Peter Zijlstra · 15 years ago
  72. 41c5789 kernel/signal.c: add kernel-doc notation to syscalls by Randy Dunlap · 15 years ago
  73. 5aba085 kernel/signal.c: fix typos and coding style by Randy Dunlap · 15 years ago
  74. 148086b Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  75. 4da7e90 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  76. 4352d9d ntp: fix non privileged system time shifting by Richard Cochran · 15 years ago
  77. 4f5058c genirq: Fix cpumask leak in __setup_irq() by Xiaotian Feng · 15 years ago
  78. c0bb9e4 kdump: Allow shrinking of kdump region to be overridden by Anton Blanchard · 16 years ago
  79. 25985ed Fix common misspellings by Lucas De Marchi · 15 years ago
  80. fd1edb3 perf: Fix task_struct reference leak by Peter Zijlstra · 15 years ago
  81. 2044338 perf: Rebase max unprivileged mlock threshold on top of page size by Frederic Weisbecker · 15 years ago
  82. 3436ae1 sched: Fix rebalance interval calculation by Sisir Koppaka · 15 years ago
  83. a51e919 sched: Leave sched_setscheduler() earlier if possible, do not disturb SCHED_FIFO tasks by Dario Faggioli · 15 years ago
  84. 78c8982 genirq: Remove the now obsolete config options and select statements by Thomas Gleixner · 15 years ago
  85. 353c8ed genirq: Fix misnamed label in handle_edge_eoi_irq by Thomas Gleixner · 15 years ago
  86. 851d7cf genirq: Remove move_*irq leftovers by Thomas Gleixner · 15 years ago
  87. 0c6f8a8 genirq: Remove compat code by Thomas Gleixner · 15 years ago
  88. a6e120e alpha: Use generic show_interrupts() by Thomas Gleixner · 15 years ago
  89. cd22c0e genirq: Fix harmless typo by Thomas Gleixner · 15 years ago
  90. e5217fb Merge branches 'irq-cleanup-for-linus' and 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  91. 0ef5ca1 genirq; Fix cleanup fallout by Thomas Gleixner · 15 years ago
  92. 243b422 Relax si_code check in rt_sigqueueinfo and rt_tgsigqueueinfo by Roland Dreier · 15 years ago
  93. a6aeddd genirq: Fix typo and remove unused variable by Thomas Gleixner · 15 years ago
  94. 30398bf6 genirq: Fix new kernel-doc warnings by Randy Dunlap · 15 years ago
  95. 33b054b genirq: Remove handle_IRQ_event by Thomas Gleixner · 15 years ago
  96. 0521c8f genirq: Provide edge_eoi flow handler by Thomas Gleixner · 15 years ago
  97. 32f4125 genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_data by Thomas Gleixner · 15 years ago
  98. c2d0c55 genirq: Split irq_set_affinity() so it can be called with lock held. by David Daney · 15 years ago
  99. b3d4223 genirq: Add chip flag for restricting cpu_on/offline calls by Thomas Gleixner · 15 years ago
  100. 0fdb4b2 genirq: Add chip hooks for taking CPUs on/off line. by David Daney · 15 years ago