aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* xen: Understand the E820_UNUSABLE (type code 5) memory type.kfraser@localhost.localdomain2007-08-305-5/+22
* hvm: Provide an HVMOP_flush_tlbs to flush VCPU TLBs.kfraser@localhost.localdomain2007-08-302-0/+13
* Skipping image name at start of command line is ankfraser@localhost.localdomain2007-08-292-21/+17
* Improve commenting of xencomm_ctxt_next().kfraser@localhost.localdomain2007-08-291-1/+17
* hvm: Intercept reads of MSR_IA32_MCG_CAP and return 0.kfraser@localhost.localdomain2007-08-292-0/+2
* x86: Do not #GP when guest writes unexpected values to CR4. Justkfraser@localhost.localdomain2007-08-291-5/+4
* x86: Remove (most) Centaur CPU support. Only VIA C7 can work, as itkfraser@localhost.localdomain2007-08-296-645/+2
* x86: Kill Rise iDragon support.kfraser@localhost.localdomain2007-08-293-57/+0
* xencomm: Code style cleanups.kfraser@localhost.localdomain2007-08-281-60/+65
* [xen, xencomm] xencomm multiple page supportkfraser@localhost.localdomain2007-08-281-31/+60
* [xen, xencomm] fix various xencomm invalid racy access.kfraser@localhost.localdomain2007-08-281-86/+226
* x86: Fix paging_init() to not overwrite existing page-directory entryKeir Fraser2007-08-242-10/+13
* Merge with ia64/xen-unstable.hgkfraser@localhost.localdomain2007-08-171-1/+1
|\
| * Update version number to reflect that next stable release will be 3.2.xkfraser@localhost.localdomain2007-08-171-1/+1
* | [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
| |\