1. c748e13 mm/vmstat.c: proper externs by Adrian Bunk · 16 years ago
  2. 338b9bb Merge branch 'x86/auditsc' of git://git.kernel.org/pub/scm/linux/kernel/git/frob/linux-2.6-roland by Linus Torvalds · 16 years ago
  3. 7f9dce3 Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  4. 26dcce0 Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  5. d7b6de1 Merge branch 'core/softlockup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  6. 86a1c34 x86_64 syscall audit fast-path by Roland McGrath · 16 years ago
  7. 2db8732 set_irq_wake: fix return code and wake status tracking by Uwe Kleine-König · 16 years ago
  8. 6eaaaac Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 16 years ago
  9. 53baaaa Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 16 years ago
  10. 5f17156 Fix build on COMPAT platforms when CONFIG_EPOLL is disabled by Atsushi Nemoto · 16 years ago
  11. 91cd4d6 cpusets: fix wrong domain attr updates by Miao Xie · 16 years ago
  12. a1ef5ad remove CONFIG_KMOD from core kernel code by Johannes Berg · 16 years ago
  13. 3a642e9 modules: Take a shortcut for checking if an address is in a module by Rusty Russell · 16 years ago
  14. 2f0f2a3 module: turn longs into ints for module sizes by Denys Vlasenko · 16 years ago
  15. f7f5b67 Shrink struct module: CONFIG_UNUSED_SYMBOLS ifdefs by Denys Vlasenko · 16 years ago
  16. dafd094 module: generic each_symbol iterator function by Rusty Russell · 16 years ago
  17. da39ba5 module: don't use stop_machine for waiting rmmod by Rusty Russell · 16 years ago
  18. 4a0b2b4 sysdev: Pass the attribute to the low level sysdev show/store function by Andi Kleen · 16 years ago
  19. ba42059 sched: hrtick_enabled() should use cpu_active() by Ingo Molnar · 16 years ago
  20. d986434 Merge branch 'sched/urgent' into sched/devel by Ingo Molnar · 16 years ago
  21. 3165651 sched, x86: clean up hrtick implementation by Peter Zijlstra · 16 years ago
  22. c18a41f cpumask: Optimize cpumask_of_cpu in kernel/time/tick-common.c by Mike Travis · 16 years ago
  23. 65c0118 cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptr by Mike Travis · 16 years ago
  24. bb2c018 Merge branch 'linus' into cpus4096 by Ingo Molnar · 16 years ago
  25. 4dca10a softlockup: fix invalid proc_handler for softlockup_panic by Hiroshi Shimamoto · 16 years ago
  26. 577b4a5 sched: fix warning in inc_rt_tasks() to not declare variable 'rq' if it's not needed by David Howells · 16 years ago
  27. 39b0fad cpu hotplug: Make cpu_active_map synchronization dependency clear by Max Krasnyansky · 16 years ago
  28. e761b77 cpu hotplug, sched: Introduce cpu_active_map and redo sched domain managment (take 2) by Max Krasnyansky · 16 years ago
  29. 7ebefa8 sched: rework of "prioritize non-migratable tasks over migratable ones" by Dmitry Adamushko · 16 years ago
  30. 13b40c1 sched: reduce stack size in isolated_cpu_setup() by Mike Travis · 16 years ago
  31. d88c169 Revert parts of "ftrace: do not trace scheduler functions" by Ingo Molnar · 16 years ago
  32. 393d81a Merge branch 'linus' into xen-64bit by Ingo Molnar · 16 years ago
  33. bdec6ca Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  34. 93a0886 x86, xen, power: fix up config dependencies on PM by Jeremy Fitzhardinge · 16 years ago
  35. c349e0a ftrace: do not trace scheduler functions by Ingo Molnar · 16 years ago
  36. 666f164 fix dangling zombie when new parent ignores children by Roland McGrath · 16 years ago
  37. 14dd0b8 do_wait: return security_task_wait() error code in place of -ECHILD by Roland McGrath · 16 years ago
  38. f470021 ptrace children revamp by Roland McGrath · 16 years ago
  39. 98abed0 do_wait reorganization by Roland McGrath · 16 years ago
  40. dc7c65d Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 16 years ago
  41. 25f2f3d snapshot: Use pm_mutex for mutual exclusion by Rafael J. Wysocki · 16 years ago
  42. 52d1102 snapshot: Push BKL down into ioctl handlers by Alan Cox · 16 years ago
  43. ebb12db Freezer: Introduce PF_FREEZER_NOSIG by Rafael J. Wysocki · 16 years ago
  44. b62b8ef force offline the processor during hot-removal by Zhang Rui · 16 years ago
  45. 6717ef1 Revert "suspend, xen: enable PM_SLEEP for CONFIG_XEN" by Ingo Molnar · 16 years ago
  46. 0775b3d suspend, xen: enable PM_SLEEP for CONFIG_XEN by Jeremy Fitzhardinge · 16 years ago
  47. 8263884 Merge branch 'linus' into cpus4096 by Ingo Molnar · 16 years ago
  48. 1e09481 Merge branch 'linus' into core/softlockup by Ingo Molnar · 16 years ago
  49. 63cf13b generic ipi function calls: wait on alloc failure fallback by Jeremy Fitzhardinge · 16 years ago
  50. 59190f4 Merge branch 'generic-ipi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  51. 1a781a7 Merge branch 'generic-ipi' into generic-ipi-for-linus by Ingo Molnar · 16 years ago
  52. 6c9fcaf Merge branch 'core/rcu' into core/rcu-for-linus by Ingo Molnar · 16 years ago
  53. da6e88f Merge branch 'timers/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  54. 61d97f4 Merge branch 'genirq' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  55. af5329c Merge branch 'core/stacktrace' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  56. 85082fd Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 16 years ago
  57. 666484f Merge branch 'core/softirq' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  58. 4bb0057 Merge branch 'core/printk' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  59. 40e7bab Merge branch 'core/locking' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  60. 948769a Merge branch 'sched/new-API-sched_setscheduler' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  61. e18425a Merge branch 'tracing/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  62. d1794f2 Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6 by Linus Torvalds · 16 years ago
  63. 2fceef3 Merge commit 'v2.6.26' into bkl-removal by Jonathan Corbet · 16 years ago
  64. 17489c0 Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  65. a3da5bf Merge branch 'x86/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  66. 847106f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 16 years ago
  67. dddec01 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  68. 7dc9719 Merge commit '900cfa46191a7d87cf1891924cb90499287fd235'; branches 'timers/nohz', 'timers/clocksource' and 'timers/posixtimers' into timers/for-linus by Thomas Gleixner · 16 years ago
  69. 5806b81 Merge branch 'auto-ftrace-next' into tracing/for-linus by Ingo Molnar · 16 years ago
  70. d14c8a6 Merge branch 'sched/for-linus' into tracing/for-linus by Ingo Molnar · 16 years ago
  71. 6712e29 Merge branch 'tracing/ftrace' into auto-ftrace-next by Ingo Molnar · 16 years ago
  72. 873a6ed Merge commit 'v2.6.26' into sched/devel by Ingo Molnar · 16 years ago
  73. 361833e Merge branch 'sched/clock' into sched/devel by Ingo Molnar · 16 years ago
  74. d12c1a3 lockdep: fix kernel/fork.c warning by Ingo Molnar · 16 years ago
  75. d59fdcf2 Merge commit 'v2.6.26' into x86/core by Ingo Molnar · 16 years ago
  76. 992860e lockdep: fix ftrace irq tracing false positive by Ingo Molnar · 16 years ago
  77. b4ba0ba Merge commit 'v2.6.26' into core/locking by Ingo Molnar · 16 years ago
  78. 006ebb4 Security: split proc ptrace checking into read vs. attach by Stephen Smalley · 16 years ago
  79. 199a952 rcu classic: update qlen when cpu offline by Lai Jiangshan · 16 years ago
  80. 3b5c6b8 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
  81. 3e84050 cpusets, hotplug, scheduler: fix scheduler domain breakage by Dmitry Adamushko · 16 years ago
  82. 54ef76f Merge branch 'linus' into sched/devel by Ingo Molnar · 16 years ago
  83. ae94b80 Merge branch 'linus' into x86/core by Ingo Molnar · 16 years ago
  84. b2613e3 ftrace: build fix for ftraced_suspend by Ingo Molnar · 16 years ago
  85. c300ba2 sched_clock: and multiplier for TSC to gtod drift by Steven Rostedt · 16 years ago
  86. a83bc47 sched_clock: record TSC after gtod by Steven Rostedt · 16 years ago
  87. c0c8773 sched_clock: only update deltas with local reads. by Steven Rostedt · 16 years ago
  88. 2b8a0cf sched_clock: fix calculation of other CPU by Steven Rostedt · 16 years ago
  89. af52a90 sched_clock: stop maximum check on NO HZ by Steven Rostedt · 16 years ago
  90. f7cce27 sched_clock: widen the max and min time by Steven Rostedt · 16 years ago
  91. 62c43dd sched_clock: record from last tick by Steven Rostedt · 16 years ago
  92. 60bc080 ftrace: separate out the function enabled variable by Steven Rostedt · 16 years ago
  93. a2bb6a3 ftrace: add ftrace_kill_atomic by Steven Rostedt · 16 years ago
  94. 26bc83f ftrace: use current CPU for function startup by Steven Rostedt · 16 years ago
  95. ad59124 ftrace: start wakeup tracing after setting function tracer by Steven Rostedt · 16 years ago
  96. b5c21b4 ftrace: check proper config for preempt type by Steven Rostedt · 16 years ago
  97. 1e16c0a ftrace: trace schedule by Steven Rostedt · 16 years ago
  98. 001b676 ftrace: define function trace nop by Steven Rostedt · 16 years ago
  99. 007c05d ftrace: move sched_switch enable after markers by Steven Rostedt · 16 years ago
  100. 857f3fd nohz: don't stop idle tick if softirqs are pending. by Heiko Carstens · 16 years ago