aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* xen: arm: do not pass a machine ID to dom0Ian Campbell2013-02-151-1/+1
* xen: arm: rename atag_paddr argument fdt_paddrIan Campbell2013-02-153-6/+6
* xen: arm32: Don't bother with the bootloader provided ARM-Linux machine typeIan Campbell2013-02-153-6/+3
* arm: comment the use of second_linear_offset() in mm.cTim Deegan2013-02-151-0/+3
* x86: move watchdog declarations from config.h to nmi.hJan Beulich2013-02-159-6/+11
* x86: use single definitions for a few constantsJan Beulich2013-02-151-13/+8
* xenoprof: avoid division by 0Tim Deegan2013-02-151-4/+7
* hvm: Allow triple fault to imply crash rather than rebootAndrew Cooper2013-02-153-3/+16
* x86: explicit suffix in inline assembler (for clang).Tim Deegan2013-02-141-1/+1
* x86/setup: don't relocate the VGA hole.Tim Deegan2013-02-141-5/+3
* AMD IOMMU: handle MSI for phantom functionsJan Beulich2013-02-141-6/+27
* AMD IOMMU: also spot missing IO-APIC entries in IVRS tableJan Beulich2013-02-141-14/+37
* xen/flask: fix crash on debugkey "i"Daniel De Graaf2013-02-131-1/+1
* x86: fix map_domain_page() leak from vcpu_destroy_pagetables()Jan Beulich2013-02-131-0/+1
* x86: Add Xenoprofile support for AMD Family16hSuravee Suthikulpanit2013-02-122-0/+6
* x86/HAP: Add global enable/disable command line optionAndrew Cooper2013-02-121-1/+12
* x86: debugging code for testing 16Tb support on smaller memory systemsJan Beulich2013-02-085-2/+100
* AMD,IOMMU: Make per-device interrupt remapping table defaultBoris Ostrovsky2013-02-053-4/+3
* AMD,IOMMU: Disable IOMMU if SATA Combined mode is onBoris Ostrovsky2013-02-051-0/+33
* AMD,IOMMU: Clean up old entries in remapping tables when creating new oneJan Beulich2013-02-053-6/+81
* ACPI: acpi_table_parse() should return handler's error codeBoris Ostrovsky2013-02-051-3/+2
* xen: arm: fix build of hvm.cIan Campbell2013-02-051-0/+2
* xen/arm: implement vcpu_timer_destroyStefano Stabellini2013-02-053-0/+8
* xen/arm: implement domain_relinquish_resourcesStefano Stabellini2013-02-051-3/+44
* xen/arm: implement arch_domain_destroyStefano Stabellini2013-02-051-8/+5
* x86/HVM: assorted RTC emulation adjustmentsJan Beulich2013-02-053-10/+24
* Revert 26503:69398345c10eJan Beulich2013-02-052-9/+4
* x86/EFI: simplify PCI option ROM retrievalJan Beulich2013-02-042-11/+4
* nEPT: fix INVEPT instruction parameterDongxiao Xu2013-02-041-1/+1
* nEPT: fix EPT pointer setting for L2 guestDongxiao Xu2013-02-041-0/+10
* x86/nestedhvm: properly clean up after failure to set up all vCPU-sJan Beulich2013-02-042-4/+9
* VMX: disable SMEP feature when guest is in non-paging modeDongxiao Xu2013-01-301-0/+7
* vmx: Simplify cr0 update handling by deferring cr4 changes to the cr4 handler.Keir Fraser2013-01-301-10/+5
* xen: Fix some over-long source lines.Keir Fraser2013-01-304-8/+14
* xen: Define debug_build() based on NDEBUG. Use it in a few printk's.Keir Fraser2013-01-304-18/+5
* xen: print "debug=y|n" during hypervisor startupDario Faggioli2013-01-301-2/+7
* xen/arch/arm: add XSM hook to HVMOP_{get,set}_paramDaniel De Graaf2013-01-305-38/+44
* xen: arm: implement domain_page_map_to_mfnIan Campbell2013-01-281-0/+12
* nested vmx: enable VMCS shadowing featureDongxiao Xu2013-01-253-1/+108
* nested vmx: optimize for bulk access of virtual VMCSDongxiao Xu2013-01-253-16/+122
* nested vmx: use VMREAD/VMWRITE to construct vVMCS if enabled VMCS shadowingDongxiao Xu2013-01-254-8/+62
* nested vmx: Use a list to store the launched vvmcs for L1 VMMDongxiao Xu2013-01-253-12/+91
* x86/HVM: fixed _hvm_hw_fix_cpu()Razvan Cojocaru2013-01-241-6/+9
* xen: arm: print arm32 not x86_64 in xen info.Ian Campbell2013-01-241-1/+1
* xen: Simplify the space of spaces supported by XENMEM_add_to_physmap(_range)Ian Campbell2013-01-242-3/+9
* xen: arm: do not panic when failing to translate a guest addressIan Campbell2013-01-246-57/+76
* xen: infrastructure to have cross-platform video driversStefano Stabellini2013-01-2410-28/+48
* xen/arm: introduce early_ioremapStefano Stabellini2013-01-243-1/+38
* xen/arm: flush the entire dest_va 2MB mappingStefano Stabellini2013-01-241-1/+1
* xen/arm: introduce flush_xen_data_tlb_range_vaStefano Stabellini2013-01-242-11/+15