]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/history - arch/x86/kernel/fpu
x86/fpu: Add sanity checks for XFD
[mirror_ubuntu-jammy-kernel.git] / arch / x86 / kernel / fpu /
2022-05-05 Thomas Gleixnerx86/fpu: Add sanity checks for XFD
2022-05-05 Chang S. Baex86/fpu: Add XFD state to fpstate
2022-05-05 Chang S. Baex86/fpu: Reset permission and fpstate on exec()
2022-05-05 Thomas Gleixnerx86/fpu: Prepare fpu_clone() for dynamically enabled...
2022-05-05 Chang S. Baex86/fpu/signal: Prepare for variable sigframe length
2022-05-05 Thomas Gleixnerx86/fpu: Add basic helpers for dynamically enabled...
2022-05-05 Chang S. Baex86/arch_prctl: Add controls for dynamic XSTATE components
2022-05-05 Thomas Gleixnerx86/fpu: Add fpu_state_config::legacy_features
2022-05-05 Thomas Gleixnerx86/fpu: Add members to struct fpu to cache permission...
2022-05-05 Chang S. Baex86/fpu/xstate: Provide xstate_calculate_size()
2022-05-05 Thomas Gleixnerx86/fpu: Remove old KVM FPU interface
2022-05-05 Thomas Gleixnerx86/kvm: Convert FPU handling to a single swap buffer
2022-05-05 Thomas Gleixnerx86/fpu: Provide infrastructure for KVM FPU cleanup
2022-05-05 Thomas Gleixnerx86/fpu/xstate: Move remaining xfeature helpers to...
2022-05-05 Thomas Gleixnerx86/fpu: Rework restore_regs_from_fpstate()
2022-05-05 Thomas Gleixnerx86/fpu: Mop up xfeatures_mask_uabi()
2022-05-05 Thomas Gleixnerx86/fpu: Move xstate feature masks to fpu_*_cfg
2022-05-05 Thomas Gleixnerx86/fpu: Move xstate size to fpu_*_cfg
2022-05-05 Thomas Gleixnerx86/fpu/xstate: Cleanup size calculations
2022-05-05 Thomas Gleixnerx86/fpu: Cleanup fpu__init_system_xstate_size_legacy()
2022-05-05 Thomas Gleixnerx86/fpu: Provide struct fpu_config
2022-05-05 Thomas Gleixnerx86/fpu/signal: Use fpstate for size and features
2022-05-05 Thomas Gleixnerx86/fpu/xstate: Use fpstate for copy_uabi_to_xstate()
2022-05-05 Thomas Gleixnerx86/fpu: Use fpstate in __copy_xstate_to_uabi_buf()
2022-05-05 Thomas Gleixnerx86/fpu: Use fpstate in fpu_copy_kvm_uabi_to_fpstate()
2022-05-05 Thomas Gleixnerx86/fpu/xstate: Use fpstate for xsave_to_user_sigframe()
2022-05-05 Thomas Gleixnerx86/fpu/xstate: Use fpstate for os_xsave()
2022-05-05 Thomas Gleixnerx86/fpu: Use fpstate::size
2022-05-05 Thomas Gleixnerx86/fpu: Add size and mask information to fpstate
2022-05-05 Thomas Gleixnerx86/process: Move arch_thread_struct_whitelist() out...
2022-05-05 Thomas Gleixnerx86/fpu: Remove fpu::state
2022-05-05 Thomas Gleixnerx86/fpu/core: Convert to fpstate
2022-05-05 Thomas Gleixnerx86/fpu/signal: Convert to fpstate
2022-05-05 Thomas Gleixnerx86/fpu/regset: Convert to fpstate
2022-05-05 Thomas Gleixnerx86/fpu: Replace KVMs xstate component clearing
2022-05-05 Thomas Gleixnerx86/fpu: Convert restore_fpregs_from_fpstate() to struc...
2022-05-05 Thomas Gleixnerx86/fpu: Convert fpstate_init() to struct fpstate
2022-05-05 Thomas Gleixnerx86/fpu: Provide struct fpstate
2022-05-05 Thomas Gleixnerx86/fpu: Replace KVMs home brewed FPU copy to user
2022-05-05 Thomas Gleixnerx86/fpu: Provide a proper function for ex_handler_fpres...
2022-05-05 Thomas Gleixnerx86/fpu: Replace the includes of fpu/internal.h
2022-05-05 Thomas Gleixnerx86/fpu: Mop up the internal.h leftovers
2022-05-05 Thomas Gleixnerx86/fpu: Remove internal.h dependency from fpu/signal.h
2022-05-05 Thomas Gleixnerx86/fpu: Move fpstate functions to api.h
2022-05-05 Thomas Gleixnerx86/fpu: Move mxcsr related code to core
2022-05-05 Thomas Gleixnerx86/fpu: Move fpregs_restore_userregs() to core
2022-05-05 Thomas Gleixnerx86/fpu: Make WARN_ON_FPU() private
2022-05-05 Thomas Gleixnerx86/fpu: Move legacy ASM wrappers to core
2022-05-05 Thomas Gleixnerx86/fpu: Move os_xsave() and os_xrstor() to core
2022-05-05 Thomas Gleixnerx86/fpu: Make os_xrstor_booting() private
2022-05-05 Thomas Gleixnerx86/fpu: Clean up CPU feature tests
2022-05-05 Thomas Gleixnerx86/fpu: Move context switch and exit to user inlines...
2022-05-05 Thomas Gleixnerx86/fpu: Mark fpu__init_prepare_fx_sw_frame() as __init
2022-05-05 Thomas Gleixnerx86/fpu: Rework copy_xstate_to_uabi_buf()
2022-05-05 Thomas Gleixnerx86/fpu: Replace KVMs home brewed FPU copy from user
2022-05-05 Thomas Gleixnerx86/fpu: Move KVMs FPU swapping to FPU core
2022-05-05 Thomas Gleixnerx86/fpu/xstate: Mark all init only functions __init
2022-05-05 Thomas Gleixnerx86/fpu/xstate: Provide and use for_each_xfeature()
2022-05-05 Thomas Gleixnerx86/fpu: Cleanup xstate xcomp_bv initialization
2022-05-05 Thomas Gleixnerx86/fpu: Do not inherit FPU context for kernel and...
2022-05-05 Thomas Gleixnerx86/fpu: Remove pointless memset in fpu_clone()
2022-05-05 Thomas Gleixnerx86/fpu: Cleanup the on_boot_cpu clutter
2022-05-05 Thomas Gleixnerx86/fpu: Restrict xsaves()/xrstors() to independent...
2022-05-05 Thomas Gleixnerx86/fpu: Update stale comments
2022-05-05 Anders Roxellx86/fpu/signal: Fix missed conversion to correct boolea...
2022-05-05 Thomas Gleixnerx86/fpu/signal: Change return code of restore_fpregs_fr...
2022-05-05 Thomas Gleixnerx86/fpu/signal: Change return code of check_xstate_in_s...
2022-05-05 Thomas Gleixnerx86/fpu/signal: Change return type of __fpu_restore_sig...
2022-05-05 Thomas Gleixnerx86/fpu/signal: Change return type of fpu__restore_sig...
2022-05-05 Thomas Gleixnerx86/fpu/signal: Change return type of copy_fpregs_to_si...
2022-05-05 Thomas Gleixnerx86/fpu/signal: Change return type of copy_fpstate_to_s...
2022-05-05 Thomas Gleixnerx86/fpu/signal: Move xstate clearing out of copy_fpregs...
2022-05-05 Thomas Gleixnerx86/fpu/signal: Move header zeroing out of xsave_to_use...
2022-05-05 Thomas Gleixnerx86/fpu/signal: Clarify exception handling in restore_f...
2022-03-07 Andy Lutomirskix86/ptrace: Fix xfpregs_set()'s incorrect xmm clearing
2021-10-31 Linus TorvaldsMerge tag 'for-linus' of git://git.kernel.org/pub/scm...
2021-10-30 Linus TorvaldsMerge tag 'scsi-fixes' of git://git.kernel.org/pub...
2021-10-30 Linus TorvaldsMerge tag 'clk-fixes-for-linus' of git://git.kernel...
2021-10-30 Linus TorvaldsMerge tag 'riscv-for-linus-5.15-rc8' of git://git.kerne...
2021-10-30 Linus TorvaldsMerge tag 'powerpc-5.15-6' of git://git.kernel.org...
2021-10-30 Linus TorvaldsMerge tag 'gpio-fixes-for-v5.15' of git://git.kernel...
2021-10-29 Linus TorvaldsMerge tag 'block-5.15-2021-10-29' of git://git.kernel...
2021-10-29 Linus TorvaldsMerge tag 'mmc-v5.15-rc5' of git://git.kernel.org/pub...
2021-10-29 Linus TorvaldsMerge tag 'for-5.15-rc7-tag' of git://git.kernel.org...
2021-10-29 Linus TorvaldsMerge tag 'trace-v5.15-rc6-3' of git://git.kernel.org...
2021-10-29 Linus TorvaldsMerge branch 'linus' of git://git.kernel.org/pub/scm...
2021-10-28 Linus TorvaldsMerge tag 'spi-fix-v5.15-rc7' of git://git.kernel.org...
2021-10-28 Linus TorvaldsMerge tag 'regmap-fix-v5.15-rc7' of git://git.kernel...
2021-10-28 Linus TorvaldsMerge tag 'trace-v5.15-rc6-2' of git://git.kernel.org...
2021-10-27 Linus TorvaldsMerge tag 'trace-v5.15-rc6' of git://git.kernel.org...
2021-10-27 Linus TorvaldsMerge tag 'for-linus' of git://git.kernel.org/pub/scm...
2021-10-26 Jakub KicinskiMerge https://git.kernel.org/pub/scm/linux/kernel/git...
2021-10-26 Arnd BergmannMerge tag 'qcom-arm64-fixes-for-5.15-2' of git://git...
2021-10-25 Linus TorvaldsMerge tag 'for-linus' of git://git.armlinux.org.uk...
2021-10-25 Linus TorvaldsMerge tag 'libata-5.15-rc7' of git://git.kernel.org...
2021-10-25 Linus TorvaldsMerge tag 'pinctrl-v5.15-3' of git://git.kernel.org...
2021-10-24 Linus TorvaldsMerge tag '5.15-rc6-ksmbd-fixes' of git://git.samba...
2021-10-24 Linus TorvaldsMerge tag 'scsi-fixes' of git://git.kernel.org/pub...
2021-10-23 Linus TorvaldsMerge tag 'block-5.15-2021-10-22' of git://git.kernel...
2021-10-23 Linus TorvaldsMerge tag 'io_uring-5.15-2021-10-22' of git://git.kerne...
next