1. 551889a x86: construct 32-bit boot time page tables in native format. by Ian Campbell · 17 years ago
  2. 72a7fe3 Introduce flags for reserve_bootmem() by Bernhard Walle · 17 years ago
  3. f212ec4 x86: early boot debugging via FireWire (ohci1394_dma=early) by Bernhard Kaindl · 17 years ago
  4. a382806 x86: fixes some bugs about EFI memory map handling by Huang, Ying · 17 years ago
  5. beacfaa x86 32-bit boot: rename bt_ioremap() to early_ioremap() by Huang, Ying · 17 years ago
  6. 0947b2f i386 boot: replace boot_ioremap with enhanced bt_ioremap - enhance bt_ioremap by Huang, Ying · 17 years ago
  7. 093af8d x86_32: trim memory by updating e820 by Yinghai Lu · 17 years ago
  8. 1353025 x86: convert some existing cpuid disable options to new generic bitmap by Andi Kleen · 17 years ago
  9. cf8fa92 i386: handle an initrd in highmem (version 2) by H. Peter Anvin · 17 years ago
  10. 6d7d743 x86 boot : export boot_params via debugfs for debugging by Huang, Ying · 17 years ago
  11. 8b2cb7a x86: 32-bit EFI runtime service support: fixes in sync with 64-bit support by Huang, Ying · 17 years ago
  12. 2215e69 x86 boot: use E820 memory map on EFI 32 platform by Huang, Ying · 17 years ago
  13. e429795 x86: EFI runtime service support: remove duplicated code from efi_32.c by Huang, Ying · 17 years ago
  14. 53756d3 x86: add set/clear_cpu_cap operations by Jeremy Fitzhardinge · 17 years ago
  15. c9cce83 x86: remove extern declarations for code, data, bss resources by Bernhard Walle · 17 years ago
  16. 376ff03 x86: move acpi and pci declarations by Thomas Gleixner · 17 years ago
  17. b02aae9 x86: provide a DMI based port 0x80 I/O delay override. by Rene Herman · 17 years ago
  18. 3d054f0 x86_32: disable_pse must be __cpuinitdata by Adrian Bunk · 17 years ago
  19. f1aa14b x86: kernel/setup_32.c: unexport machine_id by Adrian Bunk · 17 years ago
  20. 00bf409 kexec: add BSS to resource tree by Bernhard Walle · 17 years ago
  21. c00046c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 17 years ago
  22. 27b46d7 spelling fixes: arch/i386/ by Simon Arlott · 17 years ago
  23. 60812a4 Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86 by Linus Torvalds · 17 years ago
  24. d62cc47 Use extended crashkernel command line on i386 by Bernhard Walle · 17 years ago
  25. 54ef340 x86: Unify i386 and x86-64 early quirks by Andi Kleen · 17 years ago
  26. 30c8264 [x86] remove uses of magic macros for boot_params access by H. Peter Anvin · 17 years ago
  27. 835c34a Delete filenames in comments. by Dave Jones · 17 years ago
  28. 9a163ed i386: move kernel by Thomas Gleixner · 17 years ago[Renamed from arch/i386/kernel/setup_32.c]
  29. 549c64a i386: prepare shared kernel/setup.c by Thomas Gleixner · 17 years ago[Renamed from arch/i386/kernel/setup.c]
  30. 673d5b4 ACPI: restore CONFIG_ACPI_SLEEP by Len Brown · 18 years ago
  31. e8b2fd0 ACPI: Kconfig: remove CONFIG_ACPI_SLEEP from source by Len Brown · 18 years ago
  32. c673f1a i386: divorce CONFIG_X86_PAE from CONFIG_HIGHMEM64G by William Lee Irwin III · 18 years ago
  33. 1c10070 i386: do not restore reserved memory after hibernation by Rafael J. Wysocki · 18 years ago
  34. 10079ae i386: remapped_pgdat_init() static by Adrian Bunk · 18 years ago
  35. 6996d3b paravirt: add a hook for once the allocator is ready by Jeremy Fitzhardinge · 18 years ago
  36. 48c7ae6 Make struct boot_params a real structure, and remove obsolete fields by H. Peter Anvin · 18 years ago
  37. 6bb74df [PATCH] clocksource init adjustments (fix bug #7426) by john stultz · 18 years ago
  38. 62cc4939 [PATCH] x86: Unify pcspeaker platform device code between i386/x86-64 by Andi Kleen · 18 years ago
  39. 7ce0bcf [PATCH] i386: vMI backend for paravirt-ops by Zachary Amsden · 18 years ago
  40. 4e498b6 [PATCH] Dynamic kernel command-line: i386 by Alon Bar-Lev · 18 years ago
  41. 88d2032 [PATCH] i386: Convert some functions to __init to avoid MODPOST warnings by Vivek Goyal · 18 years ago
  42. 4a5d107 [PATCH] i386: cpu hotplug/smpboot misc MODPOST warning fixes by Vivek Goyal · 18 years ago
  43. 5c95da9 [PATCH] compile error of register_memory() by Yasunori Goto · 18 years ago
  44. 4522d58 Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 by Linus Torvalds · 18 years ago
  45. 19e5d9c [PATCH] initrd: remove unused false condition for initrd_start by Henry Nestler · 18 years ago
  46. d3561b7 [PATCH] paravirt: header and stubs for paravirtualisation by Rusty Russell · 18 years ago
  47. cef518e [PATCH] i386: Move memory map printing and other code to e820.c by bibo,mao · 18 years ago
  48. b5b2405 [PATCH] i386: Move e820/efi memmap walking code to e820.c by bibo,mao · 18 years ago
  49. b2dff6a [PATCH] i386: Move find_max_pfn function to e820.c by bibo,mao · 18 years ago
  50. 8e3342f [PATCH] i386: create e820.c for e820 map sanitize and copy function by bibo,mao · 18 years ago
  51. 269c2d8 [PATCH] i386: i386 create e820.c to handle standard io/mem resources by bibo,mao · 18 years ago
  52. 8621b81 [PATCH] i386: Reserve kernel memory starting from _text by Eric W. Biederman · 18 years ago
  53. ae74589 [PATCH] fix efi_memory_present_wrapper() by bibo,mao · 18 years ago
  54. 6391af1 [PATCH] mm: use symbolic names instead of indices for zone initialisation by Mel Gorman · 18 years ago
  55. b9629b8 [PATCH] i386: replace intermediate array-size definitions with ARRAY_SIZE() by Bjorn Helgaas · 18 years ago
  56. 4cfee88 [PATCH] Have x86 use add_active_range() and free_area_init_nodes by Mel Gorman · 18 years ago
  57. b278240 Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 by Linus Torvalds · 18 years ago
  58. 461a9af [PATCH] x86: add a bootparameter to reserve high linear address space by Zachary Amsden · 18 years ago
  59. f06a968 [PATCH] reduce MAX_NR_ZONES: fix MAX_NR_ZONES array initializations by Christoph Lameter · 18 years ago
  60. 9102330 [PATCH] convert i386 NUMA KVA space to bootmem by keith mannthey · 18 years ago
  61. f157cbb [PATCH] i386/x86-64: Make all early PCI scans dependent on CONFIG_PCI by Andi Kleen · 18 years ago
  62. df3bb57 [PATCH] i386/x86-64: Move acpi_disabled variables into acpi/boot.c by Andi Kleen · 18 years ago
  63. 1a3f239 [PATCH] i386: Replace i386 open-coded cmdline parsing with by Rusty Russell · 18 years ago
  64. ba9c231 [PATCH] i386: initialize end-of-memory variables as early as possible by Jan Beulich · 18 years ago
  65. 79e453d Revert mmiocfg heuristics and blacklist changes by Linus Torvalds · 18 years ago
  66. 11012d4 [PATCH] x86: Revert e820 MCFG heuristics by Andi Kleen · 19 years ago
  67. a754607 [PATCH] Fix a memory leak in the i386 setup code by Catalin Marinas · 19 years ago
  68. 894673e [PATCH] tty: Remove include of screen_info.h from tty.h by Jon Smirl · 19 years ago
  69. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  70. 8793747 [PATCH] i386: export memory more than 4G through /proc/iomem by Vivek Goyal · 19 years ago
  71. 539eb11 [PATCH] Time: i386 Conversion - part 2: Rework TSC Support by john stultz · 19 years ago
  72. 3448097 Revert "swsusp special saveable pages support" commits by Linus Torvalds · 19 years ago
  73. e75eac3 [PATCH] Clean up and refactor i386 sub-architecture setup by Jeremy Fitzhardinge · 19 years ago
  74. b6370d9 [PATCH] swsusp: i386 mark special saveable/unsaveable pages by Shaohua Li · 19 years ago
  75. d44647b [PATCH] Fix HPET operation on 32-bit NVIDIA platforms by Andy Currid · 19 years ago
  76. 9be2f7c Revert "[PATCH] i386: export: memory more than 4G through /proc/iomem" by Linus Torvalds · 19 years ago
  77. 5871aa6 [PATCH] i386: Fix overflow in e820_all_mapped by Andi Kleen · 19 years ago
  78. 66004a6 Move request_standard_resources() back to before PCI probing by Linus Torvalds · 19 years ago
  79. 9522236 [PATCH] x86_64: Introduce e820_all_mapped by Arjan van de Ven · 19 years ago
  80. 95d465f Manual merge with Linus. by Dmitry Torokhov · 19 years ago
  81. 22a9835 [PATCH] unify PFN_* macros by Dave Hansen · 19 years ago
  82. 23dd842 [PATCH] EFI fixes by Tolentino, Matthew E · 19 years ago
  83. 10dbe19 [PATCH] i386: export: memory more than 4G through /proc/iomem by Vivek Goyal · 19 years ago
  84. b408cbc [PATCH] PCI: resource address mismatch by Linus Torvalds · 19 years ago
  85. 99b7de3 [PATCH] x86: early printk handling fixes by Stas Sergeev · 19 years ago
  86. 9a0b581 [PATCH] x86: SMP alternatives by Gerd Hoffmann · 19 years ago
  87. e5c6c8e Input: pcspkr - separate device and driver registration by Michael Neuling · 19 years ago
  88. f9262c1 [PATCH] i386: port ATI timer fix from x86_64 to i386 II by Andi Kleen · 19 years ago
  89. 2a2d592 [PATCH] i386/x86-64: make setup_early_printk() usage consistent by Jan Beulich · 19 years ago
  90. e992867 [PATCH] x86_64: Generalize DMI and enable for x86-64 by Andi Kleen · 19 years ago
  91. aac04b3 [PATCH] kdump: x86_64: add elfcorehdr command line option by Vivek Goyal · 19 years ago
  92. 215c340 [PATCH] i386 sparsemem for single node systems by Andy Whitcroft · 19 years ago
  93. 78ac151 [PATCH] i386: EXPORT_SYMBOL(screen_info) even #ifndef CONFIG_VT by Adrian Bunk · 19 years ago
  94. f014a55 [PATCH] fixup bogus e820 entry with mem= by Dave Hansen · 19 years ago
  95. 0a305d2 [PATCH] Even more fallout from ATI Xpress timer workaround by Cal Peake · 19 years ago
  96. 66759a0 [PATCH] x86-64: i386/x86-64: Fix time going twice as fast problem on ATI Xpress chipsets by Chuck Ebbert · 19 years ago
  97. f0eca96 [PATCH] Update PCI IOMEM allocation start by Daniel Ritz · 20 years ago
  98. 5e518d7 [PATCH] fbdev: Resurrect hooks to get EDID from firmware by Antonino A. Daplas · 19 years ago
  99. 64e4748 Merge linux-2.6 with linux-acpi-2.6 by Len Brown · 20 years ago
  100. c3d8c14 [PATCH] More __read_mostly variables by Christoph Lameter · 20 years ago