aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* xen/arm: flush dcache after memcpy'ing the kernel imageStefano Stabellini2013-01-211-0/+1
* arm: use module provided command line for domain 0 command lineIan Campbell2013-01-211-4/+24
* arm: discard boot modules after building domain 0.Ian Campbell2013-01-213-0/+21
* arm: load dom0 kernel from first boot moduleIan Campbell2013-01-212-27/+75
* device-tree: get_val cannot cope with cells > 2, add early_panicIan Campbell2013-01-211-0/+3
* arm: avoid allocating the heaps over modules or xen itself.Ian Campbell2013-01-211-11/+78
* arm: avoid placing Xen over any modules.Ian Campbell2013-01-211-7/+61
* xen: arm: introduce concept of modules which can be in RAM at start of dayIan Campbell2013-01-211-0/+14
* x86/hvm: fix RTC setting.Tim Deegan2013-01-181-3/+10
* x86/AMD: Enable WC+ memory type on family 10 processorsBoris Ostrovsky2013-01-182-2/+14
* x86: find a better location for the real-mode trampolinePaolo Bonzini2013-01-182-11/+26
* 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-177-45/+105
* xen: return a per-mapping error from XENMEM_add_to_physmap_range.Ian Campbell2013-01-172-1/+11
* 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-1713-341/+391
* 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-174-1/+16
* x86/mm: Provide support for multiple frame buffers in HVM guests.Robert Phillips2013-01-1715-391/+1407
* miscellaneous cleanupJan Beulich2013-01-178-39/+17
* x86/EFI: retrieve PCI ROM contents not accessible through BARsJan Beulich2013-01-175-0/+357
* x86: consistently mask floating point exceptionsJan Beulich2013-01-161-1/+3
* fix XENMEM_remove_from_physmap return valueJan Beulich2013-01-151-2/+3
* nEPT: Expose EPT & VPID capablities to L1 VMMZhang Xiantao2013-01-153-9/+35
* nVMX: virutalize VPID capability to nested VMMZhang Xiantao2013-01-153-3/+61
* nEPT: handle invept instruction from L1 VMMZhang Xiantao2013-01-153-1/+40
* nEPT: Use minimal permission for nested p2mZhang Xiantao2013-01-157-20/+42
* 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-153-15/+62
* EPT: Make ept data structure or operations neutralZhang Xiantao2013-01-157-126/+209
* nested_ept: Implement guest ept's walkerZhang Xiantao2013-01-1511-10/+388
* nestedhap: Change nested p2m's walker to vendor-specificZhang Xiantao2013-01-158-31/+76
* nestedhap: Change hostcr3 and p2m->cr3 to meaningful wordsZhang Xiantao2013-01-1510-38/+40
* xen: Introduce ASSERT_NOT_IN_ATOMIC() to give more info on in_atomic() crash.Keir Fraser2013-01-146-7/+16
* 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-146-0/+18
* nested vmx: fix CR0/CR4 emulationDongxiao Xu2013-01-111-25/+103
* xsm: Dummy hook functions must be always_inline to ensure constantKeir Fraser2013-01-111-3/+3
* xsm/flask: remove unused permissionsDaniel De Graaf2013-01-111-6/+0
* xsm/flask: document the access vectorsDaniel De Graaf2013-01-111-104/+355
* xen/xsm: distinguish scheduler get/set operationsDaniel De Graaf2013-01-116-11/+76
* tmem: add XSM hooksDaniel De Graaf2013-01-117-1/+50
* xen/xsm: Add xsm_default parameter to XSM hooksDaniel De Graaf2013-01-1127-379/+445
* xen: platform_hypercall XSM hook removalDaniel De Graaf2013-01-115-277/+30
* xen: sysctl XSM hook removalDaniel De Graaf2013-01-116-265/+39
* xen: domctl XSM hook removalDaniel De Graaf2013-01-116-738/+98
* xen: add XSM hook for XENMEM_exchangeDaniel De Graaf2013-01-116-1/+32
* arch/x86: use XSM hooks for get_pg_owner access checksDaniel De Graaf2013-01-116-85/+84
* arch/x86: Add missing mem_sharing XSM hooksDaniel De Graaf2013-01-1111-46/+128