1. 6474924 arch: remove unused macro/function thread_saved_pc() by Tobias Klauser · 7 years ago
  2. 73fa136 Merge branch 'x86/cpu' into x86/mm, before applying dependent patch by Ingo Molnar · 8 years ago
  3. 1f9ca18 Merge branch 'x86/process' into x86/mm, to create new base for further patches by Ingo Molnar · 8 years ago
  4. e9ea1e7 x86/arch_prctl: Add ARCH_[GET|SET]_CPUID by Kyle Huey · 8 years ago
  5. 45fc875 x86: Make the GDT remapping read-only on 64-bit by Thomas Garnier · 8 years ago
  6. 69218e4 x86: Remap GDT tables in the fixmap section by Thomas Garnier · 8 years ago
  7. 8f3e474 x86/mm: Add task_size parameter to mmap_base() by Dmitry Safonov · 8 years ago
  8. 6415813 x86/cpu: Drop wp_works_ok member of struct cpuinfo_x86 by Mathias Krause · 8 years ago
  9. 0440211 x86/cpu: Drop unneded members of struct cpuinfo_x86 by Mathias Krause · 8 years ago
  10. fd7e9a8 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  11. d3273de x86/asm/64: Drop __cacheline_aligned from struct x86_hw_tss by Andy Lutomirski · 8 years ago
  12. 4f53ab1 x86/asm: Define the kernel TSS limit in a macro by Andy Lutomirski · 8 years ago
  13. 79a8b9a x86/CPU/AMD: Bring back Compute Unit ID by Borislav Petkov · 8 years ago
  14. 5dedade x86/CPU: Add native CPUID variants returning a single datum by Borislav Petkov · 8 years ago
  15. c198b12 x86/asm: Rewrite sync_core() to use IRET-to-self by Andy Lutomirski · 8 years ago
  16. 1c52d85 x86/asm/32: Make sync_core() handle missing CPUID on all 32-bit kernels by Andy Lutomirski · 8 years ago
  17. 212f300 Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  18. 5645688 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  19. 07c94a3 x86/amd: Simplify AMD E400 aware idle routine by Borislav Petkov · 8 years ago
  20. 6d0d287 locking/core: Provide common cpu_relax_yield() definition by Christian Borntraeger · 8 years ago
  21. 47bdf33 x86/cpuid: Provide get_scattered_cpuid_leaf() by He Chen · 8 years ago
  22. 47f10a3 x86/cpuid: Cleanup cpuid_regs definitions by He Chen · 8 years ago
  23. 5bd0b85 locking/core, arch: Remove cpu_relax_lowlatency() by Christian Borntraeger · 8 years ago
  24. 79ab11c locking/core: Introduce cpu_relax_yield() by Christian Borntraeger · 8 years ago
  25. b9d989c x86/asm: Move the thread_info::status field to thread_struct by Andy Lutomirski · 8 years ago
  26. ffcb043 sched/x86: Fix thread_saved_pc() by Brian Gerst · 8 years ago
  27. 0100301 sched/x86: Rewrite the switch_to() code by Brian Gerst · 8 years ago
  28. 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
  29. 13d4ea0 x86/uaccess: Move thread_info::addr_limit to thread_struct by Andy Lutomirski · 8 years ago
  30. 2a53ccb x86/dumpstack: Rename thread_struct::sig_on_uaccess_error to sig_on_uaccess_err by Ingo Molnar · 8 years ago
  31. dfa9a94 x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_err to thread_struct by Andy Lutomirski · 8 years ago
  32. bf15a8c x86/fpu/xstate: Rename 'xstate_size' to 'fpu_kernel_xstate_size', to distinguish it from 'fpu_user_xstate_size' by Fenghua Yu · 9 years ago
  33. a1141e0 x86/fpu/xstate: Define and use 'fpu_user_xstate_size' by Fenghua Yu · 9 years ago
  34. 9a45f03 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  35. 296f781 x86/asm/64: Rename thread_struct's fs and gs to fsbase and gsbase by Andy Lutomirski · 9 years ago
  36. 867fe80 x86/paravirt: Remove paravirt_enabled() by Luis R. Rodriguez · 9 years ago
  37. 8d152e7 x86/rtc: Replace paravirt rtc check with platform legacy quirk by Luis R. Rodriguez · 9 years ago
  38. 8196dab x86/cpu: Get rid of compute_unit_id by Borislav Petkov · 9 years ago
  39. ba33ea8 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  40. 2a41aa4 x86/entry/32: Add and check a stack canary for the SYSENTER stack by Andy Lutomirski · 9 years ago
  41. 6dcc941 x86/entry: Only allocate space for tss_struct::SYSENTER_stack if needed by Andy Lutomirski · 9 years ago
  42. 1f12e32 x86/topology: Create logical package id by Thomas Gleixner · 9 years ago
  43. 3a2f2ac Merge branch 'x86/urgent' into x86/asm, to pick up fixes by Ingo Molnar · 9 years ago
  44. 75edb54 x86: Fix KASAN false positives in thread_saved_pc() by Dmitry Vyukov · 9 years ago
  45. cd4d09e x86/cpufeature: Carve out X86_FEATURE_* by Borislav Petkov · 9 years ago
  46. d8c98a1 x86/paravirt: Prevent rtc_cmos platform device init on PV guests by David Vrabel · 9 years ago
  47. 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
  48. 0b101e6 x86/asm: Force inlining of cpu_relax() by Denys Vlasenko · 9 years ago
  49. decb4c4 x86/headers: Remove <asm/sigcontext.h> references on the kernel side by Ingo Molnar · 9 years ago
  50. 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
  51. 5461bd8 Merge tag 'v4.2-rc7' into x86/boot, to refresh the branch before merging new changes by Ingo Molnar · 9 years ago
  52. 9fda6a0 x86/vm86: Move vm86 fields out of 'thread_struct' by Brian Gerst · 9 years ago
  53. 5b929bd Merge branch 'x86/urgent' into x86/asm, before applying dependent patches by Ingo Molnar · 9 years ago
  54. 9491630 x86/boot: Obsolete the MCA sys_desc_table by Paolo Pisati · 9 years ago
  55. ed0b2ed x86/entry/vm86: Move userspace accesses to do_sys_vm86() by Brian Gerst · 9 years ago
  56. 0233606 x86/entry/vm86: Clean up saved_fs/gs by Brian Gerst · 9 years ago
  57. 0c8c0f0 x86/fpu, sched: Dynamically allocate 'struct fpu' by Dave Hansen · 9 years ago
  58. 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
  59. cc2749e x86/cpu/amd: Give access to the number of nodes in a physical package by Aravind Gopalakrishnan · 9 years ago
  60. 46a6e0c x86/mpx: Clean up the code by not passing a task pointer around when unnecessary by Dave Hansen · 9 years ago
  61. b8c1b8ea x86/fpu: Fix FPU state save area alignment bug by Ingo Molnar · 10 years ago
  62. c66e3f2 x86/fpu: Remove the extra fpu__detect() layer by Ingo Molnar · 10 years ago
  63. c5bedc6 x86/fpu: Get rid of PF_USED_MATH usage, convert it to fpu->fpstate_active by Ingo Molnar · 10 years ago
  64. f55f88e x86/fpu: Make task_xstate_cachep static by Ingo Molnar · 10 years ago
  65. 11ad192 x86/fpu: Remove the free_thread_xstate() complication by Ingo Molnar · 10 years ago
  66. 14b9675 x86/fpu: Move FPU data structures to asm/fpu_types.h by Ingo Molnar · 10 years ago
  67. 1260099 x86/fpu: Improve the comment for the fpu::counter field by Ingo Molnar · 10 years ago
  68. c0c2803 x86/fpu: Move thread_info::fpu_counter into thread_info::fpu.counter by Ingo Molnar · 10 years ago
  69. 1a7dc0d x86/fpu: Rename fpu_detect() to fpu__detect() by Ingo Molnar · 10 years ago
  70. 6c8a53c9 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  71. cf9328c x86/asm/entry/32: Stop caching MSR_IA32_SYSENTER_ESP in tss.sp1 by Andy Lutomirski · 10 years ago
  72. ac9af49 x86/asm/entry/64: Remove thread_struct::usersp by Ingo Molnar · 10 years ago
  73. 9854dd7 x86/asm/entry/64: Simplify 'old_rsp' usage by Ingo Molnar · 10 years ago
  74. d828c71 x86/asm/entry/32: Document the 32-bit SYSENTER "emergency stack" better by Denys Vlasenko · 10 years ago
  75. 5c39403 x86/asm/entry: Simplify task_pt_regs() macro definition by Denys Vlasenko · 10 years ago
  76. 76e4c49 x86/asm/entry/32: Document our abuse of x86_hw_tss::ss1 and x86_hw_tss::sp1 by Andy Lutomirski · 10 years ago
  77. d9e05cc x86/asm/entry: Unify and fix initial thread_struct::sp0 values by Andy Lutomirski · 10 years ago
  78. 3ee4298 x86/asm/entry: Create and use a 'TOP_OF_KERNEL_STACK_PADDING' macro by Andy Lutomirski · 10 years ago
  79. 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
  80. d0a0de2 x86/asm/entry: Remove INIT_TSS and fold the definitions into 'cpu_tss' by Andy Lutomirski · 10 years ago
  81. 24933b8 x86/asm/entry: Rename 'init_tss' to 'cpu_tss' by Andy Lutomirski · 10 years ago
  82. 8ef46a6 x86/asm/entry: Add this_cpu_sp0() to read sp0 for the current cpu by Andy Lutomirski · 10 years ago
  83. cbc82b1 x86: Add support for Intel Cache QoS Monitoring (CQM) detection by Peter P Waskiewicz Jr · 10 years ago
  84. a930dc4 x86/asm: Cleanup prefetch primitives by Borislav Petkov · 10 years ago
  85. 375074c x86: Clean up cr4 manipulation by Andy Lutomirski · 10 years ago
  86. 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
  87. 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
  88. fe3d197 x86, mpx: On-demand kernel allocation of bounds tables by Dave Hansen · 10 years ago
  89. 62e7759 x86, mpx: Rename cfg_reg_u and status_reg by Dave Hansen · 10 years ago
  90. c04e051 x86: mpx: Give bndX registers actual names by Dave Hansen · 10 years ago
  91. 07114f0 x86_64: Add a comment explaining the TASK_SIZE_MAX guard page by Andy Lutomirski · 10 years ago
  92. 2c773dd x86: Convert a few more per-CPU items to read-mostly ones by Jan Beulich · 10 years ago
  93. 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
  94. 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
  95. e9f4e0a x86/mm: Rip out complicated, out-of-date, buggy TLB flushing by Dave Hansen · 10 years ago
  96. 3a6bfbc arch, locking: Ciao arch_mutex_cpu_relax() by Davidlohr Bueso · 10 years ago
  97. 0b29643 x86/xsaves: Change compacted format xsave area header by Fenghua Yu · 10 years ago
  98. 198d208 x86: Keep thread_info on thread stack in x86_32 by Steven Rostedt · 11 years ago
  99. c9cdd9a Merge branch 'x86/mpx' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  100. 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