aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include
Commit message (Expand)AuthorAgeFilesLines
* x86: find a better location for the real-mode trampolinePaolo Bonzini2013-01-181-11/+12
* xen/arm: support the ARM generic virtual timerStefano Stabellini2013-01-172-11/+15
* xen: return a per-mapping error from XENMEM_add_to_physmap_range.Ian Campbell2013-01-171-1/+7
* x86/mm: revert 26399:b0e618cb0233 (multiple vram areas)Tim Deegan2013-01-174-6/+21
* mem_event: Add support for MEM_EVENT_REASON_MSRRazvan Cojocaru2013-01-173-1/+5
* x86/mm: Provide support for multiple frame buffers in HVM guests.Robert Phillips2013-01-175-21/+208
* miscellaneous cleanupJan Beulich2013-01-174-18/+0
* x86/EFI: retrieve PCI ROM contents not accessible through BARsJan Beulich2013-01-172-0/+231
* nEPT: Expose EPT & VPID capablities to L1 VMMZhang Xiantao2013-01-151-0/+2
* nVMX: virutalize VPID capability to nested VMMZhang Xiantao2013-01-151-0/+2
* nEPT: handle invept instruction from L1 VMMZhang Xiantao2013-01-151-0/+1
* nEPT: Use minimal permission for nested p2mZhang Xiantao2013-01-153-6/+6
* nEPT: Try to enable EPT paging for L2 guestZhang Xiantao2013-01-151-1/+6
* EPT: Make ept data structure or operations neutralZhang Xiantao2013-01-153-13/+24
* nested_ept: Implement guest ept's walkerZhang Xiantao2013-01-155-0/+50
* nestedhap: Change nested p2m's walker to vendor-specificZhang Xiantao2013-01-153-0/+14
* nestedhap: Change hostcr3 and p2m->cr3 to meaningful wordsZhang Xiantao2013-01-153-11/+11
* xen: Introduce ASSERT_NOT_IN_ATOMIC() to give more info on in_atomic() crash.Keir Fraser2013-01-142-1/+7
* x86: Assert !in_atomic() before exiting to guest context.Keir Fraser2013-01-141-0/+8
* xsm: Dummy hook functions must be always_inline to ensure constantKeir Fraser2013-01-111-3/+3
* xen/xsm: distinguish scheduler get/set operationsDaniel De Graaf2013-01-112-0/+24
* tmem: add XSM hooksDaniel De Graaf2013-01-113-1/+31
* xen/xsm: Add xsm_default parameter to XSM hooksDaniel De Graaf2013-01-112-290/+356
* xen: platform_hypercall XSM hook removalDaniel De Graaf2013-01-112-128/+0
* xen: sysctl XSM hook removalDaniel De Graaf2013-01-112-111/+1
* xen: domctl XSM hook removalDaniel De Graaf2013-01-112-296/+0
* xen: add XSM hook for XENMEM_exchangeDaniel De Graaf2013-01-112-0/+13
* arch/x86: use XSM hooks for get_pg_owner access checksDaniel De Graaf2013-01-112-15/+25
* arch/x86: Add missing mem_sharing XSM hooksDaniel De Graaf2013-01-114-5/+49
* arch/x86: convert platform_hypercall to use XSMDaniel De Graaf2013-01-112-0/+13
* xen: convert do_sysctl to use XSMDaniel De Graaf2013-01-112-0/+13
* xen: convert do_domctl to use XSMDaniel De Graaf2013-01-111-2/+14
* xen: avoid calling rcu_lock_*target_domain when an XSM hook existsDaniel De Graaf2013-01-111-0/+34
* xen: use XSM instead of IS_PRIV where duplicatedDaniel De Graaf2013-01-111-0/+28
* arch/x86: add distinct XSM hooks for map/unmapDaniel De Graaf2013-01-102-4/+38
* xsm: Use the dummy XSM module if XSM is disabledDaniel De Graaf2013-01-102-148/+756
* HVM xenstore strings and firmware passthrough headerRoss Philipson2013-01-101-0/+79
* nested vmx: emulate IA32_VMX_MISC MSRDongxiao Xu2013-01-081-0/+2
* IOMMU: add phantom function supportJan Beulich2013-01-072-0/+6
* IOMMU/PCI: consolidate pdev_type() and cache its result for a given deviceJan Beulich2013-01-072-9/+15
* AMD IOMMU: adjust flush function parametersJan Beulich2013-01-071-2/+2
* IOMMU: adjust add/remove operation parametersJan Beulich2013-01-072-3/+4
* IOMMU: adjust (re)assign operation parametersJan Beulich2013-01-071-2/+2
* xen: arm: fix guest register access.Ian Campbell2012-12-201-0/+6
* xen: remove nr_irqs_gsi from generic codeIan Campbell2012-12-193-8/+7
* xen: arm: mark early_panic as a noreturn functionIan Campbell2012-12-191-1/+1
* xen: arm: introduce arm32 as a subarch of arm.Ian Campbell2012-12-191-0/+170
* xen: arm: reorder registers in struct cpu_user_regs.Ian Campbell2012-12-191-4/+7
* xen: arm: initialise dom_{xen,io,cow}Ian Campbell2012-12-191-0/+2
* xen: arm: define node_online_map.Ian Campbell2012-12-191-1/+1