summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/fpu-internal.h
Commit message (Expand)AuthorAgeFilesLines
* x86/fpu: Rename drop_init_fpu() to fpu_reset_state()Borislav Petkov2015-03-231-2/+6
* x86/fpu: Fold __drop_fpu() into its sole userBorislav Petkov2015-03-231-10/+7Star
* x86/fpu: Introduce restore_init_xstate()Oleg Nesterov2015-03-231-6/+10
* x86/fpu: Document user_fpu_begin()Oleg Nesterov2015-03-231-2/+4
* Merge tag 'v4.0-rc5' into x86/fpu, to prevent conflictsIngo Molnar2015-03-231-1/+1
|\
| * x86/fpu: Drop_fpu() should not assume that tsk equals currentOleg Nesterov2015-03-131-1/+1
* | x86/fpu: Factor out memset(xstate, 0) in fpu_finit() pathsOleg Nesterov2015-03-101-1/+0Star
* | Merge branch 'tip-x86-fpu' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Ingo Molnar2015-02-191-43/+39Star
|\ \ | |/ |/|
| * x86/fpu: Also check fpu_lazy_restore() when use_eager_fpu()Rik van Riel2015-02-191-1/+1
| * x86/fpu: Use task_disable_lazy_fpu_restore() helperRik van Riel2015-02-191-2/+2
| * x86/fpu: Use an explicit if/else in switch_fpu_prepare()Rik van Riel2015-02-191-5/+9
| * x86/fpu: Introduce task_disable_lazy_fpu_restore() helperRik van Riel2015-02-191-0/+10
| * x86/fpu: Move lazy restore functions up a few linesRik van Riel2015-02-191-18/+18
| * x86/fpu: Change math_error() to use unlazy_fpu(), kill (now) unused save_init...Oleg Nesterov2015-02-191-18/+0Star
* | x86/fpu: Use a symbolic name for asm operandBorislav Petkov2014-12-231-4/+6
|/
* x86, fpu: Change __thread_fpu_begin() to use use_eager_fpu()Oleg Nesterov2014-09-021-1/+1
* Merge branch 'x86-xsave-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-08-141-3/+6
|\
| * x86/xsaves: Save xstate to task's xsave area in __save_fpu during booting timeFenghua Yu2014-05-291-3/+6
* | x86, cpufeature: Convert more "features" to bugsBorislav Petkov2014-06-191-1/+1
* | x86, fpu: Extend the use of static_cpu_has_safeMatt Fleming2014-04-171-5/+5
|/
* x86, fpu, amd: Clear exceptions in AMD FXSAVE workaroundLinus Torvalds2014-01-121-6/+7
* x86: move fpu_counter into ARCH specific thread_structVineet Gupta2013-11-131-5/+5
* x86, fpu: Use static_cpu_has_safe before alternativesBorislav Petkov2013-06-211-1/+1
* x86: Get rid of ->hard_math and all the FPU asm fuH. Peter Anvin2013-06-061-2/+0Star
* x86: convert to ksignalAl Viro2013-02-141-2/+3
* x86, fpu: Avoid FPU lazy restore after suspendVincent Palatin2012-11-301-6/+9
* x86, smap: Do not abuse the [f][x]rstor_checking() functions for user spaceH. Peter Anvin2012-09-261-0/+17
* Merge branch 'x86/fpu' into x86/smapH. Peter Anvin2012-09-221-167/+244
|\
| * x86, fpu: remove cpu_has_xmm check in the fx_finit()Suresh Siddha2012-09-191-2/+1Star
| * x86, fpu: decouple non-lazy/eager fpu restore from xsaveSuresh Siddha2012-09-191-15/+39
| * x86, fpu: use non-lazy fpu restore for processors supporting xsaveSuresh Siddha2012-09-191-33/+63
| * x86, fpu: remove unnecessary user_fpu_end() in save_xstate_sig()Suresh Siddha2012-09-191-14/+3Star
| * x86, fpu: drop_fpu() before restoring new state from sigframeSuresh Siddha2012-09-191-6/+1Star
| * x86, fpu: Unify signal handling code paths for x86 and x86_64 kernelsSuresh Siddha2012-09-191-40/+71
| * x86, fpu: Consolidate inline asm routines for saving/restoring fpu stateSuresh Siddha2012-09-191-107/+77Star
| * x86, signal: Cleanup ifdefs and is_ia32, is_x32Suresh Siddha2012-09-191-1/+25
* | x86, smap: Add STAC and CLAC instructions to control user space accessH. Peter Anvin2012-09-211-4/+6
|/
* x86: replace percpu_xxx funcs with this_cpu_xxxAlex Shi2012-05-141-3/+3
* i387: Split up <asm/i387.h> into exported and internal interfacesLinus Torvalds2012-02-211-0/+520