aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* [XEN] Increase debug stack size from 4kB to 8kB.kfraser@localhost.localdomain2006-07-258-26/+51
* Fix Linux so that it does not set a timeout if there are no pendingkfraser@localhost.localdomain2006-07-251-2/+5
* Move x86 perf counters declarations to asm-x86/perfc_defn.hkfraser@localhost.localdomain2006-07-253-137/+149
* [XEN] Fix a comment in grant_table.h.sos22@douglas.cl.cam.ac.uk2006-07-191-2/+2
* [HVM] Currently in xentrace, MMIO is handled just like other page faults. Thekaf24@firebug.cl.cam.ac.uk2006-07-141-0/+2
* [SVM] Add perfcounter svmexits array with correct size creation.kaf24@firebug.cl.cam.ac.uk2006-07-142-1/+3
* [SVM] Add pit_time_fired() to svm logic, for the "many lost ticks" c/s 10650 ...kaf24@firebug.cl.cam.ac.uk2006-07-141-0/+1
* [HVM] fix system crash when vmx guest startx or restorekaf24@firebug.cl.cam.ac.uk2006-07-141-0/+4
* [HVM] Create I/O context for MMIO/PIO processing in ankaf24@firebug.cl.cam.ac.uk2006-07-146-69/+82
* [IA64] Fix the ia64 build.kfraser@localhost.localdomain2006-07-141-0/+1
* [powerpc] Initial checkin of new powerpc files.kfraser@localhost.localdomain2006-07-14141-0/+19015
* [powerpc] support additional interrupt controller types in xen/arch/x86/irq.ckaf24@firebug.cl.cam.ac.uk2006-07-142-4/+12
* [powerpc] print page->count_info as unsigned longkaf24@firebug.cl.cam.ac.uk2006-07-141-2/+2
* [powerpc] add PowerPC support to Makefileskaf24@firebug.cl.cam.ac.uk2006-07-141-2/+4
* [powerpc] add arch-powerpc.h to xen.hkaf24@firebug.cl.cam.ac.uk2006-07-141-0/+2
* Added blktap support. Includes kernel driver (enabled as CONFIG_XEN_BLKDEV_TA...jchesterfield@dhcp92.uk.xensource.com2006-07-131-4/+2
* [XEN] Clean up page-fault propagation when acessing guest addresses.kfraser@localhost.localdomain2006-07-133-46/+58
* [HVM][VMX] Clean up some writes to 64-bit VMCS fields in 32-bit Xen.kfraser@localhost.localdomain2006-07-101-5/+15
* Check attributes of page table level 3 entries for 4 level HVM guest.kfraser@localhost.localdomain2006-07-101-8/+9
* [XENTRACE] Remember number of lost trace records whenkfraser@localhost.localdomain2006-07-102-2/+20
* [HVM] Fix "Many lost ticks" warning in ia32e guestkfraser@localhost.localdomain2006-07-104-4/+15
* Use $(MAKE) instead of make to run sub-makefiles to correcly support -j flag.kfraser@localhost.localdomain2006-07-101-1/+1
* [XEN] Add CPUID hypervisor-info leaves at index 0x40000000.kfraser@localhost.localdomain2006-07-054-45/+75
* [XEN] getpagframeinfo field name mfn -> gmfn.kfraser@localhost.localdomain2006-07-053-5/+5
* [XEN] Hypercall-init dom0_op takes GMFN, not MFN.kfraser@localhost.localdomain2006-07-052-6/+8
* [HVM][VMX] More descriptive failed vmentry.kfraser@localhost.localdomain2006-07-052-2/+25
* [XEN] Separate domain creation from vcpu creation.kfraser@localhost.localdomain2006-07-0510-104/+150
* [HVM] Fix the kernel build failure issue on HVM SMP guests whichkfraser@localhost.localdomain2006-07-051-3/+3
* [HVM][VMX] Move vmcs and I/O bitmap allocation intokfraser@localhost.localdomain2006-07-053-133/+173
* Update xen caps to indicate that HVM IA32 PAE guest on PAE host is available.kfraser@localhost.localdomain2006-07-051-1/+1
* [HVM][VMX] expose PSE feature to HVM guests if PAE is turned on inkfraser@localhost.localdomain2006-07-052-3/+13
* [NET] back: Add GSO features field and check gso_sizekaf24@firebug.cl.cam.ac.uk2006-07-031-2/+11
* Merge with xen-ia64-unstable.hgkaf24@firebug.cl.cam.ac.uk2006-07-0323-65/+174
|\
| * [HVM][VMX] Fixes to VMCS create/destroy.kaf24@firebug.cl.cam.ac.uk2006-07-031-2/+5
| * [XEN] Sync Elf parsing with libxc parser.kaf24@firebug.cl.cam.ac.uk2006-06-301-7/+14
| * [XEN] Mark two more opcodes (C6 and C7) as Mov instructions.kaf24@firebug.cl.cam.ac.uk2006-06-301-1/+1
| * Don't modify global active weight when changing weight of inactive domain.ack@localhost.localdomain2006-06-301-2/+5
| * [XEN] Various softirq cleanups. Main one is to alwayskfraser@dhcp93.uk.xensource.com2006-06-307-18/+30
| * [HVM][SVM] Don't BUG when VMRUN exitcode==-1, just crash the domain.kaf24@firebug.cl.cam.ac.uk2006-06-301-1/+1
| * Use explicit accessors to handle unusually-sized atomic operations in grant t...kaf24@firebug.cl.cam.ac.uk2006-06-303-6/+16
| * [NET]: Remove gso.segs field from netif protocol.kfraser@dhcp93.uk.xensource.com2006-06-301-8/+4
| * Fix build - _XEN_NETIF_EXTRA_FLAG_MORE not _XEN_NETIF_EXTRA_MOREchris@kneesaa.uk.xensource.com2006-06-291-1/+1
| * [NET] More net protocol and GSO changes.kfraser@dhcp93.uk.xensource.com2006-06-291-14/+43
| * [XEN] Fix the timeout workaround so it doesn't capture negativekfraser@dhcp93.uk.xensource.com2006-06-291-17/+17
| * Define an architecture-specific 'long' type for ABI compatibility.kaf24@firebug.cl.cam.ac.uk2006-06-294-6/+12
| * [XEN] Work around timeout bug in old Linux kernels wherekaf24@firebug.cl.cam.ac.uk2006-06-291-0/+21
| * Use address types in elf parser that match elf headers.kaf24@firebug.cl.cam.ac.uk2006-06-281-1/+1
| * kunmap_atomic() must zap the PTE to avoid dangling referenceskfraser@dhcp93.uk.xensource.com2006-06-281-0/+9
| * [XEN] BUG() places console in sync mode.kfraser@dhcp93.uk.xensource.com2006-06-282-7/+20
* | merge with xen-unstable.hgawilliam@xenbuild.aw2006-06-2823-371/+562
|\|