aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/hvm/svm/nestedsvm.c
Commit message (Expand)AuthorAgeFilesLines
* x86: properly use map_domain_page() in nested HVM codeJan Beulich2013-01-231-7/+8
* nEPT: Use minimal permission for nested p2mZhang Xiantao2013-01-151-1/+1
* nestedhap: Change nested p2m's walker to vendor-specificZhang Xiantao2013-01-151-0/+30
* nestedsvm: fix VMEXIT emulationChristoph Egger2012-10-231-6/+11
* nestedsvm: fix memory leak on shutdown/crashChristoph Egger2012-10-231-0/+9
* x86/nested-svm: Update the paging mode on VMRUN and VMEXIT emulation.Tim Deegan2012-10-041-0/+8
* printk: prefer %#x et at over 0x%xJan Beulich2012-09-211-3/+3
* nestedsvm: fix interrupt handlingChristoph Egger2012-08-311-0/+10
* Fix check if guest enabled nested paging.Christoph Egger2012-06-251-0/+3
* xen: Define new struct hvm_trap and cleanup vmx exceptionKeir Fraser2012-05-301-8/+8
* x86: Make asmlinkage explicitly a no-op, and avoid usage in arch/x86Keir Fraser2012-01-151-1/+1
* 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-111-2/+11
* 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
* nestedsvm: VMRUN doesn't use nextripChristoph Egger2011-08-311-2/+1
* nestedsvm: Support TSC Rate MSRChristoph Egger2011-07-161-0/+15
* nestedsvm: fix handling of invalid virtual vmcbChristoph Egger2011-07-011-3/+15
* x86/hvm: extend nhvm_vmcx_guest_intercepts_trap to include errcodeEddie Dong2011-06-091-1/+1
* nestedsvm: Support DecodeassistChristoph Egger2011-06-081-0/+4
* nestedsvm: fix tlb_controlChristoph Egger2011-05-311-2/+4
* nestedsvm: fix fpu context switchChristoph Egger2011-05-161-1/+54
* nestedsvm: fix shadow-on-hapChristoph Egger2011-05-121-0/+1
* 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
* nestedhvm: Allocate a separate host ASID for each L2 VCPU.Keir Fraser2011-04-151-8/+8
* x86/hvm: Don't unconditionally set up nested HVM stateTim Deegan2011-04-071-3/+1
* xen: fix non-debug and 32-bit builds after nested HVM seriesTim Deegan2011-04-061-2/+1
* Implement Nested-on-Nested.cegger2011-04-051-1/+29
* Implement SVM specific interrupt handlingcegger2011-03-091-0/+141
* Implement SVM specific part for Nested Virtualizationcegger2011-03-091-0/+1279