summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/fpu
AgeCommit message (Expand)AuthorFilesLines
2024-01-11Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-0/+2
2024-01-03arch/x86: Fix typosBjorn Helgaas1-1/+1
2023-12-27kill unnecessary thread_info.h includeKent Overstreet1-0/+2
2023-10-12x86/fpu: Allow caller to constrain xfeatures when copying to uabi bufferSean Christopherson1-1/+2
2023-08-03x86: Add PTRACE interface for shadow stackRick Edgecombe1-3/+4
2023-08-03x86/shstk: Handle thread shadow stackRick Edgecombe1-1/+2
2023-08-03x86/fpu: Add helper for modifying xstateRick Edgecombe1-0/+9
2023-08-03x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor statesRick Edgecombe2-4/+18
2023-06-26Merge tag 'x86-boot-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2023-06-16x86/fpu: Remove cpuinfo argument from init functionsThomas Gleixner1-1/+1
2023-06-02fork, vhost: Use CLONE_THREAD to fix freezer/ps regressionMike Christie1-1/+1
2023-02-21Merge tag 'x86-fpu-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+2
2023-01-25x86/fpu: Don't set TIF_NEED_FPU_LOAD for PF_IO_WORKER threadsJens Axboe1-1/+1
2023-01-19x86/fpu: Replace zero-length array in struct xregs_state with flexible-array ...Gustavo A. R. Silva1-1/+1
2023-01-13cpuidle, intel_idle: Fix CPUIDLE_FLAG_INIT_XSTATEPeter Zijlstra1-2/+2
2022-10-19x86/signal: Add ABI prefixes to frame setup functionsBrian Gerst1-5/+0
2022-10-19x86/signal: Remove sigset_t parameter from frame setup functionsBrian Gerst1-4/+2
2022-10-19x86/signal: Remove sig parameter from frame setup functionsBrian Gerst1-2/+2
2022-07-19x86/fpu: Add a helper to prepare AMX state for low-power CPU idleChang S. Bae1-0/+2
2022-06-04Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2022-05-20x86: Remove empty filesBorislav Petkov1-0/+0
2022-05-13x86/prctl: Remove pointless task argumentThomas Gleixner1-2/+1
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman1-1/+1
2022-01-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-0/+43
2022-01-14x86/fpu: Fix inline prefix warningsYang Zhong1-1/+1
2022-01-14x86/fpu: Provide fpu_sync_guest_vmexit_xfd_state()Thomas Gleixner1-0/+2
2022-01-14x86/fpu: Add uabi_size to guest_fpuThomas Gleixner1-0/+5
2022-01-14x86/fpu: Prepare xfd_err in struct fpu_guestJing Liu1-0/+5
2022-01-14x86/fpu: Provide fpu_update_guest_xfd() for IA32_XFD emulationKevin Tian1-0/+6
2022-01-14x86/fpu: Provide fpu_enable_guest_xfd_features() for KVMSean Christopherson1-0/+1
2022-01-07x86/fpu: Prepare guest FPU for dynamically enabled FPU featuresThomas Gleixner1-0/+13
2022-01-07x86/fpu: Extend fpu_xstate_prctl() with guest permissionsThomas Gleixner2-0/+11
2021-12-10x86/fpu: Remove duplicate copy_fpstate_to_sigframe() prototypeShaokun Zhang1-3/+0
2021-11-27iommu/vt-d: Remove unused PASID_DISABLEDJoerg Roedel1-6/+0
2021-11-14Merge tag 'x86_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-0/+19
2021-11-04Merge tag 'iommu-updates-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+0
2021-11-04x86/fpu: Optimize out sigframe xfeatures when in init stateDave Hansen2-0/+19
2021-10-26x86/fpu/amx: Enable the AMX feature in 64-bit modeChang S. Bae1-2/+3
2021-10-26x86/fpu/amx: Define AMX state components and have it used for boot-time checksChang S. Bae2-0/+34
2021-10-26x86/fpu/xstate: Add fpstate_realloc()/free()Chang S. Bae1-0/+7
2021-10-26x86/fpu/xstate: Add XFD #NM handlerChang S. Bae1-0/+2
2021-10-26x86/fpu: Add XFD state to fpstateChang S. Bae1-0/+3
2021-10-26x86/fpu: Prepare fpu_clone() for dynamically enabled featuresThomas Gleixner1-1/+1
2021-10-26x86/fpu: Add basic helpers for dynamically enabled featuresThomas Gleixner1-0/+21
2021-10-26x86/arch_prctl: Add controls for dynamic XSTATE componentsChang S. Bae1-0/+4
2021-10-26x86/fpu: Add fpu_state_config::legacy_featuresThomas Gleixner1-0/+7
2021-10-26x86/fpu: Add members to struct fpu to cache permission informationThomas Gleixner1-0/+46
2021-10-23x86/fpu: Remove old KVM FPU interfaceThomas Gleixner1-2/+0
2021-10-23x86/kvm: Convert FPU handling to a single swap bufferThomas Gleixner1-2/+2
2021-10-23x86/fpu: Provide infrastructure for KVM FPU cleanupThomas Gleixner1-0/+13