age |
author |
revision |
description |
2006-02-17 |
emellor |
8892:7238722f8d23 |
Attached patch updates the xm man page for the listing of |
2006-02-17 |
kaf24 |
8891:3ed537add538 |
Remove obsolete ccache patch from xm-test buildroot. |
2006-02-17 |
kaf24 |
8890:8d1354cf7795 |
Fix buildroot problems and bring the buildroot image up |
2006-02-17 |
kaf24 |
8889:eb6d2472ea1a |
Disable C1 clock ramping on AMD 8th gen CPUs. |
2006-02-17 |
emellor |
8888:34f6a1efe52d |
This patch displays the network-list/block-list/vtpm-list using the 'xm' |
2006-02-17 |
kaf24 |
8887:aeeeedc6c9b7 |
Fix 64b build. |
2006-02-17 |
kaf24 |
8886:6f874e089244 |
Fix HVM MSR save/restore. |
2006-02-17 |
cl349 |
8885:4ca6f052cdf6 |
Fix Read/Write CR3 emulation. |
2006-02-17 |
kaf24 |
8884:e299470e8793 |
Fix a VMX FPU bug introduced in changeset 8834. |
2006-02-16 |
cl349 |
8883:776ab80f5a6c |
Update the ia64 linux-2.6-xen-sparse tree to 2.6.16-rc3. |
2006-02-17 |
kaf24 |
8882:3faa7f3ef8ac |
Update defconfigs for PCI front/back driver config options. |
2006-02-16 |
kaf24 |
8881:90ebc45e1bd8 |
Update documentation to describe new PCI front/back drivers. |
2006-02-16 |
kaf24 |
8880:7c720ccec00a |
Tools changes for PCI front/back drivers. |
2006-02-16 |
kaf24 |
8879:5b433b4fca34 |
PCI backend and frontend drivers for i386 and x86_64. |
2006-02-16 |
kaf24 |
8878:294b3a447dce |
Provide a simpler, higher-level interface for mapping in pages from another domain. |
2006-02-16 |
kaf24 |
8877:201d48272a57 |
Fix bugs related to the virtual TPM. Also make the vTPM |
2006-02-16 |
kaf24 |
8876:b85d62caa347 |
Fix a dead download url for ccache when building the xm-test ramdisk. |
2006-02-16 |
kaf24 |
8875:2d00d405ef9f |
VTPM Tools: Fix threading bug in vtpm_manager while using NPTL. Now |
2006-02-16 |
kaf24 |
8874:761275bcf825 |
Fix Xen builds with perfc=y and perfc_arrays=y. |
2006-02-16 |
kaf24 |
8873:50b1fe78e2e8 |
Sync Xen's mpspec.h with Linux 2.6.16-rc2 codebase. |
2006-02-16 |
kaf24 |
8872:40d7eef7d3f5 |
Re-enable VGA acceleration under the new phys_to_machine_mapping. |
2006-02-16 |
kaf24 |
8871:0d10fac28427 |
New memory_op subcall XENMEM_translate_gpfn_list. |
2006-02-16 |
kaf24 |
8870:2b0078f771cc |
Upgrade mpparse.c to linux-2.6.16-rc2 codebase. |
2006-02-16 |
vhanquez |
8869:18fa851b6dc6 |
When xc_linux_build fails without a meaninful errno, force errno to EINVAL |
2006-02-16 |
kaf24 |
8868:a543a4778a7d |
Fix problems with direct-mapping handling especially when |
2006-02-16 |
kaf24 |
8867:bee659de2a36 |
Add back code to zero the 'saved eflags' value on vmx vmexit. |
2006-02-16 |
kaf24 |
8866:c53a9a3be3f7 |
Clean up swiotlb_init() decls. |
2006-02-16 |
kaf24 |
8865:b32cad914390 |
Upgrade smpboot.c to linux-2.6.16-rc2 codebase. |
2006-02-16 |
vhanquez |
8864:c6c739bf254d |
Fix Makefile problem when "gcc -v" includes a '/' |
2006-02-16 |
cl349 |
8863:fcbc33a437ec |
Fix upgrade omissions. |
2006-02-16 |
cl349 |
8862:d2f42c284459 |
Check for the entire kernel range for temporarily cleared PMD entries. |
2006-02-16 |
cl349 |
8861:c62a5327e6a8 |
Fix prototype mismatch. |
2006-02-15 |
cl349 |
8860:1ca3d63e7008 |
Update to Linux 2.6.16-rc3. |
2006-02-15 |
kaf24 |
8859:1346a69694be |
Clean up grant-table code and replace uses of get_user |
2006-02-15 |
cl349 |
8858:765b0657264d |
Cleanup x86/x86_64 apic.c files. |
2006-02-15 |
kaf24 |
8857:fd3f1e38fdcf |
Fix x86/64 build for gcc-4.1-pre. |
2006-02-15 |
kaf24 |
8856:138e145f83f6 |
Fix non-x86 build. |
2006-02-15 |
cl349 |
8855:75af08f657be |
Set feature flags for shadow translate mode guests. |
2006-02-15 |
cl349 |
8854:de0408f095f8 |
Fix building the p2m table for shadow translate mode guests. |
2006-02-15 |
kaf24 |
8853:166322cd55df |
Fix to previous changeset: CLTS must be unconditional in |
2006-02-15 |
kaf24 |
8852:7d89f672aa49 |
More fixes to HVM FPU management. Mostly for SVM, but also |
2006-02-14 |
kaf24 |
8851:ee6f025fb264 |
Clean up save_init_fpu(). |
2006-02-14 |
kaf24 |
8850:646edff07475 |
Fix gcc4 build. |
2006-02-14 |
kaf24 |
8849:70024ebbdf55 |
Clarify lazy FPU management in VMX domains. |
2006-02-14 |
kaf24 |
8848:39b392a22002 |
Fix segment-register dumping in show_registers(). |
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 |
2006-02-07 |
john levon |
8787:859c8d66b203 |
Fix pygrub to handle timeout of -1 (wait forever). |
2006-02-07 |
cl349 |
8786:e9d78d8bd568 |
Clean up the TPM stack a bit. |
2006-02-07 |
kaf24 |
8785:aefd8b8c6b1f |
Since USER_PTRS_PER_PGD depends on TASK_SIZE and thus on the current |
2006-02-07 |
cl349 |
8784:581d4a0ac729 |
Fix ia32 support. |
2006-02-07 |
kaf24 |
8783:5caf1de3f268 |
Apply stricter checking to RDMSR/WRMSR emulations. |
2006-02-07 |
cl349 |
8782:df98f37a88b0 |
Fix x86_64 SMP support. |
2006-02-09 |
awilliam |
8781:6526a91d5555 |
[IA64] take start_info page from dom0 page not from xen heap. |
2006-02-09 |
awilliam |
8780:ecc8595f2c0b |
[IA64] evtchn_ia64 spin lock - fix dead lock |
2006-02-09 |
awilliam |
8779:7b2399cb6508 |
[IA64] zero clear page for pgd, pmd, pte. |
2006-02-09 |
awilliam |
8778:9eb9fa8a9933 |
[IA64] fix name conflict(map_domain_page) |
2006-02-09 |
awilliam |
8777:9c6cd777259b |
[IA64] remove CLONE_DOMAIN0 and DOMU_AUTO_RESTART for simplicity. |
2006-02-09 |
awilliam |
8776:535d29342e42 |
[IA64] remove set_gpfn_from_mfn from config.h |
2006-02-09 |
awilliam |
8775:74b1de89e9f7 |
[IA64] added multicall |
2006-02-07 |
kaf24 |
8774:2710f2fe624a |
Clarify dual licensing of gnttab.[ch] files in Linux. |
2006-02-07 |
cl349 |
8773:87a83b44930b |
Fix x86_64 guest console support. |