aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* gcc4.8 build fix: Add -Wno-unused-local-typedefs to CFLAGS.Keir Fraser2013-02-131-0/+1
* tools: Fix memset(&p,0,sizeof(p)) idiom in several places.Michael Young2013-02-136-6/+6
* x86: fix map_domain_page() leak from vcpu_destroy_pagetables()Jan Beulich2013-02-131-0/+1
* unmodified_drivers: __devinit was removed in linux-3.8Olaf Hering2013-02-121-1/+10
* x86: Add Xenoprofile support for AMD Family16hSuravee Suthikulpanit2013-02-122-0/+6
* x86/HAP: Add global enable/disable command line optionAndrew Cooper2013-02-122-2/+21
* x86: debugging code for testing 16Tb support on smaller memory systemsJan Beulich2013-02-086-2/+106
* oxenstored: Enforce a maximum message size of 4096 bytesIan Jackson2013-02-071-0/+8
* tools/ocaml: oxenstored: Be more paranoid about ring readingIan Jackson2013-02-071-8/+10
* xen: enable stubdom on a per arch basisIan Campbell2013-02-053-39/+333
* 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
* libxl: fix xcflags assignment in libxl__domain_suspendOlaf Hering2013-02-051-3/+3
* tools: update ocamlfind handlingOlaf Hering2013-02-059-21/+120
* xencommons: redirect serial and parallel to /dev/nullStefano Stabellini2013-02-051-1/+3
* 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
* mini-os: build fixes for lwip 1.3.2David Vrabel2013-01-305-8/+22
* 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
* tools: revert to installing in /usrIan Campbell2013-01-288-0/+12
* update SVM and IOMMU maintenance ownershipWei Huang2013-01-281-2/+0
* stubdom: Install xenstore stubdom in $(XENFIRMWAREDIR)Ian Campbell2013-01-251-2/+2
* tools: revert to using /var and /etc/Ian Campbell2013-01-252-11/+0
* build: cleanup configure detritus at toplevel and stubdomIan Campbell2013-01-254-4/+10
* 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