aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * [XEN] Remove unused MULTICALL_arg6, and unnecessary use of STR() macro.kfraser@localhost.localdomain2006-10-053-3/+1
| * Make sure that if one of the intermediate steps fails, a subsequentkfraser@localhost.localdomain2006-10-051-8/+9
| * [XM] Fix 'xm help' when called on a command-name prefix.kfraser@localhost.localdomain2006-10-051-0/+5
| * [XEND] Fix pygrub when run server-side on a domain with blktap disks.kfraser@localhost.localdomain2006-10-051-1/+1
* | [VMX] Remove vcpu->arch.hvm_vmx.cpu_stateTim Deegan2006-10-053-85/+63
|/
* [NET] front: Fix size of grant_rx_ref[]. It should use the RX ringkfraser@localhost.localdomain2006-10-051-1/+1
* [HVM/vncserver] Implement a 'vnclisten' option to limit the interfaceChristian Limpach2006-10-058-19/+60
* [NET] front: Include linux/moduleparam.h since we use module_param_*Ian Campbell2006-10-051-0/+1
* [MBOOTPACK] Fix building mbootpack on x86/64.kaf24@firebug.cl.cam.ac.uk2006-10-053-32/+24
* [BLKTAP] Blktapctrl: Add asynchronous watch on dom0 name entry for blktapctrl...jchesterfield@dhcp92.uk.xensource.com2006-10-055-20/+81
* [NET] front: If the kernel does not include GSO then look for TSO.Ian Campbell2006-10-051-5/+32
* [NET] front: Invert the test for a kernel with GSO support.Ian Campbell2006-10-051-4/+4
* [LIBXC] Fix ptrace memory-mapping code to map pagetables read-only.kaf24@firebug.cl.cam.ac.uk2006-10-051-6/+3
* Remove redundant '&' before array name in __RING_SIZE macro.kfraser@localhost.localdomain2006-10-041-1/+1
* [LINUX] Don't bother to write a 5-bit value to a 2-bit field.kfraser@localhost.localdomain2006-10-041-1/+0
* [NET] back: Disable packet queuing when a client has no receive buffers.kfraser@localhost.localdomain2006-10-042-13/+36
* [IOEMU] When vncunused is specified, allocate a port from 5900kaf24@firebug.cl.cam.ac.uk2006-10-041-1/+1
* [XEND] If 'vncused' is set, it won't specify an explicit display num to QEMU.kaf24@firebug.cl.cam.ac.uk2006-10-041-1/+3
* [HVMLOADER] Fix SMBIOS table code. One of the string lengths is incorrectly c...kaf24@firebug.cl.cam.ac.uk2006-10-041-1/+1
* [XEN] Never crash machine on int3 traps.kaf24@firebug.cl.cam.ac.uk2006-10-042-3/+3
* [NET] Make MAX_SKBUFF_ORDER page-size independent.kfraser@localhost.localdomain2006-10-031-1/+6
* [IA64] Fix implicit declaration of initialize_keytable().kfraser@localhost.localdomain2006-10-031-0/+1
* [XM] Fix rmlabel filename assignmentAlastair Tse2006-10-031-1/+2
* [XM] Fix missing security check in block-attachAlastair Tse2006-10-031-1/+1
* [HVMLOADER] Clean up SMBIOS table-length computations.kfraser@localhost.localdomain2006-10-022-97/+55
* [NET] front: Allow copying receive path to be selected by user atkfraser@localhost.localdomain2006-10-022-18/+52
* [XEN][HVM] Fix a bug which could lead to the guest locking up if itSteven Smith2006-10-021-4/+27
* [HVM][TOOLS] Improve warnign message when trying to createkaf24@firebug.cl.cam.ac.uk2006-09-301-1/+2
* [HVM] Mov to/from CR8 must be gated on whether VLAPIC device is created.kaf24@firebug.cl.cam.ac.uk2006-09-302-19/+31
* [HVM] Add RDMSR/WRMSR instruction emulation to VMXAssist decoderkaf24@firebug.cl.cam.ac.uk2006-09-301-0/+18
* [HVM] Add sub instruction support to HVM MMIO decoder.kaf24@firebug.cl.cam.ac.uk2006-09-303-0/+10
* [HVM][SVM] Do not delay ExtInt event injection if RFLAGS.IF==0.kaf24@firebug.cl.cam.ac.uk2006-09-301-9/+0
* [NET] back: Loopback must copy foreign mappings.kfraser@localhost.localdomain2006-09-292-1/+51
* Merge.Steven Smith2006-09-292-28/+4
|\
| * [BLKTAP] Find major number by searching sysfskfraser@localhost.localdomain2006-09-292-28/+4
* | [XEN][HVM] Arrange that we only consider sending a PV-on-HVM event channelSteven Smith2006-09-292-7/+13
|/
* Merge.Steven Smith2006-09-294-12/+86
|\
| * [LINUX] Make evtchn device use a dynamic minor number.kfraser@localhost.localdomain2006-09-294-12/+86
* | [XEN][HVM] Make sure that the interrupt which event channel events come inSteven Smith2006-09-296-37/+59
|/
* [XEN] Recompute shadows of PAE PSE l2es when needed.Tim Deegan2006-09-291-1/+6
* [HVM][SVM] Obtaining instruction address needs to mask to 32 bitskfraser@localhost.localdomain2006-09-291-1/+5
* [TOOLS] Fix xendomains init.d script DOG PIG confusion.Alastair Tse2006-09-291-3/+3
* [HVM] Disable VMX/SVM on auxiliary processors when shutting down an SMP system.kfraser@localhost.localdomain2006-09-291-0/+2
* [HVM][VMX] Clear vmxe when VMX is not enabled.kfraser@localhost.localdomain2006-09-291-2/+6
* [PYGRUB] Enable showing the cursor in pygrub when it's relevant to do so.kfraser@localhost.localdomain2006-09-291-5/+15
* [HVM][SVM] 64-bit Windows HVM guests require MCE/MCA CPUID bits to be present.kfraser@localhost.localdomain2006-09-291-3/+0
* [BLKTAP] Remove unnecessary TLB flush from blktap driver.kfraser@localhost.localdomain2006-09-291-1/+0
* [BLKTAP] Remove unnecessary timeout from tapdisk select() call.kfraser@localhost.localdomain2006-09-291-7/+2
* Remove dead pdb code from tools directory.kfraser@localhost.localdomain2006-09-2936-6315/+0
* [VMXASSIST] Fix data32/addr32 instruction decode issue.kfraser@localhost.localdomain2006-09-291-2/+4