aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch
Commit message (Expand)AuthorAgeFilesLines
* x86: find a better location for the real-mode trampolinePaolo Bonzini2013-01-181-0/+14
* xen: arm: fix assert in select_user_regIan Campbell2013-01-171-1/+1
* xen/arm: initialize the GIC irq properties of interrupts routed to guestsStefano Stabellini2013-01-171-18/+31
* xen/arm: support the ARM generic virtual timerStefano Stabellini2013-01-175-34/+90
* xen: return a per-mapping error from XENMEM_add_to_physmap_range.Ian Campbell2013-01-171-0/+4
* xen: arm: Correct register values and comment in early init_uart.Lars Rasmusson2013-01-171-2/+2
* x86/mm: revert 26399:b0e618cb0233 (multiple vram areas)Tim Deegan2013-01-179-335/+370
* x86: handle both NMI kinds if they occur simultaneouslyJan Beulich2013-01-171-3/+3
* mem_event: Add support for MEM_EVENT_REASON_MSRRazvan Cojocaru2013-01-171-0/+11
* x86/mm: Provide support for multiple frame buffers in HVM guests.Robert Phillips2013-01-1710-370/+1199
* miscellaneous cleanupJan Beulich2013-01-172-18/+13
* x86/EFI: retrieve PCI ROM contents not accessible through BARsJan Beulich2013-01-173-0/+126
* x86: consistently mask floating point exceptionsJan Beulich2013-01-161-1/+3
* nEPT: Expose EPT & VPID capablities to L1 VMMZhang Xiantao2013-01-152-9/+33
* nVMX: virutalize VPID capability to nested VMMZhang Xiantao2013-01-152-3/+59
* nEPT: handle invept instruction from L1 VMMZhang Xiantao2013-01-152-1/+39
* nEPT: Use minimal permission for nested p2mZhang Xiantao2013-01-154-14/+36
* nEPT: Sync PDPTR fields if L2 guest in PAE paging modeZhang Xiantao2013-01-151-1/+9
* nEPT: Try to enable EPT paging for L2 guestZhang Xiantao2013-01-152-14/+56
* EPT: Make ept data structure or operations neutralZhang Xiantao2013-01-154-113/+185
* nested_ept: Implement guest ept's walkerZhang Xiantao2013-01-156-10/+338
* nestedhap: Change nested p2m's walker to vendor-specificZhang Xiantao2013-01-155-31/+62
* nestedhap: Change hostcr3 and p2m->cr3 to meaningful wordsZhang Xiantao2013-01-157-27/+29
* x86/hvm: Remove 32-/64-bit abstraction macros from asm files.Keir Fraser2013-01-142-89/+78
* x86: Assert !in_atomic() before exiting to guest context.Keir Fraser2013-01-144-0/+4
* nested vmx: fix CR0/CR4 emulationDongxiao Xu2013-01-111-25/+103
* xen/xsm: Add xsm_default parameter to XSM hooksDaniel De Graaf2013-01-1113-50/+50
* xen: platform_hypercall XSM hook removalDaniel De Graaf2013-01-111-60/+0
* xen: sysctl XSM hook removalDaniel De Graaf2013-01-111-13/+0
* xen: domctl XSM hook removalDaniel De Graaf2013-01-111-72/+4
* arch/x86: use XSM hooks for get_pg_owner access checksDaniel De Graaf2013-01-111-22/+31
* arch/x86: Add missing mem_sharing XSM hooksDaniel De Graaf2013-01-113-38/+36
* arch/x86: convert platform_hypercall to use XSMDaniel De Graaf2013-01-111-3/+8
* xen: avoid calling rcu_lock_*target_domain when an XSM hook existsDaniel De Graaf2013-01-112-32/+28
* xen: use XSM instead of IS_PRIV where duplicatedDaniel De Graaf2013-01-115-61/+6
* arch/x86: add distinct XSM hooks for map/unmapDaniel De Graaf2013-01-102-3/+7
* x86/hvm: Bind device-model event-channels to registered device-modelKeir Fraser2013-01-091-7/+9
* nested vmx: synchronize page fault error code match and maskDongxiao Xu2013-01-081-0/+12
* nested vmx: emulate IA32_VMX_MISC MSRDongxiao Xu2013-01-081-1/+2
* x86/hvm: Bind xen-created event channels to building domainDaniel De Graaf2013-01-081-2/+2
* x86: fix assertion in get_page_type()Jan Beulich2013-01-071-1/+1
* x86: compat_show_guest_stack() should not truncate MFNJan Beulich2013-01-071-2/+3
* xen: arm: fix guest register access.Ian Campbell2012-12-204-9/+68
* arm: trim pagetable flag definitions to fit in 80 charactersTim Deegan2012-12-201-4/+4
* x86: also print CRn register values upon double faultJan Beulich2012-12-201-16/+13
* xen: arm: remove now empty dummy.SIan Campbell2012-12-192-9/+0
* xen: remove nr_irqs_gsi from generic codeIan Campbell2012-12-191-2/+0
* xen: arm: introduce arm32 as a subarch of arm.Ian Campbell2012-12-1937-194/+27
* xen: arm: reorder registers in struct cpu_user_regs.Ian Campbell2012-12-193-3/+4
* xen: arm: remove hard tabs from asm code.Ian Campbell2012-12-194-471/+498