1. f7a9dae pci: set pci=bfsort for PowerEdge R900 by Matt Domsch · 18 years ago
  2. d9a5c0a [PATCH] i386: Prevent early access to TSC to avoid crash on TSCless systems by Thomas Gleixner · 18 years ago
  3. e585bef [PATCH] i386: add command line option "local_apic_timer_c2_ok" by Thomas Gleixner · 18 years ago
  4. 4edc5db [PATCH] setup_boot_APIC_clock() irq-enable fix by Ingo Molnar · 18 years ago
  5. ad62ca2 [PATCH] i386: disable local apic timer via command line or dmi quirk by Thomas Gleixner · 18 years ago
  6. 6b3964c [PATCH] i386: clockevents fix breakage on Geode/Cyrix PIT implementations by Thomas Gleixner · 18 years ago
  7. ca1b940 [PATCH] i386: trust the PM-Timer calibration of the local APIC timer by Thomas Gleixner · 18 years ago
  8. 92b35e9 [PATCH] x86: Export _proxy_pda for gcc 4.2 by Andi Kleen · 18 years ago
  9. 28f36f8 [PATCH] i386: Don't use the TSC in sched_clock if unstable by Guillaume Chazarain · 18 years ago
  10. 302cf93 [PATCH] i386: Enforce GPLness of VMI ROM by Andi Kleen · 18 years ago
  11. 33a40bf [PATCH] i386: Update defconfig by Andi Kleen · 18 years ago
  12. 8ce5e3e Disable NMI watchdog by default properly by Linus Torvalds · 18 years ago
  13. b6bc5d7 [PATCH] Fix VMI and COMPAT_VDSO for 2.6.21 by Zachary Amsden · 18 years ago
  14. 653351b Pull bugzilla-5966 into release branch by Len Brown · 18 years ago
  15. d0035ae [PATCH] build fix for i386 earlyquirk.c by Dave Jones · 18 years ago
  16. fe69933 [PATCH] ACPI: repair nvidia early quirk breakage on x86_64 by Len Brown · 18 years ago
  17. 74586fc ACPI: fix Thinkpad 600/600E/600X interrupts by Len Brown · 18 years ago
  18. d04f41e [PATCH] CPU hotplug: call check_tsc_sync_source() with irqs off by Ingo Molnar · 18 years ago
  19. 4a6753c [PATCH] remove arch/i386/kernel/tsc.c:custom_sched_clock by Adrian Bunk · 18 years ago
  20. e585047 [PATCH] Scheduled removal of SA_xxx interrupt flags fixups 3 by Thomas Gleixner · 18 years ago
  21. c3442e2 [PATCH] paravirt: re-enable COMPAT_VDSO by Ingo Molnar · 18 years ago
  22. 0d05ad2 [PATCH] paravirt: let users decide whether they want VMI by Ingo Molnar · 18 years ago
  23. e9417fb [PATCH] paravirt: clarify VMI description by Ingo Molnar · 18 years ago
  24. 3f1a73b [PATCH] paravirt: remove NO_IDLE_HZ on x86 by Ingo Molnar · 18 years ago
  25. 8f48561 [PATCH] arch/i386/kernel/vmi.c must #include <asm/kmap_types.h> by Adrian Bunk · 18 years ago
  26. 6bb74df [PATCH] clocksource init adjustments (fix bug #7426) by john stultz · 18 years ago
  27. a5f5e43 [PATCH] fix "NMI appears to be stuck" by Thomas Gleixner · 18 years ago
  28. c6b36e9 [PATCH] vmi: smp fixes by Zachary Amsden · 18 years ago
  29. 772205f [PATCH] vmi: apic ops by Zachary Amsden · 18 years ago
  30. a9eddc9 [PATCH] vmi: fix nohz compile by Zachary Amsden · 18 years ago
  31. e30fab3 [PATCH] vmi: pit override by Zachary Amsden · 18 years ago
  32. eda08b1 [PATCH] vmi: paravirt drop udelay op by Zachary Amsden · 18 years ago
  33. 9a1c13e [PATCH] vmi: fix highpte by Zachary Amsden · 18 years ago
  34. 1182d85 [PATCH] vmi: cpu cycles fix by Zachary Amsden · 18 years ago
  35. 6cb9a83 [PATCH] vmi: sched clock paravirt op fix by Zachary Amsden · 18 years ago
  36. 7507ba3 [PATCH] vmi: timer fixes round two by Zachary Amsden · 18 years ago
  37. 3a0ee2c [PATCH] fix memory leak in dma_declare_coherent_memory() by Yoichi Yuasa · 18 years ago
  38. 2ff7354 [PATCH] x86_64/i386 irq: Fix !CONFIG_SMP compilation by Eric W. Biederman · 18 years ago
  39. 221dee2 Revert "[CPUFREQ] constify cpufreq_driver where possible." by Linus Torvalds · 18 years ago
  40. 6f8c480 Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 18 years ago
  41. 2516512 [PATCH] x86: add -freg-struct-return to CFLAGS by Ingo Molnar · 18 years ago
  42. 9f0a5ba [PATCH] irq: Remove set_native_irq_info by Eric W. Biederman · 18 years ago
  43. ea3d522 Revert "[PATCH] i386: add idle notifier" by Linus Torvalds · 18 years ago
  44. bd5ab26 [CPUFREQ] constify some data tables. by Dave Jones · 18 years ago
  45. aeeddc1 [CPUFREQ] constify cpufreq_driver where possible. by Dave Jones · 18 years ago
  46. b44755c {rd,wr}msr_on_cpu SMP=n optimization by Adrian Bunk · 18 years ago
  47. b077ffb rdmsr_on_cpu, wrmsr_on_cpu by Alexey Dobriyan · 18 years ago
  48. 22f7bb0 [CPUFREQ] Revert default on deprecated config X86_SPEEDSTEP_CENTRINO_ACPI by Thomas Renninger · 18 years ago
  49. 575d5e7 [PATCH] tick management: make broadcast dependent on local APIC by Thomas Gleixner · 18 years ago
  50. 874ff01 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 18 years ago
  51. 733abe4 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 18 years ago
  52. 405ae7d Replace remaining references to "driverfs" with "sysfs". by Robert P. J. Day · 18 years ago
  53. ca82018 Use ARRAY_SIZE() macro in i386 relocs.c file by Robert P. J. Day · 18 years ago
  54. c0cd79d Pull fluff into release branch by Len Brown · 18 years ago
  55. f52383d PCI: add systems for automatic breadth-first device sorting by Andy Gospodarek · 18 years ago
  56. ef29498 Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 18 years ago
  57. d7e25f3 [PATCH] genirq: remove IRQ_DISABLED by Ingo Molnar · 18 years ago
  58. 76d2160 [PATCH] genirq: do not mask interrupts by default by Ingo Molnar · 18 years ago
  59. 2d0c87c [PATCH] time: x86_64: hpet_address cleanup by john stultz · 18 years ago
  60. d40891e [PATCH] i386: enable dynticks in kconfig by Ingo Molnar · 18 years ago
  61. f8b5035 [PATCH] i386 prepare nmi watchdog for dynticks by Thomas Gleixner · 18 years ago
  62. 7416734 [PATCH] i386 prepare for dyntick by Ingo Molnar · 18 years ago
  63. d36b49b [PATCH] i386 rework local apic timer calibration by Thomas Gleixner · 18 years ago
  64. e9e2cdb [PATCH] clockevents: i386 drivers by Thomas Gleixner · 18 years ago
  65. e05d723 [PATCH] i386, apic: clean up the APIC code by Thomas Gleixner · 18 years ago
  66. d66bea5 [PATCH] Allow early access to the power management timer by Thomas Gleixner · 18 years ago
  67. 07190a0 [PATCH] Mark TSC on GeodeLX reliable by Marcelo Tosatti · 18 years ago
  68. 5d8b34f [PATCH] clocksource: Add verification (watchdog) helper by Thomas Gleixner · 18 years ago
  69. 7e69f2b [PATCH] clocksource: Remove the update callback by Thomas Gleixner · 18 years ago
  70. 73b08d2 [PATCH] clocksource: replace is_continuous by a flag field by Thomas Gleixner · 18 years ago
  71. 95492e4 [PATCH] x86: rewrite SMP TSC sync code by Ingo Molnar · 18 years ago
  72. 92c7e00 [PATCH] Simplify the registration of clocksources by Thomas Gleixner · 18 years ago
  73. 26a08eb [PATCH] i386 Remove useless code in tsc.c by Thomas Gleixner · 18 years ago
  74. c1d370e [PATCH] i386: use GTOD persistent clock support by John Stultz · 18 years ago
  75. 950f442 [PATCH] Add irq flag to disable balancing for an interrupt by Thomas Gleixner · 18 years ago
  76. b463fc6 [PATCH] vmi-versus-hrtimers by Andrew Morton · 18 years ago
  77. 2b8c0e1 [CPUFREQ] Longhaul - Redo Longhaul ver. 2 by Rafa³ Bilski · 18 years ago
  78. b6f45a4 [CPUFREQ] EPS - Correct 2nd brand test by Rafa³ Bilski · 18 years ago
  79. 22c5ace [PATCH] i386: Fix broken CONFIG_COMPAT_VDSO on i386 by Jan Beulich · 18 years ago
  80. 98838ec [PATCH] i386: fix 32-bit ioctls on x64_32 by Giuliano Procida · 18 years ago
  81. 62cc4939 [PATCH] x86: Unify pcspeaker platform device code between i386/x86-64 by Andi Kleen · 18 years ago
  82. 40d22c1 [PATCH] i386: Remove extern declaration from mm/discontig.c, put in header. by Rusty Russell · 18 years ago
  83. 2a57ff1 [PATCH] i386: Rename cpu_gdt_descr and remove extern declaration from smpboot.c by Rusty Russell · 18 years ago
  84. 105fddb [PATCH] i386: Move mce_disabled to asm/mce.h by Rusty Russell · 18 years ago
  85. 992af68 [PATCH] i386: paravirt unhandled fallthrough by Rusty Russell · 18 years ago
  86. 9fbbd4d [PATCH] x86: Don't require the vDSO for handling a.out signals by Andi Kleen · 18 years ago
  87. 120fad7 [PATCH] i386: Fix Cyrix MediaGX detection by Alan · 18 years ago
  88. 7de6d36 [PATCH] i386: Fix warning in cpu initialization by Andi Kleen · 18 years ago
  89. 2ba1ff2 [PATCH] i386: Fix warning in microcode.c by Andi Kleen · 18 years ago
  90. 0a4599c [PATCH] x86: Enable NMI watchdog for AMD Family 0x10 CPUs by Andi Kleen · 18 years ago
  91. f790cd3 [PATCH] x86: Add new CPUID bits for AMD Family 10 CPUs in /proc/cpuinfo by Andi Kleen · 18 years ago
  92. 1a1eecd [PATCH] i386: Remove fastcall in paravirt.[ch] by Andi Kleen · 18 years ago
  93. bcde1eb [PATCH] i386: geode configuration fixes by TAKADA Yoshihito · 18 years ago
  94. 86c4183 [PATCH] i386: add option to show more code in oops reports by Chuck Ebbert · 18 years ago
  95. a4af60a [PATCH] i386: Remove unused kernel config option X86_XADD by Robert P. J. Day · 18 years ago
  96. 47a55cd [PATCH] i386: entry.S END/ENDPROC annotations by Jan Beulich · 18 years ago
  97. 2632f01 [PATCH] i386: support Classic MediaGXm by takada · 18 years ago
  98. 3101673 [PATCH] i386: avoid gcc extension by Randy Dunlap · 18 years ago
  99. 30b82ea [PATCH] i386: All Transmeta CPUs have constant TSCs by H. Peter Anvin · 18 years ago
  100. 5d0e600 [PATCH] x86: fix laptop bootup hang in init_acpi() by Ingo Molnar · 18 years ago