1. c2cacde x86/cpufeatures: Make CPU bugs sticky by Thomas Gleixner · 7 years ago
  2. 61b7a40 kaiser: cleanups while trying for gold link by Hugh Dickins · 7 years ago
  3. 13be448 KAISER: Kernel Address Isolation by Richard Fellner · 7 years ago
  4. 6e306c5 x86/CPU/AMD: Bring back Compute Unit ID by Borislav Petkov · 7 years ago
  5. b9d989c x86/asm: Move the thread_info::status field to thread_struct by Andy Lutomirski · 8 years ago
  6. ffcb043 sched/x86: Fix thread_saved_pc() by Brian Gerst · 8 years ago
  7. 0100301 sched/x86: Rewrite the switch_to() code by Brian Gerst · 8 years ago
  8. 2d724ff Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  9. 13d4ea0 x86/uaccess: Move thread_info::addr_limit to thread_struct by Andy Lutomirski · 8 years ago
  10. 2a53ccb x86/dumpstack: Rename thread_struct::sig_on_uaccess_error to sig_on_uaccess_err by Ingo Molnar · 8 years ago
  11. dfa9a94 x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_err to thread_struct by Andy Lutomirski · 8 years ago
  12. bf15a8c x86/fpu/xstate: Rename 'xstate_size' to 'fpu_kernel_xstate_size', to distinguish it from 'fpu_user_xstate_size' by Fenghua Yu · 8 years ago
  13. a1141e0 x86/fpu/xstate: Define and use 'fpu_user_xstate_size' by Fenghua Yu · 8 years ago
  14. 9a45f03 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  15. 296f781 x86/asm/64: Rename thread_struct's fs and gs to fsbase and gsbase by Andy Lutomirski · 8 years ago
  16. 867fe80 x86/paravirt: Remove paravirt_enabled() by Luis R. Rodriguez · 8 years ago
  17. 8d152e7 x86/rtc: Replace paravirt rtc check with platform legacy quirk by Luis R. Rodriguez · 8 years ago
  18. 8196dab x86/cpu: Get rid of compute_unit_id by Borislav Petkov · 8 years ago
  19. ba33ea8 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  20. 2a41aa4 x86/entry/32: Add and check a stack canary for the SYSENTER stack by Andy Lutomirski · 8 years ago
  21. 6dcc941 x86/entry: Only allocate space for tss_struct::SYSENTER_stack if needed by Andy Lutomirski · 8 years ago
  22. 1f12e32 x86/topology: Create logical package id by Thomas Gleixner · 8 years ago
  23. 3a2f2ac Merge branch 'x86/urgent' into x86/asm, to pick up fixes by Ingo Molnar · 8 years ago
  24. 75edb54 x86: Fix KASAN false positives in thread_saved_pc() by Dmitry Vyukov · 8 years ago
  25. cd4d09e x86/cpufeature: Carve out X86_FEATURE_* by Borislav Petkov · 9 years ago
  26. d8c98a1 x86/paravirt: Prevent rtc_cmos platform device init on PV guests by David Vrabel · 9 years ago
  27. 4302d50 Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  28. 0b101e6 x86/asm: Force inlining of cpu_relax() by Denys Vlasenko · 9 years ago
  29. decb4c4 x86/headers: Remove <asm/sigcontext.h> references on the kernel side by Ingo Molnar · 9 years ago
  30. 11e612d Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  31. 5461bd8 Merge tag 'v4.2-rc7' into x86/boot, to refresh the branch before merging new changes by Ingo Molnar · 9 years ago
  32. 9fda6a0 x86/vm86: Move vm86 fields out of 'thread_struct' by Brian Gerst · 9 years ago
  33. 5b929bd Merge branch 'x86/urgent' into x86/asm, before applying dependent patches by Ingo Molnar · 9 years ago
  34. 9491630 x86/boot: Obsolete the MCA sys_desc_table by Paolo Pisati · 9 years ago
  35. ed0b2ed x86/entry/vm86: Move userspace accesses to do_sys_vm86() by Brian Gerst · 9 years ago
  36. 0233606 x86/entry/vm86: Clean up saved_fs/gs by Brian Gerst · 9 years ago
  37. 0c8c0f0 x86/fpu, sched: Dynamically allocate 'struct fpu' by Dave Hansen · 9 years ago
  38. 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
  39. cc2749e x86/cpu/amd: Give access to the number of nodes in a physical package by Aravind Gopalakrishnan · 9 years ago
  40. 46a6e0c x86/mpx: Clean up the code by not passing a task pointer around when unnecessary by Dave Hansen · 9 years ago
  41. b8c1b8ea x86/fpu: Fix FPU state save area alignment bug by Ingo Molnar · 9 years ago
  42. c66e3f2 x86/fpu: Remove the extra fpu__detect() layer by Ingo Molnar · 9 years ago
  43. c5bedc6 x86/fpu: Get rid of PF_USED_MATH usage, convert it to fpu->fpstate_active by Ingo Molnar · 9 years ago
  44. f55f88e x86/fpu: Make task_xstate_cachep static by Ingo Molnar · 9 years ago
  45. 11ad192 x86/fpu: Remove the free_thread_xstate() complication by Ingo Molnar · 9 years ago
  46. 14b9675 x86/fpu: Move FPU data structures to asm/fpu_types.h by Ingo Molnar · 9 years ago
  47. 1260099 x86/fpu: Improve the comment for the fpu::counter field by Ingo Molnar · 9 years ago
  48. c0c2803 x86/fpu: Move thread_info::fpu_counter into thread_info::fpu.counter by Ingo Molnar · 9 years ago
  49. 1a7dc0d x86/fpu: Rename fpu_detect() to fpu__detect() by Ingo Molnar · 9 years ago
  50. 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
  51. cf9328c x86/asm/entry/32: Stop caching MSR_IA32_SYSENTER_ESP in tss.sp1 by Andy Lutomirski · 9 years ago
  52. ac9af49 x86/asm/entry/64: Remove thread_struct::usersp by Ingo Molnar · 9 years ago
  53. 9854dd7 x86/asm/entry/64: Simplify 'old_rsp' usage by Ingo Molnar · 9 years ago
  54. d828c71 x86/asm/entry/32: Document the 32-bit SYSENTER "emergency stack" better by Denys Vlasenko · 9 years ago
  55. 5c39403 x86/asm/entry: Simplify task_pt_regs() macro definition by Denys Vlasenko · 9 years ago
  56. 76e4c49 x86/asm/entry/32: Document our abuse of x86_hw_tss::ss1 and x86_hw_tss::sp1 by Andy Lutomirski · 9 years ago
  57. d9e05cc x86/asm/entry: Unify and fix initial thread_struct::sp0 values by Andy Lutomirski · 9 years ago
  58. 3ee4298 x86/asm/entry: Create and use a 'TOP_OF_KERNEL_STACK_PADDING' macro by Andy Lutomirski · 9 years ago
  59. 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
  60. d0a0de2 x86/asm/entry: Remove INIT_TSS and fold the definitions into 'cpu_tss' by Andy Lutomirski · 9 years ago
  61. 24933b8 x86/asm/entry: Rename 'init_tss' to 'cpu_tss' by Andy Lutomirski · 9 years ago
  62. 8ef46a6 x86/asm/entry: Add this_cpu_sp0() to read sp0 for the current cpu by Andy Lutomirski · 9 years ago
  63. cbc82b1 x86: Add support for Intel Cache QoS Monitoring (CQM) detection by Peter P Waskiewicz Jr · 10 years ago
  64. a930dc4 x86/asm: Cleanup prefetch primitives by Borislav Petkov · 10 years ago
  65. 375074c x86: Clean up cr4 manipulation by Andy Lutomirski · 10 years ago
  66. 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
  67. 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
  68. fe3d197 x86, mpx: On-demand kernel allocation of bounds tables by Dave Hansen · 10 years ago
  69. 62e7759 x86, mpx: Rename cfg_reg_u and status_reg by Dave Hansen · 10 years ago
  70. c04e051 x86: mpx: Give bndX registers actual names by Dave Hansen · 10 years ago
  71. 07114f0 x86_64: Add a comment explaining the TASK_SIZE_MAX guard page by Andy Lutomirski · 10 years ago
  72. 2c773dd x86: Convert a few more per-CPU items to read-mostly ones by Jan Beulich · 10 years ago
  73. 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
  74. 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
  75. e9f4e0a x86/mm: Rip out complicated, out-of-date, buggy TLB flushing by Dave Hansen · 10 years ago
  76. 3a6bfbc arch, locking: Ciao arch_mutex_cpu_relax() by Davidlohr Bueso · 10 years ago
  77. 0b29643 x86/xsaves: Change compacted format xsave area header by Fenghua Yu · 10 years ago
  78. 198d208 x86: Keep thread_info on thread stack in x86_32 by Steven Rostedt · 10 years ago
  79. c9cdd9a Merge branch 'x86/mpx' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  80. 5d4863e Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  81. 2a0fede Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  82. 741e390 x86/intel/mpx: Remove unused LWP structure by Ingo Molnar · 11 years ago
  83. 663b55b9 x86: Delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  84. dd36039 x86, cpu: Detect more TLB configuration by Kirill A. Shutemov · 11 years ago
  85. 1682425 x86, acpi, idle: Restructure the mwait idle routines by Peter Zijlstra · 11 years ago
  86. e7d820a x86, xsave: Support eager-only xsave features, add MPX support by Qiaowei Ren · 11 years ago
  87. c375f15 x86: move fpu_counter into ARCH specific thread_struct by Vineet Gupta · 11 years ago
  88. 05eebfb Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  89. 2a47550 Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  90. 277d5b4 x86, asmlinkage: Make several variables used from assembler/linker script visible by Andi Kleen · 11 years ago
  91. 96e39ac x86: Introduce hypervisor_cpuid_base() by Jason Wang · 11 years ago
  92. 61c63e5 cpufreq: Remove unused APERF/MPERF support by Stratos Karafotis · 11 years ago
  93. 148f9bb x86: delete __cpuinit usage from all x86 files by Paul Gortmaker · 11 years ago
  94. d652df0 Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  95. 60e019e x86: Get rid of ->hard_math and all the FPU asm fu by H. Peter Anvin · 11 years ago
  96. 4d067d8 x86: Extend #DF debugging aid to 64-bit by Borislav Petkov · 11 years ago
  97. 7d7dc11 x86, cpu: Convert AMD Erratum 400 by Borislav Petkov · 11 years ago
  98. e6ee94d x86, cpu: Convert AMD Erratum 383 by Borislav Petkov · 11 years ago
  99. c5b41a6 x86, cpu: Convert Cyrix coma bug detection by Borislav Petkov · 11 years ago
  100. 93a829e x86, cpu: Convert FDIV bug detection by Borislav Petkov · 11 years ago