summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/fpu-internal.h
AgeCommit message (Expand)AuthorFilesLines
2015-03-23x86/fpu: Rename drop_init_fpu() to fpu_reset_state()Borislav Petkov1-2/+6
2015-03-23x86/fpu: Fold __drop_fpu() into its sole userBorislav Petkov1-10/+7
2015-03-23x86/fpu: Introduce restore_init_xstate()Oleg Nesterov1-6/+10
2015-03-23x86/fpu: Document user_fpu_begin()Oleg Nesterov1-2/+4
2015-03-23Merge tag 'v4.0-rc5' into x86/fpu, to prevent conflictsIngo Molnar1-1/+1
2015-03-13x86/fpu: Drop_fpu() should not assume that tsk equals currentOleg Nesterov1-1/+1
2015-03-10x86/fpu: Factor out memset(xstate, 0) in fpu_finit() pathsOleg Nesterov1-1/+0
2015-02-19Merge branch 'tip-x86-fpu' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Ingo Molnar1-43/+39
2015-02-19x86/fpu: Also check fpu_lazy_restore() when use_eager_fpu()Rik van Riel1-1/+1
2015-02-19x86/fpu: Use task_disable_lazy_fpu_restore() helperRik van Riel1-2/+2
2015-02-19x86/fpu: Use an explicit if/else in switch_fpu_prepare()Rik van Riel1-5/+9
2015-02-19x86/fpu: Introduce task_disable_lazy_fpu_restore() helperRik van Riel1-0/+10
2015-02-19x86/fpu: Move lazy restore functions up a few linesRik van Riel1-18/+18
2015-02-19x86/fpu: Change math_error() to use unlazy_fpu(), kill (now) unused save_init...Oleg Nesterov1-18/+0
2014-12-23x86/fpu: Use a symbolic name for asm operandBorislav Petkov1-4/+6
2014-09-02x86, fpu: Change __thread_fpu_begin() to use use_eager_fpu()Oleg Nesterov1-1/+1
2014-08-13Merge branch 'x86-xsave-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+6
2014-06-18x86, cpufeature: Convert more "features" to bugsBorislav Petkov1-1/+1
2014-05-29x86/xsaves: Save xstate to task's xsave area in __save_fpu during booting timeFenghua Yu1-3/+6
2014-04-17x86, fpu: Extend the use of static_cpu_has_safeMatt Fleming1-5/+5
2014-01-11x86, fpu, amd: Clear exceptions in AMD FXSAVE workaroundLinus Torvalds1-6/+7
2013-11-13x86: move fpu_counter into ARCH specific thread_structVineet Gupta1-5/+5
2013-06-20x86, fpu: Use static_cpu_has_safe before alternativesBorislav Petkov1-1/+1
2013-06-06x86: Get rid of ->hard_math and all the FPU asm fuH. Peter Anvin1-2/+0
2013-02-14x86: convert to ksignalAl Viro1-2/+3
2012-11-30x86, fpu: Avoid FPU lazy restore after suspendVincent Palatin1-6/+9
2012-09-25x86, smap: Do not abuse the [f][x]rstor_checking() functions for user spaceH. Peter Anvin1-0/+17
2012-09-21Merge branch 'x86/fpu' into x86/smapH. Peter Anvin1-167/+244
2012-09-21x86, smap: Add STAC and CLAC instructions to control user space accessH. Peter Anvin1-4/+6
2012-09-18x86, fpu: remove cpu_has_xmm check in the fx_finit()Suresh Siddha1-2/+1
2012-09-18x86, fpu: decouple non-lazy/eager fpu restore from xsaveSuresh Siddha1-15/+39
2012-09-18x86, fpu: use non-lazy fpu restore for processors supporting xsaveSuresh Siddha1-33/+63
2012-09-18x86, fpu: remove unnecessary user_fpu_end() in save_xstate_sig()Suresh Siddha1-14/+3
2012-09-18x86, fpu: drop_fpu() before restoring new state from sigframeSuresh Siddha1-6/+1
2012-09-18x86, fpu: Unify signal handling code paths for x86 and x86_64 kernelsSuresh Siddha1-40/+71
2012-09-18x86, fpu: Consolidate inline asm routines for saving/restoring fpu stateSuresh Siddha1-107/+77
2012-09-18x86, signal: Cleanup ifdefs and is_ia32, is_x32Suresh Siddha1-1/+25
2012-05-14x86: replace percpu_xxx funcs with this_cpu_xxxAlex Shi1-3/+3
2012-02-21i387: Split up <asm/i387.h> into exported and internal interfacesLinus Torvalds1-0/+520