aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86: check segment descriptor read result in 64-bit OUTS emulationstaging-4.1stable-4.1Matthew Daley2013-10-101-4/+4
* x86: properly set up fbld emulation operand addressJan Beulich2013-09-301-2/+2
* x86: properly handle hvm_copy_from_guest_{phys,virt}() errorsJan Beulich2013-09-304-31/+66
* x86/xsave: initialize unused register state when restoring for guestJan Beulich2013-09-251-3/+3
* update Xen version to 4.1.6.1RELEASE-4.1.6.1Jan Beulich2013-09-102-2/+2
* oxenstored: Fix process.ml build after 070ab4c50593Ian Jackson2013-09-091-2/+2
* update Xen version to 4.1.6RELEASE-4.1.6Jan Beulich2013-09-092-2/+2
* AMD IOMMU: add missing checkJan Beulich2013-09-061-0/+7
* VT-d: warn about Compatibility Format Interrupts being enabled by firmwareJan Beulich2013-09-061-4/+8
* pygrub: add Debian extlinux.conf pathIan Jackson2013-09-031-0/+1
* oxenstored: Protect oxenstored from malicious domains.Ian Jackson2013-09-035-6/+31
* update Xen version to 4.1.6-rc24.1.6-rc2Jan Beulich2013-08-272-2/+2
* Correct X2-APIC HVM emulationJuergen Gross2013-08-221-0/+1
* xen: Add stdbool.h workaround for BSD.Tim Deegan2013-08-202-2/+15
* x86/time: fix check for negative time in __update_vcpu_system_time()Tim Deegan2013-08-201-1/+2
* x86/MTRR: fix range check in mtrr_add_page()Jan Beulich2013-08-201-1/+1
* VT-d: protect against bogus information coming from BIOSJan Beulich2013-08-202-0/+6
* libelf: Fix typo in header guard macroPatrick Welche2013-08-201-2/+2
* x86: explicit suffix in inline assembler (for clang).Tim Deegan2013-08-161-1/+1
* x86/time: Update wallclock in shared info when altering domain time offsetAndrew Cooper2013-08-081-0/+1
* x86/cpuidle: Change logging for unknown APIC IDsAndrew Cooper2013-08-082-2/+5
* x86/mm: Ensure useful progress in alloc_l2_table()Andrew Cooper2013-08-081-1/+2
* update Xen version to 4.1.6-rc14.1.6-rc1Ian Jackson2013-07-191-1/+1
* tools/debugger/kdd: Remove dependencies files during make cleanDaniel Kiper2013-07-171-1/+1
* tools/libfsimage: Fix clean and distclean make targetsDaniel Kiper2013-07-172-3/+3
* QEMU_TAG updateIan Jackson2013-07-171-3/+3
* pygrub/GrubConf: fix boot problem for fedora 19 grub.cfg (2nd attempt)Marcel J.E. Mol2013-07-171-0/+2
* iommu/amd: Workaround for erratum 787Suravee Suthikulpanit2013-07-111-0/+8
* iommu/amd: Fix logic for clearing the IOMMU interrupt bitsSuravee Suthikulpanit2013-07-112-25/+35
* x86: don't pass negative time to gtime_to_gtsc() (try 2)Jan Beulich2013-07-111-9/+6
* AMD/intremap: Prevent use of per-device vector maps until irq logic is fixedAndrew Cooper2013-07-111-2/+17
* libelf: fix printing of pointersJan Beulich2013-07-111-3/+3
* x86/hvm: fix HVMOP_inject_trap return value on successTim Deegan2013-07-111-0/+1
* x86/HVM: fix initialization of wallclock time for PVHVM on migrationRoger Pau Monné2013-07-111-19/+14
* x86/HVM: fix x2APIC APIC_ID read emulationZhenguo Wang2013-07-111-3/+20
* libxl: suppress device assignment to HVM guest when there is no IOMMUJan Beulich2013-07-091-0/+12
* xsm/flask: Fix XSM support for HVMOP_track_dirty_vramAurelien Chartier2013-07-041-3/+3
* libxl: Restrict permissions on PV console device xenstore nodesIan Jackson2013-06-276-43/+83
* x86: fix emuirq regression from XSA-21 fixJan Beulich2013-06-271-0/+2
* x86: fix page refcount handling in page table pin error pathJan Beulich2013-06-263-8/+26
* x86/vtsc: update vcpu_time in hvm_set_guest_timeRoger Pau Monné2013-06-171-1/+13
* x86/MCE: disable if MCE banks are not presentAravindh Puthiyaparambil2013-06-171-1/+8
* x86: fix ordering of operations in destroy_irq()Jan Beulich2013-06-171-23/+20
* libxc: check blob size before proceeding in xc_dom_check_gzipMatthew Daley2013-06-141-0/+5
* libxc: range checks in xc_dom_p2m_host and _guestIan Jackson2013-06-141-0/+4
* libxc: check return values from mallocIan Jackson2013-06-1410-3/+56
* libxc: check failure of xc_dom_*_to_ptr, xc_map_foreign_rangeIan Jackson2013-06-148-0/+113
* libxc: Add range checking to xc_dom_binloaderIan Jackson2013-06-141-2/+13
* libelf: abolish obsolete macrosIan Jackson2013-06-146-65/+42
* libelf: check loops for running awayIan Jackson2013-06-145-29/+135