summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/process_64.c
AgeCommit message (Expand)AuthorLines
2025-07-07x86/process: Clear hardware feedback history for AMD processorsPerry Yuan-0/+4
2025-06-24x86/traps: Initialize DR7 by writing its architectural reset valueXin Li (Intel)-1/+1
2025-05-27Merge tag 'x86_cache_for_v6.16_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2025-05-15x86/resctrl: Rename resctrl_sched_in() to begin with "resctrl_arch_"James Morse-1/+1
2025-05-13Merge branch 'x86/msr' into x86/core, to resolve conflictsIngo Molnar-10/+11
2025-05-04x86/fpu: Simplify the switch_fpu_prepare() + switch_fpu_finish() logicOleg Nesterov-4/+1
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)-0/+1
2025-04-10x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'Ingo Molnar-3/+3
2025-04-10x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'Ingo Molnar-7/+7
2025-03-04x86/percpu: Move current_task to percpu hot sectionBrian Gerst-1/+1
2025-03-04x86/percpu: Move top_of_stack to percpu hot sectionBrian Gerst-1/+1
2025-03-04x86/irq: Move irq stacks to percpu hot sectionBrian Gerst-1/+1
2025-03-03x86/asm: Merge KSTK_ESP() implementationsBrian Gerst-5/+0
2025-02-21x86/arch_prctl/64: Clean up ARCH_MAP_VDSO_32Brian Gerst-1/+1
2025-02-21x86/arch_prctl: Simplify sys_arch_prctl()Brian Gerst-18/+0
2024-07-02x86/mm: Cleanup prctl_enable_tagged_addr() nr_bits error checkingYosry Ahmed-7/+4
2024-07-02x86/mm: Fix LAM inconsistency during context switchYosry Ahmed-2/+4
2024-07-02x86/mm: Use IPIs to synchronize LAM enablementYosry Ahmed-3/+26
2024-04-24x86/cpu: Fix check for RDPKRU in __show_regs()David Kaplan-1/+1
2024-03-11Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-4/+3
2024-01-31x86/fred: Allow single-step trap and NMI when starting a new taskH. Peter Anvin (Intel)-6/+32
2024-01-31x86/fred: Disallow the swapgs instruction when FRED is enabledH. Peter Anvin (Intel)-2/+25
2024-01-31x86/ptrace: Cleanup the definition of the pt_regs structureXin Li-1/+1
2023-10-20x86/fpu: Clean up FPU switching in the middle of task switchingLinus Torvalds-4/+3
2023-08-02x86/shstk: Add ARCH_SHSTK_STATUSRick Edgecombe-0/+1
2023-08-02x86/shstk: Add ARCH_SHSTK_UNLOCKMike Rapoport-0/+1
2023-08-02x86: Introduce userspace API for shadow stackRick Edgecombe-0/+6
2023-04-30Merge tag 'iommu-updates-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+1
2023-04-06x86/mm/iommu/sva: Do not allow to set FORCE_TAGGED_SVA bit from outsideKirill A. Shutemov-0/+2
2023-04-06x86/mm/iommu/sva: Fix error code for LAM enabling failure due to SVAKirill A. Shutemov-1/+1
2023-03-16x86/mm/iommu/sva: Make LAM and SVA mutually exclusiveKirill A. Shutemov-0/+7
2023-03-16x86/mm: Provide arch_prctl() interface for LAMKirill A. Shutemov-1/+54
2023-03-16x86: Allow atomic MM_CONTEXT flags settingKirill A. Shutemov-2/+2
2023-03-08x86/resctl: fix scheduler confusion with 'current'Linus Torvalds-1/+1
2022-12-14Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3/+3
2022-11-22x86/cpu: Switch to cpu_feature_enabled() for X86_FEATURE_XENPVJuergen Gross-2/+2
2022-10-17x86/percpu: Move irq_stack variables next to current_taskThomas Gleixner-1/+1
2022-10-17x86/percpu: Move current_top_of_stack next to current_taskThomas Gleixner-1/+1
2022-10-17x86: Put hot per CPU variables into a structThomas Gleixner-1/+1
2022-10-03x86: kmsan: skip shadow checks in __switch_to()Alexander Potapenko-0/+1
2022-05-13x86/prctl: Remove pointless task argumentThomas Gleixner-2/+2
2022-03-15x86: Remove toolchain check for X32 ABI capabilityMasahiro Yamada-1/+1
2021-10-20x86/fpu: Move context switch and exit to user inlines into sched.hThomas Gleixner-1/+1
2021-10-20x86/fpu: Remove pointless argument from switch_fpu_finish()Thomas Gleixner-2/+1
2021-06-23x86/fpu: Add PKRU storage outside of task XSAVE bufferDave Hansen-0/+25
2021-06-23x86/cpu: Sanitize X86_FEATURE_OSPKEThomas Gleixner-1/+1
2021-06-23x86/pkeys: Move read_pkru() and write_pkru()Dave Hansen-0/+1
2021-02-10x86/irq: Sanitize irq stack trackingThomas Gleixner-1/+1
2020-10-26x86: Reclaim TIF_IA32 and TIF_X32Gabriel Krisman Bertazi-6/+0
2020-10-26x86/mm: Convert mmu context ia32_compat into a proper flags fieldGabriel Krisman Bertazi-6/+11