aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/xsave.h
AgeCommit message (Expand)Author
2015-05-19x86/fpu: Move xsave.h to fpu/xsave.hIngo Molnar
2015-05-19x86/fpu: Remove fpu_xsave()Ingo Molnar
2015-05-19x86/fpu: Simplify the xsave_state*() methodsIngo Molnar
2015-05-19x86/fpu: Remove stale init_fpu() prototypeIngo Molnar
2015-03-05x86/fpu/xsaves: Fix improper uses of __ex_tableQuentin Casasnovas
2014-11-03KVM: x86: Enable Intel AVX-512 for guestChao Peng
2014-06-18x86, xsave: Add forgotten inline annotationBorislav Petkov
2014-05-30x86/xsave: Make it clear that the XSAVE macros use (%edi)/(%rdi)H. Peter Anvin
2014-05-29Define kernel API to get address of each state in xsave areaFenghua Yu
2014-05-29x86/xsaves: Add xsaves and xrstors support for booting timeFenghua Yu
2014-05-29x86/xsaves: Use xsave/xrstor for saving and restoring user space contextFenghua Yu
2014-05-29x86/xsaves: Use xsaves/xrstors for context switchFenghua Yu
2014-05-29x86/xsaves: Use xsaves/xrstors to save and restore xsave areaFenghua Yu
2014-05-29x86/xsaves: Define a macro for handling xsave/xrstor instruction faultFenghua Yu
2014-05-29x86/xsaves: Define macros for xsave instructionsFenghua Yu
2014-04-02Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2014-02-22KVM: x86: Fix xsave cpuid exposing bugLiu, Jinsong
2014-02-20x86, AVX-512: Enable AVX-512 States Context SwitchFenghua Yu
2013-12-06x86, xsave: Support eager-only xsave features, add MPX supportQiaowei Ren
2012-09-21Merge branch 'x86/fpu' into x86/smapH. Peter Anvin
2012-09-21x86, smap: Add STAC and CLAC instructions to control user space accessH. Peter Anvin
2012-09-18x86, fpu: use non-lazy fpu restore for processors supporting xsaveSuresh Siddha
2012-09-18x86, fpu: Unify signal handling code paths for x86 and x86_64 kernelsSuresh Siddha
2012-09-18x86, fpu: Consolidate inline asm routines for saving/restoring fpu stateSuresh Siddha
2012-04-20x86, extable: Remove open-coded exception table entries in arch/x86/include/a...H. Peter Anvin
2010-08-06Merge branch 'x86-xsave-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-08-06Merge branches 'x86-cleanups-for-linus', 'x86-vmware-for-linus', 'x86-mtrr-fo...Linus Torvalds
2010-08-01KVM: x86: XSAVE/XRSTOR live migration supportSheng Yang
2010-08-01x86: Export FPU API for KVM useSheng Yang
2010-07-21x86, xsave: Make init_xstate_buf staticRobert Richter
2010-07-21x86, xsave: Check cpuid level for XSTATE_CPUID (0x0d)Robert Richter
2010-07-21x86, xsave: Separate fpu and xsave initializationRobert Richter
2010-07-20x86, xsave: Do not include asm/i387.h in asm/xsave.hRobert Richter
2010-07-19x86, xsave: Use xsaveopt in context-switch path when supportedSuresh Siddha
2010-07-19x86, xsave: Sync xsave memory layout with its header for user handlingSuresh Siddha
2010-07-06x86: Avoid unnecessary __clear_user() and xrstor in signal handlingSuresh Siddha
2010-05-10x86: Introduce 'struct fpu' and related APIAvi Kivity
2010-02-11x86, ptrace: regset extensions to support xstateSuresh Siddha
2009-04-12x86: add linux kernel support for YMM stateSuresh Siddha
2008-10-22x86, um: ... and asm-x86 moveAl Viro