1. ffd75b3 x86: Remove unneeded includes by Brian Gerst · 4 years, 10 months ago
  2. 2b10906 x86: Remove force_iret() by Brian Gerst · 5 years ago
  3. a24ca99 x86/iopl: Remove legacy IOPL option by Thomas Gleixner · 5 years ago
  4. 2fff071 x86/process: Unify copy_thread_tls() by Thomas Gleixner · 5 years ago
  5. 50e04ac x86/process: Delete useless check for dead process with LDT by Jann Horn · 6 years ago
  6. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  7. 8ff468c Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  8. 5f409e2 x86/fpu: Defer FPU state load until return to userspace by Rik van Riel · 6 years ago
  9. 2722146 x86/fpu: Remove fpu->initialized by Sebastian Andrzej Siewior · 6 years ago
  10. 6dd677a x86/fpu: Remove fpu__restore() by Sebastian Andrzej Siewior · 6 years ago
  11. 64604d5 sched/x86_64: Don't save flags on context switch by Peter Zijlstra · 6 years ago
  12. 6690e86 sched/x86: Save [ER]FLAGS on context switch by Peter Zijlstra · 6 years ago
  13. e57d9f6 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  14. 312a466 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  15. a52fb43 Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  16. 87ab468 x86/fsgsbase/64: Fix the base write helper functions by Chang S. Bae · 6 years ago
  17. 02117e4 Merge branch 'x86/urgent' into x86/mm, to pick up dependent fix by Ingo Molnar · 6 years ago
  18. a97673a x86: Fix various typos in comments by Ingo Molnar · 6 years ago
  19. ff16701 x86/process: Consolidate and simplify switch_to_xtra() code by Thomas Gleixner · 6 years ago
  20. 352940e x86/resctrl: Rename the RDT functions and definitions by Babu Moger · 6 years ago
  21. fa7d949 x86/resctrl: Rename and move rdt files to a separate directory by Babu Moger · 6 years ago
  22. d38bc89 x86/oops: Show the correct CS value in show_regs() by Andy Lutomirski · 6 years ago
  23. a846446 x86/compat: Adjust in_compat_syscall() to generic code under !COMPAT by Dmitry Safonov · 6 years ago
  24. d82924c Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  25. f4550b5 x86/fsgsbase/64: Factor out FS/GS segment loading from __switch_to() by Chang S. Bae · 6 years ago
  26. e696c23 x86/fsgsbase/64: Make ptrace use the new FS/GS base helpers by Chang S. Bae · 6 years ago
  27. b1378a5 x86/fsgsbase/64: Introduce FS/GS base helper functions by Chang S. Bae · 6 years ago
  28. 98f05b5 x86/entry/64: Use the TSS sp2 slot for SYSCALL/SYSRET scratch space by Andy Lutomirski · 6 years ago
  29. 9fe6299 x86/process: Don't mix user/kernel regs in 64bit __show_regs() by Jann Horn · 6 years ago
  30. dc76803 x86/process: Re-export start_thread() by Rian Hunter · 6 years ago
  31. 252e1a0 x86/entry: Rename update_sp0 to update_task_stack by Joerg Roedel · 7 years ago
  32. acf4602 x86/mm: Drop TS_COMPAT on 64-bit exec() syscall by Dmitry Safonov · 7 years ago
  33. 42b933b x86/kvm/vmx: read MSR_{FS,KERNEL_GS}_BASE from current->thread by Vitaly Kuznetsov · 7 years ago
  34. 37a8f7c x86/asm: Move 'status' from thread_struct to thread_info by Andy Lutomirski · 7 years ago
  35. c482fee x86/entry/64: Make cpu_entry_area.tss read-only by Andy Lutomirski · 7 years ago
  36. 9aaefe7 x86/entry/64: Separate cpu_current_top_of_stack from TSS.sp0 by Andy Lutomirski · 7 years ago
  37. b02fcf9 x86/unwinder: Handle stack overflows more gracefully by Josh Poimboeuf · 7 years ago
  38. d375cf1 x86/entry/64: Remove thread_struct::sp0 by Andy Lutomirski · 7 years ago
  39. 46f5a10 x86/entry/64: Remove all remaining direct thread_struct::sp0 reads by Andy Lutomirski · 7 years ago
  40. da51da1 x86/entry/64: Pass SP0 directly to load_sp0() by Andy Lutomirski · 7 years ago
  41. bd7dc5a x86/entry/32: Pull the MSR_IA32_SYSENTER_CS update code out of native_load_sp0() by Andy Lutomirski · 7 years ago
  42. f570917 Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  43. e137a4d x86/switch_to/64: Rewrite FS/GS switching yet again to fix AMD CPUs by Andy Lutomirski · 7 years ago
  44. 767d035 x86/fsgsbase/64: Fully initialize FS and GS state in start_thread_common by Andy Lutomirski · 7 years ago
  45. 0583020 x86/intel_rdt: Change file names to accommodate RDT monitor code by Vikas Shivappa · 7 years ago
  46. 9950481 x86/asm/32: Remove a bunch of '& 0xffff' from pt_regs segment reads by Andy Lutomirski · 7 years ago
  47. 1d3e53e x86/entry/64: Refactor IRQ stacks and make them NMI-safe by Andy Lutomirski · 8 years ago
  48. 6c690ee x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3() by Andy Lutomirski · 8 years ago
  49. bbf79d2 x86/ldt: Rename ldt_struct::size to ::nr_entries by Borislav Petkov · 8 years ago
  50. 5e57f1d x86/xen: add CONFIG_XEN_PV to Kconfig by Vitaly Kuznetsov · 8 years ago
  51. ada2648 x86/mm: Make in_compat_syscall() work during exec by Dmitry Safonov · 8 years ago
  52. 79170fd x86/syscalls/32: Wire up arch_prctl on x86-32 by Kyle Huey · 8 years ago
  53. b0b9b01 x86/arch_prctl: Add do_arch_prctl_common() by Kyle Huey · 8 years ago
  54. 17a6e1b x86/arch_prctl/64: Rename do_arch_prctl() to do_arch_prctl_64() by Kyle Huey · 8 years ago
  55. ff3f097 x86/arch_prctl/64: Use SYSCALL_DEFINE2 to define sys_arch_prctl() by Kyle Huey · 8 years ago
  56. dd93938 x86/arch_prctl: Rename 'code' argument to 'option' by Kyle Huey · 8 years ago
  57. 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  58. 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  59. eb254f3 Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  60. 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
  61. 518bacf Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  62. 34bc356 x86: Remove empty idle.h header by Thomas Gleixner · 8 years ago
  63. 4f341a5 x86/intel_rdt: Add scheduler hook by Fenghua Yu · 8 years ago
  64. bb5e5ce x86/dumpstack: Remove kernel text addresses from stack dump by Josh Poimboeuf · 8 years ago
  65. 6fa81a12 x86/dumpstack: Print orig_ax in __show_regs() by Josh Poimboeuf · 8 years ago
  66. 1141c3e x86/dumpstack: Fix duplicate RIP address display in __show_regs() by Josh Poimboeuf · 8 years ago
  67. 4d69f15 Merge tag 'v4.9-rc1' into x86/fpu, to resolve conflict by Ingo Molnar · 8 years ago
  68. c474e50 x86/fpu: Split old_fpu & new_fpu handling into separate functions by Rik van Riel · 8 years ago
  69. 93c26d7 Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  70. 8e4ef63 Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  71. 6e68b08 x86/vdso: Use CONFIG_X86_X32_ABI to enable vdso prctl by Vinson Lee · 8 years ago
  72. 91b7bd3 x86/vdso: Only define prctl_map_vdso() if CONFIG_CHECKPOINT_RESTORE by Ingo Molnar · 8 years ago
  73. b9d989c x86/asm: Move the thread_info::status field to thread_struct by Andy Lutomirski · 8 years ago
  74. 2eefd87 x86/arch_prctl/vdso: Add ARCH_MAP_VDSO_* by Dmitry Safonov · 8 years ago
  75. ba6d018 x86/mm/pkeys: Do not skip PKRU register if debug registers are not used by Nicolas Iooss · 8 years ago
  76. 616d248 sched/x86: Pass kernel thread parameters in 'struct fork_frame' by Brian Gerst · 8 years ago
  77. 0100301 sched/x86: Rewrite the switch_to() code by Brian Gerst · 8 years ago
  78. 186f436 x86/kernel: Audit and remove any unnecessary uses of module.h by Paul Gortmaker · 9 years ago
  79. d696ca0 x86/fsgsbase/64: Use TASK_SIZE_MAX for FSBASE/GSBASE upper limits by Andy Lutomirski · 9 years ago
  80. 4afd056 x86/arch_prctl/64: Restore accidentally removed put_cpu() in ARCH_SET_GS by Mateusz Guzik · 9 years ago
  81. 296f781 x86/asm/64: Rename thread_struct's fs and gs to fsbase and gsbase by Andy Lutomirski · 9 years ago
  82. 731e33e x86/arch_prctl/64: Remove FSBASE/GSBASE < 4G optimization by Andy Lutomirski · 9 years ago
  83. abfb949 x86/entry: Rename is_{ia32,x32}_task() to in_{ia32,x32}_syscall() by Dmitry Safonov · 9 years ago
  84. 3e2b68d x86/asm, sched/x86: Rewrite the FS and GS context switch code by Andy Lutomirski · 9 years ago
  85. d47b50e x86/arch_prctl: Fix ARCH_GET_FS and ARCH_GET_GS by Andy Lutomirski · 9 years ago
  86. d88f48e Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  87. f970165 x86/compat: remove is_compat_task() by Andy Lutomirski · 9 years ago
  88. b7a58459 x86/iopl/64: Properly context-switch IOPL on Xen PV by Andy Lutomirski · 9 years ago
  89. c0b17b5 x86/mm/pkeys: Dump PKRU with other kernel registers by Dave Hansen · 9 years ago
  90. 0d430e3 x86/LDT: Print the real LDT base address by Jan Beulich · 9 years ago
  91. 558a65b sched/x86: Fix typo in __switch_to() comments by Chuck Ebbert · 9 years ago
  92. d87b7a3 sched/core, sched/x86: Kill thread_info::saved_preempt_count by Peter Zijlstra · 9 years ago
  93. 7ba7805 x86/process: Unify 32bit and 64bit implementations of get_wchan() by Thomas Gleixner · 9 years ago
  94. eddd382 x86/process: Add proper bound checks in 64bit get_wchan() by Thomas Gleixner · 9 years ago
  95. a5b9e5a x86/ldt: Make modify_ldt() optional by Andy Lutomirski · 9 years ago
  96. 5b929bd Merge branch 'x86/urgent' into x86/asm, before applying dependent patches by Ingo Molnar · 9 years ago
  97. 37868fe x86/ldt: Make modify_ldt synchronous by Andy Lutomirski · 9 years ago
  98. 7da7707 x86/compat: Rename 'start_thread_ia32' to 'compat_start_thread' by Brian Gerst · 10 years ago
  99. c1bd55f x86: opt into HAVE_COPY_THREAD_TLS, for both 32-bit and 64-bit by Josh Triplett · 10 years ago
  100. 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