aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* [HVM] Fix shadow remove-write-access heuristic for 64bit w2k3 linear map.Tim Deegan2007-05-081-4/+7
* Even though 3.1.0 won't have an implementation for it, reservekfraser@localhost.localdomain2007-05-031-0/+18
* xend: Interface capability identifiers are statically xen-3.0-*,kfraser@localhost.localdomain2007-05-023-6/+6
* [HVM] Save/restore: fix cset 14995Tim Deegan2007-05-021-1/+1
* [HVM] Save/restore: save pending interrupts/events on HVM vcpusTim Deegan2007-05-023-2/+139
* Fix 'sched=sedf' boot.Keir Fraser2007-04-281-0/+4
* xen: Fix build with recent GCC (4.1+).Keir Fraser2007-04-281-0/+2
* xen: More 'IS_COMPAT' cleanups.kfraser@localhost.localdomain2007-04-2721-201/+215
* Merge.Steven Smith2007-04-2721-223/+156
|\
| * [HVM] Save/restore: pad save structs up to a multiple of eight bytes.Tim Deegan2007-04-271-1/+6
| * [XEN] Replace IS_COMPAT() in the shadow code with pv_32on64_*()Tim Deegan2007-04-272-25/+21
| * hvm: Take care when checking ->is_compat flag now that HVM as well askfraser@localhost.localdomain2007-04-264-36/+31
| * acm: Remove unecessary compat shim from do_acm_op().kfraser@localhost.localdomain2007-04-266-85/+11
| * acm: Fix 32-bit build with acm enabled.kfraser@localhost.localdomain2007-04-262-8/+8
| * xen x86/64 compat: Fix size of accesses to trap_bounce.cs in asm.kfraser@localhost.localdomain2007-04-261-3/+3
| * hvm vmx: Mark bootstrap-initialised variables as read-mostly.Keir Fraser2007-04-251-5/+5
| * hvm vmx: Another small fix for CPUs with no TPR_SHADOW support.Keir Fraser2007-04-251-0/+3
| * xen: Fix maximum_gpfn() hypercall to always return max_gpfn not nr_gpfns.Keir Fraser2007-04-252-3/+5
| * hvm vmx: Only use TPR_SHADOW feature if supported.Keir Fraser2007-04-252-28/+38
| * xen: Fix up use of trap_bounce structure.kfraser@localhost.localdomain2007-04-255-32/+28
* | 32 on 64: Don't lock up Xen if you need to do lots of grant operationsSteven Smith2007-04-271-2/+2
|/
* hvm save/restore: Use a GUEST_HANDLE_64 rather than an ordinary GUEST_HANDLESteven Smith2007-04-251-2/+4
* acm: Updating a policy on a running system.kfraser@localhost.localdomain2007-04-2510-165/+922
* hvm: Choose correct shared_info format for 32-bit PV drivers on 64-bit Xen.Keir Fraser2007-04-241-0/+9
* acm: Changes to files missed in previous cleanup patch.Keir Fraser2007-04-242-6/+15
* acm: Move acm_domain_destroy() hook to complete_domain_destroy().Keir Fraser2007-04-241-1/+2
* xen ia64: Fix build breakage after ACM cleanup.Keir Fraser2007-04-241-0/+1
* Merge with xen-ia64-unstable.hgKeir Fraser2007-04-2415-247/+148
|\
| * acm: Code restructuring on domain create/destroy.kfraser@localhost.localdomain2007-04-2410-221/+117
| * hvm: Fix ioreq structure size to be 32/64-bit invariant.kfraser@localhost.localdomain2007-04-241-4/+5
| * [HVM][HAP] Don't kill domains if dom0 requests an invalid shadow op.Tim Deegan2007-04-241-10/+0
| * [XEN] Truncate arithmetic for PERFSTATUS counters to the width of perfc_t.Tim Deegan2007-04-241-0/+8
| * vtpm: Decrease amount of pages on shared ring.kfraser@localhost.localdomain2007-04-241-1/+1
| * Don't bypass the spin_unlock at the end of do_domctl().kfraser@localhost.localdomain2007-04-241-1/+2
| * kexec: Avoid unaligned writes when producing crash info.kfraser@localhost.localdomain2007-04-241-10/+15
* | merge with xen-unstable.hgAlex Williamson2007-04-247-33/+35
|\|
| * Fix for bug introduced by cset 14859:a9aa7c29eda8 - implement IOREQ_TYPE_SUBSteven Hand2007-04-171-0/+9
| * hvm: Fix get_immediate() in mmio decoder by reverting Dexuan Cui'skfraser@localhost.localdomain2007-04-161-23/+8
| * hvm: Allow HVM guests to use sched_op() hcall on x86/64 Xen.kfraser@localhost.localdomain2007-04-161-4/+6
| * xen x86: Fix PV guest destruction.kfraser@localhost.localdomain2007-04-161-1/+2
| * hvm: Fix a bug in the mmio emulation of SUB instruction.kfraser@localhost.localdomain2007-04-162-1/+5
| * Fix map_pages_to_xen() to atomically switch between valid mappings.kfraser@localhost.localdomain2007-04-151-4/+4
| * [HVM][SVM] Save/restore: set CPL from SS.DPL on restoreTim Deegan2007-04-131-0/+1
* | [IA64] Fix ptc.g raceAlex Williamson2007-04-241-7/+9
|/
* Merge with xen-ia64-unstable.hgKeir Fraser2007-04-1318-124/+349
|\
| * hvm: Clean up treatment of is_dying per-domain boolean. All criticalKeir Fraser2007-04-1310-123/+113
| * hvm: Fix some bugs in mmio decoderkfraser@localhost.localdomain2007-04-131-6/+34
| * hvm: Xen must take care to hold a reference to ioreq pages, to ensurekfraser@localhost.localdomain2007-04-136-36/+111
| * hvm svm: Fix nested paging to support domain save/restore.kfraser@localhost.localdomain2007-04-131-3/+11
| * Merge with xenppc-unstable-merge.hgkfraser@localhost.localdomain2007-04-136-21/+144
| |\