aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* [HVM][SVM] Reintroduce ASIDs.kfraser@localhost.localdomain2007-05-159-14/+355
* x86/hvm: HVM_DBG_LOG() cleanupkfraser@localhost.localdomain2007-05-155-51/+46
* vmx: remove CSTAR save/restore on VMXkfraser@localhost.localdomain2007-05-152-7/+7
* x86/hvm: add logging for hypercallskfraser@localhost.localdomain2007-05-152-0/+15
* x86: fix EFER handlingkfraser@localhost.localdomain2007-05-1511-75/+188
* x86/hvm: hypercall adjustmentskfraser@localhost.localdomain2007-05-156-98/+83
* x86-64/hvm: pio result storingkfraser@localhost.localdomain2007-05-151-6/+6
* x86: ptwr adjustmentskfraser@localhost.localdomain2007-05-151-11/+8
* x86: replace some intpte_t * castskfraser@localhost.localdomain2007-05-151-4/+4
* x86: kill unused local variable sh_mapcachekfraser@localhost.localdomain2007-05-151-3/+1
* x86: suppress SYSCALL feature for 32on64 guestskfraser@localhost.localdomain2007-05-151-0/+2
* x86: invalidate_shadow_ldt() should be statickfraser@localhost.localdomain2007-05-152-2/+1
* svm: Simplify asm stub for vmentry/vmexit.Keir Fraser2007-05-122-49/+25
* svm: Avoid VMSAVE/VMLOAD/VMSAVE/VMLOAD sequence on every vmexit/vmentry.Keir Fraser2007-05-1210-69/+100
* vmx: Replace pointless test-then-set with set.Keir Fraser2007-05-121-6/+5
* xen: Fix struct-size checker for unions and long names.Keir Fraser2007-05-124-17/+33
* xen: Better handling on not-present PDEs in destroy_xen_mappings().Keir Fraser2007-05-121-1/+2
* x86: Improve zap_low_mappings.Keir Fraser2007-05-127-27/+106
* xen: Free initmem after boot. Mark lots of init functions as __initKeir Fraser2007-05-1216-54/+86
* svm: Rationalise register synchronisation to be similar to our vmxKeir Fraser2007-05-103-177/+73
* xen: Some cleanups for x86 start of day.Keir Fraser2007-05-102-16/+13
* xen: Big changes to x86 start-of-day:kfraser@localhost.localdomain2007-05-1029-764/+782
* hvm: Save/restore register state across hypercalls.kfraser@localhost.localdomain2007-05-091-9/+13
* [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