aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/hvm/svm
Commit message (Expand)AuthorAgeFilesLines
* x86: make hvm_cpuid() tolerate NULL pointersJan Beulich2013-10-041-4/+4
* hvm/vpmu: Prevent dump handlers from incorrectly mutating stateAndrew Cooper2013-09-161-6/+6
* x86: Introduce and use GLOBAL() in asm codeAndrew Cooper2013-09-091-2/+1
* SVM: streamline entry.S codeJan Beulich2013-09-092-37/+26
* x86/AMD: Inject #GP instead of #UD when unable to map vmcbSuravee Suthikulpanit2013-08-131-10/+14
* x86/AMD: Fix nested svm crash due to assertion in __virt_to_maddrSuravee Suthikulpanit2013-08-131-9/+43
* x86: Special case __HYPERVISOR_iret rather more when writing hypercall pagesAndrew Cooper2013-07-161-0/+3
* x86/HVM: key handler registration functions can be __initJan Beulich2013-07-101-1/+1
* x86: fix XCR0 handlingJan Beulich2013-06-041-1/+2
* x86: handle paged gfn in wrmsr_hypervisor_regsOlaf Hering2013-05-071-3/+13
* x86/HVM: move per-vendor function tables into .init.dataJan Beulich2013-04-291-2/+2
* x86/AMD: Dump AMD VPMU infoBoris Ostrovsky2013-04-151-1/+41
* x86/AMD: Clean up context_update() in AMD VPMU codeBoris Ostrovsky2013-04-151-11/+17
* x86/VPMU: Save/restore VPMU only when necessaryBoris Ostrovsky2013-04-152-9/+45
* x86/VPMU: Factor out VPMU common codeBoris Ostrovsky2013-04-151-37/+0
* x86/AMD: Stop counters on VPMU saveBoris Ostrovsky2013-04-151-16/+6
* x86/AMD: Load context when attempting to read VPMU MSRsBoris Ostrovsky2013-04-151-1/+20
* x86/AMD: Do not intercept access to performance counters MSRsBoris Ostrovsky2013-04-152-1/+44
* x86/AMD: Allow more fine-grained control of VMCB MSR Permission MapBoris Ostrovsky2013-04-151-8/+7
* vpmu intel: Add cpuid handling when vpmu disabledDietmar Hahn2013-03-261-0/+4
* x86: don't rely on __softirq_pending to be the first field in irq_cpustat_tJan Beulich2013-03-041-4/+4
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-216-6/+6
* x86: Add Xenoprofile support for AMD Family16hSuravee Suthikulpanit2013-02-121-0/+2
* 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-152-0/+31
* nestedhap: Change hostcr3 and p2m->cr3 to meaningful wordsZhang Xiantao2013-01-151-1/+1
* x86/hvm: Remove 32-/64-bit abstraction macros from asm files.Keir Fraser2013-01-141-50/+44
* x86: Assert !in_atomic() before exiting to guest context.Keir Fraser2013-01-141-0/+1
* x86/IST: Create set_ist() helper functionAndrew Cooper2012-12-111-6/+6
* x86: mark certain items staticJan Beulich2012-12-072-2/+2
* 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
* x86: enable VIA CPU supportJan Beulich2012-09-211-3/+0
* printk: prefer %#x et at over 0x%xJan Beulich2012-09-214-34/+33
* x86/hvm: constify static data where possibleJan Beulich2012-09-142-15/+15
* x86/hvm: don't use indirect calls without needJan Beulich2012-09-141-17/+7
* x86: We can assume CONFIG_PAGING_LEVELS==4.Keir Fraser2012-09-121-2/+1
* xen: Remove x86_32 build target.Keir Fraser2012-09-123-39/+0
* nestedsvm: fix interrupt handlingChristoph Egger2012-08-311-0/+10
* nestedsvm: fix DRn handlingChristoph Egger2012-07-091-6/+7
* Fix check if guest enabled nested paging.Christoph Egger2012-06-251-0/+3
* SVM: fix performance decrease with asid assignmentChristoph Egger2012-06-131-1/+2
* xen: Define new struct hvm_trap and cleanup vmx exceptionKeir Fraser2012-05-303-41/+45
* x86/hvm/svm: used unlocked p2m lookups in trace and error paths.Andres Lagar-Cavilla2012-05-171-4/+2
* x86/hvm: Use get_page_from_gfn() instead of get_gfn()/put_gfn.Tim Deegan2012-05-171-8/+6
* x86/hvm: Add get_shadow_gs_base() wrapper functionAravindh Puthiyaparambil2012-04-271-0/+6
* svm: Do not intercept RDTSC(P) when TSC scaling is supported by hardwareBoris Ostrovsky2012-04-251-1/+8
* Fix save/restore of guest PAT table in HAP paging mode.Gianluca Guida2012-04-171-0/+24