aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/hvm/mtrr.c
Commit message (Expand)AuthorAgeFilesLines
* x86/hvm: constify static data where possibleJan Beulich2012-09-141-2/+2
* Fix save/restore of guest PAT table in HAP paging mode.Gianluca Guida2012-04-171-22/+2
* replace bogus gdprintk() uses with {,d}printk()Jan Beulich2012-02-161-1/+2
* Modify naming of queries into the p2mAndres Lagar-Cavilla2011-11-111-1/+1
* use xzalloc in x86 codeJan Beulich2011-10-041-5/+2
* x86/mm/p2m: Fix locking discipline around p2m lookups.Tim Deegan2011-06-021-1/+1
* x86/mm/p2m: Make p2m interfaces take struct domain arguments.Tim Deegan2011-06-021-1/+1
* xen: remove more declarations from C files.Tim Deegan2011-05-271-2/+0
* x86 hvm: Fix MTRR physaddr-width check.Keir Fraser2010-11-091-29/+27
* Nested Virtualization: p2m infrastructureKeir Fraser2010-08-091-1/+1
* VMX: cleanup ept_set_entry:Keir Fraser2010-07-021-1/+1
* x86: Intel EPT entry structure changes.Keir Fraser2010-02-041-4/+4
* Scattered code arrangement cleanups.Keir Fraser2009-10-071-5/+0
* ept: code clean up and formatting.Keir Fraser2009-08-061-3/+2
* ept mtrr: replace unsigned long with mfn_t for mfns.Keir Fraser2009-08-061-3/+4
* x86_64: allow more vCPU-s per guestKeir Fraser2009-06-181-2/+3
* x86/hvm: fix off-by-one errors in vcpuid range checksKeir Fraser2009-05-271-1/+1
* [VTD] Utilise the snoop control capability in shadow with VT-d codeKeir Fraser2009-02-201-5/+14
* EPT/VT-d: Enhance MTRR/PAT virtualization when EPT/VT-d both enabledKeir Fraser2009-01-231-1/+19
* x86, hvm: Better MTRR type check.Keir Fraser2008-11-061-1/+4
* x86, hvm: Only warn on memory attribute conflicts for real RAM.Keir Fraser2008-11-051-6/+7
* MTRR virtualization for Intel EPTKeir Fraser2008-07-071-0/+27
* x86, hvm: Lots of MTRR/PAT emulation cleanup.Keir Fraser2008-04-161-226/+60
* x86, hvm: Fix up MTRR setup for extra magic page (IDENT_PT).Keir Fraser2008-04-101-1/+1
* x86, hvm: MTRR can't cover all the memery rangesKeir Fraser2008-01-241-1/+14
* hvm: MTRR MSRs save/restore support.Keir Fraser2007-12-121-0/+80
* x86: Fix MTRR/PAT virtualisation on PAEKeir Fraser2007-10-261-114/+118
* x86: Remove dependency on stdbool.h.Keir Fraser2007-10-241-8/+7
* hvm, vt-d: Add memory cache-attribute pinning domctl for HVMKeir Fraser2007-10-231-0/+81
* hvm/x86: MTRR/PAT virtualisation.Keir Fraser2007-10-221-0/+687