1. 250a1ac x86, smpboot: Remove pointless preempt_disable() in native_smp_prepare_cpus() by Thomas Gleixner · 10 years ago
  2. b6444bd Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  3. 5427955 x86/core, x86/xen/smp: Use 'die_complete' completion when taking CPU down by Boris Ostrovsky · 10 years ago
  4. 2c773dd x86: Convert a few more per-CPU items to read-mostly ones by Jan Beulich · 10 years ago
  5. db6a00b x86/smpboot: Move data structure to its primary usage scope by Ingo Molnar · 10 years ago
  6. f1d0d14 Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  7. 19e00d5 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  8. faafcba Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  9. 728e565 sched/x86: Fix up typo in topology detection by Dave Hansen · 10 years ago
  10. 03bd4e1 sched: Fix unreleased llc_shared_mask bit during CPU hotplug by Wanpeng Li · 10 years ago
  11. 2ed53c0 x86/smpboot: Speed up suspend/resume by avoiding 100ms sleep for CPU offline during S3 by Lan Tianyu · 11 years ago
  12. cebf15e x86, sched: Add new topology for multi-NUMA-node CPUs by Dave Hansen · 10 years ago
  13. ce4b1b1 x86/smpboot: Initialize secondary CPU only if master CPU will wait for it by Igor Mammedov · 11 years ago
  14. 11a8318 x86, apic: Remove setup_portio_remap callback by David Rientjes · 11 years ago
  15. 300eddf x86, apic: Remove smp_callin_clear_local_apic callback by David Rientjes · 11 years ago
  16. 3f17ea6 Merge branch 'next' (accumulated 3.16 merge window patches) into master by Linus Torvalds · 11 years ago
  17. bb077d6 Revert "x86/smpboot: Initialize secondary CPU only if master CPU will wait for it" by Linus Torvalds · 11 years ago
  18. 3e1a878 x86/smpboot: Initialize secondary CPU only if master CPU will wait for it by Igor Mammedov · 11 years ago
  19. feef1e8 x86/smpboot: Log error on secondary CPU wakeup failure at ERR level by Igor Mammedov · 11 years ago
  20. 89f898c1 x86: Fix list/memory corruption on CPU hotplug by Igor Mammedov · 11 years ago
  21. 197725d x86, espfix: Make espfix64 a Kconfig option, fix UML by H. Peter Anvin · 11 years ago
  22. 3891a04 x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stack by H. Peter Anvin · 11 years ago
  23. 99f7b02 Merge branch 'x86-threadinfo-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  24. b9b16a7 Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  25. ea7bdc6 x86/apic: Plug racy xAPIC access of CPU hotplug code by Jan Kiszka · 11 years ago
  26. 198d208 x86: Keep thread_info on thread stack in x86_32 by Steven Rostedt · 11 years ago
  27. 840d283 x86, cpufeature: Rename X86_FEATURE_CLFLSH to X86_FEATURE_CLFLUSH by H. Peter Anvin · 11 years ago
  28. 465822c x86/apic: Switch wait_for_init_deassert() to a bool flag by David Rientjes · 11 years ago
  29. 7fe67a1 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  30. da6139e x86: Add check for number of available vectors before CPU down by Prarit Bhargava · 11 years ago
  31. 7d590cc x86, idle: Add memory barriers around clflush in mwait_play_dead() by H. Peter Anvin · 11 years ago
  32. f9300ea Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  33. a17bce4 x86/boot: Further compress CPUs bootup message by Borislav Petkov · 11 years ago
  34. 646e29a x86: Improve the printout of the SMP bootup CPU table by Borislav Petkov · 11 years ago
  35. 1cad5e9 hotplug / x86: Disable ARCH_CPU_PROBE_RELEASE on x86 by Toshi Kani · 12 years ago
  36. 5223948 x86/smpboot: Fix announce_cpu() to printk() the last "OK" properly by Libin · 11 years ago
  37. 148f9bb x86: delete __cpuinit usage from all x86 files by Paul Gortmaker · 12 years ago
  38. b0bc225 sched/x86: Construct all sibling maps if smt by Andrew Jones · 12 years ago
  39. 7d1a941 x86: Use generic idle loop by Thomas Gleixner · 12 years ago
  40. 576cfb4 x86, smpboot: Remove unused variable by Borislav Petkov · 12 years ago
  41. 69fb367 x86 idle: remove mwait_idle() and "idle=mwait" cmdline param by Len Brown · 12 years ago
  42. a05a4e2 Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  43. 74b8423 Merge branch 'x86-bsp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  44. 644c154 x86, fpu: Avoid FPU lazy restore after suspend by Vincent Palatin · 12 years ago
  45. e1c467e x86, hotplug: Wake up CPU0 via NMI instead of INIT, SIPI, SIPI by Fenghua Yu · 12 years ago
  46. 30106c1 x86, hotplug: Support functions for CPU0 online/offline by Fenghua Yu · 12 years ago
  47. 193f3fc x86: Add cpu_has_topoext by Andreas Herrmann · 12 years ago
  48. 816afe4 x86/smp: Don't ever patch back to UP if we unplug cpus by Rusty Russell · 13 years ago
  49. 4cb3875 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  50. 3fad0953 Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  51. 55acddd Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  52. 6a991ac Merge commit 'v3.5-rc3' into x86/debug by Ingo Molnar · 13 years ago
  53. c83119a Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  54. 0816b0f x86: Add read_mostly declaration/definition to variables from smp.h by Vlad Zolotarov · 13 years ago
  55. 161270f x86/smp: Fix topology checks on AMD MCM CPUs by Borislav Petkov · 13 years ago
  56. ceb1cba sched/x86: Calculate booted cores after construction of sibling_mask by Kamalesh Babulal · 13 years ago
  57. c767a54 x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level> by Joe Perches · 13 years ago
  58. 3b6f70f x86-smp-remove-call-to-ipi_call_lock-ipi_call_unlock by Yong Zhang · 13 years ago
  59. 9f64638 sched/x86: Use cpu_llc_shared_mask(cpu) for coregroup_mask by Peter Zijlstra · 13 years ago
  60. 731a737 Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  61. d79ee93 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  62. 8e7fbcb sched: Remove stale power aware scheduling remnants and dysfunctional knobs by Peter Zijlstra · 13 years ago
  63. 316ad24 sched/x86: Rewrite set_cpu_sibling_map() by Peter Zijlstra · 13 years ago
  64. ad7687d x86/numa: Check for nonsensical topologies on real hw as well by Ingo Molnar · 13 years ago
  65. 0acbb44 x86/numa: Hard partition cpu topology masks on node boundaries by Peter Zijlstra · 13 years ago
  66. f37240f x86, realmode: header for trampoline code by Jarkko Sakkinen · 13 years ago
  67. b429dbf x86, realmode: don't copy real_mode_header by Jarkko Sakkinen · 13 years ago
  68. 48927bb x86, realmode: Move SMP trampoline to unified realmode code by Jarkko Sakkinen · 13 years ago
  69. 7eb43a6 x86: Use generic idle thread allocation by Thomas Gleixner · 13 years ago
  70. 5cdaf18 x86: Add task_struct argument to smp_ops.cpu_up by Thomas Gleixner · 13 years ago
  71. a335750 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 13 years ago
  72. 1a022e3 idle, x86: Allow off-lined CPU to enter deeper C states by Boris Ostrovsky · 13 years ago
  73. 7fda041 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  74. 2e7580b Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 13 years ago
  75. bc75813 sched/x86/smp: Do not enable IRQs over calibrate_delay() by Peter Zijlstra · 13 years ago
  76. 2390481 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  77. 4c64616 Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  78. c5c7fb8 Merge branches 'x86-cpu-for-linus', 'x86-boot-for-linus', 'x86-cpufeature-for-linus', 'x86-process-for-linus' and 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  79. fa63030 x86/platform: Move APIC ID validity check into platform APIC code by Daniel J Blueman · 13 years ago
  80. 5fbd036 sched: Cleanup cpu_active madness by Peter Zijlstra · 13 years ago
  81. df156f9 x86: Introduce x86_cpuinit.early_percpu_clock_init hook by Igor Mammedov · 13 years ago
  82. 140f190 x86: Remove some noise from boot log when starting cpus by Luck, Tony · 13 years ago
  83. 21c3fcf x86/debug: Fix/improve the show_msr=<cpus> debug print out by Yinghai Lu · 13 years ago
  84. 9fc5c3e Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  85. 541048a Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  86. c284b42 x86: Skip cpus with apic-ids >= 255 in !x2apic_mode by Suresh Siddha · 13 years ago
  87. b565201 x86: Reduce clock calibration time during slave cpu startup by Jack Steiner · 13 years ago
  88. 99e8b9c x86, NMI: Add NMI IPI selftest by Don Zickus · 13 years ago
  89. 0a613b6 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  90. a6c23905 x86, smpboot: Mark the names[] array in __inquire_remote_apic() as const by Greg Dietsche · 14 years ago
  91. fd8a7de x86: cpu-hotplug: Prevent softirq wakeup on wrong CPU by Thomas Gleixner · 15 years ago
  92. 4f3c125 x86: Fix mwait_play_dead() faulting on mwait-incapable cpus by Avi Kivity · 14 years ago
  93. f310642 Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6 by Linus Torvalds · 14 years ago
  94. 02c68a0 x86 idle: clarify AMD erratum 400 workaround by Len Brown · 14 years ago
  95. 349c004 x86: A fast way to check capabilities of the current cpu by Christoph Lameter · 14 years ago
  96. e7fd3b4 Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  97. 181f977 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  98. 5f6fb45 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  99. 502f4d4 Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  100. 8460b3e Merge commit 'v2.6.38' into x86/mm by Ingo Molnar · 14 years ago