aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* Fix the performance issues of 2-level paging HVM guests on the PAEkaf24@firebug.cl.cam.ac.uk2006-05-151-0/+18
* Re-enables ptrace for paravirtualized guests.kaf24@firebug.cl.cam.ac.uk2006-05-121-0/+5
* Add support to domain builders for loading kernels with physical addresses in...cl349@firebug.cl.cam.ac.uk2006-05-112-22/+35
* Make Xen version numbers more flexible.cl349@firebug.cl.cam.ac.uk2006-05-081-4/+5
* The current Xen code for VMX is setting the gp fault vmexiting inkaf24@firebug.cl.cam.ac.uk2006-05-081-2/+1
* Add more in_irq() checking. Add irq_enter()/irq_exit() wherekaf24@firebug.cl.cam.ac.uk2006-05-053-0/+11
* Fix injection of guest faults resulting from failed injection of akaf24@firebug.cl.cam.ac.uk2006-05-053-7/+16
* Fix dr access from or to extended registers on x86_64.kaf24@firebug.cl.cam.ac.uk2006-05-051-52/+60
* It's unnecessary on MOV CRn to use "q" or "l" to indicate defaultkaf24@firebug.cl.cam.ac.uk2006-05-052-10/+2
* Add missing spin_unlock_irq() at xen/arch/x86/irq.ckaf24@firebug.cl.cam.ac.uk2006-05-051-0/+1
* SVM patch for 64bit hv, to reset the ss, es, ds host selectors to NULLkaf24@firebug.cl.cam.ac.uk2006-05-042-0/+16
* SVM patch to cleanup the host save area allocation and deallocation,kaf24@firebug.cl.cam.ac.uk2006-05-042-83/+38
* Fix mismerge of vmx vm86 patch: 9915:e1409c2ace46afd67b54de1f5c0b2b6d3721ca3bkaf24@firebug.cl.cam.ac.uk2006-05-031-1/+1
* Ensure segment bases are consistent with theirkaf24@firebug.cl.cam.ac.uk2006-05-031-0/+41
* Turn page-structure layout assertions into BUILD_BUG_ON().kaf24@firebug.cl.cam.ac.uk2006-05-032-24/+9
* Remove i386/x8664 differences in vmx reg store/load routines.kaf24@firebug.cl.cam.ac.uk2006-05-021-30/+0
* This patch changes to format in which EIP is printed to be consistent on 64-b...kaf24@firebug.cl.cam.ac.uk2006-05-021-8/+8
* This patch conditionalizes some output from perfc_printall(), thus making rel...kaf24@firebug.cl.cam.ac.uk2006-05-021-10/+16
* Fix perfc array range on reset.kaf24@firebug.cl.cam.ac.uk2006-05-021-1/+1
* Fix ia64 build. do_physdev_op* declared incorrectlykaf24@firebug.cl.cam.ac.uk2006-05-021-2/+2
* Clean up compiler.h to define a few more things and updatekaf24@firebug.cl.cam.ac.uk2006-05-016-20/+20
* A few functions should be static in shutdown.c.kaf24@firebug.cl.cam.ac.uk2006-05-011-2/+2
* Remove definition of NR_PIRQS and replace all uses withkaf24@firebug.cl.cam.ac.uk2006-04-309-16/+14
* Define new event-channel and physdev hypercalls with a more extensiblekaf24@firebug.cl.cam.ac.uk2006-04-3020-232/+519
* Define 8 hypercall numbers for arch-specific purposes.kaf24@firebug.cl.cam.ac.uk2006-04-282-1/+11
* Allow for arch specific virq definitions.kaf24@firebug.cl.cam.ac.uk2006-04-282-1/+15
* Rename {SG}ET_XEN_GUEST_HANDLE to {sg}et_Xen_guest_handle, as theykaf24@firebug.cl.cam.ac.uk2006-04-283-6/+6
* Add BUILD_BUG_ON() and a handful of users.kaf24@firebug.cl.cam.ac.uk2006-04-272-7/+10
* Add bounds check to get_mfn_from_gpfn().kaf24@firebug.cl.cam.ac.uk2006-04-271-1/+5
* Define __XEN_TOOLS__ when building tools. Use this tokaf24@firebug.cl.cam.ac.uk2006-04-274-1/+7
* Bump Xen interface version number to 0x00030201 for newkaf24@firebug.cl.cam.ac.uk2006-04-271-1/+9
* Wrap all GUEST_HANDLEs in structures, and define SET/GET macros to access themkaf24@firebug.cl.cam.ac.uk2006-04-273-21/+12
* Rename *GUEST_HANDLE to *XEN_GUEST_HANDLE.kaf24@firebug.cl.cam.ac.uk2006-04-2744-194/+194
* Occasionally large smp machines fail to reboot properly and die underkaf24@firebug.cl.cam.ac.uk2006-04-271-1/+3
* Merge with xen-ia64-unstable.hgkaf24@firebug.cl.cam.ac.uk2006-04-271-5/+55
|\
| * This patch addresses CVE-2006-1056 (information leak fromkaf24@firebug.cl.cam.ac.uk2006-04-261-5/+55
* | [IA64] Make VTI domain bootawilliam@xenbuild.aw2006-04-261-1/+1
* | [IA64] not quite ready for --fatal-warningsawilliam@xenbuild.aw2006-04-261-2/+2
* | [IA64] remove remaining asm warningsawilliam@xenbuild.aw2006-04-268-7/+18
* | [IA64] cleanupawilliam@xenbuild.aw2006-04-267-66/+19
* | [IA64] Fix vm_summary info in VTi domainawilliam@xenbuild.aw2006-04-262-2/+16
* | [IA64] remove RELOC_HIDEawilliam@xenbuild.aw2006-04-251-6/+0
* | merge with xen-unstable.hgawilliam@xenbuild.aw2006-04-2554-556/+1304
|\|
| * While other aspects of the system configuration may still bekaf24@firebug.cl.cam.ac.uk2006-04-251-6/+10
| * Update xen caps on x86_64 since we have hvm pae guests support now.kaf24@firebug.cl.cam.ac.uk2006-04-251-1/+1
| * This is a small fix for SMP PAE guest on x86-64.kaf24@firebug.cl.cam.ac.uk2006-04-251-1/+1
| * Fix "make debug" in Xen subtree. Pointed out by Aravindhkaf24@firebug.cl.cam.ac.uk2006-04-251-5/+5
| * This patch adds support in the hypervisor for the policy name attribute smh22@firebug.cl.cam.ac.uk2006-04-245-18/+82
| * Remove annoying pit debug info when booting smp guest.kaf24@firebug.cl.cam.ac.uk2006-04-231-11/+4
| * Avoid spurious timer activations in migrate_timer().kaf24@firebug.cl.cam.ac.uk2006-04-221-4/+7