aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* [IA64] Use common xencomm.c and remove ia64 xencomm.cAlex Williamson2007-08-166-479/+9
* merge with xen-unstable.hgAlex Williamson2007-08-1641-1245/+1161
|\
| * 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
* | [IA64] Support of 4k page size for individual guestsAlex Williamson2007-08-169-140/+163
* | [IA64] Shrink vtlb sizeAlex Williamson2007-08-163-39/+18
* | merge with xen-unstable.hgAlex Williamson2007-08-1229-610/+610
|\|
| * 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
| |\|
| * | [POWERPC][XEN] Commit missing multiboot files.Hollis Blanchard2007-08-023-0/+212
* | | [IA64] Make MMU setting of domVTi configurableAlex Williamson2007-08-124-94/+97
* | | [IA64] Minimal long vhpt format supportAlex Williamson2007-08-122-14/+12
* | | [IA64] Use defines instead of hard coded numbersAlex Williamson2007-08-123-255/+269
* | | [IA64] Saner dom0 memory and cpu defaultsAlex Williamson2007-08-082-6/+39
* | | [IA64] Fix parameter check in do_hvm_op()Alex Williamson2007-08-061-1/+1
* | | [IA64] Cleanup panicAlex Williamson2007-08-031-1/+1
* | | [IA64] Remove more useless codeAlex Williamson2007-08-035-27/+0
* | | merge with xen-unstable.hgAlex Williamson2007-08-0139-660/+856
|\ \ \ | | |/ | |/|
| * | [ELF] Load elf symbols when BSD_SYMTAB=yes.kfraser@localhost.localdomain2007-08-015-41/+215