summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/fpu
AgeCommit message (Expand)AuthorLines
2025-09-01arch: copy_thread: pass clone_flags as u64Simon Schuster-1/+1
2025-06-24x86/fpu/xstate: Add CET supervisor xfeature support as a guest-only featureYang Weijiang-5/+14
2025-06-24x86/fpu/xstate: Introduce "guest-only" supervisor xfeature setYang Weijiang-5/+10
2025-06-24x86/fpu/xstate: Differentiate default features for host and guest FPUsChao Gao-0/+26
2025-05-26Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-39/+28
2025-05-26x86/fpu: Fix irq_fpu_usable() to return false during CPU onliningEric Biggers-0/+1
2025-05-06x86/fpu: Drop @perm from guest pseudo FPU containerChao Gao-7/+0
2025-05-06x86/fpu/xstate: Always preserve non-user xfeatures/flags in __state_permSean Christopherson-3/+5
2025-05-04x86/fpu: Simplify the switch_fpu_prepare() + switch_fpu_finish() logicOleg Nesterov-25/+9
2025-04-16x86/fpu/apx: Enable APX state supportChang S. Bae-1/+2
2025-04-16x86/fpu/apx: Define APX state componentChang S. Bae-0/+9
2025-04-14x86/fpu: Use 'fpstate' variable names consistentlyIngo Molnar-1/+1
2025-04-14x86/fpu: Push 'fpu' pointer calculation into the fpu__drop() callIngo Molnar-1/+1
2025-04-14x86/fpu: Convert task_struct::thread.fpu accesses to use x86_task_fpu()Ingo Molnar-1/+1
2025-03-06x86/fpu: Improve crypto performance by making kernel-mode FPU reliably usable...Eric Biggers-10/+7
2024-12-18x86/fpu: Move CPUID leaf definitions to common codeDave Hansen-4/+0
2024-09-17Merge tag 'x86-mm-2024-09-17' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2024-08-14x86/fpu: Avoid writing LBR bit to IA32_XSS unless supportedMitchell Levy-0/+7
2024-08-02x86/pkeys: Add PKRU as a parameter in signal handling functionsAruna Ramakrishna-1/+1
2024-05-19x86/fpu: fix asm/fpu/types.h include guardSamuel Holland-3/+3
2024-04-11KVM: SEV: sync FPU and AVX state at LAUNCH_UPDATE_VMSA timePaolo Bonzini-0/+3
2024-02-14Merge tag 'v6.8-rc4' into x86/percpu, to resolve conflicts and refresh the br...Ingo Molnar-2/+5
2024-01-10Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds-0/+2
2024-01-03arch/x86: Fix typosBjorn Helgaas-1/+1
2023-12-27kill unnecessary thread_info.h includeKent Overstreet-0/+2
2023-10-20x86/fpu: Clean up FPU switching in the middle of task switchingLinus Torvalds-4/+6
2023-10-12x86/fpu: Allow caller to constrain xfeatures when copying to uabi bufferSean Christopherson-1/+2
2023-08-02x86: Add PTRACE interface for shadow stackRick Edgecombe-3/+4
2023-08-02x86/shstk: Handle thread shadow stackRick Edgecombe-1/+2
2023-08-02x86/fpu: Add helper for modifying xstateRick Edgecombe-0/+9
2023-08-02x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor statesRick Edgecombe-4/+18
2023-06-26Merge tag 'x86-boot-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2023-06-16x86/fpu: Remove cpuinfo argument from init functionsThomas Gleixner-1/+1
2023-06-01fork, vhost: Use CLONE_THREAD to fix freezer/ps regressionMike Christie-1/+1
2023-02-20Merge tag 'x86-fpu-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+2
2023-01-25x86/fpu: Don't set TIF_NEED_FPU_LOAD for PF_IO_WORKER threadsJens Axboe-1/+1
2023-01-19x86/fpu: Replace zero-length array in struct xregs_state with flexible-array ...Gustavo A. R. Silva-1/+1
2023-01-13cpuidle, intel_idle: Fix CPUIDLE_FLAG_INIT_XSTATEPeter Zijlstra-2/+2
2022-10-19x86/signal: Add ABI prefixes to frame setup functionsBrian Gerst-5/+0
2022-10-19x86/signal: Remove sigset_t parameter from frame setup functionsBrian Gerst-4/+2
2022-10-19x86/signal: Remove sig parameter from frame setup functionsBrian Gerst-2/+2
2022-07-19x86/fpu: Add a helper to prepare AMX state for low-power CPU idleChang S. Bae-0/+2
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2022-05-20x86: Remove empty filesBorislav Petkov-0/+0
2022-05-13x86/prctl: Remove pointless task argumentThomas Gleixner-2/+1
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman-1/+1
2022-01-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+43
2022-01-14x86/fpu: Fix inline prefix warningsYang Zhong-1/+1
2022-01-14x86/fpu: Provide fpu_sync_guest_vmexit_xfd_state()Thomas Gleixner-0/+2
2022-01-14x86/fpu: Add uabi_size to guest_fpuThomas Gleixner-0/+5