aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/hvm/asid.c
Commit message (Expand)AuthorAgeFilesLines
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* hvm: Add command line option to enable ASID support -- on by defaultGeorge Dunlap2012-03-081-1/+5
* nestedhvm: Allocate a separate host ASID for each L2 VCPU.Keir Fraser2011-04-151-8/+13
* x86/hvm/asid: Use C99 integer types for asid numbersChristoph Egger2011-04-131-4/+4
* x86 asid: Do not check for per-cpu asid state being already initialised.Keir Fraser2011-01-071-9/+0
* ASID: Optimize hvm_flush_guest_tlbsKeir Fraser2011-01-071-7/+10
* Increase default console ring allocation size and reduce default verbosityKeir Fraser2010-03-171-2/+7
* hvm: Share ASID logic between VMX and SVM.Keir Fraser2009-12-081-2/+4
* hvm: Pull SVM ASID management into common HVM code where it can be shared.Keir Fraser2009-12-081-0/+150