aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* Update version number to reflect that next stable release will be 3.2.xkfraser@localhost.localdomain2007-08-171-1/+1
* 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
* hvm: Cleanups to state-restore paths (including vmxassist world restore).kfraser@localhost.localdomain2007-08-133-74/+35
* x86-64: enable hypervisor output on VESA frame bufferkfraser@localhost.localdomain2007-08-136-76/+377
* x86: Trivial clean up of debug output.kfraser@localhost.localdomain2007-08-101-6/+7
* x86: Improved memcpy() asm implementation.kfraser@localhost.localdomain2007-08-101-7/+15
* x86-64: pv wrmsr emulation fixkfraser@localhost.localdomain2007-08-091-14/+14
* Ensure multiboot modules are mapped when we copy them.kfraser@localhost.localdomain2007-08-091-0/+19
* x86: Always define both PAE and non-PAE address constantskfraser@localhost.localdomain2007-08-091-10/+26
* acm: Cleaner use of copy_from_guest().kfraser@localhost.localdomain2007-08-091-6/+6
* Clean up usage of 'current' in do_iret() hypercall.kfraser@localhost.localdomain2007-08-093-13/+17
* x86: Do not print unbounded bogus FACS signature.kfraser@localhost.localdomain2007-08-081-1/+1
* hvm: Handle hw_cr[] array a bit more sanely.kfraser@localhost.localdomain2007-08-086-106/+98
* hvm: Unify %cr0 handling.kfraser@localhost.localdomain2007-08-087-257/+186
* hvm: Fix %cr4 handling in HAP paging mode.kfraser@localhost.localdomain2007-08-081-1/+2
* hvm: More cleanups, particularly to %cr4 handling.kfraser@localhost.localdomain2007-08-088-195/+106
* hvm: More cleanups around paging interfaces.kfraser@localhost.localdomain2007-08-084-57/+21
* hvm: Clean up control-register and EFER handling.kfraser@localhost.localdomain2007-08-0721-477/+288
* xen: Clean up some paging files: no tab and trailing spaces.kfraser@localhost.localdomain2007-08-076-163/+164
* [ACM] Explicitly cast byte arrays when used in copy_from_guestkfraser@localhost.localdomain2007-08-071-3/+3
* [32on64] Copy the right grant table status code back to the guest.Ian Campbell2007-08-061-2/+2
* hvm: Fix save/restore when callback_via line is routed through a PCIkfraser@localhost.localdomain2007-08-061-1/+25
* [ACM] Support for running unlabeled domains alongside labeled oneskfraser@localhost.localdomain2007-08-062-41/+64
* On debug builds, scrub pages with non-zero poison.kfraser@localhost.localdomain2007-08-031-3/+11
* [HVM] Yet another MCA/MCE MSR.Tim Deegan2007-08-033-0/+7
* es7000: Remove the bulk of the ES7000 specific code from Xen.kfraser@localhost.localdomain2007-08-036-220/+7
* Merge with ppc/xen-unstable.hgkfraser@localhost.localdomain2007-08-025-177/+115
|\
| * libelf: Clean up and fix up BSD symtab handling.kfraser@localhost.localdomain2007-08-025-174/+114
| * elfloader: Re-add break stmt I stupidly removed from elf parser.kfraser@localhost.localdomain2007-08-021-0/+2
| * libelf: Remove unneeded extra elf_set_verbose() invocation.kfraser@localhost.localdomain2007-08-021-4/+0
* | merge with xen-unstable.hgHollis Blanchard2007-08-0223-425/+696
|\|
| * [ELF] Load elf symbols when BSD_SYMTAB=yes.kfraser@localhost.localdomain2007-08-015-41/+215
| * Merge with ppc/xen-unstable.hg.kfraser@localhost.localdomain2007-08-0118-384/+481
| |\
| | * hvm: Large-scale cleanups and fixes to event deliver logic.kfraser@localhost.localdomain2007-07-319-200/+166
| | * [HVM] Inject #PF when mmio instruction fetch failsTim Deegan2007-07-314-73/+59
| | * hvm: Define common (across VMX and SVM) set of event types.kfraser@localhost.localdomain2007-07-317-24/+24
| | * hvm: Fix CR0 handling, which I broke in 15652.kfraser@localhost.localdomain2007-07-313-12/+14
| | * vmx: Simplify event-injection logic.kfraser@localhost.localdomain2007-07-312-66/+10
| | * [IA64] Disable ACPI SRAT,SLIT table of dom0.kfraser@localhost.localdomain2007-07-301-0/+13
| | * Add acpi_table_disable() into xen/drivers/acpi/tables.ckfraser@localhost.localdomain2007-07-303-9/+151
| | * Move generate_acpi_checksum() from ia64 code to common.kfraser@localhost.localdomain2007-07-304-12/+12
| | * hvm: Clean up CR0 handling.kfraser@localhost.localdomain2007-07-274-0/+44
* | | [POWERPC][XEN] Commit missing multiboot files.Hollis Blanchard2007-08-023-0/+212
|/ /
* | [POWERPC][XEN] Use multiboot2 data structures when present.Hollis Blanchard2007-07-307-214/+117
* | [POWERPC][XEN] Deal with "shadow" -> "paging" fallout.Hollis Blanchard2007-07-309-21/+18