aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* Merged.emellor@leeni.uk.xensource.com2005-11-252-99/+94
|\
| * Use page-sized batches in GETPAGEFRAMEINFO2 (and generally tidy up). smh22@firebug.cl.cam.ac.uk2005-11-251-10/+4
| * I cleaned up acm_ops.c and eliminated returns inside the switch kaf24@firebug.cl.cam.ac.uk2005-11-251-89/+90
* | Move XenbusState from the Linux-specific xenbus.h into a new file with the Xenemellor@leeni.uk.xensource.com2005-11-251-0/+66
|/
* Quieten down grant-table transfer failure when it is becausekaf24@firebug.cl.cam.ac.uk2005-11-241-4/+5
* Fix 32b non-pae build.kaf24@firebug.cl.cam.ac.uk2005-11-241-1/+1
* Shootdown TLB entries across all VCPUs for SMP shadow mode.kaf24@firebug.cl.cam.ac.uk2005-11-243-32/+18
* Quiet down live migrate on PAE domains.smh22@firebug.cl.cam.ac.uk2005-11-242-13/+2
* Clean up mark_dirty() implementation to check for log-dirtykaf24@firebug.cl.cam.ac.uk2005-11-247-135/+41
* Remove unused 'nr_recs' field from trace-buffer headerkaf24@firebug.cl.cam.ac.uk2005-11-242-2/+0
* Adds ac_timer based polling to the ns16550 UART driver. This iskaf24@firebug.cl.cam.ac.uk2005-11-241-11/+41
* xen/common/acm_ops.c, check for a NULL pointer and thenkaf24@firebug.cl.cam.ac.uk2005-11-241-0/+1
* dom0_ops return -EACCES when the interface version in wrong. I thinkkaf24@firebug.cl.cam.ac.uk2005-11-241-1/+1
* Fix ia64 build. Two typos in header files.kaf24@firebug.cl.cam.ac.uk2005-11-242-2/+2
* Reverse accidental commits for changesets 8001 and 7996-7999.emellor@leeni.uk.xensource.com2005-11-231-2/+2
* imported patch my-configemellor@leeni.uk.xensource.com2005-11-231-2/+2
* Fix Xen to build with gcc-4.1.kaf24@firebug.cl.cam.ac.uk2005-11-231-1/+1
* Fix __gpfn_to_mfn() to work correctly when not executedkaf24@firebug.cl.cam.ac.uk2005-11-231-11/+13
* Clean up use of get_pfn_from_mfn().kaf24@firebug.cl.cam.ac.uk2005-11-232-4/+5
* Move arch-specific portions of grant-table implementationkaf24@firebug.cl.cam.ac.uk2005-11-239-1459/+160
* Merge.sos22@douglas.cl.cam.ac.uk2005-11-238-5/+39
|\
| * BUG_ON test for xmalloc alignment should not be excludedkaf24@firebug.cl.cam.ac.uk2005-11-231-2/+0
| * Intel systems with more than 8 CPUs require that the APIC is configuredkaf24@firebug.cl.cam.ac.uk2005-11-237-3/+39
* | Merge.sos22@douglas.cl.cam.ac.uk2005-11-231-2/+0
|\|
| * Add -Wdeclaration-after-statement to CFLAGS only if thekaf24@firebug.cl.cam.ac.uk2005-11-231-2/+0
* | Make sure that accesses to the machine_to_phys table all go throughsos22@douglas.cl.cam.ac.uk2005-11-232-3/+5
|/
* Add -Wdeclaration-after-statement to Xen and tools build.kaf24@firebug.cl.cam.ac.uk2005-11-2210-146/+163
* When a foreign page is mapped via a grant reference, itkaf24@firebug.cl.cam.ac.uk2005-11-2210-303/+123
* SHADOW_CONTROL_OP_OFF should be checkign whether shadow modekaf24@firebug.cl.cam.ac.uk2005-11-222-4/+10
* Fix the zombie domain when destroying 2.6 linux vmx guest.kaf24@firebug.cl.cam.ac.uk2005-11-222-3/+5
* Remove unnecessary assert. smh22@firebug.cl.cam.ac.uk2005-11-211-1/+0
* Change semantics of gnttab_transfer to take the page awaykaf24@firebug.cl.cam.ac.uk2005-11-213-18/+27
* Update the memory_op() hypercall. Add two new subcommands, tokaf24@firebug.cl.cam.ac.uk2005-11-212-9/+40
* Fix 'belt + braces' check in xc_linux_save and improve error handling smh22@firebug.cl.cam.ac.uk2005-11-211-3/+3
* Fix grant-table transfer implementation. Also fix transferkaf24@firebug.cl.cam.ac.uk2005-11-211-35/+35
* Merge with xen-ia64-unstable.hg.kaf24@firebug.cl.cam.ac.uk2005-11-209-155/+198
|\
| * Enable the Xen hypervisor ACM security policy to be determined at bootkaf24@firebug.cl.cam.ac.uk2005-11-198-86/+123
| * Fix shadow log-dirty mode for x86_64 xenlinux. Testedkaf24@firebug.cl.cam.ac.uk2005-11-191-69/+75
* | Mergedjm@kirby.fc.hp.com2005-11-1850-773/+1354
|\|
| * Do not allow an uninitialised VCPU to be brought up. Alsokaf24@firebug.cl.cam.ac.uk2005-11-181-1/+3
| * Fix x86-64 build.jrb44@plym.cl.cam.ac.uk2005-11-171-0/+3
| * Fix event_pending() macro to match the assembly-languagekaf24@firebug.cl.cam.ac.uk2005-11-171-2/+2
| * The perdomain mapping area in Xen space requires more thankaf24@firebug.cl.cam.ac.uk2005-11-174-13/+18
| * Many fixes for save/restore and related areas for PAE in particular. Nowsmh22@firebug.cl.cam.ac.uk2005-11-161-0/+2
| * Rename XENVER_parameters to slightly more informativekaf24@firebug.cl.cam.ac.uk2005-11-162-6/+8
| * Fix up start_info_t magic string to match the format ofkaf24@firebug.cl.cam.ac.uk2005-11-163-3/+4
| * This fixes the following scenerio:kaf24@firebug.cl.cam.ac.uk2005-11-162-6/+43
| * Upgrade Xen's msr.h to include definitions from Linux 2.6.14.kaf24@firebug.cl.cam.ac.uk2005-11-152-73/+128
| * Extra tracing in Xen to support XenMon. kaf24@firebug.cl.cam.ac.uk2005-11-153-11/+31
| * Properly declare ioapic_update_EOI().kaf24@firebug.cl.cam.ac.uk2005-11-152-4/+4