-
- Downloads
Merge branches 'x86-cpu-for-linus' and 'x86-fpu-for-linus' of...
Merge branches 'x86-cpu-for-linus' and 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip Pull x86 cpu and fpu updates from Ingo Molnar: - math-emu fixes - CPUID updates - sanity-check RDRAND output to see whether the CPU at least pretends to produce random data - various unaligned-access across cachelines fixes in preparation of hardware level split-lock detection - fix MAXSMP constraints to not allow !CPUMASK_OFFSTACK kernels with larger than 512 NR_CPUS - misc FPU related cleanups * 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/cpu: Align the x86_capability array to size of unsigned long x86/cpu: Align cpu_caps_cleared and cpu_caps_set to unsigned long x86/umip: Make the comments vendor-agnostic x86/Kconfig: Rename UMIP config parameter x86/Kconfig: Enforce limit of 512 CPUs with MAXSMP and no CPUMASK_OFFSTACK x86/cpufeatures: Add feature bit RDPRU on AMD x86/math-emu: Limit MATH_EMULATION to 486SX compatibles x86/math-emu: Check __copy_from_user() result x86/rdrand: Sanity-check RDRAND output * 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/fpu: Use XFEATURE_FP/SSE enum values instead of hardcoded numbers x86/fpu: Shrink space allocated for xstate_comp_offsets x86/fpu: Update stale variable name in comment
Showing
- arch/x86/Kconfig 11 additions, 11 deletionsarch/x86/Kconfig
- arch/x86/Kconfig.cpu 16 additions, 9 deletionsarch/x86/Kconfig.cpu
- arch/x86/Makefile_32.cpu 1 addition, 0 deletionsarch/x86/Makefile_32.cpu
- arch/x86/include/asm/cpufeatures.h 1 addition, 0 deletionsarch/x86/include/asm/cpufeatures.h
- arch/x86/include/asm/disabled-features.h 1 addition, 1 deletionarch/x86/include/asm/disabled-features.h
- arch/x86/include/asm/module.h 2 additions, 0 deletionsarch/x86/include/asm/module.h
- arch/x86/include/asm/processor.h 9 additions, 1 deletionarch/x86/include/asm/processor.h
- arch/x86/include/asm/umip.h 2 additions, 2 deletionsarch/x86/include/asm/umip.h
- arch/x86/kernel/Makefile 1 addition, 1 deletionarch/x86/kernel/Makefile
- arch/x86/kernel/cpu/common.c 3 additions, 2 deletionsarch/x86/kernel/cpu/common.c
- arch/x86/kernel/cpu/rdrand.c 21 additions, 1 deletionarch/x86/kernel/cpu/rdrand.c
- arch/x86/kernel/fpu/xstate.c 13 additions, 9 deletionsarch/x86/kernel/fpu/xstate.c
- arch/x86/kernel/umip.c 6 additions, 6 deletionsarch/x86/kernel/umip.c
- arch/x86/math-emu/fpu_system.h 4 additions, 2 deletionsarch/x86/math-emu/fpu_system.h
- arch/x86/math-emu/reg_ld_str.c 3 additions, 3 deletionsarch/x86/math-emu/reg_ld_str.c
- tools/arch/x86/include/asm/disabled-features.h 1 addition, 1 deletiontools/arch/x86/include/asm/disabled-features.h
Loading
Please register or sign in to comment