aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update Xen version to 4.0.4-rc14.0.4-rc1Keir Fraser2012-05-072-2/+2
* svm: Fake out the Bus Unit Config MSR on revF AMD CPUsGeorge Dunlap2012-05-012-0/+15
* x86-64: Fix memory hotplug epfn upper limit test for updating theMalcolm Crossley2012-05-011-1/+1
* x86/hpet: disable before reboot or kexecJan Beulich2012-04-174-2/+38
* x86_emulate: Do not push an error code onto a #UD exception stackAndrew Cooper2012-04-171-7/+7
* x86/gnttab: fix asm() operand in gnttab_clear_flag()Jan Beulich2012-03-231-1/+1
* vMSI: fix ia64 build for 21577:c41ab909f08eKeir Fraser2012-03-2311-3/+18
* IRQ: fix ia64 build for 21530:0383662ea34cKUWAMURA Shin'ya2012-03-231-0/+4
* x86/vMSI: miscellaneous fixesJan Beulich2012-03-084-22/+37
* passthrough: release assigned PCI devices earlier during domainJan Beulich2012-03-073-4/+8
* x86/emulator: workaround for AMD erratum 573Jan Beulich2012-03-074-1/+18
* Fix build after previous changeset.Keir Fraser2012-03-071-3/+4
* x86, amd: Disable GartTlbWlkErr when BIOS forgets itJan Beulich2012-03-074-2/+21
* KEXEC: fix kexec_get_range_compat to fail vocally.Andrew Cooper2012-03-071-0/+4
* x86/mm: Don't lose track of the log dirty bitmapTim Deegan2012-03-071-1/+5
* x86: small fixes to pcpu platform op handlingJan Beulich2012-03-071-4/+15
* Trivial fix for rc val in hap track dirty vramAndres Lagar-Cavilla2012-03-071-1/+1
* x86/mm: change return code for log-dirty disablingAndres Lagar-Cavilla2012-03-071-0/+2
* x86/vioapic: clear remote IRR when switching RTE to edge triggeredJan Beulich2012-03-071-2/+3
* x86/IO-APIC: refine EOI-ing of migrating level interruptsJan Beulich2012-03-071-63/+5
* xen: add missing unlock from gnttab_get_versionIan Campbell2012-02-231-0/+2
* gnttab: miscellaneous fixesJan Beulich2012-02-233-8/+25
* Update QEMU_TAG, for CVE-2012-0029Ian Jackson2012-02-021-4/+3
* vesa: flush lfb after zeroingAndrew Cooper2012-01-311-18/+19
* Console: introduce console=none command line parameterAndrew Cooper2012-01-311-0/+2
* VMX: print Pause Loop Exiting disabled message just onceJan Beulich2012-01-171-1/+2
* x86: emulate lea with two register operands correctlyDavid Vrabel2012-01-171-0/+1
* x86/vIRQ: IRR and TMR race condition bug fixYongan Liu2012-01-171-4/+1
* x86/ucode: fix for AMD Fam15 CPUsChristoph Egger2012-01-152-46/+62
* Allow VMs to query their own grant table version.Paul Durrant2011-12-182-8/+7
* x86/AMD: use correct shift count when merging model and steppingJan Beulich2011-12-181-1/+1
* tools/libxc: Fix x86_32 build breakage in previous changeset.Keir Fraser2011-12-062-15/+18
* [shadow] Disable higher level pagetables early unshadow only when the "proces...Gianluca Guida2011-11-161-2/+3
* x86/amd: Eliminate cache flushing when entering C3 on select AMD processorsMark Langsdorf2011-11-121-1/+2
* amd xsave: Move xsave initialization code to a common placeWei Huang2011-10-252-9/+10
* Revert xen-unstable:23871:503ee256fecfKeir Fraser2011-10-241-1/+5
* Update Xen version to 4.0.4-rc1-preKeir Fraser2011-10-241-1/+1
* Added signature for changeset 00b5807c08f2Keir Fraser2011-10-201-0/+1
* Added tag RELEASE-4.0.3 for changeset 00b5807c08f2Keir Fraser2011-10-201-0/+1
* Update Xen version to 4.0.3RELEASE-4.0.3Keir Fraser2011-10-202-2/+2
* Added signature for changeset fd7c4d4e52d9Keir Fraser2011-10-071-0/+1
* Added tag 4.0.3-rc3 for changeset fd7c4d4e52d9Keir Fraser2011-10-071-0/+1
* Update Xen version to 4.0.3-rc34.0.3-rc3Keir Fraser2011-10-072-2/+2
* build: fix grep invocation in cc-optionsIan Campbell2011-10-031-1/+1
* x86: ucode-amd: Don't warn when no ucode is available for a CPUJan Beulich2011-10-031-5/+1
* VT-d: fix off-by-one error in RMRR validationJan Beulich2011-10-031-1/+1
* Clear IRQ_GUEST in irq_desc->status when setting action to NULL.Igor Mammedov2011-10-031-2/+3
* x86/vmx: don't call __vmxoff() blindlyJan Beulich2011-10-031-0/+6
* bitmap_scnlistprintf() should always zero-terminate its output bufferJan Beulich2011-09-131-3/+4
* IRQ: IO-APIC support End Of Interrupt for older IO-APICsAndrew Cooper2011-09-132-7/+109