aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* Replace shadow pagetable code with shadow2.tdeegan@york.uk.xensource.com2006-08-1663-14483/+10911
* [HVM] Provide common support function for HLT emulation: hvm_hlt().kfraser@localhost.localdomain2006-08-169-84/+50
* Heuristic to detect windows shutdown + power down domain. shand@kneesaa.uk.xensource.com2006-08-162-5/+46
* [HVM] Fix the issue that the HVM 64bit guest cannot boot with 32G memory.kfraser@localhost.localdomain2006-08-163-52/+3
* [HVM] Fix the HVM hypercall issue when paging is not enabled yet on 64bit host.kfraser@localhost.localdomain2006-08-161-2/+7
* Whitespace clean-ups. shand@kneesaa.uk.xensource.com2006-08-1653-138/+134
* Fix VT after hvm changes. shand@kneesaa.uk.xensource.com2006-08-151-1/+2
* Various HVM clean-ups.shand@kneesaa.uk.xensource.com2006-08-1526-542/+526
* Added missing decl.emellor@leeni.uk.xensource.com2006-08-151-0/+2
* [XEN] Add tracing to slow path in setting new guest %cr3 value.kfraser@localhost.localdomain2006-08-151-2/+5
* [HVM] Ensure the read-only M2P table is mapped without _PAGE_GLOBALkfraser@localhost.localdomain2006-08-152-1/+3
* Move vga options to their own 'vga=' boot parameter.kfraser@localhost.localdomain2006-08-151-15/+24
* Clean up console fields in start_info structure. Add compat code forkfraser@localhost.localdomain2006-08-159-44/+63
* Clean up vga.c and change default font slot to zero, as otherkfraser@localhost.localdomain2006-08-152-65/+72
* Support for vga text modes bigger than 80x25.kfraser@localhost.localdomain2006-08-1512-98/+12028
* [POWERPC] Support console=comX option for Xen console.Hollis Blanchard2006-08-143-15/+31
* [POWERPC] memory cleanup (phase 2), destroy (et. al) now workJimi Xenidis2006-08-149-30/+38
* [POWERPC] memory cleanupJimi Xenidis2006-08-139-36/+44
* [POWERPC] need a real definition for gnttab_log_dirty()Jimi Xenidis2006-08-132-1/+7
* [POWERPC] start-cpu has no return codeJimi Xenidis2006-08-111-4/+3
* [POWERPC] enable shadow modeJimi Xenidis2006-08-093-1/+26
* [IA64] Fix IA64 build.kfraser@localhost.localdomain2006-08-1415-18/+18
* [XEN] grant tables: update pair of entries using a union to ensure endian neu...kfraser@localhost.localdomain2006-08-141-29/+49
* [HVM] More info when failing to emulate instruction group 1.kfraser@localhost.localdomain2006-08-141-1/+2
* [XEN] Remove sync_pagetable_state(). No longer needed.kfraser@localhost.localdomain2006-08-147-48/+0
* [XEN] Add some missing put_page()s to __gnttab_copy.ssmith@weybridge.uk.xensource.com2006-08-141-1/+5
* [XEN] Add a missing access check to __gnttab_copy.ssmith@weybridge.uk.xensource.com2006-08-141-2/+11
* [XEN] Explicitly include domain_page.h for map_domain_page() and fix akaf24@localhost.localdomain2006-08-131-1/+2
* [XEN] Use gnttab_clear_flag() in new grant-table copy operation.kaf24@localhost.localdomain2006-08-131-2/+2
* [XEN] Clean up e820 definitions. Define shared set in hvm public dir.kaf24@localhost.localdomain2006-08-137-42/+36
* [HVM] HVMOP_get_param return parameter value within the provided parameter st...kaf24@firebug.cl.cam.ac.uk2006-08-131-4/+6
* [XEN] Add a warning about changeable size of shared_info structure.kaf24@localhost.localdomain2006-08-125-1/+10
* [IA64] Add two extra empty files and add a comment to every emptykfraser@localhost.localdomain2006-08-1138-0/+38
* [XEN] Remove batched writable pagetable logic.kfraser@localhost.localdomain2006-08-1110-584/+38
* [XEN] Fix bug in spurious pagefault detection which couldkfraser@localhost.localdomain2006-08-101-4/+4
* [HVM] Remove unused apic_enabled field from hvm_info_table.kfraser@localhost.localdomain2006-08-102-2/+0
* [XEN] Add a new type of grant copy operation.kfraser@localhost.localdomain2006-08-102-1/+267
* Add support for sending event channel interrupts to HVM guests.kfraser@localhost.localdomain2006-08-102-2/+23
* [HVM] Fix some IOAPIC and LAPIC device model bugs.kfraser@localhost.localdomain2006-08-103-40/+44
* [HVM] Rmove unused field pae_enabled from hvm_info_table.kfraser@localhost.localdomain2006-08-101-1/+0
* Merge with xen-ia64-unstable.kfraser@localhost.localdomain2006-08-0910-23/+70
|\
| * Merge with xenppc-unstable.kfraser@localhost.localdomain2006-08-0955-623/+749
| |\
| * | [POWERPC] add support for builtin command lineAmos Waterland2006-08-072-2/+9
| * | [POWERPC] finddevice must return a phandle of -1Jimi Xenidis2006-08-011-0/+2
| * | [POWERPC] correctly allocate domain memoryHollis Blanchard2006-08-024-20/+58
| * | merge with xen-unstable.hgHollis Blanchard2006-08-0778-755/+1557
| |\ \
| * | | [powerpc] Use new method to detect NULL xencomm handleJimi Xenidis2006-07-271-1/+1
* | | | [IA64] catch up new hypercall HYPERVISR_hvm_op for IPFawilliam@xenbuild.aw2006-08-093-2/+50
* | | | merge with xen-unstable.hgawilliam@xenbuild.aw2006-08-0986-829/+1445
|\ \ \ \ | | |_|/ | |/| |
| * | | [hvm/qemu] Add HVM buffered IO writes framework to accelerate stdvga speed.chris@kneesaa.uk.xensource.com2006-08-0910-7/+112