aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* x86: check segment descriptor read result in 64-bit OUTS emulationMatthew 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 extended register state when guests enable itJan Beulich2013-09-251-0/+15
* x86/xsave: fix migration from xsave-capable to xsave-incapable hostJan Beulich2013-09-1210-88/+172
* x86/xsave: initialization improvementsJan Beulich2013-09-123-15/+17
* x86: allow guest to set/clear MSI-X mask bit (try 2)Joby Poriyath2013-09-121-12/+63
* x86/EFI: properly handle run time memory regions outside the 1:1 mapJan Beulich2013-09-121-11/+91
* x86: AVX instruction emulation fixesJan Beulich2013-09-121-9/+7
* x86: don't allow Dom0 access to the MSI address rangeJan Beulich2013-09-121-0/+4
* x86: Special case __HYPERVISOR_iret rather more when writing hypercall pagesAndrew Cooper2013-09-124-2/+14
* ACPI: fix acpi_os_map_memory()Jan Beulich2013-09-113-12/+15
* update Xen version to 4.2.4-preJan Beulich2013-09-111-1/+1
* update Xen version to 4.2.3RELEASE-4.2.3Jan Beulich2013-09-091-1/+1
* AMD IOMMU: add missing checkJan Beulich2013-09-061-0/+7
* Fix inactive timer list corruption on second S3 resumeTomasz Wroblewski2013-09-061-1/+3
* x86/Intel: add support for Haswell CPU modelsJan Beulich2013-09-063-1/+7
* x86/Intel: add further support for Ivy Bridge CPU modelsJan Beulich2013-09-063-3/+10
* VT-d: warn about Compatibility Format Interrupts being enabled by firmwareJan Beulich2013-09-061-6/+10
* update Xen version to 4.2.3-rc24.2.3-rc2Jan Beulich2013-08-271-1/+1
* x86: correct public header's documentation of PAT MSR settingsJan Beulich2013-08-261-9/+9
* 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
* x86/AMD: Inject #GP instead of #UD when unable to map vmcbSuravee Suthikulpanit2013-08-202-11/+15
* x86/AMD: Fix nested svm crash due to assertion in __virt_to_maddrSuravee Suthikulpanit2013-08-202-13/+50
* libelf: Fix typo in header guard macroPatrick Welche2013-08-201-2/+2
* x86: explicit suffix in inline assembler (for clang).Tim Deegan2013-08-161-3/+3
* VTD: Remove the check for reserved device scope typeYang Zhang2013-08-152-3/+8
* Nested VMX: Flush TLBs and Caches if paging mode changedYang Zhang2013-08-081-0/+1
* x86: refine FPU selector handling code for XSAVEOPTJan Beulich2013-08-081-0/+25
* 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
* adjust x86 EFI buildJan Beulich2013-08-081-1/+1
* x86/mm: Ensure useful progress in alloc_l2_table()Andrew Cooper2013-08-081-1/+2
* update Xen version to 4.2.3-rc14.2.3-rc1Ian Jackson2013-07-191-1/+1
* iommu/amd: Workaround for erratum 787Suravee Suthikulpanit2013-07-111-0/+16
* iommu/amd: Fix logic for clearing the IOMMU interrupt bitsSuravee Suthikulpanit2013-07-114-45/+84
* 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-4/+4
* x86/hvm: fix HVMOP_inject_trap return value on successTim Deegan2013-07-011-0/+1
* x86/HVM: fix initialization of wallclock time for PVHVM on migrationRoger Pau Monné2013-07-011-19/+14
* x86/HVM: fix x2APIC APIC_ID read emulationZhenguo Wang2013-07-011-3/+20
* Revert "irq: Add extra debugging to help track down why an assertion is failing"Jan Beulich2013-07-011-15/+1
* x86: fix page refcount handling in page table pin error pathJan Beulich2013-06-263-9/+28
* libelf: abolish obsolete macrosIan Jackson2013-06-144-63/+39
* libelf: check loops for running awayIan Jackson2013-06-144-20/+111