1. 6e1cb38 x64, x2apic/intr-remap: add x2apic support, including enabling interrupt-remapping by Suresh Siddha · 17 years ago
  2. 6c82a00 Merge branch 'x86/generalize-visws' into x86/core by Ingo Molnar · 17 years ago
  3. f361a45 x86: introduce max_low_pfn_mapped for 64-bit by Yinghai Lu · 17 years ago
  4. 3b33553 x86: add early quirk support by Ingo Molnar · 17 years ago
  5. 2dc807b x86: make max_pfn cover acpi table below 4g by Yinghai Lu · 17 years ago
  6. a0a0bec x86: make e820_saved have update from setup_data by Yinghai Lu · 17 years ago
  7. 329513a x86: move prefill_possible_map calling early by Yinghai Lu · 17 years ago
  8. 5f4765f x86: move init_cpu_to_node after get_smp_config by Yinghai Lu · 17 years ago
  9. cb95a13 x86: merge zones_sizes_init for numa and non numa on 32-bit by Yinghai Lu · 17 years ago
  10. d9a81b4 x86: do not printout if we do not find setup_data by Yinghai Lu · 17 years ago
  11. 32105f7 x86: find offset for crashkernel reservation automatically by Bernhard Walle · 17 years ago
  12. 28bb223 x86: move reserve_setup_data to setup.c by Yinghai Lu · 17 years ago
  13. 1a98fd1 x86: setup_arch() && early_ioremap_init() by Jeremy Fitzhardinge · 17 years ago
  14. 914bebf x86: use disable_apic in 32bit by Yinghai Lu · 17 years ago
  15. f3294a3 x86: let setup_arch call init_apic_mappings for 32bit by Yinghai Lu · 17 years ago
  16. e7b3789 x86: move fix mapping page table range early by Yinghai Lu · 17 years ago
  17. 042623b x86: clean up ARCH_SETUP by Yinghai Lu · 17 years ago
  18. 330ddd2 x86: build fix by Ingo Molnar · 17 years ago
  19. 3442682 x86: remove extra newline from setup.c by Ingo Molnar · 17 years ago
  20. 5092301 x86: we only have init_pg_tables_end for 32bit by Yinghai Lu · 17 years ago
  21. 29f784e x86: change some functions in setup.c to static by Yinghai Lu · 17 years ago
  22. d1b20af x86: make x86_find_smp_config depends on 64 bit too by Yinghai Lu · 17 years ago
  23. 0196bcb x86: move parse elfvorehdr back to setup.c by Yinghai Lu · 17 years ago
  24. bdba0e7 x86: move reserve_standard_io_resources back to setup.c by Yinghai Lu · 17 years ago
  25. ccb4def x86: move back crashkernel back to setup.c by Yinghai Lu · 17 years ago
  26. 257b0fd x86: move parse_setup_data back to setup.c by Yinghai Lu · 17 years ago
  27. 217b8ce x86: move boot_params back to setup.c by Yinghai Lu · 17 years ago
  28. 55f2623 x86: rename setup_32.c to setup.c by Yinghai Lu · 17 years ago[Renamed (99%) from arch/x86/kernel/setup_32.c]
  29. f2f865f x86: space to tab in setup_arch by Yinghai Lu · 17 years ago
  30. 76934ed x86: merge 64bit setup_arch into setup_32 by Yinghai Lu · 17 years ago
  31. 46d671b x86: add extra includes for 64bit support by Yinghai Lu · 17 years ago
  32. 7dea23e x86: put global variable for 32bit all together by Yinghai Lu · 17 years ago
  33. eb1379c x86: update reserve_initrd to support 64bit by Yinghai Lu · 17 years ago
  34. 08afc7c x86: we can use full bootmem after have init_memory_mapping by Yinghai Lu · 17 years ago
  35. b9d19f4 x86: fix memory setup bug by Yinghai Lu · 17 years ago
  36. cfb0e53 x86: introduce init_memory_mapping for 32bit #2 by Yinghai Lu · 17 years ago
  37. 4e29684 x86: introduce init_memory_mapping for 32bit #1 by Yinghai Lu · 17 years ago
  38. 295deae x86: setup_arch 32bit move kvm_guest_init later by Yinghai Lu · 17 years ago
  39. 9a2e593 x86: setup_arch 32bit move command line copying early by Yinghai Lu · 17 years ago
  40. 7465252 x86: setup_arch 32bit move efi check later by Yinghai Lu · 17 years ago
  41. 11cd0bc x86: move some func calling from setup_arch to paging_init by Yinghai Lu · 17 years ago
  42. 3eb11ed x86: build fix by Ingo Molnar · 17 years ago
  43. 2ec65f8 x86: clean up using max_low_pfn on 32-bit by Yinghai Lu · 17 years ago
  44. bef1568 x86: move reservetop and vmalloc parsing to pgtable_32.c by Yinghai Lu · 17 years ago
  45. 90d967e x86: move find_max_low_pfn to init_32.c by Yinghai Lu · 17 years ago
  46. 7f0be02 x86: move boot_params declaring to setup.c by Yinghai Lu · 17 years ago
  47. 225c37d x86: introduce reserve_initrd by Yinghai Lu · 17 years ago
  48. b2ac82a x86: introduce initmem_init for 32 bit by Yinghai Lu · 17 years ago
  49. 17b4cce x86: move elfcorehdr parsing to setup.c by Yinghai Lu · 17 years ago
  50. ce97c40 x86: move reserve_standard_io_resource to setup.c by Yinghai Lu · 17 years ago
  51. f81be87 x86: remove two duplicated funcs in setup_32.c by Yinghai Lu · 17 years ago
  52. a9c1182 x86: seperate probe_roms into another file by Yinghai Lu · 17 years ago
  53. 0460661 x86: remove some acpi ifdefs in setup_32/64 by Yinghai Lu · 17 years ago
  54. 3c999f1 x86: check command line when CONFIG_X86_MPPARSE is not set, v2 by Yinghai Lu · 17 years ago
  55. 1ecd276 x86: unify crashkernel reservation for 32 and 64 bit by Bernhard Walle · 17 years ago
  56. 2b4fa85 Merge branch 'x86/numa' into x86/devel by Ingo Molnar · 17 years ago
  57. 23ca4bb x86: cleanup early per cpu variables/accesses v4 by Mike Travis · 17 years ago
  58. 1c6e550 x86: use acpi_numa_init to parse on 32-bit numa by Yinghai Lu · 17 years ago
  59. 593a0cc x86: move some function out of setup_bootmem_alloc by Yinghai Lu · 17 years ago
  60. cc9f7a0 x86: kill bad_ppro by Yinghai Lu · 17 years ago
  61. 41c094f x86: move e820_resource_resources to e820.c by Yinghai Lu · 17 years ago
  62. 9a27f5c x86: clean up relocate_initrd by Yinghai Lu · 17 years ago
  63. 896395c Merge branch 'linus' into tmp.x86.mpparse.new by Ingo Molnar · 17 years ago
  64. d3942cf x86: use BOOTMEM_EXCLUSIVE on 32-bit by Bernhard Walle · 17 years ago
  65. 6780711 x86: update mptable, fix by Yinghai Lu · 17 years ago
  66. e0da336 x86: introduce max_physical_apicid for bigsmp switching by Yinghai Lu · 17 years ago
  67. c45a707 x86: linked list of setup_data for i386 by Huang, Ying · 17 years ago
  68. ecacf09 x86: reserve EFI memory map with reserve_early by Huang, Ying · 17 years ago
  69. 7b2a0a6 x86: make 32-bit use e820_register_active_regions() by Yinghai Lu · 17 years ago
  70. f19dc2f x86: change propagate_e820_map() back to find_max_pfn(), 32-bit, fix by Yinghai Lu · 17 years ago
  71. 6af61a7 x86: clean up max_pfn_mapped usage - 32-bit by Yinghai Lu · 17 years ago
  72. 0596152 x86, 32-bit: change propagate_e820_map() back to find_max_pfn() by Yinghai Lu · 17 years ago
  73. a548128 x86: extend e820 early_res support 32bit -fix #5 by Yinghai Lu · 17 years ago
  74. f0d4310 x86: extend e820 early_res support 32bit -fix #3 by Yinghai Lu · 17 years ago
  75. 3945e2c x86: extend e820 ealy_res support 32bit - fix #2 by Yinghai Lu · 17 years ago
  76. 136ef67 x86: allow MPPARSE to be deselected in SMP configs by Alexey Starikovskiy · 17 years ago
  77. bf62f39 x86: move e820_mark_nosave_regions to e820.c by Yinghai Lu · 17 years ago
  78. ba5b14c x86: extend e820 ealy_res support 32bit - fix by Yinghai Lu · 17 years ago
  79. a4c81cf x86: extend e820 ealy_res support 32bit by Yinghai Lu · 17 years ago
  80. b79cd8f x86: make e820.c to have common functions by Yinghai Lu · 17 years ago
  81. 0dbfafa x86: move i386 memory setup code to e820_32.c by Alexander van Heukelum · 17 years ago
  82. 9096bd7 x86: restrict keyboard io ports reservation to make ipmi driver work by Helge Wagner · 17 years ago
  83. 0cf1bfd x86: KVM guest: add basic paravirt support by Marcelo Tosatti · 18 years ago
  84. 790c73f x86: KVM guest: paravirtualized clocksource by Glauber de Oliveira Costa · 18 years ago
  85. 356fa0c x86: use get_bios_ebda() by Akinobu Mita · 17 years ago
  86. a4928cf "make namespacecheck" fixes by Ingo Molnar · 17 years ago
  87. e80ab41 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 17 years ago
  88. 138fe4e Firmware: add iSCSI iBFT Support by Konrad Rzeszutek · 17 years ago
  89. fa5c463 x86: rename find_max_pfn() to propagate_e820_map() by Ingo Molnar · 17 years ago
  90. e44b7b7 x86: move suspend wakeup code to C by Pavel Machek · 17 years ago
  91. 0c254e3 x86: move def_to_bigsmp to setup_32.c by Alexey Starikovskiy · 17 years ago
  92. ce3fe6b x86: use get_bios_ebda in mpparse_64.c by Alexey Starikovskiy · 17 years ago
  93. ccf8208 x86: initialize map pointers in setup_32.c by Glauber de Oliveira Costa · 17 years ago
  94. 537d916 x86: coding style fixes to arch/x86/kernel/setup_32.c by Paolo Ciarrocchi · 18 years ago
  95. 2fde61f x86: reserve end-of-conventional-memory to 1MB, 32-bit, use paravirt_enabled by Alexander van Heukelum · 18 years ago
  96. dedd04b x86: reserve end-of-conventional-memory to 1MB on 32-bit by Alexander van Heukelum · 18 years ago
  97. 76c32418 x86: fix trim mtrr not to setup_memory two times by Yinghai Lu · 17 years ago
  98. 08cd93f remove mca-pentium by Adrian Bunk · 18 years ago
  99. 551889a x86: construct 32-bit boot time page tables in native format. by Ian Campbell · 18 years ago
  100. 72a7fe3 Introduce flags for reserve_bootmem() by Bernhard Walle · 18 years ago