aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* 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
| * get_page_type() must clean up writable pagetable statekaf24@firebug.cl.cam.ac.uk2005-11-141-0/+16
| * Better fix for flushing conflicting batched ptwr statekaf24@firebug.cl.cam.ac.uk2005-11-141-8/+12
| * Flush writable pagetable state before emulating a PTkaf24@firebug.cl.cam.ac.uk2005-11-141-0/+7
| * Use make_lowmem_page_readonly/writable() in preference to thekaf24@firebug.cl.cam.ac.uk2005-11-141-4/+10
| * Failure to revalidate a writable pagetable page should crashkaf24@firebug.cl.cam.ac.uk2005-11-149-34/+40
| * Attached patch allows PAE xenlinux to run in the shadow mode usingsmh22@firebug.cl.cam.ac.uk2005-11-116-404/+742
| * Fix make_page_readonly/make_page_writeable on PAE guests - previous behaviour smh22@firebug.cl.cam.ac.uk2005-11-111-11/+16
| * Remove unnecessary NULL checks before freeing memory blocks.kaf24@firebug.cl.cam.ac.uk2005-11-119-48/+29
| * Merge with xen-unstable-ia64.hgkaf24@firebug.cl.cam.ac.uk2005-11-1123-153/+244
| |\
| | * Add MOVSX instr support to VMX MMIO decoder.kaf24@firebug.cl.cam.ac.uk2005-11-114-30/+90
| | * When creating exception/interrupt stack frames for a guest,kaf24@firebug.cl.cam.ac.uk2005-11-105-7/+18
| | * This patch fix some issue on masked interrupt:kaf24@firebug.cl.cam.ac.uk2005-11-102-7/+27
| | * Fix IPI handling before vcpu launchedkaf24@firebug.cl.cam.ac.uk2005-11-101-30/+40
| | * For vmx domain, because shadow_mode_reference is set later inkaf24@firebug.cl.cam.ac.uk2005-11-102-1/+2
| | * Fix shadow bitmap sizing for logdirty mode. smh22@firebug.cl.cam.ac.uk2005-11-092-38/+32
| | * Move linear faulting address (%cr2) out of the page faultkaf24@firebug.cl.cam.ac.uk2005-11-0913-40/+35
* | | Fix read of guest psr to properly set dfh and other bits (by Matt Chapman)djm@kirby.fc.hp.com2005-11-181-6/+4
* | | Properly pass iha/itir if data miss occurs when fetching privop (by Matt Chap...djm@kirby.fc.hp.com2005-11-182-5/+4
* | | Remove DOMU_BUILD_STAGING and supporting code entirely, no longer neededdjm@kirby.fc.hp.com2005-11-183-90/+2
* | | Turn off DOMU_BUILD_STAGING, no longer needed (flagged by Kevin Tian)djm@kirby.fc.hp.com2005-11-171-1/+1
* | | Parse all ACPI MADT entries, not just NR_CPUS (by Alex Williamson)djm@kirby.fc.hp.com2005-11-171-4/+1
* | | Remove old version of xen xlilo patchdjm@kirby.fc.hp.com2005-11-171-187/+0
* | | Integration of the xen4xlilo patch. (by Tristan Gingold)djm@kirby.fc.hp.com2005-11-174-28/+82
* | | Changes so that Xen can be compiled with gcc 4.0.2: (by Tristan Gingold)djm@kirby.fc.hp.com2005-11-1611-10/+29
* | | Fix problem if itlb miss occurs when in metaphysical modedjm@kirby.fc.hp.com2005-11-161-4/+4
* | | Support dom0_mem parameter at boot option (by Masaki Kanno)djm@kirby.fc.hp.com2005-11-141-3/+54
* | | Fix delivery of nat consumption faults (still chatty)djm@kirby.fc.hp.com2005-11-111-2/+7
* | | Punt to slow path for itc.i/d for region0 to avoid metaphys problemdjm@kirby.fc.hp.com2005-11-111-0/+6
* | | Fix region0 virtual accessesdjm@kirby.fc.hp.com2005-11-112-18/+28
|/ /
* | Enable gcc3.4 with CONFIG_SMP (by Alex Williamson)djm@kirby.fc.hp.com2005-11-101-3/+3
* | Mergedjm@kirby.fc.hp.com2005-11-101-0/+16
|\ \ | |/ |/|
| * Reflect various missing traps/faults (flagged with printf for now).djm@kirby.fc.hp.com2005-11-101-0/+16