1. 9096bd7 x86: restrict keyboard io ports reservation to make ipmi driver work by Helge Wagner · 18 years ago
  2. 0cf1bfd x86: KVM guest: add basic paravirt support by Marcelo Tosatti · 18 years ago
  3. 790c73f x86: KVM guest: paravirtualized clocksource by Glauber de Oliveira Costa · 18 years ago
  4. 356fa0c x86: use get_bios_ebda() by Akinobu Mita · 18 years ago
  5. a4928cf "make namespacecheck" fixes by Ingo Molnar · 18 years ago
  6. e80ab41 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 18 years ago
  7. 138fe4e Firmware: add iSCSI iBFT Support by Konrad Rzeszutek · 18 years ago
  8. fa5c463 x86: rename find_max_pfn() to propagate_e820_map() by Ingo Molnar · 18 years ago
  9. e44b7b7 x86: move suspend wakeup code to C by Pavel Machek · 18 years ago
  10. 0c254e3 x86: move def_to_bigsmp to setup_32.c by Alexey Starikovskiy · 18 years ago
  11. ce3fe6b x86: use get_bios_ebda in mpparse_64.c by Alexey Starikovskiy · 18 years ago
  12. ccf8208 x86: initialize map pointers in setup_32.c by Glauber de Oliveira Costa · 18 years ago
  13. 537d916 x86: coding style fixes to arch/x86/kernel/setup_32.c by Paolo Ciarrocchi · 18 years ago
  14. 2fde61f x86: reserve end-of-conventional-memory to 1MB, 32-bit, use paravirt_enabled by Alexander van Heukelum · 18 years ago
  15. dedd04b x86: reserve end-of-conventional-memory to 1MB on 32-bit by Alexander van Heukelum · 18 years ago
  16. 76c32418 x86: fix trim mtrr not to setup_memory two times by Yinghai Lu · 18 years ago
  17. 08cd93f remove mca-pentium by Adrian Bunk · 18 years ago
  18. 551889a x86: construct 32-bit boot time page tables in native format. by Ian Campbell · 18 years ago
  19. 72a7fe3 Introduce flags for reserve_bootmem() by Bernhard Walle · 18 years ago
  20. f212ec4 x86: early boot debugging via FireWire (ohci1394_dma=early) by Bernhard Kaindl · 18 years ago
  21. a382806 x86: fixes some bugs about EFI memory map handling by Huang, Ying · 18 years ago
  22. beacfaa x86 32-bit boot: rename bt_ioremap() to early_ioremap() by Huang, Ying · 18 years ago
  23. 0947b2f i386 boot: replace boot_ioremap with enhanced bt_ioremap - enhance bt_ioremap by Huang, Ying · 18 years ago
  24. 093af8d x86_32: trim memory by updating e820 by Yinghai Lu · 18 years ago
  25. 1353025 x86: convert some existing cpuid disable options to new generic bitmap by Andi Kleen · 18 years ago
  26. cf8fa92 i386: handle an initrd in highmem (version 2) by H. Peter Anvin · 18 years ago
  27. 6d7d743 x86 boot : export boot_params via debugfs for debugging by Huang, Ying · 18 years ago
  28. 8b2cb7a x86: 32-bit EFI runtime service support: fixes in sync with 64-bit support by Huang, Ying · 18 years ago
  29. 2215e69 x86 boot: use E820 memory map on EFI 32 platform by Huang, Ying · 18 years ago
  30. e429795 x86: EFI runtime service support: remove duplicated code from efi_32.c by Huang, Ying · 18 years ago
  31. 53756d3 x86: add set/clear_cpu_cap operations by Jeremy Fitzhardinge · 18 years ago
  32. c9cce83 x86: remove extern declarations for code, data, bss resources by Bernhard Walle · 18 years ago
  33. 376ff03 x86: move acpi and pci declarations by Thomas Gleixner · 18 years ago
  34. b02aae9 x86: provide a DMI based port 0x80 I/O delay override. by Rene Herman · 18 years ago
  35. 3d054f0 x86_32: disable_pse must be __cpuinitdata by Adrian Bunk · 19 years ago
  36. f1aa14b x86: kernel/setup_32.c: unexport machine_id by Adrian Bunk · 19 years ago
  37. 00bf409 kexec: add BSS to resource tree by Bernhard Walle · 19 years ago
  38. c00046c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 19 years ago
  39. 27b46d7 spelling fixes: arch/i386/ by Simon Arlott · 19 years ago
  40. 60812a4 Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86 by Linus Torvalds · 19 years ago
  41. d62cc47 Use extended crashkernel command line on i386 by Bernhard Walle · 19 years ago
  42. 54ef340 x86: Unify i386 and x86-64 early quirks by Andi Kleen · 19 years ago
  43. 30c8264 [x86] remove uses of magic macros for boot_params access by H. Peter Anvin · 19 years ago
  44. 835c34a Delete filenames in comments. by Dave Jones · 19 years ago
  45. 9a163ed i386: move kernel by Thomas Gleixner · 19 years ago[Renamed from arch/i386/kernel/setup_32.c]
  46. 549c64a i386: prepare shared kernel/setup.c by Thomas Gleixner · 19 years ago[Renamed from arch/i386/kernel/setup.c]
  47. 673d5b4 ACPI: restore CONFIG_ACPI_SLEEP by Len Brown · 19 years ago
  48. e8b2fd0 ACPI: Kconfig: remove CONFIG_ACPI_SLEEP from source by Len Brown · 19 years ago
  49. c673f1a i386: divorce CONFIG_X86_PAE from CONFIG_HIGHMEM64G by William Lee Irwin III · 19 years ago
  50. 1c10070 i386: do not restore reserved memory after hibernation by Rafael J. Wysocki · 19 years ago
  51. 10079ae i386: remapped_pgdat_init() static by Adrian Bunk · 19 years ago
  52. 6996d3b paravirt: add a hook for once the allocator is ready by Jeremy Fitzhardinge · 19 years ago
  53. 48c7ae6 Make struct boot_params a real structure, and remove obsolete fields by H. Peter Anvin · 19 years ago
  54. 6bb74df [PATCH] clocksource init adjustments (fix bug #7426) by john stultz · 19 years ago
  55. 62cc4939 [PATCH] x86: Unify pcspeaker platform device code between i386/x86-64 by Andi Kleen · 19 years ago
  56. 7ce0bcf [PATCH] i386: vMI backend for paravirt-ops by Zachary Amsden · 19 years ago
  57. 4e498b6 [PATCH] Dynamic kernel command-line: i386 by Alon Bar-Lev · 19 years ago
  58. 88d2032 [PATCH] i386: Convert some functions to __init to avoid MODPOST warnings by Vivek Goyal · 19 years ago
  59. 4a5d107 [PATCH] i386: cpu hotplug/smpboot misc MODPOST warning fixes by Vivek Goyal · 19 years ago
  60. 5c95da9 [PATCH] compile error of register_memory() by Yasunori Goto · 20 years ago
  61. 4522d58 Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 by Linus Torvalds · 20 years ago
  62. 19e5d9c [PATCH] initrd: remove unused false condition for initrd_start by Henry Nestler · 20 years ago
  63. d3561b7 [PATCH] paravirt: header and stubs for paravirtualisation by Rusty Russell · 20 years ago
  64. cef518e [PATCH] i386: Move memory map printing and other code to e820.c by bibo,mao · 20 years ago
  65. b5b2405 [PATCH] i386: Move e820/efi memmap walking code to e820.c by bibo,mao · 20 years ago
  66. b2dff6a [PATCH] i386: Move find_max_pfn function to e820.c by bibo,mao · 20 years ago
  67. 8e3342f [PATCH] i386: create e820.c for e820 map sanitize and copy function by bibo,mao · 20 years ago
  68. 269c2d8 [PATCH] i386: i386 create e820.c to handle standard io/mem resources by bibo,mao · 20 years ago
  69. 8621b81 [PATCH] i386: Reserve kernel memory starting from _text by Eric W. Biederman · 20 years ago
  70. ae74589 [PATCH] fix efi_memory_present_wrapper() by bibo,mao · 20 years ago
  71. 6391af1 [PATCH] mm: use symbolic names instead of indices for zone initialisation by Mel Gorman · 20 years ago
  72. b9629b8 [PATCH] i386: replace intermediate array-size definitions with ARRAY_SIZE() by Bjorn Helgaas · 20 years ago
  73. 4cfee88 [PATCH] Have x86 use add_active_range() and free_area_init_nodes by Mel Gorman · 20 years ago
  74. b278240 Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 by Linus Torvalds · 20 years ago
  75. 461a9af [PATCH] x86: add a bootparameter to reserve high linear address space by Zachary Amsden · 20 years ago
  76. f06a968 [PATCH] reduce MAX_NR_ZONES: fix MAX_NR_ZONES array initializations by Christoph Lameter · 20 years ago
  77. 9102330 [PATCH] convert i386 NUMA KVA space to bootmem by keith mannthey · 20 years ago
  78. f157cbb [PATCH] i386/x86-64: Make all early PCI scans dependent on CONFIG_PCI by Andi Kleen · 20 years ago
  79. df3bb57 [PATCH] i386/x86-64: Move acpi_disabled variables into acpi/boot.c by Andi Kleen · 20 years ago
  80. 1a3f239 [PATCH] i386: Replace i386 open-coded cmdline parsing with by Rusty Russell · 20 years ago
  81. ba9c231 [PATCH] i386: initialize end-of-memory variables as early as possible by Jan Beulich · 20 years ago
  82. 79e453d Revert mmiocfg heuristics and blacklist changes by Linus Torvalds · 20 years ago
  83. 11012d4 [PATCH] x86: Revert e820 MCFG heuristics by Andi Kleen · 20 years ago
  84. a754607 [PATCH] Fix a memory leak in the i386 setup code by Catalin Marinas · 20 years ago
  85. 894673e [PATCH] tty: Remove include of screen_info.h from tty.h by Jon Smirl · 20 years ago
  86. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 20 years ago
  87. 8793747 [PATCH] i386: export memory more than 4G through /proc/iomem by Vivek Goyal · 20 years ago
  88. 539eb11 [PATCH] Time: i386 Conversion - part 2: Rework TSC Support by john stultz · 20 years ago
  89. 3448097 Revert "swsusp special saveable pages support" commits by Linus Torvalds · 20 years ago
  90. e75eac3 [PATCH] Clean up and refactor i386 sub-architecture setup by Jeremy Fitzhardinge · 20 years ago
  91. b6370d9 [PATCH] swsusp: i386 mark special saveable/unsaveable pages by Shaohua Li · 20 years ago
  92. d44647b [PATCH] Fix HPET operation on 32-bit NVIDIA platforms by Andy Currid · 20 years ago
  93. 9be2f7c Revert "[PATCH] i386: export: memory more than 4G through /proc/iomem" by Linus Torvalds · 20 years ago
  94. 5871aa6 [PATCH] i386: Fix overflow in e820_all_mapped by Andi Kleen · 20 years ago
  95. 66004a6 Move request_standard_resources() back to before PCI probing by Linus Torvalds · 20 years ago
  96. 9522236 [PATCH] x86_64: Introduce e820_all_mapped by Arjan van de Ven · 20 years ago
  97. 95d465f Manual merge with Linus. by Dmitry Torokhov · 20 years ago
  98. 22a9835 [PATCH] unify PFN_* macros by Dave Hansen · 20 years ago
  99. 23dd842 [PATCH] EFI fixes by Tolentino, Matthew E · 20 years ago
  100. 10dbe19 [PATCH] i386: export: memory more than 4G through /proc/iomem by Vivek Goyal · 20 years ago