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