summaryrefslogtreecommitdiffstats
path: root/arch/x86/math-emu
Commit message (Expand)AuthorAgeFilesLines
* x86/fpu: Include asm/fpu/regset.hArnd Bergmann2023-05-181-0/+1
* x86/32: Remove lazy GS macrosBrian Gerst2022-04-141-1/+1
* x86: Prepare asm files for straight-line-speculationPeter Zijlstra2021-12-0813-28/+28
* x86/math-emu: Convert to fpstateThomas Gleixner2021-10-203-4/+4
* x86/fpu: Move fpstate functions to api.hThomas Gleixner2021-10-201-1/+1
* x86/math-emu: Rename frstor()Thomas Gleixner2021-06-233-3/+3
* x86/fpu/math-emu: Fix function cast warningArnd Bergmann2021-03-231-3/+8
* x86: Fix various typos in comments, take #2Ingo Molnar2021-03-212-2/+2
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-2/+2
* Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-08-071-14/+5
|\
| * x86: switch to ->regset_get()Al Viro2020-07-271-14/+5
* | x86: math-emu: Fix up 'cmp' insn for clang iasArnd Bergmann2020-07-161-1/+1
|/
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-2614-38/+38
|\
| * x86/asm/32: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby2019-10-1814-38/+38
* | x86/math-emu: Check __copy_from_user() resultArnd Bergmann2019-10-032-5/+7
|/
* x86/fpu/math-emu: Address fallthrough warningsThomas Gleixner2019-08-122-3/+4
* x86: math-emu: Hide clang warnings for 16-bit overflowArnd Bergmann2019-07-172-2/+2
* x86/fpu: Always init the state in fpu__clear()Sebastian Andrzej Siewior2019-04-091-3/+0
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-033-29/+29
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0245-0/+45
* x86/fpu: Rename fpu__activate_curr() to fpu__initialize()Ingo Molnar2017-09-261-1/+1
* Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-043-25/+51
|\
| * x86/gdt: Use bitfields for initializationThomas Gleixner2017-08-291-1/+1
| * x86/fpu: Use bitfield accessors for desc_structThomas Gleixner2017-08-293-25/+51
* | x86/fpu/math-emu: Add ENDPROC to functionsJiri Slaby2017-08-2914-4/+21
|/
* x86/fpu/math-emu: Avoid bogus -Wint-in-bool-context warningArnd Bergmann2017-07-201-1/+1
* x86/fpu/math-emu: Fix possible uninitialized variable useArnd Bergmann2017-07-202-10/+10
* x86/ldt: Rename ldt_struct::size to ::nr_entriesBorislav Petkov2017-06-081-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-245-5/+5
* Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-11-031-1/+1
|\
| * x86/headers: Remove <asm/sigcontext.h> references on the kernel sideIngo Molnar2015-09-081-1/+1
* | x86/fpu/math-emu: Add support for FISTTP instructionsDenys Vlasenko2015-09-201-12/+51
* | x86/fpu/math-emu: Add support for FCMOVcc insnsDenys Vlasenko2015-09-203-9/+87
* | x86/fpu/math-emu: Add support for F[U]COMI[P] insnsDenys Vlasenko2015-09-203-12/+147
* | x86/fpu/math-emu: Remove define layer for undocumented opcodesDenys Vlasenko2015-09-201-22/+21
* | x86/fpu/math-emu: Remove !NO_UNDOC_CODEDenys Vlasenko2015-09-151-36/+0
|/
* Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixesIngo Molnar2015-08-183-7/+20
|\
| * x86/ldt: Further fix FPU emulationAndy Lutomirski2015-08-161-1/+1
| * x86/ldt: Correct FPU emulation access to LDTJuergen Gross2015-08-083-7/+20
* | x86/vm86: Clean up vm86.h includesBrian Gerst2015-07-311-0/+1
|/
* x86/fpu: Harmonize FPU register state typesIngo Molnar2015-05-192-6/+6
* x86/fpu: Harmonize the names of the fpstate_init() helper functionsIngo Molnar2015-05-191-2/+2
* x86/fpu: Simplify fpstate_init_curr() usageIngo Molnar2015-05-191-2/+1
* x86/fpu: Rename fpstate_alloc_init() to fpstate_init_curr()Ingo Molnar2015-05-191-1/+1
* x86/fpu: Remove failure return from fpstate_alloc_init()Ingo Molnar2015-05-191-6/+2
* x86/fpu: Simplify FPU handling by embedding the fpstate in task_struct (again)Ingo Molnar2015-05-193-4/+4
* x86/fpu: Move various internal function prototypes to fpu/internal.hIngo Molnar2015-05-191-1/+1
* x86/fpu: Rename i387.h to fpu/api.hIngo Molnar2015-05-191-1/+1
* x86/fpu: Use 'struct fpu' in fpstate_alloc_init()Ingo Molnar2015-05-191-1/+1
* x86/fpu: Get rid of PF_USED_MATH usage, convert it to fpu->fpstate_activeIngo Molnar2015-05-191-1/+2