aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/fpu (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-15arch: copy_thread: pass clone_flags as u64Simon Schuster1-1/+1
2025-08-11x86/fpu: Fix NULL dereference in avx512_status()Fushuai Wang1-9/+10
2025-06-24x86/fpu/xstate: Add CET supervisor xfeature support as a guest-only featureYang Weijiang1-1/+4
2025-06-24x86/fpu/xstate: Introduce "guest-only" supervisor xfeature setYang Weijiang1-2/+5
2025-06-24x86/fpu: Remove xfd argument from __fpstate_reset()Chao Gao1-6/+9
2025-06-24x86/fpu: Initialize guest fpstate and FPU pseudo container from guest defaultsChao Gao1-7/+22
2025-06-24x86/fpu: Initialize guest FPU permissions from guest defaultsChao Gao1-2/+8
2025-06-24x86/fpu/xstate: Differentiate default features for host and guest FPUsChao Gao3-6/+28
2025-05-26Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-148/+227
2025-05-26x86/fpu: Fix irq_fpu_usable() to return false during CPU onliningEric Biggers2-13/+24
2025-05-15x86/cpuid: Set <asm/cpuid/api.h> as the main CPUID headerAhmed S. Darwish1-1/+1
2025-05-13Merge branch 'x86/msr' into x86/core, to resolve conflictsIngo Molnar3-7/+10
2025-05-06x86/fpu: Drop @perm from guest pseudo FPU containerChao Gao1-5/+2
2025-05-06x86/fpu/xstate: Always preserve non-user xfeatures/flags in __state_permSean Christopherson1-7/+11
2025-05-05x86/fpu: Restore fpu_thread_struct_whitelist() to fix CONFIG_HARDENED_USERCOPY=y crashKees Cook1-0/+14
2025-05-04x86/fpu: Check TIF_NEED_FPU_LOAD instead of PF_KTHREAD|PF_USER_WORKER in fpu__drop()Oleg Nesterov1-2/+1
2025-05-04x86/fpu: Remove x86_init_fpuOleg Nesterov1-4/+0
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)3-0/+3
2025-04-16x86/fpu: Rename fpu_reset_fpregs() to fpu_reset_fpstate_regs()Chang S. Bae1-3/+3
2025-04-16x86/fpu: Remove export of mxcsr_feature_maskChang S. Bae1-1/+0
2025-04-16x86/pkeys: Simplify PKRU update in signal frameChang S. Bae1-6/+3
2025-04-16x86/fpu: Refactor xfeature bitmask update code for sigframe XSAVEChang S. Bae2-10/+14
2025-04-16x86/fpu: Log XSAVE disablement consistentlyChang S. Bae1-3/+5
2025-04-16x86/fpu/apx: Enable APX state supportChang S. Bae1-1/+2
2025-04-16x86/fpu/apx: Disallow conflicting MPX presenceChang S. Bae1-0/+11
2025-04-16x86/fpu/apx: Define APX state componentChang S. Bae1-0/+3
2025-04-14x86/fpu: Clarify FPU context cacheline alignmentIngo Molnar1-1/+2
2025-04-14x86/fpu: Use 'fpstate' variable names consistentlyIngo Molnar2-9/+9
2025-04-14x86/fpu: Remove init_task FPU state dependencies, add debugging warning for PF_KTHREAD tasksIngo Molnar3-9/+12
2025-04-14x86/fpu: Make sure x86_task_fpu() doesn't get called for PF_KTHREAD|PF_USER_WORKER tasks during exitIngo Molnar1-1/+7
2025-04-14x86/fpu: Push 'fpu' pointer calculation into the fpu__drop() callIngo Molnar1-1/+3
2025-04-14x86/fpu: Remove the thread::fpu pointerIngo Molnar2-4/+1
2025-04-14x86/fpu: Make task_struct::thread constant sizeIngo Molnar2-18/+22
2025-04-14x86/fpu: Convert task_struct::thread.fpu accesses to use x86_task_fpu()Ingo Molnar7-55/+55
2025-04-14x86/fpu/xstate: Adjust xstate copying logic for user ABIChang S. Bae1-9/+9
2025-04-14x86/fpu/xstate: Adjust XSAVE buffer size calculationChang S. Bae1-2/+9
2025-04-14x86/fpu/xstate: Introduce xfeature order table and accessor macroChang S. Bae1-8/+50
2025-04-14x86/fpu/xstate: Remove xstate offset checkChang S. Bae1-13/+0
2025-04-10x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'Ingo Molnar2-6/+6
2025-04-10x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'Ingo Molnar1-1/+1
2025-03-25x86/fpu: Update the outdated comment above fpstate_init_user()Chao Gao1-1/+1
2025-03-17x86/fpu/xstate: Fix inconsistencies in guest FPU xfeaturesChao Gao1-2/+2
2025-03-17x86/fpu: Clarify the "xa" symbolic name used in the XSTATE* macrosBorislav Petkov (AMD)1-0/+4
2025-03-13x86/fpu: Use XSAVE{,OPT,C,S} and XRSTOR{,S} mnemonics in xstate.hUros Bizjak1-14/+13
2025-03-06x86/fpu: Improve crypto performance by making kernel-mode FPU reliably usable in softirqsEric Biggers1-4/+13
2025-02-27x86/fpu/xstate: Simplify print_xstate_features()Chang S. Bae1-21/+9
2025-02-27x86/fpu: Refine and simplify the magic number check during signal returnChang S. Bae1-8/+3
2025-02-21x86/fpu: Fix guest FPU state buffer allocation sizeStanislav Spassov1-1/+1
2025-02-10x86/fpu: Fully optimize out WARN_ON_FPU()Eric Biggers1-1/+1
2025-01-21Merge tag 'x86_cpu_for_v6.14_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-15/+11