1. e9b6269 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juhl/trivial by Linus Torvalds · 16 years ago
  2. bda0c0a Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 16 years ago
  3. e16b278 ptrace: compat_ptrace_request siginfo by Roland McGrath · 16 years ago
  4. 5dfeaef Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrt by Linus Torvalds · 16 years ago
  5. 429f731 Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc by Linus Torvalds · 16 years ago
  6. ec96535 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched-devel by Linus Torvalds · 16 years ago
  7. f526448 trivial: small cleanups by Pavel Machek · 16 years ago
  8. 259aae8 hrtimer: optimize the softirq time optimization by Thomas Gleixner · 16 years ago
  9. 833883d hrtimer: reduce calls to hrtimer_get_softirq_time() by Dimitri Sivanich · 16 years ago
  10. 833df31 clockevents: fix typo in tick-broadcast.c by Glauber Costa · 16 years ago
  11. 8845256 PCI: clean up resource alignment management by Ivan Kokshaysky · 16 years ago
  12. 486fdae sched: build fix by Ingo Molnar · 16 years ago
  13. c24b7c5 sched: features fix by Ingo Molnar · 16 years ago
  14. f00b45c sched: /debug/sched_features by Peter Zijlstra · 16 years ago
  15. 06379ab sched: add SCHED_FEAT_DEADLINE by Ingo Molnar · 16 years ago
  16. 7ba2e74 sched: debug: show a weight tree by Peter Zijlstra · 16 years ago
  17. 8f1bc38 sched: fair: weight calculations by Peter Zijlstra · 16 years ago
  18. 4a55bd5 sched: fair-group: de-couple load-balancing from the rb-trees by Peter Zijlstra · 16 years ago
  19. ac884de sched: fair-group scheduling vs latency by Peter Zijlstra · 16 years ago
  20. 58d6c2d sched: rt-group: optimize dequeue_rt_stack by Peter Zijlstra · 16 years ago
  21. d19ca30 sched: debug: add some debug code to handle the full hierarchy by Peter Zijlstra · 16 years ago
  22. 18d95a2 sched: fair-group: SMP-nice for group scheduling by Peter Zijlstra · 16 years ago
  23. 1d3504f sched, cpuset: customize sched domains, core by Hidetoshi Seto · 16 years ago
  24. b758149 sched: prepatory code movement by Peter Zijlstra · 16 years ago
  25. b40b2e8 sched: rt: multi level group constraints by Peter Zijlstra · 16 years ago
  26. f473aa5 sched: task_group hierarchy by Peter Zijlstra · 16 years ago
  27. eff766a sched: fix the task_group hierarchy for UID grouping by Peter Zijlstra · 16 years ago
  28. ec7dc8a sched: allow the group scheduler to have multiple levels by Dhaval Giani · 16 years ago
  29. 354d60c sched: mix tasks and groups by Dhaval Giani · 16 years ago
  30. ea736ed sched: fix checks by Ingo Molnar · 17 years ago
  31. 112f53f sched: old sleeper bonus by Peter Zijlstra · 17 years ago
  32. cd8ba7c sched: add new set_cpus_allowed_ptr function by Mike Travis · 17 years ago
  33. e0982e9 init: move setup of nr_cpu_ids to as early as possible by Mike Travis · 17 years ago
  34. 4bdbaad3 sched: remove another cpumask_t variable from stack by Mike Travis · 16 years ago
  35. 39106dc cpumask: use new cpus_scnprintf function by Mike Travis · 16 years ago
  36. 7c16ec5 cpumask: reduce stack usage in SD_x_INIT initializers by Mike Travis · 16 years ago
  37. c5f59f0 nodemask: use new node_to_cpumask_ptr function by Mike Travis · 16 years ago
  38. b53e921 generic: reduce stack pressure in sched_affinity by Mike Travis · 16 years ago
  39. f9a86fc cpuset: modify cpuset_set_cpus_allowed to use cpumask pointer by Mike Travis · 16 years ago
  40. f70316d generic: use new set_cpus_allowed_ptr function by Mike Travis · 16 years ago
  41. 434d53b sched: remove fixed NR_CPUS sized arrays in kernel_sched_c by Mike Travis · 16 years ago
  42. d366f8c cpumask: Cleanup more uses of CPU_MASK and NODE_MASK by Mike Travis · 16 years ago
  43. 9f0e738 sched: fix cpus_allowed settings by Gregory Haskins · 17 years ago
  44. 0297b80 sched: allow cpuacct stats to be reset by Dhaval Giani · 17 years ago
  45. 32cd756 sched: cleanup cpuacct variable names by Dhaval Giani · 17 years ago
  46. 48f20a9 tasklets: execute tasklets in the same order they were queued by Olof Johansson · 17 years ago
  47. ac086bc sched: rt-group: smp balancing by Peter Zijlstra · 16 years ago
  48. d0b27fa sched: rt-group: synchonised bandwidth period by Peter Zijlstra · 16 years ago
  49. 79b3fef sched: fix regression with sched yield by Peter Zijlstra · 17 years ago
  50. 19fb518 latencytop: optimize LT_BACKTRACEDEPTH loops a bit by Dmitry Adamushko · 17 years ago
  51. 50df5d6 sched: remove sysctl_sched_batch_wakeup_granularity by Ingo Molnar · 17 years ago
  52. 02e2b83 sched: reenable sync wakeups by Ingo Molnar · 17 years ago
  53. d25ce4c sched: cache hot buddy by Ingo Molnar · 17 years ago
  54. 1fc8afa sched: feat affine wakeups by Ingo Molnar · 17 years ago
  55. b85d066 sched: introduce SCHED_FEAT_SYNC_WAKEUPS, turn it off by Ingo Molnar · 17 years ago
  56. 0bbd333 sched: fix wakeup granularity for buddies by Peter Zijlstra · 16 years ago
  57. 15934a3 sched: fix rq->clock overflows detection with CONFIG_NO_HZ by Guillaume Chazarain · 16 years ago
  58. 30914a5 sched: sched.c needs tick.h by Reynes Philippe · 17 years ago
  59. 27ec440 sched: make cpu_clock() globally synchronous by Ingo Molnar · 17 years ago
  60. 018d6db sched: re-do "sched: fix fair sleepers" by Ingo Molnar · 16 years ago
  61. 2adee9b x86: fpu xstate split fix by Suresh Siddha · 16 years ago
  62. 61c4628 x86, fpu: split FPU state from task struct - v5 by Suresh Siddha · 17 years ago
  63. d8bb6f4 x86: tsc prevent time going backwards by Thomas Gleixner · 16 years ago
  64. 8fb402b generic, x86: add prctl commands PR_GET_TSC and PR_SET_TSC by Erik Bosman · 16 years ago
  65. a655020 kernel: Remove unnecessary inclusions of asm/semaphore.h by Matthew Wilcox · 17 years ago
  66. 04305e4 Audit: Final renamings and cleanup by Ahmed S. Darwish · 16 years ago
  67. 9d57a7f SELinux: use new audit hooks, remove redundant exports by Ahmed S. Darwish · 17 years ago
  68. d7a96f3 Audit: internally use the new LSM audit hooks by Ahmed S. Darwish · 17 years ago
  69. 2a862b3 Audit: use new LSM hooks instead of SELinux exports by Ahmed S. Darwish · 17 years ago
  70. 73e3e64 Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrt by Linus Torvalds · 16 years ago
  71. 9732b61 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-kgdb by Linus Torvalds · 16 years ago
  72. d7bb545 Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc by Linus Torvalds · 16 years ago
  73. 4cba84b Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 16 years ago
  74. 18c98b6 ptrace_signal subroutine by Roland McGrath · 16 years ago
  75. 0e04388 cgroup: fix a race condition in manipulating tsk->cg_list by Li Zefan · 16 years ago
  76. 1a9a3e7 kgdb: always use icache flush for sw breakpoints by Jason Wessel · 16 years ago
  77. 56fb709 kgdb: fix SMP NMI kgdb_handle_exception exit race by Jason Wessel · 16 years ago
  78. 737a460 kgdb: fix several kgdb regressions by Jason Wessel · 17 years ago
  79. b4b8ac5 kgdb: fix optional arch functions and probe_kernel_* by Jason Wessel · 17 years ago
  80. 64e9ee3 kgdb: add x86 HW breakpoints by Jason Wessel · 17 years ago
  81. 67baf94 kgdb: print breakpoint removed on exception by Jason Wessel · 17 years ago
  82. 7c3078b kgdb: clocksource watchdog by Jason Wessel · 17 years ago
  83. dc7d552 kgdb: core by Jason Wessel · 16 years ago
  84. 714493c Improve semaphore documentation by Matthew Wilcox · 16 years ago
  85. b17170b Simplify semaphore implementation by Matthew Wilcox · 17 years ago
  86. f1241c8 Add down_timeout and change ACPI to use it by Matthew Wilcox · 17 years ago
  87. f06d968 Introduce down_killable() by Matthew Wilcox · 17 years ago
  88. 64ac24e Generic semaphore implementation by Matthew Wilcox · 17 years ago
  89. 6993fc5 clocksource: make clocksource watchdog cycle through online CPUs by Andi Kleen · 17 years ago
  90. 903b8a8 clockevents: optimise tick_nohz_stop_sched_tick() a bit by Karsten Wiese · 17 years ago
  91. 8e60e05 hrtimers: simplify lockdep handling by Oleg Nesterov · 16 years ago
  92. 0d18040 timers: simplify lockdep handling by Oleg Nesterov · 16 years ago
  93. ee7dd20 posix-timers: fix shadowed variables by WANG Cong · 16 years ago
  94. d59b949 timer_list: add annotations to workqueue.c by Pavel Machek · 17 years ago
  95. 029a07e hrtimer: use nanosleep specific restart_block fields by Thomas Gleixner · 17 years ago
  96. d7b9068 [S390] genirq/clockevents: move irq affinity prototypes/inlines to interrupt.h by Russell King · 16 years ago
  97. 093a07e Fix locking bug in "acquire_console_semaphore_for_printk()" by Linus Torvalds · 16 years ago
  98. e2df9e0 revert "sched: fix fair sleepers" by Ingo Molnar · 16 years ago
  99. b6c3006 cgroups: include hierarchy ids in /proc/<pid>/cgroup by Paul Menage · 16 years ago
  100. 54a0151 asmlinkage_protect replaces prevent_tail_call by Roland McGrath · 16 years ago