summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/process_64.c
AgeCommit message (Expand)Author
2020-08-24x86/fsgsbase: Replace static_cpu_has() with boot_cpu_has()Borislav Petkov
2020-08-14x86/fsgsbase/64: Fix NULL deref in 86_fsgsbase_read_taskEric Dumazet
2020-08-04Merge tag 'x86-fsgsbase-2020-08-04' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-07-22x86/dumpstack: Add log_lvl to __show_regs()Dmitry Safonov
2020-07-22x86/dumpstack: Add log_lvl to show_iret_regs()Dmitry Safonov
2020-07-01x86/fsgsbase: Fix Xen PV supportAndy Lutomirski
2020-07-01x86/ptrace: Fix 32-bit PTRACE_SETREGS vs fsbase and gsbaseAndy Lutomirski
2020-06-18x86/process/64: Use FSGSBASE instructions on thread copy and ptraceChang S. Bae
2020-06-18x86/process/64: Use FSBSBASE in switch_to() if availableAndy Lutomirski
2020-06-18x86/process/64: Make save_fsgs_for_kvm() ready for FSGSBASEThomas Gleixner
2020-06-18x86/fsgsbase/64: Enable FSGSBASE instructions in helper functionsChang S. Bae
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-05-06x86/resctrl: Rename asm/resctrl_sched.h to asm/resctrl.hReinette Chatre
2020-03-21x86: Remove unneeded includesBrian Gerst
2020-01-08x86: Remove force_iret()Brian Gerst
2019-11-16x86/iopl: Remove legacy IOPL optionThomas Gleixner
2019-11-16x86/process: Unify copy_thread_tls()Thomas Gleixner
2019-07-17x86/process: Delete useless check for dead process with LDTJann Horn
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-07Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-04-12x86/fpu: Defer FPU state load until return to userspaceRik van Riel
2019-04-10x86/fpu: Remove fpu->initializedSebastian Andrzej Siewior
2019-04-09x86/fpu: Remove fpu__restore()Sebastian Andrzej Siewior
2019-04-03sched/x86_64: Don't save flags on context switchPeter Zijlstra
2019-04-03sched/x86: Save [ER]FLAGS on context switchPeter Zijlstra
2018-12-26Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-12-26Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-12-26Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-12-18x86/fsgsbase/64: Fix the base write helper functionsChang S. Bae
2018-12-17Merge branch 'x86/urgent' into x86/mm, to pick up dependent fixIngo Molnar
2018-12-03x86: Fix various typos in commentsIngo Molnar
2018-11-28x86/process: Consolidate and simplify switch_to_xtra() codeThomas Gleixner
2018-11-22x86/resctrl: Rename the RDT functions and definitionsBabu Moger
2018-11-22x86/resctrl: Rename and move rdt files to a separate directoryBabu Moger
2018-11-22x86/oops: Show the correct CS value in show_regs()Andy Lutomirski
2018-11-01x86/compat: Adjust in_compat_syscall() to generic code under !COMPATDmitry Safonov
2018-10-23Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-10-08x86/fsgsbase/64: Factor out FS/GS segment loading from __switch_to()Chang S. Bae
2018-10-08x86/fsgsbase/64: Make ptrace use the new FS/GS base helpersChang S. Bae
2018-10-08x86/fsgsbase/64: Introduce FS/GS base helper functionsChang S. Bae
2018-09-08x86/entry/64: Use the TSS sp2 slot for SYSCALL/SYSRET scratch spaceAndy Lutomirski
2018-09-06x86/process: Don't mix user/kernel regs in 64bit __show_regs()Jann Horn
2018-08-20x86/process: Re-export start_thread()Rian Hunter
2018-07-20x86/entry: Rename update_sp0 to update_task_stackJoerg Roedel
2018-05-19x86/mm: Drop TS_COMPAT on 64-bit exec() syscallDmitry Safonov
2018-03-16x86/kvm/vmx: read MSR_{FS,KERNEL_GS}_BASE from current->threadVitaly Kuznetsov
2018-01-30x86/asm: Move 'status' from thread_struct to thread_infoAndy Lutomirski
2017-12-17x86/entry/64: Make cpu_entry_area.tss read-onlyAndy Lutomirski
2017-12-17x86/entry/64: Separate cpu_current_top_of_stack from TSS.sp0Andy Lutomirski
2017-12-17x86/unwinder: Handle stack overflows more gracefullyJosh Poimboeuf