1. 6ddafda Merge branch 'sched/locking' into sched/core by Ingo Molnar · 15 years ago
  2. bd8e7dd sched: Remove need_migrate_task() by Peter Zijlstra · 15 years ago
  3. 317f394 sched: Move the second half of ttwu() to the remote cpu by Peter Zijlstra · 15 years ago
  4. c05fbaf sched: Restructure ttwu() some more by Peter Zijlstra · 15 years ago
  5. 23f41ee sched: Rename ttwu_post_activation() to ttwu_do_wakeup() by Peter Zijlstra · 15 years ago
  6. b84cb5d sched: Remove rq argument from ttwu_stat() by Peter Zijlstra · 15 years ago
  7. e4a52bc sched: Remove rq->lock from the first half of ttwu() by Peter Zijlstra · 15 years ago
  8. 8f42ced sched: Drop rq->lock from sched_exec() by Peter Zijlstra · 15 years ago
  9. ab2515c sched: Drop rq->lock from first part of wake_up_new_task() by Peter Zijlstra · 15 years ago
  10. 0122ec5 sched: Add p->pi_lock to task_rq_lock() by Peter Zijlstra · 15 years ago
  11. 2acca55 sched: Also serialize ttwu_local() with p->pi_lock by Peter Zijlstra · 15 years ago
  12. a8e4f2e sched: Delay task_contributes_to_load() by Peter Zijlstra · 15 years ago
  13. 3fe1698 sched: Deal with non-atomic min_vruntime reads on 32bits by Peter Zijlstra · 15 years ago
  14. 74f8e4b sched: Remove rq argument to sched_class::task_waking() by Peter Zijlstra · 15 years ago
  15. 7608dec sched: Drop the rq argument to sched_class::select_task_rq() by Peter Zijlstra · 15 years ago
  16. 013fdb8 sched: Serialize p->cpus_allowed and ttwu() using p->pi_lock by Peter Zijlstra · 15 years ago
  17. fd2f441 sched: Provide p->on_rq by Peter Zijlstra · 15 years ago
  18. d7c01d2 sched: Clean up ttwu() stats by Peter Zijlstra · 15 years ago
  19. 8936338 sched: Change the ttwu() success details by Peter Zijlstra · 15 years ago
  20. c2f7115 sched: Move wq_worker_waking to the correct site by Peter Zijlstra · 15 years ago
  21. c6eb3dd mutex: Use p->on_cpu for the adaptive spin by Peter Zijlstra · 15 years ago
  22. 3ca7a44 sched: Always provide p->on_cpu by Peter Zijlstra · 15 years ago
  23. a4c98f8 Merge branch 'linus' into sched/locking by Ingo Molnar · 15 years ago
  24. 6631e63 block: don't flush plugged IO on forced preemtion scheduling by Linus Torvalds · 15 years ago
  25. d419e4c fix XEN_SAVE_RESTORE Kconfig dependencies by Shriram Rajagopalan · 15 years ago
  26. 1f112ce PM / Hibernate: Introduce CONFIG_HIBERNATE_CALLBACKS by Rafael J. Wysocki · 15 years ago
  27. 60495e7 sched: Dynamic sched_domain::level by Peter Zijlstra · 15 years ago
  28. 54ab4ff sched: Move sched domain storage into the topology list by Peter Zijlstra · 15 years ago
  29. d069b91 sched: Reverse the topology list by Peter Zijlstra · 15 years ago
  30. 2c402dc sched: Unify the sched_domain build functions by Peter Zijlstra · 15 years ago
  31. eb7a74e6 sched: Stuff the sched_domain creation in a data-structure by Peter Zijlstra · 15 years ago
  32. d3081f5 sched: Create proper cpu_$DOM_mask() functions by Peter Zijlstra · 15 years ago
  33. 4cb9883 sched: Avoid allocations in sched_domain_debug() by Peter Zijlstra · 15 years ago
  34. f96225f sched: Create persistent sched_domains_tmpmask by Peter Zijlstra · 15 years ago
  35. 7dd04b7 sched: Remove some dead code by Peter Zijlstra · 15 years ago
  36. bf28b25 sched: Remove nodemask allocation by Peter Zijlstra · 15 years ago
  37. 3bd65a8 sched: Simplify NODE/ALLNODES domain creation by Peter Zijlstra · 15 years ago
  38. a6c75f2 sched: Avoid using sd->level by Peter Zijlstra · 15 years ago
  39. 822ff79 sched: Simplify the free path some by Peter Zijlstra · 15 years ago
  40. dce840a sched: Dynamically allocate sched_domain/sched_group data-structures by Peter Zijlstra · 15 years ago
  41. a9c9a9b sched: Simplify sched_groups_power initialization by Peter Zijlstra · 15 years ago
  42. 21d42cc sched: Simplify finding the lowest sched_domain by Peter Zijlstra · 15 years ago
  43. 1cf51902 sched: Simplify sched_group creation by Peter Zijlstra · 15 years ago
  44. 3739494 sched: Clean up some ALLNODES code by Peter Zijlstra · 15 years ago
  45. cd4ea6a sched: Change NODE sched_domain group creation by Peter Zijlstra · 15 years ago
  46. a06dadb sched: Simplify build_sched_groups() by Peter Zijlstra · 15 years ago
  47. d274cb3 sched: Simplify ->cpu_power initialization by Peter Zijlstra · 15 years ago
  48. c4a8849 sched: Remove obsolete arch_ prefixes by Peter Zijlstra · 15 years ago
  49. f4ad9bd sched: Eliminate dead code from wakeup_gran() by Shaohua Li · 15 years ago
  50. b30aef1 sched: Fix erroneous all_pinned logic by Ken Chen · 15 years ago
  51. b0432d8 sched: Fix sched-domain avg_load calculation by Ken Chen · 15 years ago
  52. f9fa0bc signal.c: fix erroneous syscall kernel-doc by Randy Dunlap · 15 years ago
  53. 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
  54. 42933ba Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 by Linus Torvalds · 15 years ago
  55. 49c022e sched: Clean up rebalance_domains() load-balance interval calculation by Peter Zijlstra · 15 years ago
  56. 41c5789 kernel/signal.c: add kernel-doc notation to syscalls by Randy Dunlap · 15 years ago
  57. 5aba085 kernel/signal.c: fix typos and coding style by Randy Dunlap · 15 years ago
  58. 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
  59. 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
  60. 4352d9d ntp: fix non privileged system time shifting by Richard Cochran · 15 years ago
  61. 4f5058c genirq: Fix cpumask leak in __setup_irq() by Xiaotian Feng · 15 years ago
  62. c0bb9e4 kdump: Allow shrinking of kdump region to be overridden by Anton Blanchard · 16 years ago
  63. 25985ed Fix common misspellings by Lucas De Marchi · 15 years ago
  64. fd1edb3 perf: Fix task_struct reference leak by Peter Zijlstra · 15 years ago
  65. 2044338 perf: Rebase max unprivileged mlock threshold on top of page size by Frederic Weisbecker · 15 years ago
  66. 3436ae1 sched: Fix rebalance interval calculation by Sisir Koppaka · 15 years ago
  67. a51e919 sched: Leave sched_setscheduler() earlier if possible, do not disturb SCHED_FIFO tasks by Dario Faggioli · 15 years ago
  68. 78c8982 genirq: Remove the now obsolete config options and select statements by Thomas Gleixner · 15 years ago
  69. 353c8ed genirq: Fix misnamed label in handle_edge_eoi_irq by Thomas Gleixner · 15 years ago
  70. 851d7cf genirq: Remove move_*irq leftovers by Thomas Gleixner · 15 years ago
  71. 0c6f8a8 genirq: Remove compat code by Thomas Gleixner · 15 years ago
  72. a6e120e alpha: Use generic show_interrupts() by Thomas Gleixner · 15 years ago
  73. cd22c0e genirq: Fix harmless typo by Thomas Gleixner · 15 years ago
  74. 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
  75. 0ef5ca1 genirq; Fix cleanup fallout by Thomas Gleixner · 15 years ago
  76. 243b422 Relax si_code check in rt_sigqueueinfo and rt_tgsigqueueinfo by Roland Dreier · 15 years ago
  77. a6aeddd genirq: Fix typo and remove unused variable by Thomas Gleixner · 15 years ago
  78. 30398bf genirq: Fix new kernel-doc warnings by Randy Dunlap · 15 years ago
  79. 33b054b genirq: Remove handle_IRQ_event by Thomas Gleixner · 15 years ago
  80. 0521c8f genirq: Provide edge_eoi flow handler by Thomas Gleixner · 15 years ago
  81. 32f4125 genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_data by Thomas Gleixner · 15 years ago
  82. c2d0c55 genirq: Split irq_set_affinity() so it can be called with lock held. by David Daney · 15 years ago
  83. b3d4223 genirq: Add chip flag for restricting cpu_on/offline calls by Thomas Gleixner · 15 years ago
  84. 0fdb4b2 genirq: Add chip hooks for taking CPUs on/off line. by David Daney · 15 years ago
  85. 801a0e9 genirq: Add irq disabled flag to irq_data state by Thomas Gleixner · 15 years ago
  86. d72274e genirq: Reserve the irq when calling irq_set_chip() by David Daney · 15 years ago
  87. 16c29da Merge branch 'syscore' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 15 years ago
  88. 95e14ed 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
  89. 0dd61be Merge branch 'irq-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  90. 8dd9026 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
  91. 2a20b02 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
  92. 839767e Merge branch '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
  93. 94df491 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
  94. 0d3db28 kdb: add usage string of 'per_cpu' command by Namhyung Kim · 16 years ago
  95. 27029c3 kdb: code cleanup to use macro instead of value by Jovi Zhang · 16 years ago
  96. ab7798f genirq: Expand generic show_interrupts() by Thomas Gleixner · 15 years ago
  97. 2909620 futex: Fix WARN_ON() test for UP by Steven Rostedt · 15 years ago
  98. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  99. 3dab04e Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-mn10300 by Linus Torvalds · 15 years ago
  100. 0f77a8d vsprintf: Introduce %pB format specifier by Namhyung Kim · 15 years ago