Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fpu changes from Ingo Molnar: "There are two main areas of changes: - Rework of the extended FPU state code to robustify the kernel's usage of cpuid provided xstate sizes - and related changes (Dave Hansen)" - math emulation enhancements: new modern FPU instructions support, with testcases, plus cleanups (Denys Vlasnko)" * 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (23 commits) x86/fpu: Fixup uninitialized feature_name warning x86/fpu/math-emu: Add support for FISTTP instructions x86/fpu/math-emu, selftests: Add test for FISTTP instructions x86/fpu/math-emu: Add support for FCMOVcc insns x86/fpu/math-emu: Add support for F[U]COMI[P] insns x86/fpu/math-emu: Remove define layer for undocumented opcodes x86/fpu/math-emu, selftests: Add tests for FCMOV and FCOMI insns x86/fpu/math-emu: Remove !NO_UNDOC_CODE x86/fpu: Check CPU-provided ...
No related branches found
No related tags found
Showing
- arch/x86/crypto/camellia_aesni_avx2_glue.c 2 additions, 1 deletionarch/x86/crypto/camellia_aesni_avx2_glue.c
- arch/x86/crypto/camellia_aesni_avx_glue.c 2 additions, 1 deletionarch/x86/crypto/camellia_aesni_avx_glue.c
- arch/x86/crypto/cast5_avx_glue.c 2 additions, 1 deletionarch/x86/crypto/cast5_avx_glue.c
- arch/x86/crypto/cast6_avx_glue.c 2 additions, 1 deletionarch/x86/crypto/cast6_avx_glue.c
- arch/x86/crypto/chacha20_glue.c 1 addition, 1 deletionarch/x86/crypto/chacha20_glue.c
- arch/x86/crypto/poly1305_glue.c 1 addition, 1 deletionarch/x86/crypto/poly1305_glue.c
- arch/x86/crypto/serpent_avx2_glue.c 2 additions, 1 deletionarch/x86/crypto/serpent_avx2_glue.c
- arch/x86/crypto/serpent_avx_glue.c 2 additions, 1 deletionarch/x86/crypto/serpent_avx_glue.c
- arch/x86/crypto/sha1_ssse3_glue.c 1 addition, 1 deletionarch/x86/crypto/sha1_ssse3_glue.c
- arch/x86/crypto/sha256_ssse3_glue.c 1 addition, 1 deletionarch/x86/crypto/sha256_ssse3_glue.c
- arch/x86/crypto/sha512_ssse3_glue.c 1 addition, 1 deletionarch/x86/crypto/sha512_ssse3_glue.c
- arch/x86/crypto/twofish_avx_glue.c 1 addition, 1 deletionarch/x86/crypto/twofish_avx_glue.c
- arch/x86/include/asm/fpu/types.h 103 additions, 45 deletionsarch/x86/include/asm/fpu/types.h
- arch/x86/include/asm/fpu/xstate.h 10 additions, 5 deletionsarch/x86/include/asm/fpu/xstate.h
- arch/x86/include/asm/trace/mpx.h 4 additions, 3 deletionsarch/x86/include/asm/trace/mpx.h
- arch/x86/kernel/fpu/init.c 4 additions, 14 deletionsarch/x86/kernel/fpu/init.c
- arch/x86/kernel/fpu/regset.c 2 additions, 2 deletionsarch/x86/kernel/fpu/regset.c
- arch/x86/kernel/fpu/signal.c 3 additions, 3 deletionsarch/x86/kernel/fpu/signal.c
- arch/x86/kernel/fpu/xstate.c 345 additions, 53 deletionsarch/x86/kernel/fpu/xstate.c
- arch/x86/kernel/traps.c 2 additions, 2 deletionsarch/x86/kernel/traps.c
Please register or sign in to comment