summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/process_64.c
Commit message (Expand)AuthorAgeFilesLines
* x86/irq: Sanitize irq stack trackingThomas Gleixner2021-02-101-1/+1
* x86: Reclaim TIF_IA32 and TIF_X32Gabriel Krisman Bertazi2020-10-261-6/+0
* x86/mm: Convert mmu context ia32_compat into a proper flags fieldGabriel Krisman Bertazi2020-10-261-6/+11
* x86/elf: Use e_machine to select start_thread for x32Gabriel Krisman Bertazi2020-10-261-3/+2
* x86/fsgsbase: Replace static_cpu_has() with boot_cpu_has()Borislav Petkov2020-08-241-4/+4
* x86/fsgsbase/64: Fix NULL deref in 86_fsgsbase_read_taskEric Dumazet2020-08-141-1/+1
* Merge tag 'x86-fsgsbase-2020-08-04' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-041-16/+123
|\
| * x86/fsgsbase: Fix Xen PV supportAndy Lutomirski2020-07-011-6/+18
| * x86/ptrace: Fix 32-bit PTRACE_SETREGS vs fsbase and gsbaseAndy Lutomirski2020-07-011-2/+2
| * x86/process/64: Use FSGSBASE instructions on thread copy and ptraceChang S. Bae2020-06-181-2/+4
| * x86/process/64: Use FSBSBASE in switch_to() if availableAndy Lutomirski2020-06-181-6/+28
| * x86/process/64: Make save_fsgs_for_kvm() ready for FSGSBASEThomas Gleixner2020-06-181-6/+9
| * x86/fsgsbase/64: Enable FSGSBASE instructions in helper functionsChang S. Bae2020-06-181-0/+68
* | x86/dumpstack: Add log_lvl to __show_regs()Dmitry Safonov2020-07-221-25/+26
* | x86/dumpstack: Add log_lvl to show_iret_regs()Dmitry Safonov2020-07-221-1/+1
|/
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* x86/resctrl: Rename asm/resctrl_sched.h to asm/resctrl.hReinette Chatre2020-05-061-1/+1
* x86: Remove unneeded includesBrian Gerst2020-03-211-1/+0
* x86: Remove force_iret()Brian Gerst2020-01-081-1/+0
* x86/iopl: Remove legacy IOPL optionThomas Gleixner2019-11-161-11/+0
* x86/process: Unify copy_thread_tls()Thomas Gleixner2019-11-161-75/+0
* x86/process: Delete useless check for dead process with LDTJann Horn2019-07-171-11/+1
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-071-6/+5
|\
| * x86/fpu: Defer FPU state load until return to userspaceRik van Riel2019-04-121-2/+3
| * x86/fpu: Remove fpu->initializedSebastian Andrzej Siewior2019-04-101-2/+2
| * x86/fpu: Remove fpu__restore()Sebastian Andrzej Siewior2019-04-091-3/+1
* | sched/x86_64: Don't save flags on context switchPeter Zijlstra2019-04-031-7/+0
* | sched/x86: Save [ER]FLAGS on context switchPeter Zijlstra2019-04-031-0/+8
|/
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-12-261-3/+2
|\
| * Merge branch 'x86/urgent' into x86/mm, to pick up dependent fixIngo Molnar2018-12-171-7/+3
| |\
| * | x86/oops: Show the correct CS value in show_regs()Andy Lutomirski2018-11-221-3/+2
* | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-12-261-1/+1
|\ \ \
| * | | x86: Fix various typos in commentsIngo Molnar2018-12-031-1/+1
| | |/ | |/|
* | | Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-12-261-2/+2
|\ \ \
| * | | x86/resctrl: Rename the RDT functions and definitionsBabu Moger2018-11-221-1/+1
| * | | x86/resctrl: Rename and move rdt files to a separate directoryBabu Moger2018-11-221-1/+1
| | |/ | |/|
* | | x86/fsgsbase/64: Fix the base write helper functionsChang S. Bae2018-12-181-44/+55
| |/ |/|
* | x86/process: Consolidate and simplify switch_to_xtra() codeThomas Gleixner2018-11-281-7/+3
|/
* x86/compat: Adjust in_compat_syscall() to generic code under !COMPATDmitry Safonov2018-11-011-2/+2
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-10-231-2/+0
|\
| * x86/entry/64: Use the TSS sp2 slot for SYSCALL/SYSRET scratch spaceAndy Lutomirski2018-09-081-2/+0
* | x86/fsgsbase/64: Factor out FS/GS segment loading from __switch_to()Chang S. Bae2018-10-081-4/+10
* | x86/fsgsbase/64: Make ptrace use the new FS/GS base helpersChang S. Bae2018-10-081-39/+10
* | x86/fsgsbase/64: Introduce FS/GS base helper functionsChang S. Bae2018-10-081-0/+124
* | x86/process: Don't mix user/kernel regs in 64bit __show_regs()Jann Horn2018-09-061-2/+10
|/
* x86/process: Re-export start_thread()Rian Hunter2018-08-201-0/+1
* x86/entry: Rename update_sp0 to update_task_stackJoerg Roedel2018-07-201-1/+1
* x86/mm: Drop TS_COMPAT on 64-bit exec() syscallDmitry Safonov2018-05-191-0/+1
* x86/kvm/vmx: read MSR_{FS,KERNEL_GS}_BASE from current->threadVitaly Kuznetsov2018-03-161-0/+14