1. c460b5d x86, apic: Remove mps_oem_check callback by David Rientjes · 10 years ago
  2. a491cc902 x86, mpparse: Simplify arch/x86/include/asm/mpspec.h by Jiang Liu · 10 years ago
  3. b5660ba x86, platforms: Remove NUMAQ by H. Peter Anvin · 10 years ago
  4. 663b55b9 x86: Delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  5. 7e1f85f x86 / ACPI: simplify _acpi_map_lsapic() by Jiang Liu · 11 years ago
  6. 148f9bb x86: delete __cpuinit usage from all x86 files by Paul Gortmaker · 11 years ago
  7. bb8187d MCA: delete all remaining traces of microchannel bus support. by Paul Gortmaker · 12 years ago
  8. bbc9e2f x86: Unify cpu/apicid <-> NUMA node mapping between 32 and 64bit by Tejun Heo · 14 years ago
  9. b78aa66 x86: Drop x86_32 MAX_APICID by Tejun Heo · 14 years ago
  10. cb2ded3 x86: Fix APIC ID sizing bug on larger systems, clean up MAX_APICS confusion by Yinghai Lu · 14 years ago
  11. 56d91f1 x86, acpi: Add MAX_LOCAL_APIC for 32bit by Yinghai Lu · 14 years ago
  12. 4afc51a x86, ioapic: Simplify probe_nr_irqs_gsi. by Eric W. Biederman · 14 years ago
  13. 9638fa5 x86, ioapic: Only export mp_find_ioapic and mp_find_ioapic_pin in io_apic.h by Eric W. Biederman · 14 years ago
  14. e33c019 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  15. b24c2a9 x86: Move find_smp_config() earlier and avoid bootmem usage by Yinghai Lu · 15 years ago
  16. 7abc075 x86: apic: Do not use stacked physid_mask_t by Cyrill Gorcunov · 15 years ago
  17. b3f1b61 x86: Move get/find_smp_config to x86_init_ops by Thomas Gleixner · 15 years ago
  18. 90e1c69 x86: Move oem_bus_info to x86_init_ops by Thomas Gleixner · 15 years ago
  19. 7230214 x86: Move smp_read_mpc_oem to x86_init_ops. by Thomas Gleixner · 15 years ago
  20. fd6c666 x86: Move mpc_apic_id to x86_init_ops by Thomas Gleixner · 15 years ago
  21. abfe0af x86: enable_update_mptable should be a macro by Yinghai Lu · 15 years ago
  22. f1bdb52 x86, irq: don't call mp_config_acpi_gsi() if update_mptable is not enabled by Yinghai Lu · 15 years ago
  23. a31f820 x86/acpi: call mp_config_acpi_gsi() in mp_register_gsi() by Yinghai Lu · 15 years ago
  24. a2f809b irq: change ACPI GSI APIs to also take a device argument by Yinghai Lu · 15 years ago
  25. cb81eae x86, numaq_32: clean up, misc by Ingo Molnar · 16 years ago
  26. c3e137d x86: add mp_find_ioapic_pin by Jeremy Fitzhardinge · 16 years ago
  27. 4924e22 x86: unstatic mp_find_ioapic so it can be used elsewhere by Jeremy Fitzhardinge · 16 years ago
  28. cc6c500 x86: find nr_irqs_gsi with mp_ioapic_routing by Yinghai Lu · 16 years ago
  29. 550fe4f x86/Voyager: remove X86_FIND_SMP_CONFIG Kconfig quirk by Ingo Molnar · 16 years ago
  30. b2af018 x86: remove mach_mpspec.h by Ingo Molnar · 16 years ago
  31. fb5b33c x86: eliminate asm/mach-*/mach_mpparse.h by Ingo Molnar · 16 years ago
  32. a1ae299 x86: apic.c declare pic_mode before they get used by Jaswinder Singh Rajput · 16 years ago
  33. 1965aae x86: Fix ASM_X86__ header guards by H. Peter Anvin · 16 years ago
  34. bb89855 x86, um: ... and asm-x86 move by Al Viro · 16 years ago[Renamed from include/asm-x86/mpspec.h]
  35. 11494547 x86: fix apic version warning by Yinghai Lu · 16 years ago
  36. 77ef50a x86: consolidate header guards by Vegard Nossum · 16 years ago
  37. e3ae0ac Merge branch 'x86/uv' into x86/devel by Ingo Molnar · 16 years ago
  38. b6df1b8 x86: fix stack overflow for large values of MAX_APICS by Jack Steiner · 16 years ago
  39. fcfa146 x86: update mptable fix with no ioapic v2 by Yinghai Lu · 16 years ago
  40. d867e53 x86: keep MP_intsrc_info untouched if we do not update mptable by Yinghai Lu · 16 years ago
  41. af1cf20 x86, mpparse: build fix by Ingo Molnar · 16 years ago
  42. d49c428 x86: make generic arch support NUMAQ by Yinghai Lu · 16 years ago
  43. e0da336 x86: introduce max_physical_apicid for bigsmp switching by Yinghai Lu · 16 years ago
  44. ab530e1 x86: early check if a system is numaq by Yinghai Lu · 16 years ago
  45. 835fc94 x86: mp build fix by Ingo Molnar · 16 years ago
  46. 2944e16 x86: update mptable by Yinghai Lu · 16 years ago
  47. ce6444d x86: mp_bus_id_to_pci_bus is not needed by Alexey Starikovskiy · 16 years ago
  48. 31d2092 x86: move mp_register_lapic_address to boot.c by Alexey Starikovskiy · 16 years ago
  49. dfac218 x86: move mp_register_lapic to boot.c by Alexey Starikovskiy · 16 years ago
  50. 61048c6 x86: don't set IO APIC features if IO APIC is not enabled by Alexey Starikovskiy · 16 years ago
  51. a65d1d6 x86: increase size of APICID by Jack Steiner · 16 years ago
  52. 86c9835 x86: mpparse, move generic processor info to apic_32.c fix by Ingo Molnar · 16 years ago
  53. 903dcb5 x86: move generic_processor_info to apic_32.c by Alexey Starikovskiy · 16 years ago
  54. 30971e1 include/asm-x86/mpspec.h: checkpatch cleanups - formatting only by Joe Perches · 16 years ago
  55. 037cab0 x86: move mp_bus_id_to_node to numa.c by Alexey Starikovskiy · 16 years ago
  56. e129cb4 x86: move mp_bus_id_to_local to numa.c by Alexey Starikovskiy · 16 years ago
  57. c0a282c x86: make mp_bus_id_to_type optional by Alexey Starikovskiy · 16 years ago
  58. a6333c3 x86: add mp_bus_not_pci bitmap to mpparse_32.c by Alexey Starikovskiy · 16 years ago
  59. 8643f9d x86: get boot_cpu_id as early for k8_scan_nodes by Yinghai Lu · 17 years ago
  60. 6079d2d x86: move quad_local_to_mp_bus_id to numa.c by Alexey Starikovskiy · 16 years ago
  61. ae9d983 x86: cleanup smp.h variants by Thomas Gleixner · 17 years ago
  62. c2805aa x86: merge mpspec variants by Thomas Gleixner · 17 years ago
  63. 96a388d i386/x86_64: move headers to include/asm-x86 by Thomas Gleixner · 17 years ago