aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
| * Back out partial fix in ia64-unstable 7665/7/8, breaks Debian bootdjm@kirby.fc.hp.com2005-11-101-19/+9
| * Don't panic for other region physaddr handling in vcpu_translatedjm@kirby.fc.hp.com2005-11-091-1/+4
| * Don't panic for (rare) dom0 physaddr with uncacheable attributedjm@kirby.fc.hp.com2005-11-091-2/+5
| * Enable region0 virtual addresss in vcpu_translate (but still broken elsewhere)djm@kirby.fc.hp.com2005-11-091-10/+14
* | Support recent change moving virtual IOAPIC model into Xen forkaf24@firebug.cl.cam.ac.uk2005-11-0914-109/+172
* | Use '-' instead of '_' in xen version strings.smh22@firebug.cl.cam.ac.uk2005-11-081-9/+9
* | mergeMichael.Fetterman@cl.cam.ac.uk2005-11-089-61/+139
|\ \ | |/ |/|
| * Cleanup various shadow mode asserts.Michael.Fetterman@cl.cam.ac.uk2005-11-085-56/+130
| * Bug fix in error handling in get_page_from_l4e()mafetter@aosda.research.intel-research.net2005-11-081-4/+4
| * Fixed domain refcounting bug (found by inspection)mafetter@seana.research.intel-research.net2005-11-081-0/+1
| * Fixed a bug in the audit code.mafetter@seana.research.intel-research.net2005-11-081-1/+1
| * Fixed domain refcounting bug (found by inspection)unknown@aosda.research.intel-research.net2005-11-081-0/+3
* | Merge xen-unstable into xen-ia64-unstable again (to get ioapic changes)djm@kirby.fc.hp.com2005-11-0710-33/+794
|\|
| * This patch add virtual IOAPIC support for VMX guest.kaf24@firebug.cl.cam.ac.uk2005-11-078-4/+772
| * This patch change the vmx mmio handler to static.kaf24@firebug.cl.cam.ac.uk2005-11-074-31/+24
* | Enable ar.unat handling for fast paths (by Anthony Xu)djm@kirby.fc.hp.com2005-11-071-16/+35
* | Merge latest xen-unstable into xen-ia64-unstabledjm@kirby.fc.hp.com2005-11-0746-553/+2160
|\|
| * This patch adds a new boot parameter, dom0_ioports_disable, whichkaf24@firebug.cl.cam.ac.uk2005-11-061-0/+42
| * This patch is to remove the pit_timer when the vmx domain iskaf24@firebug.cl.cam.ac.uk2005-11-0512-34/+114
| * vlapic_init alloc memory for struct vlapic, so it should do a memset onkaf24@firebug.cl.cam.ac.uk2005-11-051-18/+28
| * Check correct flag in grant transfer - this eliminates the most commonsmh22@firebug.cl.cam.ac.uk2005-11-051-1/+1
| * Remove shadow audit debugging. Too noisy forkaf24@firebug.cl.cam.ac.uk2005-11-042-24/+0
| * This is a fix for some device model corner cases including:kaf24@firebug.cl.cam.ac.uk2005-11-042-1/+2
| * Simplified vmx_platform.c by removing obsolete code and redundant vmread's.kaf24@firebug.cl.cam.ac.uk2005-11-031-29/+14
| * Fix map_domain_page() by reverting a bogus simplificationkaf24@firebug.cl.cam.ac.uk2005-11-021-1/+15
| * fix VMX decoder for MOVZ instruction.kaf24@firebug.cl.cam.ac.uk2005-11-021-20/+25
| * Just some small code cleanup to shadow.c, no logic changed.kaf24@firebug.cl.cam.ac.uk2005-11-021-62/+57
| * >I'm hitting an ASSERT in alloc_monitor_pagetable() with debug=y and Ikaf24@firebug.cl.cam.ac.uk2005-11-011-0/+3
| * Add get_cycles(), to be defined in asm/time.h, as akaf24@firebug.cl.cam.ac.uk2005-11-012-1/+12
| * Merged.emellor@leeni.uk.xensource.com2005-10-311-17/+40
| |\
| | * Fix PAE shadow on a machine with RAM above 4G on x86_64 xen.kaf24@firebug.cl.cam.ac.uk2005-10-311-17/+40
| * | Use _p to fix, once and for all, the debugging printf recently changed.emellor@leeni.uk.xensource.com2005-10-311-8/+8
| |/
| * Sanitise the trace-buffer hypervisor<->user interface.kaf24@firebug.cl.cam.ac.uk2005-10-313-23/+24
| * Remove stupid unused strtok() function.kaf24@firebug.cl.cam.ac.uk2005-10-302-44/+0
| * Simplify trace header some more, and ensure thatkaf24@firebug.cl.cam.ac.uk2005-10-302-7/+3
| * Tracing cleanups and simplify tb_set_size(). Dynamickaf24@firebug.cl.cam.ac.uk2005-10-302-142/+133