1. aeb35d6 Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  2. 6453dbd Merge tag 'pm-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  3. 0f65726 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  4. 406f992 x86 / hibernate: Use hlt_play_dead() when resuming from hibernation by Rafael J. Wysocki · 9 years ago
  5. eb43e8f8 x86/smp: Remove unnecessary initialization of thread_info::cpu by Andy Lutomirski · 9 years ago
  6. 186f436 x86/kernel: Audit and remove any unnecessary uses of module.h by Paul Gortmaker · 9 years ago
  7. 70b8301 x86/topology: Add topology_max_smt_threads() by Andi Kleen · 9 years ago
  8. 168f1a7 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  9. 56402d6 x86/topology: Handle CPUID bogosity gracefully by Thomas Gleixner · 9 years ago
  10. 93984fb x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usage by Borislav Petkov · 9 years ago
  11. 8196dab x86/cpu: Get rid of compute_unit_id by Borislav Petkov · 9 years ago
  12. 3e8db22 x86/topology: Use total_cpus not nr_cpu_ids for logical packages by Thomas Gleixner · 9 years ago
  13. 63d1e99 x86/topology: Fix Intel HT disable by Peter Zijlstra · 9 years ago
  14. b5d5f27 x86/topology: Fix logical package mapping by Peter Zijlstra · 9 years ago
  15. 710d60c Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  16. fc6d73d arch/hotplug: Call into idle with a proper state by Thomas Gleixner · 9 years ago
  17. 1f12e32 x86/topology: Create logical package id by Thomas Gleixner · 9 years ago
  18. 362f924 x86/cpufeature: Remove unused and seldomly used cpu_has_xx macros by Borislav Petkov · 9 years ago
  19. 0fa8511 Merge branch 'linus' into x86/cleanups by Thomas Gleixner · 9 years ago
  20. 656279a x86 smpboot: Re-enable init_udelay=0 by default on modern CPUs by Len Brown · 9 years ago
  21. 4609586 x86/paravirt: Remove unused pv_apic_ops structure by Juergen Gross · 9 years ago
  22. fcafdde x86/smpboot: Fix CPU #1 boot timeout by Len Brown · 9 years ago
  23. f1ccd24 x86/smpboot: Fix cpu_init_udelay=10000 corner case boot parameter misbehavior by Len Brown · 9 years ago
  24. 0c0fee0 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  25. 656bba3 x86/smpboot: Remove APIC.wait_for_init_deassert and atomic init_deasserted by Len Brown · 9 years ago
  26. a9bcaa0 x86/smpboot: Remove SIPI delays from cpu_up() by Len Brown · 9 years ago
  27. 2d99af8 x86/smpboot: Remove udelay(100) when polling cpu_callin_map by Len Brown · 9 years ago
  28. 6e38f1e x86/smpboot: Remove udelay(100) when polling cpu_initialized_map by Len Brown · 9 years ago
  29. 4daa832 x86: Drop bogus __ref / __refdata annotations by Mathias Krause · 10 years ago
  30. ce0d3c0 genirq: Revert sparse irq locking around __cpu_up() and move it to x86 for now by Thomas Gleixner · 10 years ago
  31. 5a3f75e x86/irq: Plug irq vector hotplug race by Thomas Gleixner · 10 years ago
  32. 20d5e4a x86/espfix: Init espfix on the boot CPU side by Zhu Guihua · 10 years ago
  33. 1db8756 x86/espfix: Add 'cpu' parameter to init_espfix_ap() by Zhu Guihua · 10 years ago
  34. d70b3ef Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  35. e75c73a Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  36. 7d79a7b x86: Replace cpu_**_mask() with topology_**_cpumask() by Bartosz Golaszewski · 10 years ago
  37. 78f7f1e x86/fpu: Rename fpu-internal.h to fpu/internal.h by Ingo Molnar · 10 years ago
  38. f89e32e x86/fpu: Fix header file dependencies of fpu-internal.h by Ingo Molnar · 10 years ago
  39. 7cb6859 x86/smp/boot: Fix legacy SMP bootup slow-boot bug by Ingo Molnar · 10 years ago
  40. 853b160 Revert f5d6a52f5111 ("x86/smpboot: Skip delays during SMP initialization similar to Xen") by Ingo Molnar · 10 years ago
  41. 1a744cb x86/smp/boot: Remove 10ms delay from cpu_up() on modern processors by Len Brown · 10 years ago
  42. d68921f x86/smp/boot: Add cmdline "cpu_init_udelay=N" to specify cpu_up() delay by Len Brown · 10 years ago
  43. 191a663 Merge branch 'x86/asm' into x86/apic, to resolve a conflict by Ingo Molnar · 10 years ago
  44. fed7c3f x86/entry: Remove unused 'kernel_stack' per-cpu variable by Denys Vlasenko · 10 years ago
  45. f5d6a52 x86/smpboot: Skip delays during SMP initialization similar to Xen by Jan H. Schönherr · 10 years ago
  46. 078838d Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  47. 60f898e Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  48. 3f85483 x86/cpu: Factor out common CPU initialization code, fix 32-bit Xen PV guests by Boris Ostrovsky · 10 years ago
  49. 4399c03c6 x86/apic: Remove verify_local_APIC() by Bandan Das · 10 years ago
  50. ef59326 x86/asm/entry: Get rid of KERNEL_STACK_OFFSET by Denys Vlasenko · 10 years ago
  51. 2a442c9 x86: Use common outgoing-CPU-notification code by Paul E. McKenney · 10 years ago
  52. a7fcf28 x86/asm/entry: Replace this_cpu_sp0() with current_top_of_stack() and fix it on x86_32 by Andy Lutomirski · 10 years ago
  53. 9c4d9c7 x86: Consolidate boot cpu timer setup by Thomas Gleixner · 10 years ago
  54. 374aab3 x86/apic: Reuse apic_bsp_setup() for UP APIC setup by Thomas Gleixner · 10 years ago
  55. 613c25ef x86/smpboot: Sanitize uniprocessor init by Thomas Gleixner · 10 years ago
  56. 05f7e46 x86/smpboot: Move apic init code to apic.c by Thomas Gleixner · 10 years ago
  57. ef4c59a x86/smpboot: Cleanup ioapic handling by Thomas Gleixner · 10 years ago
  58. f77aa30 x86/smpboot: Move smpboot inlines to code by Thomas Gleixner · 10 years ago
  59. 250a1ac x86, smpboot: Remove pointless preempt_disable() in native_smp_prepare_cpus() by Thomas Gleixner · 10 years ago
  60. 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
  61. 5427955 x86/core, x86/xen/smp: Use 'die_complete' completion when taking CPU down by Boris Ostrovsky · 10 years ago
  62. 2c773dd x86: Convert a few more per-CPU items to read-mostly ones by Jan Beulich · 10 years ago
  63. db6a00b x86/smpboot: Move data structure to its primary usage scope by Ingo Molnar · 10 years ago
  64. 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
  65. 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
  66. 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
  67. 728e565 sched/x86: Fix up typo in topology detection by Dave Hansen · 10 years ago
  68. 03bd4e1 sched: Fix unreleased llc_shared_mask bit during CPU hotplug by Wanpeng Li · 10 years ago
  69. 2ed53c0 x86/smpboot: Speed up suspend/resume by avoiding 100ms sleep for CPU offline during S3 by Lan Tianyu · 10 years ago
  70. cebf15e x86, sched: Add new topology for multi-NUMA-node CPUs by Dave Hansen · 10 years ago
  71. ce4b1b1 x86/smpboot: Initialize secondary CPU only if master CPU will wait for it by Igor Mammedov · 11 years ago
  72. 11a8318 x86, apic: Remove setup_portio_remap callback by David Rientjes · 10 years ago
  73. 300eddf x86, apic: Remove smp_callin_clear_local_apic callback by David Rientjes · 10 years ago
  74. 3f17ea6 Merge branch 'next' (accumulated 3.16 merge window patches) into master by Linus Torvalds · 11 years ago
  75. bb077d6 Revert "x86/smpboot: Initialize secondary CPU only if master CPU will wait for it" by Linus Torvalds · 11 years ago
  76. 3e1a878 x86/smpboot: Initialize secondary CPU only if master CPU will wait for it by Igor Mammedov · 11 years ago
  77. feef1e8 x86/smpboot: Log error on secondary CPU wakeup failure at ERR level by Igor Mammedov · 11 years ago
  78. 89f898c1 x86: Fix list/memory corruption on CPU hotplug by Igor Mammedov · 11 years ago
  79. 197725d x86, espfix: Make espfix64 a Kconfig option, fix UML by H. Peter Anvin · 11 years ago
  80. 3891a04 x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stack by H. Peter Anvin · 11 years ago
  81. 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
  82. 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
  83. ea7bdc6 x86/apic: Plug racy xAPIC access of CPU hotplug code by Jan Kiszka · 11 years ago
  84. 198d208 x86: Keep thread_info on thread stack in x86_32 by Steven Rostedt · 11 years ago
  85. 840d283 x86, cpufeature: Rename X86_FEATURE_CLFLSH to X86_FEATURE_CLFLUSH by H. Peter Anvin · 11 years ago
  86. 465822c x86/apic: Switch wait_for_init_deassert() to a bool flag by David Rientjes · 11 years ago
  87. 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
  88. da6139e x86: Add check for number of available vectors before CPU down by Prarit Bhargava · 11 years ago
  89. 7d590cc x86, idle: Add memory barriers around clflush in mwait_play_dead() by H. Peter Anvin · 11 years ago
  90. 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
  91. a17bce4 x86/boot: Further compress CPUs bootup message by Borislav Petkov · 11 years ago
  92. 646e29a x86: Improve the printout of the SMP bootup CPU table by Borislav Petkov · 11 years ago
  93. 1cad5e9 hotplug / x86: Disable ARCH_CPU_PROBE_RELEASE on x86 by Toshi Kani · 11 years ago
  94. 5223948 x86/smpboot: Fix announce_cpu() to printk() the last "OK" properly by Libin · 11 years ago
  95. 148f9bb x86: delete __cpuinit usage from all x86 files by Paul Gortmaker · 12 years ago
  96. b0bc225 sched/x86: Construct all sibling maps if smt by Andrew Jones · 12 years ago
  97. 7d1a941 x86: Use generic idle loop by Thomas Gleixner · 12 years ago
  98. 576cfb4 x86, smpboot: Remove unused variable by Borislav Petkov · 12 years ago
  99. 69fb367 x86 idle: remove mwait_idle() and "idle=mwait" cmdline param by Len Brown · 12 years ago
  100. 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