aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* 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
* xsm/flask: add distinct SIDs for self/target accessDaniel De Graaf2013-01-113-223/+210
* xsm/flask: add missing hooksDaniel De Graaf2013-01-112-11/+60
* xsm/flask: Add checks on the domain performing the set_target operationDaniel De Graaf2013-01-112-0/+9
* xsm: Move flask policy files into hypervisor (missed from earlier commit).Keir Fraser2013-01-115-0/+448
* arch/x86: convert platform_hypercall to use XSMDaniel De Graaf2013-01-115-3/+55
* xen: convert do_sysctl to use XSMDaniel De Graaf2013-01-115-3/+51
* xen: convert do_domctl to use XSMDaniel De Graaf2013-01-113-30/+103
* xen: avoid calling rcu_lock_*target_domain when an XSM hook existsDaniel De Graaf2013-01-116-87/+97
* xen: use XSM instead of IS_PRIV where duplicatedDaniel De Graaf2013-01-1110-78/+37
* arch/x86: add distinct XSM hooks for map/unmapDaniel De Graaf2013-01-106-29/+69
* flask: move policy headers into hypervisorDaniel De Graaf2013-01-106-346/+25
* xsm: Use the dummy XSM module if XSM is disabledDaniel De Graaf2013-01-106-754/+763
* HVM xenstore strings and firmware passthrough headerRoss Philipson2013-01-101-0/+79
* VT-d: fix interrupt remapping source validation for devices behind legacy bri...Jan Beulich2013-01-091-1/+1
* 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