aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update Xen version to 4.0.2-rc14.0.2-rc1Keir Fraser2011-01-102-2/+3
* x86: Fix atomic_write*() macros to correctly inform GCC that memoryKeir Fraser2011-01-081-2/+2
* Update my email address to long-term stable address.Keir Fraser2011-01-0711-11/+11
* kexec: correct _domain offset info in elf-notesKeir Fraser2011-01-062-4/+8
* Update QEMU_TAGKeir Fraser2011-01-061-4/+3
* relax vCPU pinned checksKeir Fraser2011-01-053-2/+4
* VT-d: fix and improve print_vtd_entries()Keir Fraser2010-12-241-18/+19
* re-add calls accidentally deleted from run_all_nonirq_keyhandlers()Keir Fraser2010-12-241-0/+4
* x86 hvm ept: Remove EPT guest linear address validationKeir Fraser2010-12-241-2/+1
* tools/python: fix xm list for Python 2.7Keir Fraser2010-12-202-1/+10
* tools: fetch remote changesets when force refetching/resetting qemuKeir Fraser2010-12-171-0/+1
* tools: provide explicit target for refetching/resetting qemuKeir Fraser2010-12-172-0/+12
* tools/python: Replace python string exceptions with ValueError exceptionsKeir Fraser2010-12-174-4/+4
* tools/hotplug/Linux: Avoid dependency on iptables conntrack module.Keir Fraser2010-12-171-4/+4
* x86, atomic: Fix 32-bit version of atomic_write64().Keir Fraser2010-12-171-1/+1
* vtd: Reinstate ACPI DMAR on system shutdown or S3/S4/S5.Keir Fraser2010-12-176-16/+42
* xentrace: Clean up initialisation.Keir Fraser2010-12-161-59/+47
* x86: Define pte_{read,write}[_atomic] in terms of atomic_readNKeir Fraser2010-12-162-16/+8
* x86: Define atomic_{read,write}{8,16,32,64} accessor functions.Keir Fraser2010-12-163-14/+42
* vtd: Require unmap_vtd_domain_page() on a couple of early exit paths.Keir Fraser2010-12-161-0/+2
* x86/32on64: zero-extend hypercall index before use in memory access (debug mo...Keir Fraser2010-12-151-1/+2
* x86-64: fix restoring of hypercall arguments after trace calloutKeir Fraser2010-12-151-2/+2
* Reduce side effects of handling '*' debug keyKeir Fraser2010-12-153-4/+17
* ept: Remove lock in ept_get_entry, replace with access-once semantics.Keir Fraser2010-12-151-16/+24
* tmem: two wrongs (or three lefts and a wrong) make a rightKeir Fraser2010-12-151-4/+4
* x86/iommu: account for necessary allocations when calculating Dom0'sKeir Fraser2010-12-151-0/+9
* x86 acpi: Follow Windows behaviour more closely during reset.Keir Fraser2010-12-152-8/+20
* tmem: Use of 'new' clashes with C++ reserved namespace.Keir Fraser2010-12-104-18/+18
* hvm: Fix merging error in hvm_op.hKeir Fraser2010-12-101-3/+4
* x86 hvm: Add a new HVMOP to get the current Xen system timeKeir Fraser2010-12-102-0/+17
* x86: time: tsc_set_info() must skip the idle domain.Keir Fraser2010-12-091-1/+1
* Move IDLE_DOMAIN_ID defn to public header, and change DOMID_INVALID to fix cl...Keir Fraser2010-12-097-10/+12
* x86: Simplify tsc_set_info() slightly -- no domain has id DOMID_INVALID.Keir Fraser2010-12-091-1/+2
* x86:vlapic: Fix possible guest tick losing after save/restoreKeir Fraser2010-12-091-1/+1
* x86/mm: change ASSERTs to BUG_ONs in mem_sharing.cKeir Fraser2010-12-091-2/+2
* x86: remove BUG_ON() from QUIRK_IOAPIC_*_REGSEL handlerKeir Fraser2010-12-071-1/+4
* x86: fix IRQ migration when using directed EOI (broken with c/s 20465)Keir Fraser2010-12-011-6/+19
* x86 hvm: Do not overwrite boot-cpu capability data on VMX/SVM startup.Keir Fraser2010-11-302-6/+0
* x86: tighten filter on ptwr_do_page_fault()Keir Fraser2010-11-291-7/+14
* x86-64: don't crash Xen upon direct pv guest access to GDT/LDT mapping areaKeir Fraser2010-11-291-3/+9
* x86 hvm: Fix VPMU issue on Nehalem cpusKeir Fraser2010-11-221-0/+67
* x86: Check for MWAIT in CPUID before using it in ACPI idle code.Keir Fraser2010-11-221-1/+2
* amd iommu: Fix HV crash with 32bit pv_ops kernelKeir Fraser2010-11-162-3/+2
* x86: Automatically EOI guest-bound interrupts if guest takes too long.Keir Fraser2010-11-161-17/+62
* hvmloader: fix off-by-one-bit error when initialising PCI devicesKeir Fraser2010-11-101-7/+5
* x86 hvm: Fix MTRR physaddr-width check.Keir Fraser2010-11-093-32/+31
* tools: gdbsx: Check return of write()Keir Fraser2010-11-081-2/+8
* Fix "Error: Device 51952 not connected" error when using pygrubKeir Fraser2010-11-081-3/+6
* tools/xenpaging: Add _XOPEN_SOURCE to fix build problems with recent gccKeir Fraser2010-11-081-0/+1
* VT-d: fix device assignment failure (regression from Xen c/s 19805:2f1fa2215e60)Keir Fraser2010-11-031-15/+8