aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/hvm/svm
Commit message (Expand)AuthorAgeFilesLines
...
* x86: fix logical ANDs used to mask bitfields.Tim Deegan2012-04-111-1/+1
* AMD_LWP: add interrupt support for AMD LWPWei Huang2012-03-301-6/+30
* x86/vpmu: Add the BTS extensionDietmar Hahn2012-03-151-3/+6
* svm: amend c/s 24990:322300fd2ebd (fake BU_CFG MSR on AMD revF)Jan Beulich2012-03-151-1/+1
* x86/mm: make 'query type' argument to get_gfn into a set of flagsTim Deegan2012-03-151-2/+2
* x86/mm: remove 'p2m_guest' lookup type.Tim Deegan2012-03-151-1/+1
* svm: Fake out the Bus Unit Config MSR on revF AMD CPUsGeorge Dunlap2012-03-081-0/+12
* vpmu: No need for two initialisation functionsDietmar Hahn2012-02-291-5/+5
* vpmu: Use macros to access struct vpmu_struct.flagsDietmar Hahn2012-02-091-15/+15
* x86/AMD: Add support for AMD's OSVW feature in guests.Boris Ostrovsky2012-02-071-0/+110
* SVM: Plumb NPT error-code bits into nested-fault access_X arguments.Tim Deegan2012-01-241-5/+7
* vpmu: separate architecture specific PMU initialisationDietmar Hahn2012-01-201-1/+23
* x86: Make asmlinkage explicitly a no-op, and avoid usage in arch/x86Keir Fraser2012-01-154-5/+5
* x86: reduce scope of some symbols used with reset_stack_and_jump()Jan Beulich2011-12-211-0/+2
* remove the use of -Wno-unused-valueJan Beulich2011-12-131-1/+1
* x86: remove redundant MCE related MSR definitionsJan Beulich2011-12-131-2/+2
* x86/mm: Ensure maps used by nested hvm code cannot be paged outAndres Lagar-Cavilla2011-12-011-6/+0
* Modify naming of queries into the p2mAndres Lagar-Cavilla2011-11-112-5/+20
* nestedsvm: fix lazy fpu switching causing a triple faultChristoph Egger2011-10-281-9/+12
* hvm: Clean up I/O emulationChristoph Egger2011-10-251-1/+1
* nestedhvm: handle l2 guest MMIO accessTim Deegan2011-10-241-0/+9
* nestedsvm: fix checks of guest writes to HSAVE_PA MSRChristoph Egger2011-10-131-1/+2
* use xzalloc in x86 codeJan Beulich2011-10-041-3/+1
* x86/mm: adjust p2m interface to return superpage sizesTim Deegan2011-09-081-2/+2
* nestedsvm: VMRUN doesn't use nextripChristoph Egger2011-08-311-2/+1
* nestedsvm: Support TSC Rate MSRChristoph Egger2011-07-162-14/+45
* nestedsvm: allow l1 guest to use OSXSAVEChristoph Egger2011-07-081-2/+7
* nestedsvm: fix handling of invalid virtual vmcbChristoph Egger2011-07-011-3/+15
* replace d->nr_pirqs sized arrays with radix treeJan Beulich2011-06-231-0/+1
* x86/hvm: extend nhvm_vmcx_guest_intercepts_trap to include errcodeEddie Dong2011-06-091-1/+1
* nestedsvm: Support DecodeassistChristoph Egger2011-06-081-0/+4
* MergeTim Deegan2011-06-061-1/+0
|\
| * x86: Replace ad-hoc bitmaskof() macro with single cpufeat_mask() defn.Keir Fraser2011-06-021-1/+0
* | x86/mm/p2m: Make p2m interfaces take struct domain arguments.Tim Deegan2011-06-021-3/+4
|/
* nestedsvm: fix tlb_controlChristoph Egger2011-05-311-2/+4
* HVM/SVM: enable tsc scaling ratio for SVMWei Huang2011-05-282-2/+34
* xen: remove more declarations from C files.Tim Deegan2011-05-272-4/+0
* xen: Include headers that are actually needed, drop everything else.Christoph Egger2011-05-203-21/+10
* nestedsvm: reduce TLB flushesKeir Fraser2011-05-201-1/+1
* nestedsvm: reduce TLB flushesKeir Fraser2011-05-201-1/+8
* nestedsvm: fix fpu context switchChristoph Egger2011-05-161-1/+54
* x86/hvm: Use UNLIKELY_{START,END} in a few suitable places in asm.Keir Fraser2011-05-121-9/+5
* hvm: vpmu: Enable HVM VPMU for AMD Family 12h and 14h processorsJacob Shin2011-05-121-0/+2
* nestedsvm: fix shadow-on-hapChristoph Egger2011-05-122-0/+5
* nestedsvm: update rip on invlpga interceptChristoph Egger2011-05-122-0/+5
* nestedsvm: fix error path when VMRUN emulation failsChristoph Egger2011-05-121-4/+8
* nestedsvm: fix host crash with pv-on-hvm Linux KVM guestChristoph Egger2011-05-121-0/+1
* x86/LWP: Add LWP support for SVM guestsWei Huang2011-05-092-1/+80
* x86/fpu: create lazy and non-lazy FPU restore functionsWei Huang2011-05-091-1/+1
* x86/fpu: clean up FPU context restore functionWei Huang2011-05-091-1/+1