aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* update Xen version to 4.3.1-rc14.3.1-rc1Jan Beulich2013-10-011-1/+1
* x86: properly set up fbld emulation operand addressJan Beulich2013-09-301-2/+2
* x86/mm/shadow: Fix initialization of PV shadow L4 tables.Tim Deegan2013-09-301-1/+5
* x86: properly handle hvm_copy_from_guest_{phys,virt}() errorsJan Beulich2013-09-304-31/+66
* x86/HVM: refuse doing string operations in certain situationsJan Beulich2013-09-271-0/+14
* x86/HVM: linear address must be canonical for the whole accessed rangeJan Beulich2013-09-271-12/+13
* sched_credit: filter node-affinity mask against online cpusDario Faggioli2013-09-271-11/+46
* watchdog/crash: Always disable watchdog in console_force_unlock()Andrew Cooper2013-09-272-2/+3
* xen/conring: Write to console ring even if console lock is bustedAndrew Cooper2013-09-271-4/+3
* x86/xsave: initialize extended register state when guests enable itJan Beulich2013-09-251-0/+15
* x86/HVM: properly handle MMIO reads and writes wider than a machine wordJan Beulich2013-09-231-20/+95
* VMX: fix failure path in construct_vmcsGeorge Dunlap2013-09-231-0/+3
* x86/HVM: fix failure path in hvm_vcpu_initialiseGeorge Dunlap2013-09-231-1/+1
* passthrough/amd: Missing 'break'Tim Deegan2013-09-231-0/+1
* hvm/vpmu: Prevent dump handlers from incorrectly mutating stateAndrew Cooper2013-09-233-16/+17
* x86: machine_restart() must not call acpi_dmar_reinstate() twiceJan Beulich2013-09-231-2/+3
* cpufreq: missing check of copy_from_guest()Tim Deegan2013-09-231-2/+6
* x86: fix memory cut-off when using PFN compressionJan Beulich2013-09-232-9/+13
* sched/arinc653: check for guest data transfer failuresMatthew Daley2013-09-231-2/+11
* Nested VMX: Clear bit 31 of IA32_VMX_BASIC MSRYang Zhang2013-09-121-1/+1
* 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
* xmalloc: make whole pages xfree() clear the order field (ab)used by xmalloc()Jan Beulich2013-09-121-0/+1
* 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/+93
* x86: Special case __HYPERVISOR_iret rather more when writing hypercall pagesAndrew Cooper2013-09-124-2/+14
* public/hvm_xs_strings.h: Fix ABI regression for OEM SMBios stringsAndrew Cooper2013-09-091-1/+1
* x86: AVX instruction emulation fixesJan Beulich2013-09-091-9/+7
* x86: don't allow Dom0 access to the MSI address rangeJan Beulich2013-09-091-0/+4
* 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-3/+10
* Nested VMX: Update APIC-v(RVI/SVI) when vmexit to L1Yang Zhang2013-08-278-17/+62
* Nested VMX: Clear APIC-v control bit in vmcs02Yang Zhang2013-08-271-0/+12
* Nested VMX: Force check ISR when L2 is runningYang Zhang2013-08-271-1/+3
* Nested VMX: Check whether interrupt is blocked by TPRYang Zhang2013-08-271-0/+5
* VT-d: warn about Compatibility Format Interrupts being enabled by firmwareJan Beulich2013-08-271-6/+10
* ACPI: fix acpi_os_map_memory()Jan Beulich2013-08-273-12/+21
* 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
* VMX: add boot parameter to enable/disable APIC-v dynamicallyYang Zhang2013-08-201-2/+5
* 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
* Nested VMX: Flush TLBs and Caches if paging mode changedYang Zhang2013-08-071-0/+1
* x86: refine FPU selector handling code for XSAVEOPTJan Beulich2013-08-071-0/+25