aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* x86: mark certain items staticJan Beulich2012-12-079-13/+15
* x86/HVM: add missing assert to stdvga's mmio_move()Jan Beulich2012-12-071-0/+1
* x86/EFI: add code interfacing with the secure boot shimJan Beulich2012-12-071-0/+19
* x86/p2m: drop redundant macro definitionsJan Beulich2012-12-072-19/+7
* x86: properly fail mmuext ops when get_page_from_gfn() failsJan Beulich2012-12-071-1/+2
* nested vmx: check host ability when intercept MSR readDongxiao Xu2012-12-061-16/+16
* nested vmx: fix interrupt delivery to L2 guestDongxiao Xu2012-12-061-4/+7
* nested vmx: enable PAUSE and RDPMC exiting for L1 VMMDongxiao Xu2012-12-061-0/+2
* nested vmx: enable "Virtualize APIC accesses" feature for L1 VMMDongxiao Xu2012-12-061-1/+26
* nested vmx: enable IA32E mode while do VM entryDongxiao Xu2012-12-061-1/+2
* nested vmx: fix DR access VM exitDongxiao Xu2012-12-061-1/+2
* nested vmx: fix handling of RDTSCDongxiao Xu2012-12-063-1/+4
* nested vmx: fix rflags status in virtual vmexitDongxiao Xu2012-12-061-1/+2
* nested vmx: expose bit 55 of IA32_VMX_BASIC_MSR to guest VMMDongxiao Xu2012-12-063-2/+12
* nested vmx: use literal name instead of hard numbersDongxiao Xu2012-12-062-10/+16
* nested vmx: emulate MSR bitmapsDongxiao Xu2012-12-064-2/+67
* tighten guest memory accessesJan Beulich2012-12-064-14/+32
* memop: adjust error checking in populate_physmap()Jan Beulich2012-12-061-3/+3
* x86/HVM: remove dead codeJan Beulich2012-12-061-6/+0
* gnttab_usage_print() should be staticJan Beulich2012-12-061-1/+1
* X86/vMCE: handle broken page with regard to migrationLiu Jinsong2012-12-062-2/+43
* xen/arm: disable interrupts on return_to_hypervisorStefano Stabellini2012-12-061-0/+1
* IOMMU/ATS: fix maximum queue depth calculationJan Beulich2012-12-053-3/+4
* x86: get_page_from_gfn() must return NULL for invalid GFNsJan Beulich2012-12-041-1/+1
* memop: limit guest specified extent orderJan Beulich2012-12-041-2/+7
* xen: fix error handling of guest_physmap_mark_populate_on_demand()Jan Beulich2012-12-041-3/+5
* xen: add missing guest address range checks to XENMEM_exchange handlersJan Beulich2012-12-042-0/+13
* hvm: Limit the size of large HVM op batchesTim Deegan2012-12-041-4/+34
* gnttab: fix releasing of memory upon switches between versionsJan Beulich2012-12-041-14/+20
* xen: arm: Use $(OBJCOPY) not bare objcopyIan Campbell2012-12-041-1/+1
* docs: expand persistent grants protocolRoger Pau Monne2012-12-041-3/+34
* arm: const-correctness in virt_to_maddrIan Campbell2012-11-301-1/+1
* arm: handle xenheap which isn't at the start of RAM.Ian Campbell2012-11-301-7/+5
* arm: create a raw binary target.Ian Campbell2012-11-301-1/+5
* arm: Enable build without CONFIG_DTB_FILEIan Campbell2012-11-302-4/+2
* AMD IOMMU: add locking missing from c/s 26198:ba90ecb0231fJan Beulich2012-11-301-1/+6
* nested vmx: enable load IA32_PERF_GLOBAL_CTRL feature for L1 VMMDongxiao Xu2012-11-302-4/+20
* nested vmx: enable load and save IA32_EFER feature for L1 VMMDongxiao Xu2012-11-302-3/+11
* nested vmx: enable load and save IA32_PAT feature for L1 VMMDongxiao Xu2012-11-301-4/+18
* nested vmx: enable save VMX-preemption timer feature for L1 VMMDongxiao Xu2012-11-301-4/+4
* nested vmx: enable VMX-preemption timer for L1 VMMDongxiao Xu2012-11-302-2/+17
* nested vmx: enable Descriptor-table exiting for L1 VMMDongxiao Xu2012-11-302-1/+8
* nested vmx: enable secondary processor-based VM-Execution controlsDongxiao Xu2012-11-303-4/+30
* nested vmx: enable NMI-window exiting for L1 VMMDongxiao Xu2012-11-301-1/+2
* nested vmx: enable Monitor Trap Flag for L1 VMMDongxiao Xu2012-11-301-2/+8
* docs: fix persistent grants doc typoRoger Pau Monne2012-11-291-1/+1
* xen/arm: build as zImageStefano Stabellini2012-11-291-0/+17
* x86/hap: Fix memory leak of domain->arch.hvm_domain.dirty_vramTim Deegan2012-11-291-0/+3
* x86/mm: Comment the definitions of _mfn(), _gfn() &c.Tim Deegan2012-11-292-0/+10
* VT-d: make scope parsing code type safeJan Beulich2012-11-292-15/+13