summaryrefslogtreecommitdiffstats
path: root/arch/x86/math-emu
AgeCommit message (Expand)AuthorLines
2025-11-09x86/math-emu: Fix div_Xsig() prototypeArnd Bergmann-1/+1
2025-04-14x86/fpu: Convert task_struct::thread.fpu accesses to use x86_task_fpu()Ingo Molnar-4/+4
2025-03-19x86/headers: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-UAPI headersThomas Huth-10/+10
2024-04-08x86/math-emu: Fix function cast warningsArnd Bergmann-6/+16
2023-05-18x86/fpu: Include asm/fpu/regset.hArnd Bergmann-0/+1
2022-04-14x86/32: Remove lazy GS macrosBrian Gerst-1/+1
2021-12-08x86: Prepare asm files for straight-line-speculationPeter Zijlstra-28/+28
2021-10-20x86/math-emu: Convert to fpstateThomas Gleixner-4/+4
2021-10-20x86/fpu: Move fpstate functions to api.hThomas Gleixner-1/+1
2021-06-23x86/math-emu: Rename frstor()Thomas Gleixner-3/+3
2021-03-23x86/fpu/math-emu: Fix function cast warningArnd Bergmann-3/+8
2021-03-21x86: Fix various typos in comments, take #2Ingo Molnar-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-2/+2
2020-08-07Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-14/+5
2020-07-27x86: switch to ->regset_get()Al Viro-14/+5
2020-07-16x86: math-emu: Fix up 'cmp' insn for clang iasArnd Bergmann-1/+1
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-38/+38
2019-10-18x86/asm/32: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby-38/+38
2019-10-03x86/math-emu: Check __copy_from_user() resultArnd Bergmann-5/+7
2019-08-12x86/fpu/math-emu: Address fallthrough warningsThomas Gleixner-3/+4
2019-07-17x86: math-emu: Hide clang warnings for 16-bit overflowArnd Bergmann-2/+2
2019-04-09x86/fpu: Always init the state in fpu__clear()Sebastian Andrzej Siewior-3/+0
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds-29/+29
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+45
2017-09-26x86/fpu: Rename fpu__activate_curr() to fpu__initialize()Ingo Molnar-1/+1
2017-09-04Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-25/+51
2017-08-29x86/fpu/math-emu: Add ENDPROC to functionsJiri Slaby-4/+21
2017-08-29x86/gdt: Use bitfields for initializationThomas Gleixner-1/+1
2017-08-29x86/fpu: Use bitfield accessors for desc_structThomas Gleixner-25/+51
2017-07-20x86/fpu/math-emu: Avoid bogus -Wint-in-bool-context warningArnd Bergmann-1/+1
2017-07-20x86/fpu/math-emu: Fix possible uninitialized variable useArnd Bergmann-10/+10
2017-06-08x86/ldt: Rename ldt_struct::size to ::nr_entriesBorislav Petkov-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-5/+5
2015-11-03Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2015-09-20x86/fpu/math-emu: Add support for FISTTP instructionsDenys Vlasenko-12/+51
2015-09-20x86/fpu/math-emu: Add support for FCMOVcc insnsDenys Vlasenko-9/+87
2015-09-20x86/fpu/math-emu: Add support for F[U]COMI[P] insnsDenys Vlasenko-12/+147
2015-09-20x86/fpu/math-emu: Remove define layer for undocumented opcodesDenys Vlasenko-22/+21
2015-09-15x86/fpu/math-emu: Remove !NO_UNDOC_CODEDenys Vlasenko-36/+0
2015-09-08x86/headers: Remove <asm/sigcontext.h> references on the kernel sideIngo Molnar-1/+1
2015-08-18Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixesIngo Molnar-7/+20
2015-08-16x86/ldt: Further fix FPU emulationAndy Lutomirski-1/+1
2015-08-08x86/ldt: Correct FPU emulation access to LDTJuergen Gross-7/+20
2015-07-31x86/vm86: Clean up vm86.h includesBrian Gerst-0/+1
2015-05-19x86/fpu: Harmonize FPU register state typesIngo Molnar-6/+6
2015-05-19x86/fpu: Harmonize the names of the fpstate_init() helper functionsIngo Molnar-2/+2
2015-05-19x86/fpu: Simplify fpstate_init_curr() usageIngo Molnar-2/+1
2015-05-19x86/fpu: Rename fpstate_alloc_init() to fpstate_init_curr()Ingo Molnar-1/+1
2015-05-19x86/fpu: Remove failure return from fpstate_alloc_init()Ingo Molnar-6/+2
2015-05-19x86/fpu: Simplify FPU handling by embedding the fpstate in task_struct (again)Ingo Molnar-4/+4