1. e37ee42 x86: es7000 build fix by Ingo Molnar · 18 years ago
  2. 991074f x86: uniq_ioapic_id - fix section mismatch warning by Jacek Luczak · 18 years ago
  3. a1a33fa x86: use bitmap library for pin_programmed by Akinobu Mita · 18 years ago
  4. 4abc1a0 x86: use MP_intsrc_info() by Akinobu Mita · 18 years ago
  5. 5d47a27 x86: use BUILD_BUG_ON() for the size of struct intel_mp_floating by Akinobu Mita · 18 years ago
  6. 711554d x86: print out buggy mptable by Yinghai Lu · 18 years ago
  7. 85bddde x86: merge mpparse_{32,64}.c by Alexey Starikovskiy · 18 years ago[Renamed (98%) from arch/x86/kernel/mpparse_32.c]
  8. cfa08d6 x86: unify mp_register_gsi by Alexey Starikovskiy · 18 years ago
  9. 57b733e x86: unify mp_register_ioapic by Alexey Starikovskiy · 18 years ago
  10. 22cbb4b x86: unify uniq_io_apic_id by Alexey Starikovskiy · 18 years ago
  11. 92fd4b7 x86: unify smp_scan_config by Alexey Starikovskiy · 18 years ago
  12. 4421b1c x86: unify get_smp_config by Alexey Starikovskiy · 18 years ago
  13. 62441bf x86: unify construct_default_ioirq_mptable by Alexey Starikovskiy · 18 years ago
  14. e950bea x86: unify smp_read_mpc by Alexey Starikovskiy · 18 years ago
  15. f8924e7 x86: unify mp_bus_info by Alexey Starikovskiy · 18 years ago
  16. 746f224 x86: unify arch/x86/kernel/mpparse_64.c by Alexey Starikovskiy · 18 years ago
  17. 888032c x86: add early flags to mpparse_32.c by Alexey Starikovskiy · 18 years ago
  18. 4ef8129 x86: lindent mpparse_32.c by Alexey Starikovskiy · 18 years ago
  19. 31d2092 x86: move mp_register_lapic_address to boot.c by Alexey Starikovskiy · 18 years ago
  20. dfac218 x86: move mp_register_lapic to boot.c by Alexey Starikovskiy · 18 years ago
  21. 2fe6014 x86: move up & smp variables to setup.c by Alexey Starikovskiy · 18 years ago
  22. 584f734 x86: move mp_irqs to io_apics_32.c by Alexey Starikovskiy · 18 years ago
  23. 9e5c5f1 x86: move mp_ioapic_routing to boot.c by Alexey Starikovskiy · 18 years ago
  24. 9f640cc x86: move mp_ioapics to io_apic_32.c by Alexey Starikovskiy · 18 years ago
  25. ba1ce61 x86: don't set io apic features if io-apic is not enabled, fix by Ingo Molnar · 18 years ago
  26. 61048c6 x86: don't set IO APIC features if IO APIC is not enabled by Alexey Starikovskiy · 18 years ago
  27. 0fc0906 x86: move phys_cpu_present_map to setup.c by Alexey Starikovskiy · 18 years ago
  28. a65d1d6 x86: increase size of APICID by Jack Steiner · 18 years ago
  29. 05f2d12 x86: change GET_APIC_ID() from an inline function to an out-of-line function by Jack Steiner · 18 years ago
  30. 903dcb5 x86: move generic_processor_info to apic_32.c by Alexey Starikovskiy · 18 years ago
  31. acff5a7 x86: move x86_bios_cpu_apicid to apic_32.c by Alexey Starikovskiy · 18 years ago
  32. fae9811 x86: mpparse, move boot cpu physical apicid to apic_32.c, fix by Ingo Molnar · 18 years ago
  33. 837e0e7 x86: move boot_cpu_physical_apicid to apic_32.c by Alexey Starikovskiy · 18 years ago
  34. 0c254e3 x86: move def_to_bigsmp to setup_32.c by Alexey Starikovskiy · 18 years ago
  35. 059c964 x86: mpparse, move disabled cpus to smpboot.c, fix by Ingo Molnar · 18 years ago
  36. 53c4c79 x86: move disabled_cpus to smpboot.c by Alexey Starikovskiy · 18 years ago
  37. 2bb9e9d x86: move num_processors to smpboot.c by Alexey Starikovskiy · 18 years ago
  38. 40014ba x86: move phys_cpu_present_map to smpboot.c by Alexey Starikovskiy · 18 years ago
  39. 8f6e2ca x86: move mp_lapic_addr to apic_32.c by Alexey Starikovskiy · 18 years ago
  40. e81b2c6 x86: move apic_ver array to apic_32.c by Alexey Starikovskiy · 18 years ago
  41. 08bef9d x86: don't use MP_processor_info for ACPI mode by Alexey Starikovskiy · 18 years ago
  42. c853c67 x86: separate generic_processor_info into its own function by Alexey Starikovskiy · 18 years ago
  43. 987dd2d x86: don't call MP_processor_info for disabled cpu by Alexey Starikovskiy · 18 years ago
  44. 2df2972 x86: move es7000_plat closer to its user by Alexey Starikovskiy · 18 years ago
  45. 89bda4f x86: use same index for processor maps by Alexey Starikovskiy · 18 years ago
  46. ede1389 x86: remove the write-only timer_uses_ioapic_pin_0 by Adrian Bunk · 18 years ago
  47. 8642050 x86: make struct mpc_config_translation NUMAQ-only by Alexey Starikovskiy · 18 years ago
  48. 0ec153a x86: remove mpc_oem_bus_info() by Alexey Starikovskiy · 18 years ago
  49. d285e33 x86: remove mpc_oem_pci_bus() by Alexey Starikovskiy · 18 years ago
  50. 4655c7d x86: remove mpc_apic_id() by Alexey Starikovskiy · 18 years ago
  51. ce3fe6b x86: use get_bios_ebda in mpparse_64.c by Alexey Starikovskiy · 18 years ago
  52. e3e3ffa x86: add uniq_ioapic_id to mpparse_32.c by Alexey Starikovskiy · 18 years ago
  53. 857033a x86: add bad_ioapic to mpparse_32.c by Alexey Starikovskiy · 18 years ago
  54. 1161705 x86: fill cpu to apicid and present map in mpparse, fix by Ingo Molnar · 18 years ago
  55. a6c422c x86: fill cpu to apicid and present map in mpparse by Glauber de Oliveira Costa · 18 years ago
  56. 73bf102 x86: fill bios cpu to apicid maps by Glauber de Oliveira Costa · 18 years ago
  57. 037cab0 x86: move mp_bus_id_to_node to numa.c by Alexey Starikovskiy · 18 years ago
  58. e129cb4 x86: move mp_bus_id_to_local to numa.c by Alexey Starikovskiy · 18 years ago
  59. c0a282c x86: make mp_bus_id_to_type optional by Alexey Starikovskiy · 18 years ago
  60. 9e0a2de x86: rearrange bus_type parse by Alexey Starikovskiy · 18 years ago
  61. a6333c3 x86: add mp_bus_not_pci bitmap to mpparse_32.c by Alexey Starikovskiy · 18 years ago
  62. 6079d2d x86: move quad_local_to_mp_bus_id to numa.c by Alexey Starikovskiy · 18 years ago
  63. 7b1292e x86: use disabled_cpus in i386 by Glauber Costa · 18 years ago
  64. 72a7fe3 Introduce flags for reserve_bootmem() by Bernhard Walle · 18 years ago
  65. 87d7e98 x86: fix section mismatch warning in acpi/boot.c by Sam Ravnborg · 18 years ago
  66. e91a3b4 x86: smp_scan_config() debugging printouts by Ingo Molnar · 18 years ago
  67. ab4a574 arch/x86/: spelling fixes by Joe Perches · 18 years ago
  68. 2ba7dee x86: 32-bit IOAPIC: de-fang IRQ compression by Len Brown · 18 years ago
  69. 64883ab x86: cleanup mpspec variants by Thomas Gleixner · 18 years ago
  70. 27b46d7 spelling fixes: arch/i386/ by Simon Arlott · 19 years ago
  71. 9a163ed i386: move kernel by Thomas Gleixner · 19 years ago[Renamed from arch/i386/kernel/mpparse_32.c]
  72. ee8b55e i386: prepare shared kernel/mpparse.c by Thomas Gleixner · 19 years ago[Renamed from arch/i386/kernel/mpparse.c]
  73. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 19 years ago
  74. 3c43f03 [PATCH] x86: default to physical mode on hotplug CPU kernels by Ingo Molnar · 19 years ago
  75. cee324b ACPICA: use new ACPI headers. by Alexey Starikovskiy · 19 years ago
  76. 4a5d107 [PATCH] i386: cpu hotplug/smpboot misc MODPOST warning fixes by Vivek Goyal · 19 years ago
  77. d7fb027 [PATCH] x86-64: remove remaining pc98 code by Adrian Bunk · 20 years ago
  78. 73fea17 [PATCH] i386: Support physical cpu hotplug for x86_64 by Ashok Raj · 20 years ago
  79. 5e4edbb [PATCH] i386: Fix warning in mpparse.c by Andi Kleen · 20 years ago
  80. 19f03ff [PATCH] i386: Clean up code style in mpparse.c ACPI code by Andi Kleen · 20 years ago
  81. c1a58b4 [PATCH] i386/x86-64: Remove obsolete sanity check in mptable parsing by Andi Kleen · 20 years ago
  82. 874c4fe [PATCH] i386: Allow to use GENERICARCH for UP kernels by Andi Kleen · 20 years ago
  83. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 20 years ago
  84. e0c1e9b [PATCH] x86_64: avoid IRQ0 ioapic pin collision by Kimball Murray · 20 years ago
  85. c0ec31a [PATCH] mpparse: prevent table index out-of-bounds by Randy Dunlap · 20 years ago
  86. 6cf272a [PATCH] swsusp: don't require bigsmp by Ashok Raj · 20 years ago
  87. 95d769a [PATCH] i386: Consolidate modern APIC handling by Andi Kleen · 20 years ago
  88. 7c5c1e4 [PATCH] x86: deterine xapic using apic version by Shaohua Li · 20 years ago
  89. e5428ed [PATCH] Compilation fix for ES7000 when no ACPI is specified in config (i386) by Natalie.Protasevich@unisys.com · 20 years ago
  90. 6070f9e [PATCH] i386: Handle non existing APICs without panicing by Andreas Deresch · 20 years ago
  91. 7d4c8e5 [PATCH] i386: need to pass virtual address to smp_read_mpc() by Daniel Yeisley · 20 years ago
  92. ed03f43 Pull pnpacpi into acpica branch by Len Brown · 20 years ago
  93. e72c858 [PATCH] make bigsmp the default mode if CONFIG_HOTPLUG_CPU by Ashok Raj · 20 years ago
  94. cb65469 [ACPI] acpi_register_gsi() fix needed for ACPICA 20051021 by Len Brown · 20 years ago
  95. d716916 [PATCH] i386: Use bigsmp for > 8 core Opteron systems by Andi Kleen · 21 years ago
  96. 6c180d9 [PATCH] i386 mpparse: Only ignore lapic information we can't store by Eric W. Biederman · 21 years ago
  97. 9f40a72 [PATCH] x86: hot plug CPU to support physical add of new processors by Natalie Protasevich · 21 years ago
  98. ce3a161 [PATCH] useless includes of linux/irq.h in arch/i386 by Al Viro · 21 years ago
  99. 1299232 [PATCH] x86: MP_processor_info fix by Andrew Morton · 21 years ago
  100. 64e4748 Merge linux-2.6 with linux-acpi-2.6 by Len Brown · 21 years ago