summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/process_64.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-24x86/cpu: Fix check for RDPKRU in __show_regs()David Kaplan1-1/+1
2024-03-12Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+3
2024-02-01x86/fred: Allow single-step trap and NMI when starting a new taskH. Peter Anvin (Intel)1-6/+32
2024-02-01x86/fred: Disallow the swapgs instruction when FRED is enabledH. Peter Anvin (Intel)1-2/+25
2024-02-01x86/ptrace: Cleanup the definition of the pt_regs structureXin Li1-1/+1
2023-10-20x86/fpu: Clean up FPU switching in the middle of task switchingLinus Torvalds1-4/+3
2023-08-03x86/shstk: Add ARCH_SHSTK_STATUSRick Edgecombe1-0/+1
2023-08-03x86/shstk: Add ARCH_SHSTK_UNLOCKMike Rapoport1-0/+1
2023-08-03x86: Introduce userspace API for shadow stackRick Edgecombe1-0/+6
2023-04-30Merge tag 'iommu-updates-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2023-04-06x86/mm/iommu/sva: Do not allow to set FORCE_TAGGED_SVA bit from outsideKirill A. Shutemov1-0/+2
2023-04-06x86/mm/iommu/sva: Fix error code for LAM enabling failure due to SVAKirill A. Shutemov1-1/+1
2023-03-16x86/mm/iommu/sva: Make LAM and SVA mutually exclusiveKirill A. Shutemov1-0/+7
2023-03-16x86/mm: Provide arch_prctl() interface for LAMKirill A. Shutemov1-1/+54
2023-03-16x86: Allow atomic MM_CONTEXT flags settingKirill A. Shutemov1-2/+2
2023-03-08x86/resctl: fix scheduler confusion with 'current'Linus Torvalds1-1/+1
2022-12-15Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+3
2022-11-22x86/cpu: Switch to cpu_feature_enabled() for X86_FEATURE_XENPVJuergen Gross1-2/+2
2022-10-17x86/percpu: Move irq_stack variables next to current_taskThomas Gleixner1-1/+1
2022-10-17x86/percpu: Move current_top_of_stack next to current_taskThomas Gleixner1-1/+1
2022-10-17x86: Put hot per CPU variables into a structThomas Gleixner1-1/+1
2022-10-04x86: kmsan: skip shadow checks in __switch_to()Alexander Potapenko1-0/+1
2022-05-13x86/prctl: Remove pointless task argumentThomas Gleixner1-2/+2
2022-03-15x86: Remove toolchain check for X32 ABI capabilityMasahiro Yamada1-1/+1
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-11x86/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-05Merge tag 'x86-fsgsbase-2020-08-04' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-16/+123
2020-07-23x86/dumpstack: Add log_lvl to __show_regs()Dmitry Safonov1-25/+26
2020-07-23x86/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