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