aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/xstate.c
Commit message (Expand)AuthorAgeFilesLines
* x86/xsave: initialize extended register state when guests enable itJan Beulich2013-09-251-0/+15
* x86/xsave: fix migration from xsave-capable to xsave-incapable hostJan Beulich2013-09-091-12/+51
* x86/xsave: initialization improvementsJan Beulich2013-08-301-13/+15
* x86: refine FPU selector handling code for XSAVEOPTJan Beulich2013-08-051-0/+25
* x86/xsave: adjust state managementJan Beulich2013-07-021-1/+5
* x86: fix XCR0 handlingJan Beulich2013-06-041-8/+41
* x86: preserve FPU selectors for 32-bit guest codeJan Beulich2013-06-041-26/+81
* x86/xsave: recover from faults on XRSTORJan Beulich2013-06-041-4/+19
* x86/xsave: fix information leak on AMD CPUsJan Beulich2013-06-041-0/+15
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* printk: prefer %#x et at over 0x%xJan Beulich2012-09-211-1/+1
* Get rid of non-static 'inline' modifiers (gcc 4.2.1 complains)Tim Deegan2012-01-261-2/+2
* x86/xsave: provide guests with finit-like environmentJan Beulich2011-11-181-3/+4
* use xzalloc in x86 codeJan Beulich2011-10-041-2/+1
* x86/fpu: add mask parameter to xsave and xrstorWei Huang2011-05-091-5/+10
* x86/fpu: extract extended related code into xstate.h and xstate.cWei Huang2011-05-091-0/+183