aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include
Commit message (Expand)AuthorAgeFilesLines
* x86/HVM: fixed _hvm_hw_fix_cpu()Razvan Cojocaru2013-01-241-6/+9
* xen: Simplify the space of spaces supported by XENMEM_add_to_physmap(_range)Ian Campbell2013-01-241-2/+4
* xen: arm: do not panic when failing to translate a guest addressIan Campbell2013-01-243-21/+19
* xen: infrastructure to have cross-platform video driversStefano Stabellini2013-01-243-8/+26
* xen/arm: introduce early_ioremapStefano Stabellini2013-01-242-1/+6
* xen/arm: introduce flush_xen_data_tlb_range_vaStefano Stabellini2013-01-241-7/+11
* xen/arm: add missing FIRST, SECOND and THIRD MASK and SIZE definitionsStefano Stabellini2013-01-241-0/+6
* x86/mm: remove two files left over from the previous vram patches.Tim Deegan2013-01-241-202/+0
* x86: support up to 16TbJan Beulich2013-01-232-5/+12
* x86: properly use map_domain_page() in nested HVM codeJan Beulich2013-01-231-3/+3
* x86: properly use map_domain_page() during page table manipulationJan Beulich2013-01-231-0/+4
* x86: properly use map_domain_page() during domain creation/destructionJan Beulich2013-01-231-8/+6
* x86: consolidate initialization of PV guest L4 page tablesJan Beulich2013-01-231-0/+2
* x86: properly use map_domain_page() when building Dom0Jan Beulich2013-01-231-0/+1
* x86: re-introduce map_domain_page() et alJan Beulich2013-01-233-22/+53
* x86: extend frame table virtual spaceJan Beulich2013-01-231-9/+13
* x86: introduce virt_to_xen_l1e()Jan Beulich2013-01-231-0/+1
* fix acpi_dmar_zap/reinstate() (fixes S3 regression)Tomasz Wroblewski2013-01-231-0/+3
* xen/arch/x86: complete XSM hooks on irq/pirq mappingsDaniel De Graaf2013-01-232-8/+32
* x86: restore (optional) forwarding of PCI SERR induced NMI to Dom0Jan Beulich2013-01-221-0/+5
* xen arm: add XSM hooks to arch_memory_opIan Campbell2013-01-212-18/+18
* arm: discard boot modules after building domain 0.Ian Campbell2013-01-211-0/+2
* xen: arm: introduce concept of modules which can be in RAM at start of dayIan Campbell2013-01-211-0/+14
* x86/AMD: Enable WC+ memory type on family 10 processorsBoris Ostrovsky2013-01-181-2/+3
* 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