aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* Detect spurious faults taken in the hypervisor that arekaf24@firebug.cl.cam.ac.uk2006-03-245-42/+178
* This patch is mainly a cleanup of vmx related xentrace code. One minorkaf24@firebug.cl.cam.ac.uk2006-03-242-10/+5
* on_selected_cpus() must not send IPIs with empty target masks.kaf24@firebug.cl.cam.ac.uk2006-03-231-0/+17
* Reduce spin-waiting in Xen serial driver:kaf24@firebug.cl.cam.ac.uk2006-03-234-27/+50
* Merge hvm_store_cpu_guest_regs() and hvm_store_cpu_guest_ctrl_regs()kaf24@firebug.cl.cam.ac.uk2006-03-237-78/+112
* Fix 2 VMX time-related bugs:kaf24@firebug.cl.cam.ac.uk2006-03-232-5/+9
* Enable Windows PAE guest on x86-64. Deals with two issues:kaf24@firebug.cl.cam.ac.uk2006-03-231-10/+53
* SVM patch to fix guest time, including 64bit msr code - allowing 64bitkaf24@firebug.cl.cam.ac.uk2006-03-234-56/+96
* Fix build with crash_debug=y.kaf24@firebug.cl.cam.ac.uk2006-03-231-1/+1
* Update and extend netif transmit/receive flag names.kaf24@firebug.cl.cam.ac.uk2006-03-231-5/+13
* merge with xen-ia64-unstable.hgkaf24@firebug.cl.cam.ac.uk2006-03-223-2/+104
|\
| * Paravirtualise the CPUID instruction by forcing emulation with an invalid-opc...kaf24@firebug.cl.cam.ac.uk2006-03-223-2/+104
* | merge xen-unstable.hgawilliam@xenbuild.aw2006-03-223-21/+41
|\|
| * SVM patch to enable SMI intercept.kaf24@firebug.cl.cam.ac.uk2006-03-222-1/+10
| * SVM patch to fix problem with evtchn/lost interrupts and re-enable hvm_safe_b...kaf24@firebug.cl.cam.ac.uk2006-03-222-13/+19
| * SVM patch to fix problem with instruction decode.kaf24@firebug.cl.cam.ac.uk2006-03-221-7/+12
* | [IA64] Fixed VTI domain destructionawilliam@xenbuild.aw2006-03-226-5/+50
* | [IA64] dom0_max_vcpus and dom0 vcpus creationawilliam@xenbuild.aw2006-03-223-39/+68
* | mergeawilliam@xenbuild.aw2006-03-2167-679/+862
|\|
| * Since we now have general rules to build ALL_OBJS, we don't need to manually kaf24@firebug.cl.cam.ac.uk2006-03-211-8/+0
| * Update xen/ia64 to use the new build system. Fixes the ia64 build.kaf24@firebug.cl.cam.ac.uk2006-03-215-77/+144
| * Fix a bug, and also fixes the build with some gcc4 versions.kaf24@firebug.cl.cam.ac.uk2006-03-211-1/+1
| * New SMP IPI interface function called on_selected_cpus(), currently implementedkaf24@firebug.cl.cam.ac.uk2006-03-212-32/+56
| * Add missing empty ia64 files.kaf24@firebug.cl.cam.ac.uk2006-03-202-0/+0
| * Some more build-system finessing:kaf24@firebug.cl.cam.ac.uk2006-03-207-19/+28
| * Fix Xen target image dependencies.kaf24@firebug.cl.cam.ac.uk2006-03-202-1/+3
| * Fix 64-bit build.kaf24@firebug.cl.cam.ac.uk2006-03-201-1/+1
| * Upgrade genapic code to 2.6.16-rc6 codebase. Remove entries fromkaf24@firebug.cl.cam.ac.uk2006-03-2019-225/+171
| * Merged.emellor@leeni.uk.xensource.com2006-03-20101-3179/+1855
| |\
| | * This patch fix HVM/VMX time resolution issue that cause IA32E complainkaf24@firebug.cl.cam.ac.uk2006-03-198-49/+55
| | * Abstract some details of context switching into ctxt_switch_from/tokaf24@firebug.cl.cam.ac.uk2006-03-195-98/+80
| | * Move arch/x86 to new build system.kaf24@firebug.cl.cam.ac.uk2006-03-1920-73/+183
| | * Apply Xen build system changes to all non-arch subdirectories.kaf24@firebug.cl.cam.ac.uk2006-03-196-49/+49
| | * Conditionalize building the Xen ACPI driver.kaf24@firebug.cl.cam.ac.uk2006-03-195-31/+49
| | * Fix VMX EFER write logic. Also some cleanups.kaf24@firebug.cl.cam.ac.uk2006-03-191-52/+78
| | * Move __do_IRQ() definition to ia64 header file where it belongs.kaf24@firebug.cl.cam.ac.uk2006-03-182-1/+2
* | | [IA64] cleanup in domain.cawilliam@xenbuild.aw2006-03-212-51/+4
* | | [IA64] cleanup of tlb.cawilliam@xenbuild.aw2006-03-214-13/+13
* | | [IA64] remove linux/patch.cawilliam@xenbuild.aw2006-03-211-189/+0
* | | [IA64] EFI_RESET_SYSTEM now reboots domU.awilliam@xenbuild.aw2006-03-212-2/+5
* | | [IA64] Hypercalls are only allowed by kernels.awilliam@xenbuild.aw2006-03-201-14/+26
* | | [IA64] Check privilege level for pal/sal/efi calls.awilliam@xenbuild.aw2006-03-202-60/+113
* | | [IA64] Replace huge if/else if with a switch.awilliam@xenbuild.aw2006-03-201-21/+34
* | | [IA64] correct mistake from previous patchawilliam@xenbuild.aw2006-03-201-2/+1
* | | [IA64] Removed warning messagesawilliam@xenbuild.aw2006-03-203-7/+13
* | | [IA64] Removed unnecessary header filesawilliam@xenbuild.aw2006-03-2024-1127/+12
| |/ |/|
* | mergeawilliam@xenbuild.aw2006-03-1716-141/+114
|\ \
| * | Fix VMX cpuid handling when EAX == 4.kaf24@firebug.cl.cam.ac.uk2006-03-171-11/+17
| |/
| * Allows the hypervisor to build without warnings (wisely consideredkaf24@firebug.cl.cam.ac.uk2006-03-171-2/+2
| * Fix sched_sedf adjdom to properly clamp the period max value.kaf24@firebug.cl.cam.ac.uk2006-03-171-13/+5