log
graph
tags
branches
changeset
browse
ia64/xen-unstable
log
find changesets by author, revision, files, or words in the commit message
less
more
| rev 11790:
(0)
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
tip
age
author
revision
description
2006-10-12
kfraser
11790:5b3ec078993b
[IA64] Add support for enforcing singleshot mmap() semantics at the
2006-10-12
kfraser
11789:d2e6a7be622d
[PRIVCMD] Fix ia64 domain creation by abstracting the singleshot mapping check.
2006-10-12
Christian Limpach
11788:5297ced4d610
[xenstore] Don't create a transaction for singleton read/write operations.
2006-10-12
Christian Limpach
11787:b0ee6789e428
[xenstore] Don't limit the number of concurrent transactions for domain0 connections
2006-10-12
Tim Deegan
11786:4fdcccd22352
[XEN] Fix race in shadow invlpg
2006-10-12
kfraser
11785:bd2be8a8fc72
[NET] back: Fix inter-domain networking when using rx-copy path.
2006-10-12
kfraser
11784:fe54ba10e9ef
[NET] front: Fix error handling to correctly skip bogus frags.
2006-10-10
kaf24
11783:f7d65fb7299b
Revert 11728:30f13007be. Breaks Solaris guests.
2006-10-10
kfraser
11782:f8ddc9abf3ef
[XEND] Add missing line from changeset 11653:3b7e11cbeb940
2006-10-10
Christian Limpach
11781:4d1af7ebf676
[xend/hotplug] Remove happy gun logging.
2006-10-10
kfraser
11780:cb337b2f817b
[NET] back: Fix netif rate limiting.
2006-10-10
Ian Campbell
11779:f028e3732803
Correct check for extended-cr3 support in __xen_guest fallback code.
2006-10-09
kaf24
11778:ab85c20d33e5
[TOOLS] Fixes to miniterm serial terminal utility.
2006-10-09
kfraser
11777:fd80b7e1e333
[NET] back: Refcount fixes to vif rate-limiting code.
2006-10-09
Tim Deegan
11776:6e932f32662c
[XEN] Zero PAE shadow l3es when destroying subshadows.
2006-10-09
kfraser
11775:30f13007be3f
[XEND] No need to decompress the initrd when building a domain.
2006-10-09
kfraser
11774:411c6aca255c
[PRIVCMD] Fix trivial bug introduced in IOCTL_PRIVCMD_MMAP.
2006-10-09
kfraser
11773:e1f3af226a8e
[LINUX] Various fixes for mmapping I/O and foreign memory pages.
2006-10-09
Tim Deegan
11772:b92104e0cf08
Since shadow_update_paging_modes() will modify v->arch.hvm_vcpu.hw_cr3,
2006-10-08
kaf24
11771:a5469bf602ef
[BLKTAP] Remove bogus extra public definition of sig_handler().
2006-10-06
kfraser
11770:f071be18e85f
[BLKTAP] Fix trivial indentation snafu in previous changeset.
2006-10-06
kfraser
11769:9ab5db36c987
[BLKTAP] Fix crash at start-of-day in blktapctrld
2006-10-06
kfraser
11768:ff9746d600e9
[BLKTAP] Formatting and style cleanups to blktapctrl.
2006-10-06
kfraser
11767:7efaaae37415
[BALLOON] Replace alloc_empty_page_range with new helper alloc_empty_pages_and_pagevec.
2006-10-06
kfraser
11766:3971f49ce592
[BLK] tap: Allocate pages for foreign mappings individually rather than contiguously.
2006-10-06
kaf24
11765:34b2348dfe4b
[HVM][SVM] Revert changeset 11679:a949bd6ceb85
2006-10-05
kaf24
11764:9d0b22eb1758
[TPM] back: Allocate pages for foreign mappings individually rather than contiguously.
2006-10-05
kaf24
11763:0fe7624dde63
[NET] back: Allocate pages for foreign mappings individually rather than contiguously.
2006-10-05
kaf24
11762:0cda1a7988ee
[NET] back: Remove unused rx_mmap area. Copying happens inside Xen, so
2006-10-05
kaf24
11761:be6f5e262d84
[BLK] back: Allocate pages for foreign mappings individually rather
2006-10-05
Tim Deegan
11760:79b56c02b836
Merge
2006-10-05
Tim Deegan
11759:646a120334ef
[VMX] Remove vcpu->arch.hvm_vmx.cpu_state
2006-10-05
kfraser
11758:9dabb06c66f5
[XEN] Fix memtype accessor domctls.
2006-10-05
kfraser
11757:609b10b17bf0
[XEN] Change microcode_update function interface inside Xen.
2006-10-05
kfraser
11756:eee52c100996
[XEN] Remove unused MULTICALL_arg6, and unnecessary use of STR() macro.
2006-10-05
kfraser
11755:56fe7bbcbeaf
Make sure that if one of the intermediate steps fails, a subsequent
2006-10-05
kfraser
11754:efb8b20004b7
[XM] Fix 'xm help' when called on a command-name prefix.
2006-10-05
kfraser
11753:bf0deb09facd
[XEND] Fix pygrub when run server-side on a domain with blktap disks.
2006-10-05
kfraser
11752:b3cba293e61a
[NET] front: Fix size of grant_rx_ref[]. It should use the RX ring
2006-10-05
Christian Limpach
11751:a95dfbc8dca8
[HVM/vncserver] Implement a 'vnclisten' option to limit the interface
2006-10-05
Ian Campbell
11750:8959876abbe3
[NET] front: Include linux/moduleparam.h since we use module_param_*
2006-10-05
kaf24
11749:2e58022889a5
[MBOOTPACK] Fix building mbootpack on x86/64.
2006-10-05
jchesterfield
11748:a72fdb6a19a1
[BLKTAP] Blktapctrl: Add asynchronous watch on dom0 name entry for blktapctrl on startup. This patch cleans up the synchronisation issues between blktapctrl and xend at initialisation if the Dom0 entries have not yet been populated.
2006-10-05
Ian Campbell
11747:ad926cc0a50e
[NET] front: If the kernel does not include GSO then look for TSO.
2006-10-05
Ian Campbell
11746:55e53c556f9f
[NET] front: Invert the test for a kernel with GSO support.
2006-10-08
awilliam
11745:5176c3ea3293
[IA64] per vcpu vhpt
2006-10-08
awilliam
11744:4eb6e2ec1b39
[IA64] Remove test of dead CONFIG_XEN_IA64_DOM0_NON_VP
2006-10-08
awilliam
11743:6fae3a36f50b
[IA64] added __read_mostly to some variables
2006-10-08
awilliam
11742:61504e80defa
[IA64] __read_mostly
2006-10-08
awilliam
11741:e9c7f965e70a
[IA64] make efi_print()'s output more readable
2006-10-08
awilliam
11740:70d5d92066e5
[IA64] add a warning message when ioremap hypercall fails
2006-10-05
awilliam
11739:1a0b58e7b5de
merge with xen-unstable.hg
2006-10-05
kaf24
11738:0dc4ae151be2
[LIBXC] Fix ptrace memory-mapping code to map pagetables read-only.
2006-10-04
kfraser
11737:a5a3f48e92c9
Remove redundant '&' before array name in __RING_SIZE macro.
2006-10-04
kfraser
11736:2dd375ce153d
[LINUX] Don't bother to write a 5-bit value to a 2-bit field.
2006-10-04
kfraser
11735:224b80785d02
[NET] back: Disable packet queuing when a client has no receive buffers.
2006-10-04
kaf24
11734:6a8ae4c34abe
[IOEMU] When vncunused is specified, allocate a port from 5900
2006-10-04
kaf24
11733:ddc56007bf3f
[XEND] If 'vncused' is set, it won't specify an explicit display num to QEMU.
2006-10-04
kaf24
11732:7a7e8cf9a4f9
[HVMLOADER] Fix SMBIOS table code. One of the string lengths is incorrectly computed.
2006-10-04
kaf24
11731:74855cdc4a1d
[XEN] Never crash machine on int3 traps.
less
more
| rev 11790:
(0)
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
tip