aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* xen: Allow vcpus to defer a shutdown request across criticalkfraser@localhost.localdomain2007-04-037-18/+134
* hvm vmx: VMX MSR bitmap format and size is VMX-specific, so move itskfraser@localhost.localdomain2007-04-025-12/+11
* hvm svm: Clear FS/GS base MSR intercepts.kfraser@localhost.localdomain2007-04-021-0/+28
* xen: Remove two incorrect assertions.kfraser@localhost.localdomain2007-04-021-3/+0
* xen: Fix x86/64 build.kfraser@localhost.localdomain2007-04-021-3/+3
* hvm hap: P2M page table cleanup and bug fix.kfraser@localhost.localdomain2007-04-022-34/+33
* xen: Extra %esp tracing on double fault.kfraser@localhost.localdomain2007-04-024-7/+16
* xen x86: Fix double-fault handler stack overflow.Keir Fraser2007-03-315-14/+21
* xen: Fix numa=on boot.Keir Fraser2007-03-312-6/+10
* hvm svm: Some code cleanups.Keir Fraser2007-03-302-26/+18
* hvm vmx: Fix MSR-intercept bitmap initialisation (two bitmap offsetsKeir Fraser2007-03-308-52/+57
* xen: Fix domain shutdown to synchronously stop domain execution.Keir Fraser2007-03-302-9/+13
* svm: Improve emulation of SMSW instruction for memory operands.Keir Fraser2007-03-301-6/+58
* hvm: Must increment RIP on INT3 instruction in SVM.Keir Fraser2007-03-304-23/+20
* acm: Provide the possibility to choose the VM label of domain-0 in thekfraser@localhost.localdomain2007-03-297-26/+111
* hvm: Fix the assert on size in HVM MMIO flag-setting functionskfraser@localhost.localdomain2007-03-291-16/+26
* Enable VMX MSR bitmap support.kfraser@localhost.localdomain2007-03-295-2/+38
* xen: Rename remaining vcpu_flags as pause_flags.kfraser@localhost.localdomain2007-03-2926-77/+74
* xen: Remove droppings from a previous patch.kfraser@localhost.localdomain2007-03-292-3/+0
* xen: Remove {nmi_pending,nmi_masked,paused} vcpu bitflags.kfraser@localhost.localdomain2007-03-2913-81/+52
* MergeTim Deegan2007-03-2930-112/+130
|\
| * xen: Get rid of some VCPUF_* flags and move into their own byte fields.kfraser@localhost.localdomain2007-03-2930-112/+130
* | [HVM] Save/restore: PV-on-HVM driver save/restore supportTim Deegan2007-03-291-0/+1
|/
* xen: Split domain_flags into discrete first-class fields in thekfraser@localhost.localdomain2007-03-2920-130/+95
* xen: Pause domain when changing debug status.kfraser@localhost.localdomain2007-03-291-13/+17
* hvm: Avoid separate nested-page-table control-register logic in SVM code.kfraser@localhost.localdomain2007-03-292-217/+85
* hvm: Remove extremely verbose debugging from SVM code.kfraser@localhost.localdomain2007-03-292-587/+34
* hvm vmx: Better management of VMX control bitmaps.kfraser@localhost.localdomain2007-03-291-55/+35
* ia64: Remove list_move() implementation. Now implemenetd in generic list.h.Keir Fraser2007-03-281-12/+0
* hvm: Clean up handling of exception intercepts.Keir Fraser2007-03-2813-329/+86
* hvm svm: Inject #UD exception if guest tries to execute any SVM-relatedKeir Fraser2007-03-281-2/+10
* MergeTim Deegan2007-03-281-2/+1
|\
| * Don't trap int3 instructions by default - can have a major overhead inSteven Hand2007-03-281-2/+1
* | [SVM] Inject a "fake" interrupt if we delay an interrupt for an exceptionTim Deegan2007-03-281-18/+16
|/
* xen: Sync the list.h macros to Linux 2.6.18.kfraser@localhost.localdomain2007-03-281-72/+626
* [ACM] Allow version information to be embedded in the XML representation ofkfraser@localhost.localdomain2007-03-283-9/+28
* Remove page_is_removable arch hook. Now the ia64 p2m semantic becomeskfraser@localhost.localdomain2007-03-284-17/+2
* Merge with xen-ia64-unstable.hgkfraser@localhost.localdomain2007-03-2871-893/+880
|\
| * hvm svm: Do not deliver virtual interrupts concurrently with virtual exceptions.kfraser@localhost.localdomain2007-03-271-0/+14
| * hvm svm: Initialise VMCB CR4 and shadow CR4 with 0 when VMCB is beingkfraser@localhost.localdomain2007-03-271-0/+1
| * hvm: Clean up intr_assist() functions (both VMX and SVM,. but mainlykfraser@localhost.localdomain2007-03-274-96/+50
| * hvm svm: Bug fix for page allocation when HAP is being usedkfraser@localhost.localdomain2007-03-271-15/+3
| * hvm: Fix undefined bit shifting in mmio emulation pathkfraser@localhost.localdomain2007-03-271-4/+24
| * xen: Remove legacy references to explicitly per-cpu perf counters.kfraser@localhost.localdomain2007-03-2732-368/+362
| * xen: Make all performance counter per-cpu, avoiding the need to updatekfraser@localhost.localdomain2007-03-2721-319/+329
| * Further shrink the big-lock window.kfraser@localhost.localdomain2007-03-271-7/+10
| * Add WARN() and generic WARN_ON().kfraser@localhost.localdomain2007-03-2712-50/+42
| * In order to allow building as non-root with a non-default CC (whichkfraser@localhost.localdomain2007-03-272-5/+3
| * hvm svm: Rename svm_do_vmmcall_reset_to_realmode() and some smallkfraser@localhost.localdomain2007-03-271-10/+12
| * [ACM] Check offset to be within the buffer's sizekfraser@localhost.localdomain2007-03-271-9/+15