1. d847059 Merge branch 'x86/apic' into x86-v28-for-linus-phase4-B by Ingo Molnar · 16 years ago
  2. 39e00fe x86: mpparse.c: fix section mismatch warning by Marcin Slusarz · 16 years ago
  3. 67d0c9e x86: fix MP_processor_info section mismatch warning by Marcin Slusarz · 16 years ago
  4. 51ca3c6 Merge branch 'linus' into x86/core by Ingo Molnar · 16 years ago
  5. eeb0d7d x86, debug: tone down arch/x86/kernel/mpparse.c debugging printk by Rene Herman · 16 years ago
  6. 76c3bb1 Merge branch 'linus' into x86/x2apic by Ingo Molnar · 16 years ago
  7. 64898a8 x86: extend and use x86_quirks to clean up NUMAQ code by Yinghai Lu · 16 years ago
  8. 3c9cb6d x86: introduce x86_quirks by Yinghai Lu · 16 years ago
  9. 6e1cb38 x64, x2apic/intr-remap: add x2apic support, including enabling interrupt-remapping by Suresh Siddha · 16 years ago
  10. 3b33553 x86: add early quirk support by Ingo Molnar · 16 years ago
  11. fcfa146 x86: update mptable fix with no ioapic v2 by Yinghai Lu · 17 years ago
  12. d867e53 x86: keep MP_intsrc_info untouched if we do not update mptable by Yinghai Lu · 17 years ago
  13. d2dbf34 x86: clean up reserve_bootmem_generic() and port it to 32-bit by Yinghai Lu · 17 years ago
  14. b1f006b x86: make generic arch support NUMAQ, fix #2 by Yinghai Lu · 17 years ago
  15. 8b2ef1d x86: add flags parameter to reserve_bootmem_generic() by Bernhard Walle · 17 years ago
  16. d49c428 x86: make generic arch support NUMAQ by Yinghai Lu · 17 years ago
  17. e0da336 x86: introduce max_physical_apicid for bigsmp switching by Yinghai Lu · 17 years ago
  18. ab530e1 x86: early check if a system is numaq by Yinghai Lu · 17 years ago
  19. 2944e16 x86: update mptable by Yinghai Lu · 17 years ago
  20. 85cc35f x86: fix mpparse fallout by Thomas Gleixner · 17 years ago
  21. 8732fc4 x86: move mp_bus_not_pci from mpparse.c by Alexey Starikovskiy · 17 years ago
  22. ce6444d x86: mp_bus_id_to_pci_bus is not needed by Alexey Starikovskiy · 17 years ago
  23. bab4b27 x86: move smp_found_config by Alexey Starikovskiy · 17 years ago
  24. f391835 x86: move pic_mode to apic_32.c by Alexey Starikovskiy · 17 years ago
  25. b3e2416 x86: Set pic_mode only if local apic code is present by Alexey Starikovskiy · 17 years ago
  26. 2fddb6e28 x86: make config_irqsrc not MPspec specific by Alexey Starikovskiy · 17 years ago
  27. ec2cd0a x86: make struct config_ioapic not MPspec specific by Alexey Starikovskiy · 17 years ago
  28. 11113f8 x86: complete move ACPI from mpparse.c by Alexey Starikovskiy · 17 years ago
  29. 32c5061 x86: move es7000_plat out of mpparse.c by Alexey Starikovskiy · 17 years ago
  30. 11a62a0 x86: cleanup print out for mptable by Yinghai Lu · 17 years ago
  31. 7f028bc x86: move mp_ioapic_routing to mpparse and make it static by Thomas Gleixner · 17 years ago
  32. e37ee42 x86: es7000 build fix by Ingo Molnar · 17 years ago
  33. 991074f x86: uniq_ioapic_id - fix section mismatch warning by Jacek Luczak · 17 years ago
  34. a1a33fa x86: use bitmap library for pin_programmed by Akinobu Mita · 17 years ago
  35. 4abc1a0 x86: use MP_intsrc_info() by Akinobu Mita · 17 years ago
  36. 5d47a27 x86: use BUILD_BUG_ON() for the size of struct intel_mp_floating by Akinobu Mita · 17 years ago
  37. 711554d x86: print out buggy mptable by Yinghai Lu · 17 years ago
  38. 85bddde x86: merge mpparse_{32,64}.c by Alexey Starikovskiy · 17 years ago[Renamed (98%) from arch/x86/kernel/mpparse_32.c]
  39. cfa08d6 x86: unify mp_register_gsi by Alexey Starikovskiy · 17 years ago
  40. 57b733e x86: unify mp_register_ioapic by Alexey Starikovskiy · 17 years ago
  41. 22cbb4b x86: unify uniq_io_apic_id by Alexey Starikovskiy · 17 years ago
  42. 92fd4b7 x86: unify smp_scan_config by Alexey Starikovskiy · 17 years ago
  43. 4421b1c x86: unify get_smp_config by Alexey Starikovskiy · 17 years ago
  44. 62441bf x86: unify construct_default_ioirq_mptable by Alexey Starikovskiy · 17 years ago
  45. e950bea x86: unify smp_read_mpc by Alexey Starikovskiy · 17 years ago
  46. f8924e7 x86: unify mp_bus_info by Alexey Starikovskiy · 17 years ago
  47. 746f224 x86: unify arch/x86/kernel/mpparse_64.c by Alexey Starikovskiy · 17 years ago
  48. 888032c x86: add early flags to mpparse_32.c by Alexey Starikovskiy · 17 years ago
  49. 4ef8129 x86: lindent mpparse_32.c by Alexey Starikovskiy · 17 years ago
  50. 31d2092 x86: move mp_register_lapic_address to boot.c by Alexey Starikovskiy · 17 years ago
  51. dfac218 x86: move mp_register_lapic to boot.c by Alexey Starikovskiy · 17 years ago
  52. 2fe6014 x86: move up & smp variables to setup.c by Alexey Starikovskiy · 17 years ago
  53. 584f734 x86: move mp_irqs to io_apics_32.c by Alexey Starikovskiy · 17 years ago
  54. 9e5c5f1 x86: move mp_ioapic_routing to boot.c by Alexey Starikovskiy · 17 years ago
  55. 9f640cc x86: move mp_ioapics to io_apic_32.c by Alexey Starikovskiy · 17 years ago
  56. ba1ce61 x86: don't set io apic features if io-apic is not enabled, fix by Ingo Molnar · 17 years ago
  57. 61048c6 x86: don't set IO APIC features if IO APIC is not enabled by Alexey Starikovskiy · 17 years ago
  58. 0fc0906 x86: move phys_cpu_present_map to setup.c by Alexey Starikovskiy · 17 years ago
  59. a65d1d6 x86: increase size of APICID by Jack Steiner · 17 years ago
  60. 05f2d12 x86: change GET_APIC_ID() from an inline function to an out-of-line function by Jack Steiner · 17 years ago
  61. 903dcb5 x86: move generic_processor_info to apic_32.c by Alexey Starikovskiy · 17 years ago
  62. acff5a7 x86: move x86_bios_cpu_apicid to apic_32.c by Alexey Starikovskiy · 17 years ago
  63. fae9811 x86: mpparse, move boot cpu physical apicid to apic_32.c, fix by Ingo Molnar · 17 years ago
  64. 837e0e7 x86: move boot_cpu_physical_apicid to apic_32.c by Alexey Starikovskiy · 17 years ago
  65. 0c254e3 x86: move def_to_bigsmp to setup_32.c by Alexey Starikovskiy · 17 years ago
  66. 059c964 x86: mpparse, move disabled cpus to smpboot.c, fix by Ingo Molnar · 17 years ago
  67. 53c4c79 x86: move disabled_cpus to smpboot.c by Alexey Starikovskiy · 17 years ago
  68. 2bb9e9d x86: move num_processors to smpboot.c by Alexey Starikovskiy · 17 years ago
  69. 40014ba x86: move phys_cpu_present_map to smpboot.c by Alexey Starikovskiy · 17 years ago
  70. 8f6e2ca x86: move mp_lapic_addr to apic_32.c by Alexey Starikovskiy · 17 years ago
  71. e81b2c6 x86: move apic_ver array to apic_32.c by Alexey Starikovskiy · 17 years ago
  72. 08bef9d x86: don't use MP_processor_info for ACPI mode by Alexey Starikovskiy · 17 years ago
  73. c853c67 x86: separate generic_processor_info into its own function by Alexey Starikovskiy · 17 years ago
  74. 987dd2d x86: don't call MP_processor_info for disabled cpu by Alexey Starikovskiy · 17 years ago
  75. 2df2972 x86: move es7000_plat closer to its user by Alexey Starikovskiy · 17 years ago
  76. 89bda4f x86: use same index for processor maps by Alexey Starikovskiy · 17 years ago
  77. ede1389 x86: remove the write-only timer_uses_ioapic_pin_0 by Adrian Bunk · 17 years ago
  78. 8642050 x86: make struct mpc_config_translation NUMAQ-only by Alexey Starikovskiy · 17 years ago
  79. 0ec153a x86: remove mpc_oem_bus_info() by Alexey Starikovskiy · 17 years ago
  80. d285e33 x86: remove mpc_oem_pci_bus() by Alexey Starikovskiy · 17 years ago
  81. 4655c7d x86: remove mpc_apic_id() by Alexey Starikovskiy · 17 years ago
  82. ce3fe6b x86: use get_bios_ebda in mpparse_64.c by Alexey Starikovskiy · 17 years ago
  83. e3e3ffa x86: add uniq_ioapic_id to mpparse_32.c by Alexey Starikovskiy · 17 years ago
  84. 857033a x86: add bad_ioapic to mpparse_32.c by Alexey Starikovskiy · 17 years ago
  85. 1161705 x86: fill cpu to apicid and present map in mpparse, fix by Ingo Molnar · 17 years ago
  86. a6c422c x86: fill cpu to apicid and present map in mpparse by Glauber de Oliveira Costa · 17 years ago
  87. 73bf102 x86: fill bios cpu to apicid maps by Glauber de Oliveira Costa · 17 years ago
  88. 037cab0 x86: move mp_bus_id_to_node to numa.c by Alexey Starikovskiy · 17 years ago
  89. e129cb4 x86: move mp_bus_id_to_local to numa.c by Alexey Starikovskiy · 17 years ago
  90. c0a282c x86: make mp_bus_id_to_type optional by Alexey Starikovskiy · 17 years ago
  91. 9e0a2de x86: rearrange bus_type parse by Alexey Starikovskiy · 17 years ago
  92. a6333c3 x86: add mp_bus_not_pci bitmap to mpparse_32.c by Alexey Starikovskiy · 17 years ago
  93. 6079d2d x86: move quad_local_to_mp_bus_id to numa.c by Alexey Starikovskiy · 17 years ago
  94. 7b1292e x86: use disabled_cpus in i386 by Glauber Costa · 17 years ago
  95. 72a7fe3 Introduce flags for reserve_bootmem() by Bernhard Walle · 17 years ago
  96. 87d7e98 x86: fix section mismatch warning in acpi/boot.c by Sam Ravnborg · 17 years ago
  97. e91a3b4 x86: smp_scan_config() debugging printouts by Ingo Molnar · 17 years ago
  98. ab4a574 arch/x86/: spelling fixes by Joe Perches · 17 years ago
  99. 2ba7dee x86: 32-bit IOAPIC: de-fang IRQ compression by Len Brown · 17 years ago
  100. 64883ab x86: cleanup mpspec variants by Thomas Gleixner · 17 years ago