aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/process_64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-09-06x86/process: Don't mix user/kernel regs in 64bit __show_regs()Jann Horn1-2/+10
2018-08-20x86/process: Re-export start_thread()Rian Hunter1-0/+1
2018-07-20x86/entry: Rename update_sp0 to update_task_stackJoerg Roedel1-1/+1
2018-05-19x86/mm: Drop TS_COMPAT on 64-bit exec() syscallDmitry Safonov1-0/+1
2018-03-16x86/kvm/vmx: read MSR_{FS,KERNEL_GS}_BASE from current->threadVitaly Kuznetsov1-0/+14
2018-01-30x86/asm: Move 'status' from thread_struct to thread_infoAndy Lutomirski1-2/+2
2017-12-17x86/entry/64: Make cpu_entry_area.tss read-onlyAndy Lutomirski1-1/+1
2017-12-17x86/entry/64: Separate cpu_current_top_of_stack from TSS.sp0Andy Lutomirski1-0/+1
2017-12-17x86/unwinder: Handle stack overflows more gracefullyJosh Poimboeuf1-6/+5
2017-11-02x86/entry/64: Remove thread_struct::sp0Andy Lutomirski1-1/+0
2017-11-02x86/entry/64: Remove all remaining direct thread_struct::sp0 readsAndy Lutomirski1-1/+1
2017-11-02x86/entry/64: Pass SP0 directly to load_sp0()Andy Lutomirski1-1/+1
2017-11-02x86/entry/32: Pull the MSR_IA32_SYSENTER_CS update code out of native_load_sp0()Andy Lutomirski1-1/+1
2017-09-04Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-08-10x86/switch_to/64: Rewrite FS/GS switching yet again to fix AMD CPUsAndy Lutomirski1-105/+122
2017-08-10x86/fsgsbase/64: Fully initialize FS and GS state in start_thread_commonAndy Lutomirski1-0/+9
2017-08-01x86/intel_rdt: Change file names to accommodate RDT monitor codeVikas Shivappa1-1/+1
2017-07-30x86/asm/32: Remove a bunch of '& 0xffff' from pt_regs segment readsAndy Lutomirski1-2/+1
2017-07-18x86/entry/64: Refactor IRQ stacks and make them NMI-safeAndy Lutomirski1-0/+3
2017-06-13x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()Andy Lutomirski1-1/+1
2017-06-08x86/ldt: Rename ldt_struct::size to ::nr_entriesBorislav Petkov1-1/+1
2017-05-02x86/xen: add CONFIG_XEN_PV to KconfigVitaly Kuznetsov1-1/+1
2017-03-31x86/mm: Make in_compat_syscall() work during execDmitry Safonov1-21/+46
2017-03-20x86/syscalls/32: Wire up arch_prctl on x86-32Kyle Huey1-0/+7