aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/process_64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-20x86/fpu: Move context switch and exit to user inlines into sched.hThomas Gleixner1-1/+1
2021-10-20x86/fpu: Remove pointless argument from switch_fpu_finish()Thomas Gleixner1-2/+1
2021-06-23x86/fpu: Add PKRU storage outside of task XSAVE bufferDave Hansen1-0/+25
2021-06-23x86/cpu: Sanitize X86_FEATURE_OSPKEThomas Gleixner1-1/+1
2021-06-23x86/pkeys: Move read_pkru() and write_pkru()Dave Hansen1-0/+1
2021-02-10x86/irq: Sanitize irq stack trackingThomas Gleixner1-1/+1
2020-10-26x86: Reclaim TIF_IA32 and TIF_X32Gabriel Krisman Bertazi1-6/+0
2020-10-26x86/mm: Convert mmu context ia32_compat into a proper flags fieldGabriel Krisman Bertazi1-6/+11
2020-10-26x86/elf: Use e_machine to select start_thread for x32Gabriel Krisman Bertazi1-3/+2
2020-08-24x86/fsgsbase: Replace static_cpu_has() with boot_cpu_has()Borislav Petkov1-4/+4
2020-08-14x86/fsgsbase/64: Fix NULL deref in 86_fsgsbase_read_taskEric Dumazet1-1/+1
2020-08-04Merge tag 'x86-fsgsbase-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-16/+123
2020-07-22x86/dumpstack: Add log_lvl to __show_regs()Dmitry Safonov1-25/+26
2020-07-22x86/dumpstack: Add log_lvl to show_iret_regs()Dmitry Safonov1-1/+1
2020-07-01x86/fsgsbase: Fix Xen PV supportAndy Lutomirski1-6/+18
2020-07-01x86/ptrace: Fix 32-bit PTRACE_SETREGS vs fsbase and gsbaseAndy Lutomirski1-2/+2
2020-06-18x86/process/64: Use FSGSBASE instructions on thread copy and ptraceChang S. Bae1-2/+4
2020-06-18x86/process/64: Use FSBSBASE in switch_to() if availableAndy Lutomirski1-6/+28
2020-06-18x86/process/64: Make save_fsgs_for_kvm() ready for FSGSBASEThomas Gleixner1-6/+9
2020-06-18x86/fsgsbase/64: Enable FSGSBASE instructions in helper functionsChang S. Bae1-0/+68
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-05-06x86/resctrl: Rename asm/resctrl_sched.h to asm/resctrl.hReinette Chatre1-1/+1
2020-03-21x86: Remove unneeded includesBrian Gerst1-1/+0
2020-01-08x86: Remove force_iret()Brian Gerst1-1/+0
2019-11-16x86/iopl: Remove legacy IOPL optionThomas Gleixner1-11/+0
2019-11-16x86/process: Unify copy_thread_tls()Thomas Gleixner1-75/+0
2019-07-17x86/process: Delete useless check for dead process with LDTJann Horn1-11/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-07Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+5
2019-04-12x86/fpu: Defer FPU state load until return to userspaceRik van Riel1-2/+3
2019-04-10x86/fpu: Remove fpu->initializedSebastian Andrzej Siewior1-2/+2
2019-04-09x86/fpu: Remove fpu__restore()Sebastian Andrzej Siewior1-3/+1
2019-04-03sched/x86_64: Don't save flags on context switchPeter Zijlstra1-7/+0
2019-04-03sched/x86: Save [ER]FLAGS on context switchPeter Zijlstra1-0/+8
2018-12-26Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+2
2018-12-26Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2018-12-26Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2018-12-18x86/fsgsbase/64: Fix the base write helper functionsChang S. Bae1-44/+55
2018-12-17Merge branch 'x86/urgent' into x86/mm, to pick up dependent fixIngo Molnar1-7/+3
2018-12-03x86: Fix various typos in commentsIngo Molnar1-1/+1
2018-11-28x86/process: Consolidate and simplify switch_to_xtra() codeThomas Gleixner1-7/+3
2018-11-22x86/resctrl: Rename the RDT functions and definitionsBabu Moger1-1/+1
2018-11-22x86/resctrl: Rename and move rdt files to a separate directoryBabu Moger1-1/+1
2018-11-22x86/oops: Show the correct CS value in show_regs()Andy Lutomirski1-3/+2
2018-11-01x86/compat: Adjust in_compat_syscall() to generic code under !COMPATDmitry Safonov1-2/+2
2018-10-23Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2018-10-08x86/fsgsbase/64: Factor out FS/GS segment loading from __switch_to()Chang S. Bae1-4/+10
2018-10-08x86/fsgsbase/64: Make ptrace use the new FS/GS base helpersChang S. Bae1-39/+10
2018-10-08x86/fsgsbase/64: Introduce FS/GS base helper functionsChang S. Bae1-0/+124
2018-09-08x86/entry/64: Use the TSS sp2 slot for SYSCALL/SYSRET scratch spaceAndy Lutomirski1-2/+0