1. e1afc3f [PATCH] x86: avoid wasting IRQs patch update by Natalie.Protasevich@unisys.com · 19 years ago
  2. 94d2ac6 [PATCH] mm: Ensure proper alignment for node_remap_start_pfn by Ravikiran G Thirumalai · 19 years ago
  3. 590f47a Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 19 years ago
  4. 094ce7f arch/i386/kernel/cpu/cpufreq/powernow-k8.c: In function `powernow_k8_cpu_init_acpi': by Dave Jones · 19 years ago
  5. e7b47cc [PATCH] i386 machine_kexec: Cleanup inline assembly by Eric W. Biederman · 19 years ago
  6. 2bcad93 Fix up powernow-k8 compile. (Missing definitions). by Dave Jones · 19 years ago
  7. 33ac02a Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 19 years ago
  8. e1474e2 [PATCH] re-disable TSC on NUMAQ by Dave Hansen · 19 years ago
  9. e2cac78 [PATCH] x86_64: When running cpuid4 need to run on the correct CPU by Andi Kleen · 19 years ago
  10. 7153d96 powernow-k8.c: In function `query_current_values_with_pending_wait': by Dave Jones · 19 years ago
  11. 841e40b Opteron revision F will support higher frequencies than by Dave Jones · 19 years ago
  12. 03938c3 powernow-k8 requires that a data structure for by Dave Jones · 19 years ago
  13. ac12259 [PATCH] Fix incorrect Asus k7m irq router detection by Giancarlo Formicuccia · 19 years ago
  14. 71ae18e [PATCH] sys_get_thread_area does not clear the returned argument by Blaisorblade · 19 years ago
  15. dab175f [PATCH] i386: add missing Kconfig help text by Adrian Bunk · 19 years ago
  16. 7657e20 [PATCH] Fix warning in powernow-k8.c by Brian Gerst · 19 years ago
  17. 910de55 [PATCH] APM: Remove redundant call to set_cpus_allowed by Eric W. Biederman · 19 years ago
  18. 4fa2564 [PATCH] i386 machine_power_off cleanup by Eric W. Biederman · 19 years ago
  19. d8e392e [PATCH] machine_shutdown: Typo fix to actually allow specifying which cpu to reboot on by Eric W. Biederman · 19 years ago
  20. 4a1421f [PATCH] i386: Implement machine_emergency_reboot by Eric W. Biederman · 19 years ago
  21. 59586e5 [PATCH] Don't export machine_restart, machine_halt, or machine_power_off. by Eric W. Biederman · 19 years ago
  22. 72538d8 Remove "noreplacement" kernel command line option. by Linus Torvalds · 19 years ago
  23. 8ed1383 x86: make restore_fpu() use alternative assembler instructions by Linus Torvalds · 19 years ago
  24. b339a18 Fix up incorrect "unlikely()" on %gs reload in x86 __switch_to by Linus Torvalds · 19 years ago
  25. 35e422c [PATCH] visws: reexport pm_power_off by Alexey Dobriyan · 19 years ago
  26. 153f805 [PATCH] fix voyager subarchitecture EXPORT_SYMBOL breakage caused by i386_ksym reduction by James Bottomley · 19 years ago
  27. 0eeca28 [PATCH] inotify by Robert Love · 19 years ago
  28. 5028770 [ACPI] merge acpi-2.6.12 branch into latest Linux 2.6.13-rc... by Len Brown · 19 years ago
  29. 02df8b9 [ACPI] enable C2 and C3 idle power states on SMP by Venkatesh Pallipadi · 20 years ago
  30. 9d94377 [ACPI] S3 resume -- use lgdtl, not lgdt by Nickolai Zeldovich · 20 years ago
  31. d5950b4 [NET]: add a top-level Networking menu to *config by Sam Ravnborg · 19 years ago
  32. c9c3e45 [ACPI] PNPACPI vs sound IRQ by David Shaohua Li · 20 years ago
  33. 6c03652 [PATCH] mostly_read data section by Christoph Lameter · 19 years ago
  34. 3b520b2 [PATCH] MTRR suspend/resume cleanup by Shaohua Li · 19 years ago
  35. c23a4e9 [PATCH] iounmap debugging by Andrew Morton · 19 years ago
  36. 6772926 [PATCH] kprobes: fix namespace problem and sparc64 build by Rusty Lynch · 19 years ago
  37. 7586585 [PATCH] PCI: clean up dynamic pci id logic by Greg Kroah-Hartman · 19 years ago
  38. 299de03 [PATCH] PCI: pci_assign_unassigned_resources() on x86 by Ivan Kokshaysky · 19 years ago
  39. 306e440 [PATCH] x86: i8253/i8259A lock cleanup by Ingo Molnar · 19 years ago
  40. a8f5034 [PATCH] coverity: i386: build.c: negative return to unsigned fix by KAMBAROV, ZAUR · 19 years ago
  41. 8644d2a Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Greg KH · 19 years ago
  42. d57e26c [PATCH] PCI: use the MCFG table to properly access pci devices (i386) by Greg Kroah-Hartman · 19 years ago
  43. 5454939 [PATCH] PCI: add proper MCFG table parsing to ACPI core. by Greg Kroah-Hartman · 19 years ago
  44. b1bb248 [PATCH] ACPI based I/O APIC hot-plug: add interfaces by Kenji Kaneshige · 20 years ago
  45. c431ada [PATCH] acpi bridge hotadd: ACPI based root bridge hot-add by Rajesh Shah · 20 years ago
  46. 120bb42 [PATCH] PCI Allow OutOfRange PIRQ table address by jayalk@intworks.biz · 20 years ago
  47. 4bdbd37 [PATCH] Return probe redesign: i386 specific changes by Rusty Lynch · 19 years ago
  48. ffaa8bd [PATCH] seccomp: tsc disable by Andrea Arcangeli · 19 years ago
  49. 22e2c50 [PATCH] Update cfq io scheduler to time sliced design by Jens Axboe · 19 years ago
  50. 6f0dcb7 Fix up try_to_freeze() usage in arch/i386/kernel/signal.c by Linus Torvalds · 19 years ago
  51. 2031d0f Merge Christoph's freeze cleanup patch by Linus Torvalds · 19 years ago
  52. 3e1d1d2 [PATCH] Cleanup patch for process freezing by Christoph Lameter · 19 years ago
  53. f90e718 [PATCH] printk: arch/i386/mm/pgtable.c by Christophe Lucas · 19 years ago
  54. ee48dd5 [PATCH] printk: arch/i386/mm/ioremap.c by Christophe Lucas · 19 years ago
  55. 9e84d1c [PATCH] i386: cleanup boot_cpu_logical_apicid variables by Adrian Bunk · 19 years ago
  56. f454944 [PATCH] x86_64: coding style and whitespace fixups by Domen Puncer · 19 years ago
  57. 4ae6673 [PATCH] get rid of redundant NULL checks before kfree() in arch/i386/ by Jesper Juhl · 19 years ago
  58. 40086ea [PATCH] arch/i386/crypto/aes.c: fix sparse warnings by Domen Puncer · 19 years ago
  59. c7c5844 [PATCH] arch/i386/mm/fault.c: fix sparse warnings by Domen Puncer · 19 years ago
  60. 77617bd [PATCH] arch/i386/kernel/apm.c: fix sparse warnings by Domen Puncer · 19 years ago
  61. 3f3ae34 [PATCH] arch/i386/kernel/traps.c: fix sparse warnings by Domen Puncer · 19 years ago
  62. 72414d3 [PATCH] kexec code cleanup by Maneesh Soni · 19 years ago
  63. 4f339ec [PATCH] kdump: Save trap information for later analysis by Alexander Nyberg · 19 years ago
  64. 6e274d1 [PATCH] kdump: Use real pt_regs from exception by Alexander Nyberg · 19 years ago
  65. 2030eae [PATCH] Retrieve elfcorehdr address from command line by Vivek Goyal · 19 years ago
  66. 60e64d4 [PATCH] kdump: Routines for copying dump pages by Vivek Goyal · 19 years ago
  67. 5f01645 [PATCH] kdump: Kconfig by Vivek Goyal · 19 years ago
  68. 92aa63a [PATCH] kdump: Retrieve saved max pfn by Vivek Goyal · 19 years ago
  69. a3ea8ac [PATCH] Kexec: Kexec on panic fix with nmi watchdog enabled by Vivek Goyal · 19 years ago
  70. 4d55476 [PATCH] kdump: NMI handler segment selector, stack pointer fix by Vivek Goyal · 19 years ago
  71. 625f1c8 [PATCH] Kdump: Export crash notes section address through sysfs by Vivek Goyal · 19 years ago
  72. 1bc3b91 [PATCH] crashdump: x86 crashkernel option by Eric W. Biederman · 19 years ago
  73. 63d3029 [PATCH] kexec: x86 shutdown APICs during crash_shutdown by Eric W. Biederman · 19 years ago
  74. 2c818b4 [PATCH] kexec: x86: snapshot registers during crash shutdown by Eric W. Biederman · 19 years ago
  75. c4ac426 [PATCH] crashdump: x86: add NMI handler to capture other CPUs by Eric W. Biederman · 19 years ago
  76. 5033cba [PATCH] kexec: x86 kexec core by Eric W. Biederman · 19 years ago
  77. dd2a130 [PATCH] kexec: x86: factor out apic shutdown code by Eric W. Biederman · 19 years ago
  78. 8a91908 [PATCH] kexec: reserve Bootmem fix for booting nondefault location kernel by Vivek Goyal · 19 years ago
  79. 3d345e3 [PATCH] kexec: x86: add CONFIG_PYSICAL_START by Eric W. Biederman · 19 years ago
  80. ad0d75e [PATCH] kexec: x86: vmlinux: fix physical addresses by Eric W. Biederman · 19 years ago
  81. 650927e [PATCH] kexec: x86: resture apic virtual wire mode on shutdown by Eric W. Biederman · 19 years ago
  82. cee5dab [PATCH] kexec: x86: i8259 shutdown: disable interrupts by Eric W. Biederman · 19 years ago
  83. 9635b47 [PATCH] kexec: x86: local apic fix by Eric W. Biederman · 19 years ago
  84. cc19ca8 [PATCH] consolidate PREEMPT options into kernel/Kconfig.preempt by Ingo Molnar · 19 years ago
  85. 8d783b3 [PATCH] swsusp: clean assembly parts by Pavel Machek · 19 years ago
  86. 648be31 [PATCH] swsusp: kill config_pm_disk by Pavel Machek · 19 years ago
  87. 5a72e04 [PATCH] suspend/resume SMP support by Li Shaohua · 19 years ago
  88. 76e4f66 [PATCH] x86_64: CPU hotplug support by Ashok Raj · 19 years ago
  89. e1367da [PATCH] cpu state clean after hot remove by Li Shaohua · 19 years ago
  90. 0bb3184 [PATCH] init call cleanup by Li Shaohua · 19 years ago
  91. d720803 [PATCH] sibling map initializing rework by Li Shaohua · 19 years ago
  92. 6fe940d [PATCH] sep initializing rework by Li Shaohua · 19 years ago
  93. 67664c8 [PATCH] i386: Dont use IPI broadcast when using cpu hotplug. by Ashok Raj · 19 years ago
  94. f370513 [PATCH] i386 CPU hotplug by Zwane Mwaikambo · 19 years ago
  95. d92de65 [PATCH] variable overflow after hundreds round of hotplug CPU by Shaohua Li · 19 years ago
  96. a13db56 [PATCH] CPU hotplug: fix hpet sectioning by Shaohua Li · 19 years ago
  97. 1249c51 [PATCH] dmi: spring cleanup by Andrey Panin · 19 years ago
  98. b625883 [PATCH] dmi: remove central blacklist by Andrey Panin · 19 years ago
  99. 0f8133a [PATCH] dmi: move ACPI sleep quirk by Andrey Panin · 19 years ago
  100. aea0014 [PATCH] dmi: move ACPI boot quirk by Andrey Panin · 19 years ago