1. a9ce6bc x86, memblock: Replace e820_/_early string with memblock_ by Yinghai Lu · 14 years ago
  2. 322aafa Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  3. b72d0db x86: Move pci init function to x86_init by Thomas Gleixner · 15 years ago
  4. 3235dc3 x86: Remove trailing spaces in messages by Frans Pop · 15 years ago
  5. 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
  6. b24c2a9 x86: Move find_smp_config() earlier and avoid bootmem usage by Yinghai Lu · 15 years ago
  7. 7abc075 x86: apic: Do not use stacked physid_mask_t by Cyrill Gorcunov · 15 years ago
  8. e11dada x86: apic namespace cleanup by Thomas Gleixner · 15 years ago
  9. 845b394 x86: Add timer_init to x86_init_ops by Thomas Gleixner · 15 years ago
  10. 428cf90 x86: Move traps_init to x86_init_ops by Thomas Gleixner · 15 years ago
  11. 66bcaf0 x86: Move irq_init to x86_init_ops by Thomas Gleixner · 15 years ago
  12. d9112f4 x86: Move pre_intr_init to x86_init_ops by Thomas Gleixner · 15 years ago
  13. b3f1b61 x86: Move get/find_smp_config to x86_init_ops by Thomas Gleixner · 15 years ago
  14. 90e1c69 x86: Move oem_bus_info to x86_init_ops by Thomas Gleixner · 15 years ago
  15. 52fdb56 x86: Move mpc_oem_pci_bus to x86_init_ops by Thomas Gleixner · 15 years ago
  16. 7230214 x86: Move smp_read_mpc_oem to x86_init_ops. by Thomas Gleixner · 15 years ago
  17. fd6c666 x86: Move mpc_apic_id to x86_init_ops by Thomas Gleixner · 15 years ago
  18. de93410 x86: Move ioapic_ids_setup to x86_init_ops by Thomas Gleixner · 15 years ago
  19. f484847 x86: Sanitize smp_record and move it to x86_init_ops by Thomas Gleixner · 15 years ago
  20. 6b18ae3 x86: Move memory_setup to x86_init_ops by Thomas Gleixner · 15 years ago
  21. 7473727 x86, apic: Fix false positive section mismatch in numaq_32.c by Rakib Mullick · 15 years ago
  22. 73e907d cpumask: remove x86 cpumask_t uses. by Rusty Russell · 16 years ago
  23. 5c6cb5e cpumask: remove cpumask_t assignment from vector_allocation_domain() by Rusty Russell · 16 years ago
  24. 101aaca cpumask: remove dangerous CPU_MASK_ALL_PTR, &CPU_MASK_ALL.: x86 by Rusty Russell · 16 years ago
  25. b6122b3 x86_32: apic/numaq_32, fix section mismatch by Jiri Slaby · 16 years ago
  26. 1f5bcab x86: apic: simplify secondary CPU wakeup methods by Ingo Molnar · 16 years ago
  27. 2b6163b x86: remove update_apic from x86_quirks by Yinghai Lu · 16 years ago
  28. 2a05180 x86, apic: move remaining APIC drivers to arch/x86/kernel/apic/* by Ingo Molnar · 16 years ago[Renamed from arch/x86/kernel/numaq_32.c]
  29. be163a1 x86, apic: rename 'genapic' to 'apic' by Ingo Molnar · 16 years ago
  30. ab6fb7c x86, apic: remove ->store_NMI_vector() by Ingo Molnar · 16 years ago
  31. cb81eae x86, numaq_32: clean up, misc by Ingo Molnar · 16 years ago
  32. 36afc3a x86, numaq_32: clean up by Ingo Molnar · 16 years ago
  33. b9e0d1a x86, apic: remove apicid_cluster() by Ingo Molnar · 16 years ago
  34. 2f205bc x86, apic: clean up the cpu_2_logical_apiciddeclaration by Ingo Molnar · 16 years ago
  35. 5c615fe x86, apic: remove stale references to APIC_DEFINITION by Ingo Molnar · 16 years ago
  36. e641f5f x86, apic: remove duplicate asm/apic.h inclusions by Ingo Molnar · 16 years ago
  37. 7b6aa33 x86, apic: remove genapic.h by Ingo Molnar · 16 years ago
  38. c1eeb2d x86: fold apic_ops into genapic by Yinghai Lu · 16 years ago
  39. 4f179d1 x86, numaq: cleanups by Ingo Molnar · 16 years ago
  40. 6b64ee0 x86, apic, 32-bit: add self-IPI methods by Ingo Molnar · 16 years ago
  41. 43f3989 x86: seperate default_send_IPI_mask_sequence/allbutself from logical by Yinghai Lu · 16 years ago
  42. 61b90b7 x86, NUMAQ: Consolidate code by Ingo Molnar · 16 years ago
  43. c8d46cf x86: rename 'genapic' to 'apic' by Ingo Molnar · 16 years ago
  44. a1d0272 x86: rename all fields of mpc_oemtable oem_X to X by Jaswinder Singh Rajput · 16 years ago
  45. d4c715f x86: rename all fields of mpc_bus mpc_X to X by Jaswinder Singh Rajput · 16 years ago
  46. c456382 x86: rename all fields of mpc_cpu mpc_X to X by Jaswinder Singh Rajput · 16 years ago
  47. b0e239f x86: rename mpc_config_oemtable to mpc_oemtable by Jaswinder Singh Rajput · 16 years ago
  48. f4f21b7 x86: rename mpc_config_processor to mpc_cpu by Jaswinder Singh Rajput · 16 years ago
  49. 00fb860 x86: rename mpc_config_bus to mpc_bus by Jaswinder Singh Rajput · 16 years ago
  50. f29521e x86: rename mp_config_table to mpc_table by Jaswinder Singh Rajput · 16 years ago
  51. 54ac14a x86: fix wakeup_cpu with numaq/es7000, v2, fix by Yinghai Lu · 16 years ago
  52. 569712b x86: fix wakeup_cpu with numaq/es7000, v2 by Yinghai Lu · 16 years ago
  53. d847059 Merge branch 'x86/apic' into x86-v28-for-linus-phase4-B by Ingo Molnar · 16 years ago
  54. b2a6a58 x86: fix BUG: unable to handle kernel paging request (numaq_tsc_disable) by Vegard Nossum · 16 years ago
  55. a4dbc34 x86: add setup_ioapic_ids for numaq in x86_quirks by Yinghai Lu · 16 years ago
  56. 63b5d7a x86: add ->pre_time_init to x86_quirks by Yinghai Lu · 16 years ago
  57. 64898a8 x86: extend and use x86_quirks to clean up NUMAQ code by Yinghai Lu · 16 years ago
  58. 9354094 x86: fix numaq_tsc_disable by Yinghai Lu · 16 years ago
  59. 3d88cca x86: fix numaq_tsc_disable calling by Yinghai Lu · 16 years ago
  60. d49c428 x86: make generic arch support NUMAQ by Yinghai Lu · 16 years ago
  61. 7b2a0a6 x86: make 32-bit use e820_register_active_regions() by Yinghai Lu · 16 years ago
  62. ab530e1 x86: early check if a system is numaq by Yinghai Lu · 16 years ago
  63. 404ee5b x86: convert TSC disabling to generic cpuid disable bitmap by Andi Kleen · 17 years ago
  64. 9a163ed i386: move kernel by Thomas Gleixner · 17 years ago[Renamed from arch/i386/kernel/numaq_32.c]
  65. 30271a7 i386: prepare shared kernel/numaq.c by Thomas Gleixner · 17 years ago[Renamed from arch/i386/kernel/numaq.c]
  66. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  67. 539eb11 [PATCH] Time: i386 Conversion - part 2: Rework TSC Support by john stultz · 18 years ago
  68. e1474e2 [PATCH] re-disable TSC on NUMAQ by Dave Hansen · 19 years ago
  69. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago