aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* PV-on-HVM: Define DEFINE_RWLOCK() macro for older Linux kernels.kfraser@localhost.localdomain2007-08-301-0/+9
* PV-on-HVML: Remove extra parentheses in netif_tx_lock_bh and netif_tx_unlock_bhkfraser@localhost.localdomain2007-08-301-2/+2
* [ACM/XEND] Fix case where resource label file does not exist.kfraser@localhost.localdomain2007-08-301-2/+4
* qemu: Remove mapcache lock - we no longer have multiple threads in core qemu ...kfraser@localhost.localdomain2007-08-303-27/+1
* Update dump-core-foramt.txt documentation.kfraser@localhost.localdomain2007-08-301-1/+9
* Introduce xc_core_arch_gpfn_may_present() hook.kfraser@localhost.localdomain2007-08-308-10/+19
* Optimize xc_core.c implementation.kfraser@localhost.localdomain2007-08-302-112/+123
* Some minor cleanup of xc_core.c.kfraser@localhost.localdomain2007-08-301-70/+128
* xen: Understand the E820_UNUSABLE (type code 5) memory type.kfraser@localhost.localdomain2007-08-305-5/+22
* hvm: Provide an HVMOP_flush_tlbs to flush VCPU TLBs.kfraser@localhost.localdomain2007-08-302-0/+13
* ioemu: Avoid unaligned guest memory accesses on ia64.kfraser@localhost.localdomain2007-08-291-0/+6
* Skipping image name at start of command line is ankfraser@localhost.localdomain2007-08-292-21/+17
* hvm: Add rombios decoding of F11/F12 scancodes in support forkfraser@localhost.localdomain2007-08-291-3/+8
* Improve commenting of xencomm_ctxt_next().kfraser@localhost.localdomain2007-08-291-1/+17
* hvm: Intercept reads of MSR_IA32_MCG_CAP and return 0.kfraser@localhost.localdomain2007-08-292-0/+2
* x86: Do not #GP when guest writes unexpected values to CR4. Justkfraser@localhost.localdomain2007-08-291-5/+4
* x86: Remove (most) Centaur CPU support. Only VIA C7 can work, as itkfraser@localhost.localdomain2007-08-296-645/+2
* x86: Kill Rise iDragon support.kfraser@localhost.localdomain2007-08-293-57/+0
* ioemu: Avoid struct members clashing with POSIX apiskfraser@localhost.localdomain2007-08-281-12/+12
* xm: Fix error message for xm create command.kfraser@localhost.localdomain2007-08-281-1/+2
* ioemu: error checkin when setting up the Cirrus Logic video device.kfraser@localhost.localdomain2007-08-281-1/+6
* xend: Fix memory ballooning logic during save/restore. Should be samekfraser@localhost.localdomain2007-08-281-10/+21
* Fix VNC server after HVM save/restore/migrate, when no vncpasswd specified.kfraser@localhost.localdomain2007-08-281-1/+2
* xencomm: Code style cleanups.kfraser@localhost.localdomain2007-08-281-60/+65
* [xen, xencomm] xencomm multiple page supportkfraser@localhost.localdomain2007-08-281-31/+60
* [xen, xencomm] fix various xencomm invalid racy access.kfraser@localhost.localdomain2007-08-281-86/+226
* hvmloader: Clarify relationship between xen_domain_handle_t and SMBIOS uuid f...kfraser@localhost.localdomain2007-08-242-2/+3
* x86: Fix paging_init() to not overwrite existing page-directory entryKeir Fraser2007-08-242-10/+13
* Merge with ia64/xen-unstable.hgkfraser@localhost.localdomain2007-08-1712-66/+131
|\
| * silentoldconfig seems to break automated testing, try an explicit make prepareIan Campbell2007-08-171-4/+5
| * Update version number to reflect that next stable release will be 3.2.xkfraser@localhost.localdomain2007-08-171-1/+1
| * Linux 2.6.18 doesn't create include/linux/autoconf.h as a side effectIan Campbell2007-08-171-4/+4
| * Pull XEN_LINUX_UPDATE into mk.linux-2.6-xen so it can be shared byIan Campbell2007-08-173-16/+16
| * Add sharing-check for blktapkfraser@localhost.localdomain2007-08-173-42/+100
| * xend: Fix vbd detach.kfraser@localhost.localdomain2007-08-171-0/+3
| * Fix "xm restore" require 4 times amount of memory on ia64.kfraser@localhost.localdomain2007-08-171-1/+2
| * xend: Avoid unnecessary writes to xenstore.kfraser@localhost.localdomain2007-08-171-1/+1
| * Tack -m32/-m64 on HOSTCFLAGS when COMPILE_ARCH is x86.kfraser@localhost.localdomain2007-08-161-0/+3
| * Avoid new-fangled gnumake else-if syntax.kfraser@localhost.localdomain2007-08-161-7/+3
| * Allow Xen to build on FreeBSD.kfraser@localhost.localdomain2007-08-162-0/+3
* | [IA64] xencomm - compilation fix of unmodified driverAlex Williamson2007-08-164-5/+5
* | [IA64] Use common xencomm.c and remove ia64 xencomm.cAlex Williamson2007-08-167-479/+10
* | merge with xen-unstable.hgAlex Williamson2007-08-1659-1408/+1555
|\|
| * Remove unused max_dma_mfn variable.kfraser@localhost.localdomain2007-08-161-8/+1
| * xencomm: Fix for code style.kfraser@localhost.localdomain2007-08-142-89/+79
| * [xen, xencomm] preparetion for xencomm consolidation.kfraser@localhost.localdomain2007-08-141-8/+21
| * [xen, xencomm] xencomm trivial bug fixkfraser@localhost.localdomain2007-08-141-1/+8
| * xen: Cache 'current' vcpu in physdev_op hcall implementation.kfraser@localhost.localdomain2007-08-141-9/+10
| * xen: Do not accept DOMID_SELF as input to DOMCTL_getdomaininfo.kfraser@localhost.localdomain2007-08-141-7/+1
| * libxc: Various xc_evtchn_* functions must return signed integer type.kfraser@localhost.localdomain2007-08-144-90/+107