1. 79f5599 cpumask: use zalloc_cpumask_var() where possible by Li Zefan · 17 years ago
  2. 78f28b7 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  3. 2274239 Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  4. 1aaf2e5 Merge branch 'x86-txt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  5. 5a925b4 x86, sched: Workaround broken sched domain creation for AMD Magny-Cours by Andreas Herrmann · 17 years ago
  6. 69575d3 x86, intel_txt: clean up the impact on generic code, unbreak non-x86 by Shane Wang · 17 years ago
  7. 736deca x86: Move percpu clockevents setup to x86_init_ops by Thomas Gleixner · 17 years ago
  8. d0af9ee x86, pat/mtrr: Rendezvous all the cpus for MTRR/PAT init by Suresh Siddha · 17 years ago
  9. 86886e5 x86, intel_txt: Intel TXT Sx shutdown support by Joseph Cihula · 17 years ago
  10. 55cd636 x86: make zap_low_mapping could be used early by Yinghai Lu · 17 years ago
  11. 103428e x86, apic: Fix dummy apic read operation together with broken MP handling by Cyrill Gorcunov · 17 years ago
  12. cece315 x86: smpboot - wakeup_secondary should be done via __cpuinit section by Cyrill Gorcunov · 17 years ago
  13. 02421f9 x86: consistent about warm_reset_vector for UN_NON_UNIQUE_APIC by Yinghai Lu · 17 years ago
  14. cdc1cb0 x86: make wakeup_secondary_cpu_via_init static by Yinghai Lu · 17 years ago
  15. 4f06289 cpumask: use new cpumask functions throughout x86 by Rusty Russell · 17 years ago
  16. 155dd72 cpumask: convert struct cpuinfo_x86's llc_shared_map to cpumask_var_t by Rusty Russell · 17 years ago
  17. c032ef60 cpumask: convert node_to_cpumask_map[] to cpumask_var_t by Rusty Russell · 17 years ago
  18. 71ee73e x86: unify 32 and 64-bit node_to_cpumask_map by Rusty Russell · 17 years ago
  19. 7ad728f cpumask: x86: convert cpu_sibling_map/cpu_core_map to cpumask_var_t by Rusty Russell · 17 years ago
  20. 23c5c9c cpumask: remove cpu_coregroup_map: x86 by Rusty Russell · 17 years ago
  21. 1f442d7 x86: remove smp_apply_quirks()/smp_checks() by Yinghai Lu · 17 years ago
  22. 1f5bcab x86: apic: simplify secondary CPU wakeup methods by Ingo Molnar · 17 years ago
  23. 2b6163b x86: remove update_apic from x86_quirks by Yinghai Lu · 17 years ago
  24. ab6fb7c x86, apic: remove ->store_NMI_vector() by Ingo Molnar · 17 years ago
  25. e641f5f x86, apic: remove duplicate asm/apic.h inclusions by Ingo Molnar · 17 years ago
  26. 7b6aa33 x86, apic: remove genapic.h by Ingo Molnar · 17 years ago
  27. 06cd9a7 x86: add x2apic config by Yinghai Lu · 17 years ago
  28. 88d0f55 x86: make 32bit to call enable_IO_APIC early like 64bit by Yinghai Lu · 17 years ago
  29. eca217b Merge branch 'x86/paravirt' into x86/apic by Ingo Molnar · 17 years ago
  30. 65a4e57 smp, generic: introduce arch_disable_smp_support() instead of disable_ioapic_setup() by Ingo Molnar · 17 years ago
  31. 552be87 x86: pass in cpu number to switch_to_new_gdt() by Brian Gerst · 17 years ago
  32. 8f47e16 x86: update copyrights by Ingo Molnar · 17 years ago
  33. 26f7ef1 x86: don't treat bigsmp as non-standard by Yinghai Lu · 17 years ago
  34. 1ff2f20 x86: fix compiling with 64bit with def_to_bigsmp by Yinghai Lu · 17 years ago
  35. 4272ebf x86: allow more than 8 cpus to be used on 32-bit by Yinghai Lu · 17 years ago
  36. e0c7ae3 x86: rename X86_GENERICARCH to X86_32_NON_STANDARD by Ingo Molnar · 17 years ago
  37. c0b5842 x86: generalize boot_cpu_id by Ingo Molnar · 17 years ago
  38. 1164dd0 x86: move mach-default/*.h files to asm/ by Ingo Molnar · 17 years ago
  39. 1dcdd3d x86: remove mach_apic.h by Ingo Molnar · 17 years ago
  40. 328386d x86, smp: refactor ->wake_cpu by Ingo Molnar · 17 years ago
  41. 0939e4f x86, smp: eliminate asm/mach-default/mach_wakecpu.h by Ingo Molnar · 17 years ago
  42. 25dc004 x86, smp: refactor ->inquire_remote_apic() methods by Ingo Molnar · 17 years ago
  43. 7bd06ec x86, smp: refactor ->store/restore_NMI_vector() methods by Ingo Molnar · 17 years ago
  44. 333344d x86, smp: refactor ->smp_callin_clear_local_apic() methods by Ingo Molnar · 17 years ago
  45. a965936 x86, smp: refactor ->wait_for_init_deassert() by Ingo Molnar · 17 years ago
  46. a27a621 x86: refactor ->check_phys_apicid_present() subarch methods by Ingo Molnar · 17 years ago
  47. d83093b x86: refactor ->setup_portio_remap() subarch methods by Ingo Molnar · 17 years ago
  48. a21769a4 x86, apic: clean up ->cpu_present_to_apicid() by Ingo Molnar · 17 years ago
  49. 3f57a31 x86, apic: clean up ->apicid_to_node() by Ingo Molnar · 17 years ago
  50. 72ce016 x86, apic: clean up ->setup_apic_routing() by Ingo Molnar · 17 years ago
  51. bdb1a9b x86, apic: rename genapic::apic_destination_logical to genapic::dest_logical by Ingo Molnar · 17 years ago
  52. 0b06e73 x86: clean up the APIC_DEST_LOGICAL logic by Ingo Molnar · 17 years ago
  53. b2d2f43 x86: initialize per-cpu GDT segment in per-cpu setup by Brian Gerst · 17 years ago
  54. bdbcdd4 x86: uv cleanup by Tejun Heo · 17 years ago
  55. 9af4565 x86-64: Move kernelstack from PDA to per-cpu. by Brian Gerst · 17 years ago
  56. c6f5e0a x86-64: Move current task from PDA to per-cpu and consolidate with 32-bit. by Brian Gerst · 17 years ago
  57. 004aa32 x86: misc clean up after the percpu update by Tejun Heo · 17 years ago
  58. 1a51e3a x86: fold pda into percpu area on SMP by Tejun Heo · 17 years ago
  59. f32ff53 x86: load pointer to pda into %gs while brining up a CPU by Tejun Heo · 17 years ago
  60. 7f268f4 Merge branches 'cpus4096', 'x86/cleanups' and 'x86/urgent' into x86/percpu by Ingo Molnar · 17 years ago
  61. f118263 x86: fully honor "nolapic" by Jan Beulich · 17 years ago
  62. fb8fd07 x86: smp.h move cpu_callout_mask and cpu_callout_map declartion to cpumask.h by Jaswinder Singh Rajput · 17 years ago
  63. 0687903 x86: smp.h move cpu_callin_mask and cpu_callin_map declartion to cpumask.h by Jaswinder Singh Rajput · 17 years ago
  64. 1de8cd3 Merge branch 'linus' into x86/cleanups by Ingo Molnar · 17 years ago
  65. 3d14bda Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  66. 6e5385d x86: smp.h move prefill_possible_map declartion to cpu.h by Jaswinder Singh Rajput · 17 years ago
  67. 0936912 Merge branches 'x86/cleanups', 'x86/mpparse', 'x86/numa' and 'x86/uv' into x86/urgent by Ingo Molnar · 17 years ago
  68. 87c6fe2 x86: update Alan Cox's email addresses by Alan Cox · 17 years ago
  69. c2d1cec x86: cleanup remaining cpumask_t ops in smpboot code by Mike Travis · 17 years ago
  70. 9628937 x86: cleanup some remaining usages of NR_CPUS where s/b nr_cpu_ids by Mike Travis · 17 years ago
  71. 730cf27 x86: enable cpus display of kernel_max and offlined cpus by Mike Travis · 17 years ago
  72. 7eb1955 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask into merge-rr-cpumask by Mike Travis · 17 years ago
  73. b840d79 Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  74. 33edcf1 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Rusty Russell · 17 years ago
  75. b0f4b28 Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  76. 030bb20 cpumask: cpu_coregroup_mask(): x86 by Rusty Russell · 17 years ago
  77. 0ca59dd tracing/ftrace: don't trace on early stage of a secondary cpu boot, v3 by Frederic Weisbecker · 17 years ago
  78. fa623d1 Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/detect-hyper', 'x86/doc', 'x86/dumpstack', 'x86/early-printk', 'x86/fpu', 'x86/idle', 'x86/io', 'x86/memory-corruption-check', 'x86/microcode', 'x86/mm', 'x86/mtrr', 'x86/nmi-watchdog', 'x86/pat2', 'x86/pci-ioapic-boot-irq-quirks', 'x86/ptrace', 'x86/quirks', 'x86/reboot', 'x86/setup-memory', 'x86/signal', 'x86/sparse-fixes', 'x86/time', 'x86/uv' and 'x86/xen' into x86/core by Ingo Molnar · 17 years ago
  79. 3b11ce7 x86: use possible_cpus=NUM to extend the possible cpus allowed by Mike Travis · 17 years ago
  80. 9466d60 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/travis/linux-2.6-cpus4096-for-ingo into cpus4096 by Ingo Molnar · 17 years ago
  81. 1f3f424 Merge branch 'linus' into cpus4096 by Ingo Molnar · 17 years ago
  82. d7b381b x86: fixup_irqs() doesnt need an argument. by Mike Travis · 17 years ago
  83. ae8d04e x86 Fix VMI crash on boot in 2.6.28-rc8 by Zachary Amsden · 17 years ago
  84. 968ea6d Merge ../linux-2.6-x86 by Rusty Russell · 17 years ago
  85. 98a79d6 cpumask: centralize cpu_online_map and cpu_possible_map by Rusty Russell · 17 years ago
  86. 55c395b x86: fix missing space in printk by Michael Tokarev · 18 years ago
  87. 54ac14a x86: fix wakeup_cpu with numaq/es7000, v2, fix by Yinghai Lu · 18 years ago
  88. 569712b x86: fix wakeup_cpu with numaq/es7000, v2 by Yinghai Lu · 18 years ago
  89. db96b0a x86: do_boot_cpu - check if we have ESR register by Cyrill Gorcunov · 18 years ago
  90. 9301975 Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago
  91. 25ddbb1 Make the taint flags reliable by Andi Kleen · 18 years ago
  92. 823b259 x86: print out apic id in hex format by Yinghai Lu · 18 years ago
  93. cb48bb5 x86: remove additional_cpus by Thomas Gleixner · 18 years ago
  94. b807305 x86: remove additional_cpus configurability by Ingo Molnar · 18 years ago
  95. 7f2f49a x86: allow number of additional hotplug CPUs to be set at compile time, V2 by Chuck Ebbert · 18 years ago
  96. 14adf85 x86: move prefill_possible_map calling early, fix, V2 by Chuck Ebbert · 18 years ago
  97. 59ef48a x86: smpboot - check if we have ESR register in wakeup_secondary_cpu by Cyrill Gorcunov · 18 years ago
  98. 0cefa5b arch/x86/kernel/smpboot.c: Clarify when irq processing begins. by Manfred Spraul · 18 years ago
  99. 365d46d Merge branch 'linus' into x86/xen by Ingo Molnar · 18 years ago
  100. ead9d23 Merge phase #4 (X2APIC, APIC unification, CPU identification unification) of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 18 years ago