aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* VMX: Fix function return code when a GP fault is generated on CR accesses.kfraser@localhost.localdomain2007-07-091-12/+12
* VMX: No VMExits on SYSENTER MSR accesses since VMX already has VMCSkfraser@localhost.localdomain2007-07-091-0/+5
* SVM: Sync with VMX code changes.Keir Fraser2007-07-073-64/+66
* vms: A cleanup to vmx.c:Keir Fraser2007-07-072-217/+229
* Specify -fno-strict-aliasing in root build config file.Keir Fraser2007-07-073-3/+3
* Merge with PPC tree.Keir Fraser2007-07-0714-70/+97
|\
| * [PPC] Add missing '{' in conditional statement.kfraser@localhost.localdomain2007-07-061-1/+1
| * Extended the physinfo sysctl to export NUMA cpu_to_node topology info.kfraser@localhost.localdomain2007-07-065-52/+61
| * Export debugger attached state to xc API.kfraser@localhost.localdomain2007-07-062-0/+4
| * vmx: Fix a typo.kfraser@localhost.localdomain2007-07-062-2/+2
| * Use short name format when reference to vcpu vmx union member.kfraser@localhost.localdomain2007-07-063-10/+10
| * [HVM] Shadow: avoid xen crash if guest uses special memory for pagetablesTim Deegan2007-07-052-5/+19
* | [POWERPC][XEN] Stop sharing the MPIC between dom0 and Xen.Hollis Blanchard2007-07-063-131/+12
* | [POWERPC][XEN] Increase foreign mapping size to accommodate Linux 2.6.18 usage.Hollis Blanchard2007-07-061-1/+1
* | [POWERPC][XEN] Quiet time debug messages.Hollis Blanchard2007-07-061-1/+1
* | [XEN][POWERPC] Merge with xen-unstable.hg.Hollis Blanchard2007-07-0616-142/+691
|\ \ | |/ |/|
| * [POWERPC][XEN] Set up an RTAS node for dom0 and proxy methodsJimi Xenidis2007-06-057-54/+472
| * [POWERPC][FIRMWARE] Firmware can now provide an RTAS stubJimi Xenidis2007-06-036-7/+107
| * [POWERPC][FIRMWARE] Increase stack and move it to the biging of the data sect...Jimi Xenidis2007-06-031-11/+15
| * [POWERPC][XEN] Simplify Dom0 Loading.Jimi Xenidis2007-06-031-59/+69
| * [POWERPC][XEN] Restore sanity to the memory allocated for the OFD devtreeJimi Xenidis2007-06-031-8/+17
| * [POWERPC][XEN] Build firmware as single section and also build a debuggable i...Jimi Xenidis2007-06-021-3/+11
* | vmx: Write back modified interruptibility-info in enable_intr_window().kfraser@localhost.localdomain2007-07-041-1/+3
* | hvm vmx: Support 'virtual NMI' feature of VMX.kfraser@localhost.localdomain2007-07-035-21/+67
* | xen: Fix event-channel destruction.kfraser@localhost.localdomain2007-07-032-29/+33
* | [x86/32] Support two byte CMOVcc opcodes in 4G segment fixup.Ian Campbell2007-07-031-2/+78
* | x86: Clean up do_iret() hypercall.kfraser@localhost.localdomain2007-07-032-16/+19
* | Remove over-zealous assertion.Steven Hand2007-07-031-5/+0
* | [XEN] Fix p2m->shadow callback to pass the mfn being written toTim Deegan2007-07-035-18/+31
* | xen: Fix my changes to I/O-region-finding routine.kfraser@localhost.localdomain2007-07-031-3/+2
* | xen: Remove useless check from dom0 builder.kfraser@localhost.localdomain2007-07-031-3/+0
* | x86: Improve e820 scanning for all I/O regions.kfraser@localhost.localdomain2007-07-031-7/+21
* | hvm vlapic: Fix one_shot argument passed to create_periodic_time().kfraser@localhost.localdomain2007-07-031-2/+2
* | x86-64: clear DF for kernel when forwarding syscall.kfraser@localhost.localdomain2007-07-031-0/+1
* | x86-64: bump STACK_SIZE to 32 so that trampoline and IST stacks fitkfraser@localhost.localdomain2007-07-039-25/+44
* | xen: Fix kexec_crash_area reservation/allocation.kfraser@localhost.localdomain2007-07-031-65/+53
* | mergeIan Campbell2007-07-031-0/+2
|\ \
| * | [32on64 kexec] Add an explicit local branch after re-enabling pagingIan Campbell2007-07-031-0/+2
* | | vmx: Use per-cpu vmcs pointer to avoid unnecessary vmcs loading inkfraser@localhost.localdomain2007-07-031-1/+8
|/ /
* | ACM: Fix a problem with the boot option parser.Keir Fraser2007-07-011-1/+1
* | Fix fixup of invalid PTE writes, broken by 13392:0fd65225e4c6.Ian Campbell2007-06-281-1/+2
* | hvm: Destroy timers early during domain death.Keir Fraser2007-06-271-11/+5
* | More getcpuinfo sysctl cleanup.Keir Fraser2007-06-272-18/+21
* | Small sysctl cleanups.Keir Fraser2007-06-273-15/+12
* | Add new sysctl to return runtime information about physical CPU utilization.Steven Hand2007-06-273-2/+51
* | vmx: Exclude VMX_PROCBASED_CTL2 from set of MSRs a VMX guest is allowdKeir Fraser2007-06-271-2/+2
* | vmx: Make use of VMX_INSTRUCTION_INFO field to obtain the segmentKeir Fraser2007-06-273-14/+40
* | hvm: Sync SVM CR4 handling with VMX.Keir Fraser2007-06-274-12/+13
* | Fix VMX guest can't boot after MCE enabled.Keir Fraser2007-06-272-4/+11
* | x86: remove unused nopaging_gdt_descrKeir Fraser2007-06-271-5/+0