1. db52ef7 x86/fpu: Fix FPU related boot regression when CPUID masking BIOS feature is enabled by Ingo Molnar · 9 years ago
  2. d70b3ef Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  3. e75c73a Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  4. 8c3641e x86/mpx: Introduce a boot-time disable flag by Dave Hansen · 9 years ago
  5. 9dda165 Merge branch 'x86/asm' into x86/core, to prepare for new patch by Ingo Molnar · 9 years ago
  6. b2502b4 x86/asm/entry: Untangle 'system_call' into two entry points: entry_SYSCALL_64 and entry_INT80_32 by Ingo Molnar · 9 years ago
  7. 4c8cd0c x86/asm/entry: Untangle 'ia32_sysenter_target' into two entry points: entry_SYSENTER_32 and entry_SYSENTER_compat by Ingo Molnar · 9 years ago
  8. 2cd2355 x86/asm/entry: Rename compat syscall entry points by Ingo Molnar · 9 years ago
  9. c8e56d2 x86: Kill CONFIG_X86_HT by Borislav Petkov · 9 years ago
  10. ee098e1 x86/cpu: Trim model ID whitespace by Borislav Petkov · 9 years ago
  11. adafb98 x86/cpu: Strip any /proc/cpuinfo model name field whitespace by Prarit Bhargava · 9 years ago
  12. 7cf82d3 x86/fpu/init: Move __setup() functions to fpu/init.c by Ingo Molnar · 9 years ago
  13. d364a76 x86/fpu: Fix the 'nofxsr' boot parameter to also clear X86_FEATURE_FXSR_OPT by Ingo Molnar · 9 years ago
  14. c66e3f2 x86/fpu: Remove the extra fpu__detect() layer by Ingo Molnar · 9 years ago
  15. 21c4cd1 x86/fpu: Simplify fpu__cpu_init() by Ingo Molnar · 9 years ago
  16. 78f7f1e x86/fpu: Rename fpu-internal.h to fpu/internal.h by Ingo Molnar · 9 years ago
  17. b0c050c x86/fpu: Move 'PER_CPU(fpu_owner_task)' to fpu/core.c by Ingo Molnar · 9 years ago
  18. f89e32e x86/fpu: Fix header file dependencies of fpu-internal.h by Ingo Molnar · 9 years ago
  19. 3a9c4b0 x86/fpu: Rename fpu_init() to fpu__cpu_init() by Ingo Molnar · 9 years ago
  20. 1a7dc0d x86/fpu: Rename fpu_detect() to fpu__detect() by Ingo Molnar · 9 years ago
  21. fed7c3f x86/entry: Remove unused 'kernel_stack' per-cpu variable by Denys Vlasenko · 9 years ago
  22. 6c8a53c9 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  23. 6b51311 x86/asm/entry/64: Use a define for an invalid segment selector by Borislav Petkov · 9 years ago
  24. 7c74d5b x86/asm/entry/64: Fix MSR_IA32_SYSENTER_CS MSR value by Borislav Petkov · 9 years ago
  25. cf9328c x86/asm/entry/32: Stop caching MSR_IA32_SYSENTER_ESP in tss.sp1 by Andy Lutomirski · 9 years ago
  26. 487d1ed x86/asm/entry/64: Fix comment about SYSENTER MSRs by Denys Vlasenko · 9 years ago
  27. 936c663 Merge branch 'perf/x86' into perf/core, because it's ready by Ingo Molnar · 9 years ago
  28. d56fe4b x86/asm/entry/64: Always set up SYSENTER MSRs by Ingo Molnar · 9 years ago
  29. ef59326 x86/asm/entry: Get rid of KERNEL_STACK_OFFSET by Denys Vlasenko · 9 years ago
  30. a76c7f4 x86/asm/entry/64: Fold syscall32_cpu_init() into its sole user by Denys Vlasenko · 9 years ago
  31. 8b6c0ab x86/asm/entry: Document and clean up the enable_sep_cpu() and syscall32_cpu_init() functions by Ingo Molnar · 9 years ago
  32. d828c71 x86/asm/entry/32: Document the 32-bit SYSENTER "emergency stack" better by Denys Vlasenko · 9 years ago
  33. a7fcf28 x86/asm/entry: Replace this_cpu_sp0() with current_top_of_stack() and fix it on x86_32 by Andy Lutomirski · 9 years ago
  34. 24933b8 x86/asm/entry: Rename 'init_tss' to 'cpu_tss' by Andy Lutomirski · 9 years ago
  35. 5b2bdbc x86: Init per-cpu shadow copy of CR4 on 32-bit CPUs too by Steven Rostedt · 9 years ago
  36. cbc82b1 x86: Add support for Intel Cache QoS Monitoring (CQM) detection by Peter P Waskiewicz Jr · 9 years ago
  37. 3750771 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  38. 80f33a5 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  39. 1e02ce4 x86: Store a per-cpu shadow copy of CR4 by Andy Lutomirski · 10 years ago
  40. 375074c x86: Clean up cr4 manipulation by Andy Lutomirski · 10 years ago
  41. 659006b x86/x2apic: Split enable and setup function by Thomas Gleixner · 9 years ago
  42. f94fe11 x86, CPU: Fix trivial printk formatting issues with dmesg by Steven Honeyman · 10 years ago
  43. 3100e44 Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  44. 2cd3949 x86: Require exact match for 'noxsave' command line option by Dave Hansen · 10 years ago
  45. e76b027 x86,vdso: Use LSL unconditionally for vgetcpu by Andy Lutomirski · 10 years ago
  46. 0429fbc Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  47. dfe2c6d Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 10 years ago
  48. 2fd7476 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  49. 708d0b4 Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  50. e48510f arch/x86/kernel/cpu/common.c: fix unused symbol warning by Andrew Morton · 10 years ago
  51. 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
  52. 8c7aa69 x86_64, entry: Filter RFLAGS.NT on entry from userspace by Andy Lutomirski · 10 years ago
  53. ce4b1b1 x86/smpboot: Initialize secondary CPU only if master CPU will wait for it by Igor Mammedov · 10 years ago
  54. 9298b81 x86: Add more disabled features by Dave Hansen · 10 years ago
  55. 89cbc76 x86: Replace __get_cpu_var uses by Christoph Lameter · 10 years ago
  56. 9def39be x86: Support compiling out human-friendly processor feature names by Josh Triplett · 11 years ago
  57. 7453f33 Merge branch 'x86-xsave-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  58. ce47479 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  59. e9f4e0a x86/mm: Rip out complicated, out-of-date, buggy TLB flushing by Dave Hansen · 10 years ago
  60. 03ab3da Merge tag 'v3.16-rc1' into x86/cpufeature by H. Peter Anvin · 10 years ago
  61. 3737a12 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  62. b6f42a4 x86/xsaves: Add a kernel parameter noxsaves to disable xsaves/xrstors by Fenghua Yu · 10 years ago
  63. 6229ad2 x86/xsaves: Detect xsaves/xrstors feature by Fenghua Yu · 10 years ago
  64. f40c330 x86, vdso: Move the vvar and hpet mappings next to the 64-bit vDSO by Andy Lutomirski · 10 years ago
  65. cfda7bb x86, vdso: Move syscall and sysenter setup into kernel/cpu/common.c by Andy Lutomirski · 10 years ago
  66. 0f46efeb kprobes, x86: Prohibit probing on debug_stack_*() by Masami Hiramatsu · 10 years ago
  67. 99f7b02 Merge branch 'x86-threadinfo-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  68. 198d208 x86: Keep thread_info on thread stack in x86_32 by Steven Rostedt · 10 years ago
  69. da4aaa7 x86, cpufeature: If we disable CLFLUSH, we should disable CLFLUSHOPT by H. Peter Anvin · 10 years ago
  70. 840d283 x86, cpufeature: Rename X86_FEATURE_CLFLSH to X86_FEATURE_CLFLUSH by H. Peter Anvin · 10 years ago
  71. 03bbd59 x86, smap: Don't enable SMAP if CONFIG_X86_SMAP is disabled by H. Peter Anvin · 10 years ago
  72. dd36039 x86, cpu: Detect more TLB configuration by Kirill A. Shutemov · 11 years ago
  73. 6df1e7f Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  74. 09dc68d x86/cpu: Track legacy CPU model data only on 32-bit kernels by Jan Beulich · 11 years ago
  75. c2daa3b sched, x86: Provide a per-cpu preempt_count implementation by Peter Zijlstra · 11 years ago
  76. 277d5b4 x86, asmlinkage: Make several variables used from assembler/linker script visible by Andi Kleen · 11 years ago
  77. 148f9bb x86: delete __cpuinit usage from all x86 files by Paul Gortmaker · 11 years ago
  78. 96a3d99 Merge branch 'x86-tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  79. cf910e8 x86, trace: Add irq vector tracepoints by Seiji Aguchi · 11 years ago
  80. 629f4f9 x86: Rename variables for debugging by Seiji Aguchi · 11 years ago
  81. 4a90a99 x86: Add a static_cpu_has_safe variant by Borislav Petkov · 11 years ago
  82. 5700f74 x86: Sanity-check static_cpu_has usage by Borislav Petkov · 11 years ago
  83. c3b8359 x86, cpu: Add a synthetic, always true, cpu feature by Borislav Petkov · 11 years ago
  84. 60e019e x86: Get rid of ->hard_math and all the FPU asm fu by H. Peter Anvin · 11 years ago
  85. 65fc985 x86, cpu: Expand cpufeature facility to include cpu bugs by Borislav Petkov · 11 years ago
  86. e6ebf5d x86/common.c: load ucode in 64 bit or show loading ucode info in 32 bit on AP by Fenghua Yu · 12 years ago
  87. d288e1c x86/common.c: Make have_cpuid_p() a global function by Fenghua Yu · 12 years ago
  88. 9977d9b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  89. 18c26c2 death to idle_regs() by Al Viro · 12 years ago
  90. 27fd185 x86, hotplug: During CPU0 online, enable x2apic, set_numa_node. by Fenghua Yu · 12 years ago
  91. 15385df Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  92. 2299930 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  93. ac07f5c Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  94. 58ae9c0 Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  95. b2cc2a0 x86, smep, smap: Make the switching functions one-way by H. Peter Anvin · 12 years ago
  96. 49b8c69 Merge branch 'x86/fpu' into x86/smap by H. Peter Anvin · 12 years ago
  97. 52b6179 x86, smap: Turn on Supervisor Mode Access Prevention by H. Peter Anvin · 12 years ago
  98. 63bcff2 x86, smap: Add STAC and CLAC instructions to control user space access by H. Peter Anvin · 12 years ago
  99. 924e101 x86/debug: Dump family, model, stepping of the boot CPU by Borislav Petkov · 12 years ago
  100. 5d2bd70 x86, fpu: decouple non-lazy/eager fpu restore from xsave by Suresh Siddha · 12 years ago