1. 28aa483 x86: Fix discontigmem + non-HIGHMEM compile by Linus Torvalds · 17 years ago
  2. 1ca9bc4 Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 17 years ago
  3. 6a3ee3d i386: fix voyager build by Jeremy Fitzhardinge · 17 years ago
  4. 297d9c0 i386: move common parts of smp into their own file by Jeremy Fitzhardinge · 17 years ago
  5. 99fbe1a [CPUFREQ] Correct revision mask for powernow-k8 by Dave Jones · 17 years ago
  6. faa8b6c Revert "ipmi: add new IPMI nmi watchdog handling" by Linus Torvalds · 17 years ago
  7. dc2585e [CPUFREQ] powernow-k7: fix MHz rounding issue with perflib by Daniel Drake · 17 years ago
  8. 30046e5 [CPUFREQ] Support rev H AMD64s in powernow-k8 by Dave Jones · 17 years ago
  9. f1d1a84 SLUB: i386 support by Christoph Lameter · 17 years ago
  10. fd0581b i386: Fix compilation of verify_cpu.S on old binutils by Andi Kleen · 17 years ago
  11. fdb902b signal/timer/event: eventfd wire up x86 arches by Davide Libenzi · 17 years ago
  12. 57ac889 signal/timer/event: timerfd wire up x86 arches by Davide Libenzi · 17 years ago
  13. 2121e24 signal/timer/event: signalfd wire up x86 arches by Davide Libenzi · 17 years ago
  14. 5a18c92 Revert "[PATCH] paravirt: Add startup infrastructure for paravirtualization" by Eric W. Biederman · 17 years ago
  15. 9a9136e Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 17 years ago
  16. 21c42bd i386: cpu/transmeta.c: fix definition of USER686 by H. Peter Anvin · 17 years ago
  17. affd872 i386: voyager: use __maybe_unused by David Rientjes · 17 years ago
  18. f6744c0 i386 pci: use __maybe_unused by David Rientjes · 17 years ago
  19. c9f4f06 wrap access to thread_info by Roman Zippel · 17 years ago
  20. 455c017 microcode: use suspend-related CPU hotplug notifications by Rafael J. Wysocki · 17 years ago
  21. 8bb7844 Add suspend-related notifications for CPU hotplug by Rafael J. Wysocki · 17 years ago
  22. a36166c Use the APIC to determine the hardware processor id - i386 by Fernando Luis Vazquez Cao · 17 years ago
  23. 5886269 fix file specification in comments by Uwe Kleine-König · 17 years ago
  24. fd2dbc9 Kconfig: A couple of grammatical fixes in arch/i386/Kconfig by Robert P. J. Day · 17 years ago
  25. 3dde6ad Fix trivial typos in Kconfig* files by David Sterba · 17 years ago
  26. 01e73be Revert "fbdev: ignore VESA modes if framebuffer is disabled" by Linus Torvalds · 17 years ago
  27. 36f021b Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 by Linus Torvalds · 17 years ago
  28. 464bdd3 fbdev: ignore VESA modes if framebuffer is disabled by Antonino A. Daplas · 17 years ago
  29. 7e92b4f x86, serial: convert legacy COM ports to platform devices by Bjorn Helgaas · 17 years ago
  30. b34942f Add IRQF_IRQPOLL flag on i386 by Bernhard Walle · 17 years ago
  31. bf8f6e5 Kprobes: The ON/OFF knob thru debugfs by Ananth N Mavinakayanahalli · 17 years ago
  32. 4c4308c kprobes: kretprobes simplifications by Christoph Hellwig · 17 years ago
  33. 1c710c8 utimensat implementation by Ulrich Drepper · 17 years ago
  34. b247e8a dma_declare_coherent_memory wrong allocation by Guennadi Liakhovetski · 17 years ago
  35. c991938 apm: fix incorrect comment by Alan Cox · 17 years ago
  36. 873ec74 EFI: warn only for pre-1.00 system tables by Bjorn Helgaas · 17 years ago
  37. 0f95b7f Kprobes: print details of kretprobe on assertion failure by Ananth N Mavinakayanahalli · 17 years ago
  38. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  39. 1eeb66a move die notifier handling to common code by Christoph Hellwig · 17 years ago
  40. f64da95 ipmi: add new IPMI nmi watchdog handling by Corey Minyard · 17 years ago
  41. 0e6b9c9 use SLAB_PANIC flag cleanup by Akinobu Mita · 17 years ago
  42. 78a62d2 i386: Use functions from library in msr driver by Nicolas Boichat · 17 years ago
  43. 4e9baad i386: Add safe variants of rdmsr_on_cpu and wrmsr_on_cpu by Rudolf Marek · 17 years ago
  44. 5a8130f get_unmapped_area handles MAP_FIXED on i386 by Benjamin Herrenschmidt · 17 years ago
  45. 81819f0 SLUB core by Christoph Lameter · 17 years ago
  46. e3ebadd Revert "[PATCH] x86: __pa and __pa_symbol address space separation" by Linus Torvalds · 17 years ago
  47. ea62ccd Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 by Linus Torvalds · 17 years ago
  48. fabb5c4 Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/voyager-2.6 by Linus Torvalds · 17 years ago
  49. 89661ad Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 17 years ago
  50. ded1504 Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 17 years ago
  51. f14e313 PCI: add debug information to resource collision message by Chuck Ebbert · 17 years ago
  52. 7fe3730 MSI: arch must connect the irq and the msi_desc by Michael Ellerman · 17 years ago
  53. f282b97 msi: introduce ARCH_SUPPORTS_MSI Kconfig option (rev2) by Dan Williams · 17 years ago
  54. 40ee9e9 PCI: fix sysfs rom file creation for BIOS ROM shadows by Jesse Barnes · 18 years ago
  55. 6473d16 PCI: Cleanup the includes of <linux/pci.h> by Jean Delvare · 18 years ago
  56. 35060b6 [PATCH] i386: Don't delete cpu_devs data to identify different x86 types in late_initcall by Thomas Renninger · 17 years ago
  57. a319334 [PATCH] i386: type may be unused by David Rientjes · 17 years ago
  58. b5229db [PATCH] i386: Some additional chipset register values validation. by Olivier Galibert · 17 years ago
  59. 6c2af35 [PATCH] i386: Add missing !X86_PAE dependincy to the 2G/2G split. by Bill Irwin · 17 years ago
  60. 1306383 [PATCH] i386: Drop noisy e820 debugging printks by Andi Kleen · 17 years ago
  61. c812d6c [PATCH] i386: Remove copy_*_user BUG_ONs for (size < 0) by Andi Kleen · 17 years ago
  62. ec1180d [PATCH] i386: Little cleanups in smpboot.c by Andi Kleen · 17 years ago
  63. 3aefbe0 [PATCH] i386: Implement X86_FEATURE_SYNC_RDTSC on i386 by Andi Kleen · 17 years ago
  64. c7f81c9 [PATCH] i386: Verify important CPUID bits in real mode by Andi Kleen · 17 years ago
  65. 484ad39 [PATCH] i386: Drop -traditional in arch/i386/boot by Andi Kleen · 17 years ago
  66. 09198e6 [PATCH] i386: Clean up NMI watchdog code by Andi Kleen · 17 years ago
  67. 889f21c [PATCH] i386: fix wrong comment for syscall stack layout by Andi Kleen · 17 years ago
  68. f26d6a2 [PATCH] i386: convert to the kthread API by Eric W. Biederman · 17 years ago
  69. df3624a [PATCH] i386: remove xtime_lock'ing around cpufreq notifier by Daniel Walker · 17 years ago
  70. 2f3c30e [PATCH] i386: check capability by Joachim Deguara · 17 years ago
  71. 1bdae45 [PATCH] i386: clean up flush_tlb_others fn by Keshavamurthy, Anil S · 17 years ago
  72. 62dbc21 [PATCH] i386: replace spin_lock_irqsave with spin_lock by Hisashi Hifumi · 17 years ago
  73. e8a72ff [PATCH] i386: avoid checking for cpu gone when CONFIG_HOTPLUG_CPU not defined by Keshavamurthy, Anil S · 17 years ago
  74. 0260c19 [PATCH] i386: PARAVIRT: fix startup_ipi_hook config dependency by Jeremy Fitzhardinge · 17 years ago
  75. 25c16b9 [PATCH] i386: fix mtrr sections by Randy Dunlap · 17 years ago
  76. f5efb41 [PATCH] i386: Use safe_apic_wait_icr_idle in safe_apic_wait_icr_idle - i386 by Fernando Luis [** ISO-8859-1 charset **] VázquezCao · 17 years ago
  77. 45ae5e9 [PATCH] i386: __send_IPI_dest_field - i386 by Fernando Luis [** ISO-8859-1 charset **] VázquezCao · 17 years ago
  78. 4312fa8 [PATCH] i386: use safe_apic_wait_icr_idle in smpboot.c by Fernando Luis VazquezCao · 17 years ago
  79. ae08e43 [PATCH] i386: use safe_apic_wait_icr_idle - i386 by Fernando Luis VazquezCao · 17 years ago
  80. f2b218d [PATCH] i386: safe_apic_wait_icr_idle - i386 by Fernando Luis VazquezCao · 17 years ago
  81. de938c5 [PATCH] i386: Enable support for fixed-range IORRs to keep RdMem & WrMem in sync by Bernhard Kaindl · 17 years ago
  82. 3ebad59 [PATCH] x86: Save and restore the fixed-range MTRRs of the BSP when suspending by Bernhard Kaindl · 17 years ago
  83. 2b1f627 [PATCH] x86: Save the MTRRs of the BSP before booting an AP by Bernhard Kaindl · 17 years ago
  84. 2b3b483 [PATCH] x86: Adds mtrr_save_fixed_ranges() for use in two later patches. by Bernhard Kaindl · 17 years ago
  85. 03df4f6 [PATCH] i386: Clean up ELF note generation by Jeremy Fitzhardinge · 17 years ago
  86. 21564fd [PATCH] i386: PARAVIRT: Export paravirt_ops for non GPL modules too by Andi Kleen · 17 years ago
  87. 441d40d [PATCH] x86: PARAVIRT: Jeremy Fitzhardinge <jeremy@goop.org> by Jeremy Fitzhardinge · 17 years ago
  88. e0bb864 [PATCH] i386: Convert VMI timer to use clock events by Zachary Amsden · 17 years ago
  89. eeef9c6 [PATCH] i386: Implement vmi_kmap_atomic_pte by Zachary Amsden · 17 years ago
  90. 9f53a72 [PATCH] i386: Now that the VDSO can be relocated, we can support it in VMI configurations. by Zachary Amsden · 17 years ago
  91. 1842000 [PATCH] i386: Clean up arch/i386/kernel/cpu/mcheck/p4.c by Zachary Amsden · 17 years ago
  92. 959b4fd [PATCH] i386: PARAVIRT: Allow boot-time disable of paravirt_ops patching by Jeremy Fitzhardinge · 17 years ago
  93. 752783c [PATCH] i386: In compat mode, the return value here was uninitialized. by Zachary Amsden · 17 years ago
  94. 9ce8c2e [PATCH] i386: map enough initial memory to create lowmem mappings by Jeremy Fitzhardinge · 17 years ago
  95. c5413fb [PATCH] i386: Fix UP gdt bugs by Jeremy Fitzhardinge · 17 years ago
  96. 7c3576d [PATCH] i386: Convert PDA into the percpu section by Jeremy Fitzhardinge · 17 years ago
  97. 7a61d35 [PATCH] i386: Page-align the GDT by Jeremy Fitzhardinge · 17 years ago
  98. 35c7422 [PATCH] x86: deflate stack usage in lib/inflate.c by Jeremy Fitzhardinge · 17 years ago
  99. 4cdd9c8 [PATCH] i386: PARAVIRT: drop unused ptep_get_and_clear by Jeremy Fitzhardinge · 17 years ago
  100. 7b2f27f [PATCH] i386: PARAVIRT: flush lazy mmu updates on kunmap_atomic by Jeremy Fitzhardinge · 17 years ago