aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [XENOPROF] Add a lock around the xenoprof hypercall. It mutates global state.3.0.3-branchedkfraser@localhost.localdomain2006-10-151-22/+47
* [XENOPROF] Fix limit-check overflow.kfraser@localhost.localdomain2006-10-151-8/+7
* [SHADOW] Trivial whitespace fix to a couple of printf format strings.kfraser@localhost.localdomain2006-10-151-2/+2
* [XEND] Check for and fail on non-existent floppy-drive file when starting HVM...kfraser@localhost.localdomain2006-10-151-0/+5
* [HVM] Fix PIC IO intercept: addresses are physical, not virtual.kfraser@localhost.localdomain2006-10-152-32/+33
* [NET] front: Do not read features from backend until it enters InitWait.kfraser@localhost.localdomain2006-10-131-45/+45
* [NET] back: Simplify probing of new interfaces. There's no needkfraser@localhost.localdomain2006-10-133-80/+33
* [NET] front: No need to read handle field from xenstore. It's not used.kfraser@localhost.localdomain2006-10-131-12/+4
* [IOEMU] Fix argument to parse_host().kaf24@localhost.localdomain2006-10-131-1/+1
* [HVM][SVM] Use proper name for the K8 VM_CR MSR.kfraser@localhost.localdomain2006-10-122-4/+11
* [HVM][SVM] Check if SVM is disabled by the BIOS before enabling it.kfraser@localhost.localdomain2006-10-121-0/+7
* [NET] back: Copy tx_ring data before verificationkfraser@localhost.localdomain2006-10-121-26/+27
* [HVM] Fix resource leak in error path of AP bringup.kfraser@localhost.localdomain2006-10-121-2/+2
* [XEN] Fix booting with dom0_mem specifying 4GB or more.kfraser@localhost.localdomain2006-10-121-2/+2
* Fix privcmd mmap() on 64b architectures for regions larger than 2GB.kfraser@localhost.localdomain2006-10-121-3/+4
* Include resources for PV xen-platform device in ACPI DSDT.kfraser@localhost.localdomain2006-10-122-266/+270
* [HVMLOADER] Remove an unused variable from an SMBIOS function.kfraser@localhost.localdomain2006-10-121-1/+0
* [IA64] Add support for enforcing singleshot mmap() semantics at thekfraser@localhost.localdomain2006-10-123-6/+21
* [PRIVCMD] Fix ia64 domain creation by abstracting the singleshot mapping check.kfraser@localhost.localdomain2006-10-121-8/+12
* [xenstore] Don't create a transaction for singleton read/write operations.Christian Limpach2006-10-121-5/+16
* [xenstore] Don't limit the number of concurrent transactions for domain0 conn...Christian Limpach2006-10-121-1/+1
* [XEN] Fix race in shadow invlpgTim Deegan2006-10-122-83/+51
* [NET] back: Fix inter-domain networking when using rx-copy path.kfraser@localhost.localdomain2006-10-121-4/+12
* [NET] front: Fix error handling to correctly skip bogus frags.kfraser@localhost.localdomain2006-10-121-7/+15
* Revert 11728:30f13007be. Breaks Solaris guests.kaf24@localhost.localdomain2006-10-101-8/+12
* [XEND] Add missing line from changeset 11653:3b7e11cbeb940kfraser@localhost.localdomain2006-10-101-1/+1
* [xend/hotplug] Remove happy gun logging.Christian Limpach2006-10-101-1/+0
* [NET] back: Fix netif rate limiting.kfraser@localhost.localdomain2006-10-102-3/+20
* Correct check for extended-cr3 support in __xen_guest fallback code.Ian Campbell2006-10-102-2/+2
* [TOOLS] Fixes to miniterm serial terminal utility.kaf24@localhost.localdomain2006-10-091-6/+19
* [NET] back: Refcount fixes to vif rate-limiting code.kfraser@localhost.localdomain2006-10-092-3/+8
* [XEN] Zero PAE shadow l3es when destroying subshadows.Tim Deegan2006-10-091-2/+2
* [XEND] No need to decompress the initrd when building a domain.kfraser@localhost.localdomain2006-10-091-12/+8
* [PRIVCMD] Fix trivial bug introduced in IOCTL_PRIVCMD_MMAP.kfraser@localhost.localdomain2006-10-091-1/+1
* [LINUX] Various fixes for mmapping I/O and foreign memory pages.kfraser@localhost.localdomain2006-10-093-69/+97
* Since shadow_update_paging_modes() will modify v->arch.hvm_vcpu.hw_cr3,Tim Deegan2006-10-091-4/+3
* [BLKTAP] Remove bogus extra public definition of sig_handler().kaf24@firebug.cl.cam.ac.uk2006-10-082-8/+0
* [BLKTAP] Fix trivial indentation snafu in previous changeset.kfraser@localhost.localdomain2006-10-061-1/+1
* [BLKTAP] Fix crash at start-of-day in blktapctrldkfraser@localhost.localdomain2006-10-061-0/+2
* [BLKTAP] Formatting and style cleanups to blktapctrl.kfraser@localhost.localdomain2006-10-063-142/+118
* [BALLOON] Replace alloc_empty_page_range with new helper alloc_empty_pages_an...kfraser@localhost.localdomain2006-10-066-145/+86
* [BLK] tap: Allocate pages for foreign mappings individually rather than conti...kfraser@localhost.localdomain2006-10-061-81/+46
* [HVM][SVM] Revert changeset 11679:a949bd6ceb85kaf24@firebug.cl.cam.ac.uk2006-10-061-0/+9
* [TPM] back: Allocate pages for foreign mappings individually rather than cont...kaf24@firebug.cl.cam.ac.uk2006-10-053-16/+43
* [NET] back: Allocate pages for foreign mappings individually rather than cont...kaf24@firebug.cl.cam.ac.uk2006-10-051-19/+30
* [NET] back: Remove unused rx_mmap area. Copying happens inside Xen, sokaf24@firebug.cl.cam.ac.uk2006-10-051-18/+0
* [BLK] back: Allocate pages for foreign mappings individually ratherkaf24@firebug.cl.cam.ac.uk2006-10-053-39/+44
* MergeTim Deegan2006-10-058-23/+32
|\
| * [XEN] Fix memtype accessor domctls.kfraser@localhost.localdomain2006-10-051-6/+6
| * [XEN] Change microcode_update function interface inside Xen.kfraser@localhost.localdomain2006-10-052-5/+10