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 8847:
(0)
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
tip
age
author
revision
description
2006-02-14
kaf24
8847:07a892f12609
More upgrades of Xen code to linux-2.6.16-rc2.
2006-02-14
kaf24
8846:b9b411b50587
Upgrade arch/x86/cpu/* files to their equivalents in
2006-02-13
kaf24
8845:fcc833cbaf82
Return real error code from Xen /dev/mem, not EAGAIN.
2006-02-13
kaf24
8844:d6b16f57058a
Update defconfigs.
2006-02-13
kaf24
8843:3cb8e672b115
Fix HVM event handling some more.
2006-02-13
kaf24
8842:79d6a1061ad2
Update x86_32 defconfigs for ISA_DMA_API config change.
2006-02-13
kaf24
8841:ba395fa2e86f
Configure ISA_DMA drivers on xen/i386. Otherwise drivers
2006-02-13
kaf24
8840:9f662b5e7d3c
Absolutely must not return to HVM guest context until
2006-02-13
kaf24
8839:4caca2046421
Fix error exit path in __gnttab_map_grant_ref() to
2006-02-13
kaf24
8838:6ff2db607256
Clean up vmxassist/setup.c. It is no longer necessary to
2006-02-11
kaf24
8837:4a9a39d08a06
Rework hvm_wait_io() -- now tries to be a polite user of
2006-02-10
smh22
8836:0828f5f18b56
Reset sp on vcpu_prepare; this avoids 'leaking' stack after repeated
2006-02-10
mjw
8835:260a09e9a9c1
Fix exporting vnet config to xenstore.
2006-02-17
awilliam
8834:dcbe36ee2171
[IA64] fixed switch to idle domain bug
2006-02-17
awilliam
8833:3c091740f6ff
[IA64] different type of argument in vcpu_set_gr()
2006-02-17
awilliam
8832:81aae0c1487e
[IA64] wrong type cast in ia64_hypercall
2006-02-17
awilliam
8831:2ff0ade58aab
[IA64] declaration of metaphysical_rr
2006-02-17
awilliam
8830:b9a76893a1ee
[IA64] Fixed arch_domain_create
2006-02-15
awilliam
8829:c4d21a4d5b9a
[IA64] Cleanup README.origin files
2006-02-10
awilliam
8828:982b9678af2c
[IA64] cleanup extraneous function name change from upstream
2006-02-10
awilliam
8827:dfdb9cfc8b79
merge
2006-02-10
kaf24
8826:1d36cca98fc3
Avoid misleading message about 'not using swiotlb' on x86/64
2006-02-10
emellor
8825:47013962e411
Cope with -1 eventchn_fd -- this occurs when using --no-domain-init (a
2006-02-10
emellor
8824:52b2dc7fb9b7
Parse --port argument to migration.
2006-02-10
adam
8823:324caad9e145
Fix xm-test network tests to work with hvm support enabled.
2006-02-10
emellor
8822:e2755215a1e5
The attached patch adds 'xm vtpm-list <DomId>' functionality.
2006-02-10
emellor
8821:d1596fc2cbaa
Rather than require config changes if you aren't using eth0, use the
2006-02-10
kaf24
8820:605672867c0f
Check the hypercall number in the privcmd hypercall ioctl.
2006-02-10
kaf24
8819:9b62efbc881a
Remove Xen-specific param.h: has only cosmetic change from mainline.
2006-02-09
kaf24
8818:2ca9bb802ff7
pci-nommu-xen.c is identical to its mainline counterpart so remove it.
2006-02-09
kaf24
8817:754079886035
Remove defunct compile option CONFIG_XEN_SHADOW_MODE.
2006-02-09
kaf24
8816:1c69197d29b7
Delete old 'shortcut' function __shadow_status() and
2006-02-09
kaf24
8815:ee9691e23dbe
Don't specify VT console structure at all when specifying
2006-02-09
kaf24
8814:c63083610678
Add a vnet chapter to the user manual.
2006-02-09
kaf24
8813:71b0f00f6344
Update vnets to support UDP encapsulation, multicast forwarding
2006-02-09
kaf24
8812:a0e7daa2df33
Do_softirq is invoked at the path of ia64_leave_kernel instead of
2006-02-09
kaf24
8811:4ee359893af4
Make a VTI domain boot again.
2006-02-09
kaf24
8810:5aad88c8d379
Remove xennull_con. Use dummy_con.
2006-02-09
cl349
8809:3bbff714df11
Fix typos in Kconfig files.
2006-02-09
kaf24
8808:0a404794aac1
Fix CPU hotplug.
2006-02-09
kaf24
8807:10d6c1dc1bc7
More details on ordering and safety of the Xen timer API.
2006-02-09
kaf24
8806:26befe042dd5
Fix CPU-migration of VMX domains.
2006-02-09
smh22
8805:01fa38f79207
Quiet down wbinvd warning for verbose/debug builds of xen.
2006-02-08
rread
8804:66260f1a9bde
Fix the backward compatibility support for using 'vcpus' in the image section of the domain sexp.
2006-02-09
kaf24
8803:99e7b8f9122e
Fix x86_64 CPU hotplug by paravirtualizing the play_dead() function.
2006-02-09
kaf24
8802:6789ae50ce7f
The NAT checksum fixes in patches/linux-2.6.16-rc2/net-csum.patch do
2006-02-09
kaf24
8801:65127e18d821
Attached patch for svm will enable a tlb flush for each vmrun.
2006-02-08
kaf24
8800:974ed9f73641
Fix Xen timer interface to allow migration of timers
2006-02-08
kaf24
8799:b246f429f683
Prevent a guest from specifying its own domain id when
2006-02-08
kaf24
8798:6ba371536f5c
Add 'dom0_max_vcpus' Xen boot parameter.
2006-02-08
kaf24
8797:a3d554557d48
Fix i386 CPU hotplug, and CPU hotplug when maxcpus= kernel boot option is used.
2006-02-08
cl349
8796:40c309827ee5
Add m2p translation to read_cr3 on x86_64.
2006-02-08
cl349
8795:c83c242916ea
x86-64 linux: remove dead code
2006-02-08
cl349
8794:7bdac903cfdd
x86-64 linux: CONFIG_ACPI_BOOT doesn't exist anymore
2006-02-08
cl349
8793:4657e299a1a3
linux: don't export evtchn_do_upcall()
2006-02-08
cl349
8792:a67085a3e65d
x86-64 linux: properly exit idle mode from evtchn_do_upcall()
2006-02-08
cl349
8791:1a2e7cd58ca0
x86-64 linux: call evtchn_do_upcall on irq stack and adjust irqcount
2006-02-08
cl349
8790:c9edeb3bd652
Use /dev/kmem to map dom0 xenstore page instead of abusing the foreign mapping interface.
2006-02-08
kaf24
8789:bc2ac5e87f99
Rationalise initialisation of cpu_possible_map.
2006-02-08
kaf24
8788:dcc2beb8a1d2
/sbin/udev no longer exists in upstream udev, so use udevinfo for
less
more
| rev 8847:
(0)
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
tip