age |
author |
revision |
description |
2006-03-03 |
emellor |
9132:d088ce2d3528 |
Merged. |
2006-03-03 |
emellor |
9131:9e19dcb05f56 |
Wait for the devices configured at start-up, before allowing the boot to |
2006-03-03 |
emellor |
9130:c8c0f99193d4 |
Change the way that reboot-timeouts are handled. Rather than refreshing the |
2006-03-03 |
emellor |
9129:2274f293af41 |
Added further integrity checking, this time checking for duplicate directory |
2006-03-03 |
emellor |
9128:871f768aadc6 |
Cope when the filename returned by losetup for an existing loop device is not |
2006-03-02 |
emellor |
9127:1a1e3dcbbf19 |
Cope if xenstore is down. |
2006-03-02 |
emellor |
9126:26af50da86b7 |
Added hashtable implementation, to support the reachability check against the |
2006-03-03 |
kaf24 |
9125:fab6deef7e87 |
Domain0 identifies IOAPIC by physical base address rather than BIOS-assigned identifier. |
2006-03-03 |
kaf24 |
9124:8aa45d7713e3 |
Clean up PIT-thru-ioapic setup. We don't need the legacy missed-tick |
2006-03-03 |
kaf24 |
9123:a0c07e32000a |
Minor enhancements to gdbbuild, the build script for gdbserver-xen. |
2006-03-03 |
kaf24 |
9122:658528fe2b9a |
It's not necessary to define a function for dumping virtual IOAPIC |
2006-03-03 |
kaf24 |
9121:e0d8c23acaa7 |
Add a description of the virtual TPM interface to the interface |
2006-03-03 |
kaf24 |
9120:4e7c8eae6775 |
This patch undoes 8697 and makes xm reboot/shutdown work again. This code |
2006-03-03 |
kaf24 |
9119:7eafbed44734 |
Raises an explicit error message when the domain config file specifies |
2006-03-03 |
kaf24 |
9118:0f368e70b4eb |
VTPM fixes: |
2006-03-03 |
kaf24 |
9117:ec7802acc8c9 |
Fix up some issues I found when porting PPC to the new common gdb stub code: |
2006-03-03 |
kaf24 |
9116:f3661f9a95dd |
VTPM_Tools: Fix error when closing only vtpm, and fix restore bug when |
2006-03-03 |
kaf24 |
9115:46a6d9626911 |
Ignore external (user-provided) CFLAGS when building vmxassist and hvmloader. |
2006-03-03 |
kaf24 |
9114:29f8c87bd8fd |
Add a 'clear trap table' path to set_trap_table hypercall, taken when |
2006-03-02 |
kaf24 |
9113:af04fef70bad |
Don't compile HVM_DBG_LOG into xen by default. |
2006-03-02 |
kaf24 |
9112:316fafc6d743 |
Fix libxc warnings with gcc-4.1 and glibc-2.3.90. |
2006-03-02 |
kaf24 |
9111:dfa7ba9c1296 |
Many fixes and cleanups for lomount: |
2006-03-02 |
kaf24 |
9110:fd102a15436f |
Change debug level of vmx_io_instruction to DBG_LEVEL_IO. |
2006-03-02 |
kaf24 |
9109:b50d3fca138e |
Add empty files need to fix ia64 build. |
2006-03-02 |
kaf24 |
9108:990b436099be |
Clean up use of wait_event_interruptible(). |
2006-03-02 |
cl349 |
9107:8f1f6c70e4f5 |
linux-x86-64: eliminate duplicate exports |
2006-03-02 |
cl349 |
9106:f6445afee702 |
Remove unnecessary include statements. |
2006-03-02 |
cl349 |
9105:5ef601da9c2c |
linux: clean up setup_arch_post.h |
2006-03-02 |
kaf24 |
9104:cfbf7332d616 |
While native code range-checks the requested address, possibly |
2006-03-02 |
kaf24 |
9103:4dd325c1d87d |
A few changes to the new 'guest handle' interface: |
2006-03-02 |
kaf24 |
9102:e639d53330ba |
Make sure that installed files have sensible permissions and are owned by the |
2006-03-02 |
kaf24 |
9101:d9f980fabc18 |
Fix problems when creating HVM guest on PAE host with >4G physical memory. |
2006-03-02 |
kaf24 |
9100:eeac4fdf02ed |
merge |
2006-03-02 |
kaf24 |
9099:7edd64c8bb36 |
Fix printing of u64 value 'msr_content' to use PRIx64 format. |
2006-03-02 |
kaf24 |
9098:385ddb11971d |
Merge xen-ia64-unstable.hg |
2006-03-02 |
emellor |
9097:34b7dd72aa55 |
Merged. |
2006-03-02 |
emellor |
9096:c400eb3ea6dc |
Fix violation of C90 mixed-code-and-declarations restriction. |
2006-03-02 |
vhanquez |
9095:47e0d6fa741e |
Removing out-of-date unused file. |
2006-03-02 |
emellor |
9094:cff782f65c4d |
Fix printf. |
2006-03-02 |
emellor |
9093:689da5e0a970 |
Added a basic integrity checker, and some basic ability to recover from store |
2006-03-02 |
emellor |
9092:849723752858 |
Silence the messages that are emitted when removing nodes that already have |
2006-03-02 |
emellor |
9091:b2d3117cc7ed |
Avoid a race between Xend removing the vm entries corresponding to a domain, |
2006-03-01 |
kaf24 |
9090:6734682d2fd0 |
Fix problems with HVM PAE guests with >4GB memory. |
2006-03-01 |
kaf24 |
9089:9bde2889635c |
Add SVM 32bit msr support (combined both 32bit with 64bit functions) |
2006-03-01 |
kaf24 |
9088:072d51860554 |
Clean up SVM 32-bit exits.S file (remove all tsc/fpu). |
2006-03-01 |
kaf24 |
9087:b0dfd76ef5d2 |
Revert two uses of CONFIG_PAGING_LEVELS to CPP rather than C predicate. |
2006-03-01 |
kaf24 |
9086:e0f66dbe4b13 |
map_domain_page() now handles running on idle page tables. |
2006-03-01 |
kaf24 |
9085:4d979b6689ea |
Disallow cmpxchg8b ptwr emulation for non-pae. Also a few cleanups. |
2006-03-06 |
awilliam |
9084:ede16886f979 |
[IA64] #if 0'd useless code in timer handled. |
2006-03-06 |
awilliam |
9083:c668c6abb5f0 |
[IA64] Warnings removal and small cleanups. |
2006-03-06 |
awilliam |
9082:c870c7f66abc |
[IA64] fix INVALID_M2P_ENTRY and INVALID_M2P macro |
2006-03-03 |
awilliam |
9081:983311b895be |
[IA64] VTI: Use 16K page size to emulate guest physical mode |
2006-03-03 |
awilliam |
9080:333db05b8bbb |
[IA64] Avoid double reclaim dom0 image and dom0 initrd |
2006-03-01 |
awilliam |
9079:b4f1084177cc |
[IA64] sparse update for 2.6.16-rc5 |
2006-03-01 |
awilliam |
9078:d4b26e74e310 |
[IA64] default to SMP |
2006-03-01 |
awilliam |
9077:c1daa52dd0bf |
[IA64] Turn on CONFIG_XEN_BLKDEV_BACKEND |
2006-03-01 |
awilliam |
9076:673f62edbfbe |
merge |
2006-03-01 |
emellor |
9075:d8451bb6278c |
Remove unused #include <sys/ioctl.h>. |
2006-03-01 |
kaf24 |
9074:bd816eee9cf6 |
Clean wrpt state when emulating CR3 write. |
2006-02-28 |
kaf24 |
9073:a376bab39768 |
SVM patch to add 64bit hv support. |
2006-02-28 |
kaf24 |
9072:a66763eb86fe |
Allow tpmfront/tpmback to be built as modules. |
2006-02-28 |
kaf24 |
9071:271cb04a4f2b |
Allow netback to be built as a module. |
2006-02-28 |
kaf24 |
9070:ead0b7fcad3a |
Allow blkback to be built as a module. |
2006-02-28 |
kaf24 |
9069:8ac43508b33b |
Avoid using unexported add_timer_on() function in netback driver. |
2006-02-28 |
kaf24 |
9068:c369d960f96b |
Sketch a new interface for transferring hypercall arguments in memory. |
2006-02-28 |
kaf24 |
9067:62309ca8b708 |
Clean up management of 'initial images' temporary buffers. |
2006-02-28 |
kaf24 |
9066:e5aba4f62131 |
Fix tools Makefiles to respect CFLAGS. Disable stack-smash |
2006-02-28 |
kaf24 |
9065:e77ea156075c |
Add 'm' debug key to print free-memory info. |
2006-02-28 |
kaf24 |
9064:034af52f0df7 |
Fix a multi HVM domain issue (bugzilla bug #542): |
2006-02-28 |
kaf24 |
9063:79a93530121b |
Fix SVM cr0 handling. |
2006-02-28 |
kaf24 |
9062:933d0d70378f |
Fix SVM PAE support. |
2006-02-28 |
kaf24 |
9061:0820df08a996 |
Fix SVM guest pin timer migration logic. |
2006-02-28 |
kaf24 |
9060:985879d9d935 |
Fix SVM vlapic logic. |
2006-02-28 |
kaf24 |
9059:a2dce576313f |
Removing hvm_safe_block() from the SVM hlt function avoids SVM guest problems. |
2006-02-27 |
emellor |
9058:5262bd9e9d19 |
Merged. |
2006-02-27 |
emellor |
9057:c028ba081c84 |
Reconstitute the ip parameter correctly. Closes bug #491. |
2006-02-27 |
emellor |
9056:b6af6ab53c67 |
Use cleverer sed pattern to avoid use of head -1. |
2006-02-27 |
emellor |
9055:b30564f40914 |
Break out the hotplug cleanup code into xen-hotplug-cleanup. Claim the block |
2006-02-27 |
Ian Campbell |
9054:b470657718fe |
Add support for configuring feature flags when starting guests. |
2006-02-27 |
cl349 |
9053:3b74edc512b4 |
Update to Linux 2.6.16-rc5. |
2006-02-27 |
kaf24 |
9052:0416b6ba8c37 |
Check feature flag supervisor_mode_kernel in dom0 builder. |
2006-02-27 |
kaf24 |
9051:5adaa6908727 |
Allow a guest to switch pagetables 'atomically'. That is, the new pagetables |
2006-02-27 |
emellor |
9050:38d9f4cbbc1e |
Merged. |
2006-02-27 |
emellor |
9049:8e3865296e31 |
Move files that have appeared in the wrong place due to incorrect patch -p setting. |
2006-02-27 |
kaf24 |
9048:0cb40b7f7840 |
xen/ia64 uaccess is still linux style with different declaration as |
2006-02-27 |
kaf24 |
9047:cc9ed0eea55a |
Fix a missed unmap in __entry(). |
2006-02-27 |
emellor |
9046:d741fa272309 |
While testing TCP & UDP tests (coming soon), I tracked down a bug in the |
2006-02-27 |
emellor |
9045:136aea67b369 |
The attached patch does the following: |
2006-02-27 |
emellor |
9044:911f3ecd975e |
The attached patch breaks out |
2006-02-27 |
kaf24 |
9043:ee8041b0ab86 |
Add a compile time option to enable domain 0 running in ring 0. |
2006-02-27 |
Ian Campbell |
9042:6060937db0fe |
merge |
2006-02-27 |
Ian Campbell |
9041:57cd768791d1 |
List pae_pgdir_above_4gb in features for x86/32 Linux kernel. |
2006-02-27 |
Ian Campbell |
9040:b75d80269ff4 |
merge. |
2006-02-27 |
Ian Campbell |
9039:c823e60207f0 |
Support XENFEAT_supervisor_mode_kernel in x86/64 HYPERVISOR_IRET macro |
2006-02-27 |
Ian Campbell |
9038:f1e5b29dd15a |
Only panic() if the dom0 kernel requires an unknown feature flag. |
2006-02-27 |
emellor |
9037:bf1dc22ca24c |
Merged. |
2006-02-27 |
cl349 |
9036:e480a5db8abb |
Fix non-xen build for: Make the fixmap area moveable in kernel address space. |
2006-02-27 |
cl349 |
9035:bf594e88f046 |
Add arch/i386/mm/pgtable.c to sparse tree. |
2006-02-27 |
cl349 |
9034:55f597e929f3 |
Fix non-xen build for: Move the gate page (vsyscall) out of the fixmap area |
2006-02-27 |
cl349 |
9033:dbec76a720f8 |
Add include/asm-i386/{fixmap,page}.h to sparse tree. |
2006-02-27 |
kaf24 |
9032:ab982f583b73 |
Define strlcpy() in include/xen/string.h |
2006-02-26 |
kaf24 |
9031:5541ea99106a |
Periodically sytnchronize Xen's wallclock time with NTP-synchronized time in domain0. |
2006-02-26 |
kaf24 |
9030:af6a564ea81c |
The disk isn't guaranteed to be the first device in the config sxp -- |
2006-02-26 |
kaf24 |
9029:c7550ed2ccbf |
pygrub currently takes a file on the command line to mean a config file |
2006-02-26 |
kaf24 |
9028:a861cbd578f2 |
Instead of using a static filename in the guest bootloader, use a random |
2006-02-26 |
kaf24 |
9027:b567eb77399f |
Add 'console=xxx' to the Xen serial console section to make it obvious |
2006-02-26 |
kaf24 |
9026:a5830f7fd7e0 |
Cross-compilation fixes (x86/64 on i386). |
2006-02-25 |
kaf24 |
9025:0d7c3c47ad20 |
Fix assertion. |
2006-02-25 |
kaf24 |
9024:d0b7281556f2 |
New VCPUOP_register_runstate_memory_area hypercall. Avoids |
2006-02-25 |
kaf24 |
9023:c375c2109452 |
Update Linux time IRQ handler to understand the new stolen/blocked cycle counts |
2006-02-25 |
kaf24 |
9022:2303fb4682e7 |
New VCPUOP_get_runstate_info hypercall. Returns information about the current |
2006-02-25 |
kaf24 |
9021:a9f3abcc4149 |
Avoid pcnet dm packet loss / corruption. |
2006-02-24 |
kaf24 |
9020:8b42c8aea36a |
Split XENFEAT_ feature flags into new header file features.h. |
2006-02-24 |
kaf24 |
9019:e92dd21483bd |
Fix up CPU allocation and topology reporting. |
2006-02-24 |
kaf24 |
9018:3048761dc368 |
Quieten down MSR access warnings. |
2006-02-24 |
kaf24 |
9017:ec92f986411e |
Default minimum number of receive buffers queued by netfront is now 64, not 8. |
2006-02-24 |
kaf24 |
9016:cf1c1bb9f6d2 |
Bring up AP of VMX domain. |
2006-02-24 |
kaf24 |
9015:71f2d19cd3a5 |
Clean up p2m functions. |
2006-02-24 |
kaf24 |
9014:1980e01346a7 |
Two missing exports (one of them needed only for PAE) prevented netfront from being built as a module. |
2006-03-01 |
awilliam |
9013:88f97bb8f3ae |
[IA64] Every processor call xen_early_setup (required on SMP-guest to set ivt). |
2006-03-01 |
awilliam |
9012:18b0911d936d |
[IA64] warning cleanup |
2006-03-01 |
awilliam |
9011:cfe20f41f043 |
[IA64] VTI: updated vtlb, support_non_contiguous memory on vtidomain |
2006-02-28 |
awilliam |
9010:e58ff5fd3550 |
[IA64] Unused fields in mm_struct commented out. |
2006-02-28 |
awilliam |
9009:b417cb20f1db |
[IA64] Misc clean-up and warnings removal. |
2006-02-28 |
awilliam |
9008:4db98649cc36 |
[IA64] xen_timer_interval removed (was not used). |
2006-02-28 |
awilliam |
9007:f4b83d04643c |
[IA64] delivery_mask removed (was unused). |
2006-02-28 |
awilliam |
9006:8ee4d4dac552 |
[IA64] Found the lost memory |
2006-02-28 |
awilliam |
9005:0b0be946cf9c |
[IA64] cleanup warning in xen/ia64 (arch/ia64/xen) |
2006-02-28 |
awilliam |
9004:bd9cb8dc97b6 |
[IA64] cleanup warning in xen/ia64 (arch/ia64/linux-xen) |
2006-02-28 |
awilliam |
9003:5e751dddf4d0 |
[IA64] cleanup warning in xen/ia64 (arch/ia64/linux) |
2006-02-28 |
awilliam |
9002:ff019fb073e4 |
[IA64] cleanup warning in xen/ia64 (include/asm-ia64) |
2006-02-28 |
awilliam |
9001:b5a6da522577 |
[IA64] Cleanup hypercall.h |
2006-02-27 |
awilliam |
9000:a220579c2aa8 |
[IA64] fix SMP bug for vhpt |
2006-02-27 |
awilliam |
8999:a4a4a28a1686 |
[IA64] warning removal: NR_CPUS |
2006-02-27 |
awilliam |
8998:21f633fd90e4 |
[IA64] SMP_HOST: Alloc vhpt from domheap |
2006-02-24 |
awilliam |
8997:6c43118bdba8 |
merge |
2006-02-24 |
kaf24 |
8996:0807931dfa54 |
Another tiny C89 fix. |
2006-02-24 |
cl349 |
8995:4f838d2ac31a |
linux-i386: cleanup head.S, sync default_ldt and {new,boot}_cpu_data with native. |
2006-02-24 |
Ian Campbell |
8994:e0f563e8db9f |
Implement direct iret to guest kernel where possible in HYPERVISOR_IRET macro. |
2006-02-24 |
kaf24 |
8993:e33ebd143767 |
Tools changes for per-vcpu io event channel on IA64. |
2006-02-24 |
kaf24 |
8992:70575c8cab99 |
Return <4GB memory back to Xen when destroying a PAE pgdir. |
2006-02-24 |
kaf24 |
8991:5e73c92e5f1f |
This patch allows for compilation with C89 era compilers, by removing the |
2006-02-24 |
kaf24 |
8990:407a50974a46 |
Cset 8950 adds shadow info dump in common code, however |
2006-02-23 |
kaf24 |
8989:c646586d1065 |
Use common IRET macro for all exits from XenLinux. Currently |
2006-02-23 |
kaf24 |
8988:49c02a7a92dd |
Remove TBF_SLOW_IRET hack from x86/64 Xen return-to-guest |
2006-02-23 |
kaf24 |
8987:436c4c83a200 |
Remove explicit munging of selector RPLs from Xen Linux x86/64. |
2006-02-23 |
vhanquez |
8986:643940bb3e50 |
initialize few structure fully to zero with talloc_zero |
2006-02-23 |
cl349 |
8985:b40aefd658c0 |
Output which shadow mode is used, if any. |
2006-02-23 |
cl349 |
8984:d161c07014a3 |
Make the fixmap area moveable in kernel address space. |
2006-02-23 |
cl349 |
8983:822a27d28afe |
Move the gate page (vsyscall) out of the fixmap area into user address space, |
2006-02-23 |
cl349 |
8982:875e0e96e574 |
Add include/asm-i386/{a.out,elf}.h to sparse tree |
2006-02-23 |
kaf24 |
8981:13e4df60caf1 |
Add XENFEAT feature parsing to the domain 0 builder in Xen. |
2006-02-23 |
kaf24 |
8980:b883ef5fad48 |
Remove some unnecessary diffs vs. native Linux. We now don't use the Xen |
2006-02-23 |
kaf24 |
8979:3dde68484683 |
Fix netfront receive path for auto_translate_physmap mode. |
2006-02-23 |
kaf24 |
8978:066ac36725f3 |
Disable pagetable pinning for shadow-mode-refcount guests. |
2006-02-23 |
kaf24 |
8977:f84d5cdd9895 |
Clean up segment selector fixup and validation. |
2006-02-23 |
kaf24 |
8976:4f4625f80528 |
Rename XENFEAT_ring0_kernel to slightly more generic XENFEAT_supervisor_mode_kernel. |
2006-02-23 |
kaf24 |
8975:ef31d088adeb |
Silenty ignore calls to xen_create_contiguous_region() when running |
2006-02-23 |
kaf24 |
8974:0349fb4de335 |
Clean up some vmx code. |
2006-02-23 |
kaf24 |
8973:5bf4d9a9694f |
Whenever the slice of a domU is set to 0, sedf_adjdom() sets extraweight |
2006-02-23 |
kaf24 |
8972:323d40eefbce |
Update the hypercalls in Mini-OS to reflect the current state in XenLinux. |
2006-02-23 |
kaf24 |
8971:cb14f4db7a1e |
Per-vcpu IO evtchn support for VT-i guests (ia64). |
2006-02-23 |
kaf24 |
8970:b5bb9920bf48 |
Per-vcpu IO evtchn patch for HVM domain. |
2006-02-22 |
emellor |
8969:175ad739d8bc |
Adding a second IP address onto eth0 causes the vif-* hotplug scripts to |
2006-02-22 |
Ian Campbell |
8968:697fac283c9e |
Add feature flag allowing guest kernel to run in domain 0. |
2006-02-22 |
kaf24 |
8967:f1c75df46b46 |
Cset 8916 missed two extra pages for VT-i domain and thus breaks domain |
2006-02-22 |
kaf24 |
8966:049929854f7f |
Fix gcc warning and clean a piece of code in arch_set_info_guest to avoid |
2006-02-22 |
kaf24 |
8965:8fb4392c1d87 |
Change shadow_direct_map_init/clean param from vcpu to domain. |
2006-02-22 |
Ian Campbell |
8964:8946b6dcd49e |
Fix x86_64 Xen build. |
2006-02-22 |
cl349 |
8963:ed274ca1fbb7 |
Don't reload segment registers -- it's done later in generic code. |
2006-02-22 |
Ian Campbell |
8962:f06f8c9a13d1 |
Move lgdt_finish inline |
2006-02-22 |
Ian Campbell |
8961:32a74fa9e221 |
List supported feature flags in __xen_guest section. |
2006-02-22 |
Ian Campbell |
8960:2d3124df8a0e |
Validate the segment selectors passed to arch_set_info_guest(). |
2006-02-22 |
Ian Campbell |
8959:229c602a075a |
Allow Xen to truncate x86_32 segment limits to the correct value |
2006-02-22 |
pl |
8958:b41e19644271 |
XM-Test takes a really long time to build the initrd it uses for testing. This patch to the Makefile allows you to specify INITRD="url" when running make existing to make it download a prebuilt copy of the initrd from a repository. |
2006-02-22 |
kaf24 |
8957:13e9fdaeed27 |
When thermal interrupt happened when vmx guest is running, |
2006-02-22 |
kaf24 |
8956:03bc4062fe5f |
Fix HVM x86-32 PAE guest support on 64-bit Xen. |
2006-02-21 |
kaf24 |
8955:5abf652c4c52 |
Fix SVM instruction decode, fixing problem with gfxboot package. |
2006-02-21 |
kaf24 |
8954:e9d5563c08be |
Fix 64b build breakage. |
2006-02-21 |
kaf24 |
8953:2f515e08edfc |
inst_len in HVM mmio handler must be a signed variable, as |
2006-02-21 |
kaf24 |
8952:602bf0aa15ab |
Define constants for XENVER char array sizes. Allows Linux |
2006-02-21 |
kaf24 |
8951:f33e537c4ac5 |
Cleanups to tools since HVM domain P2M table and 1-1 table are built in xen. |
2006-02-21 |
kaf24 |
8950:1fd6e9c32b03 |
Fix cleanup path if an HVM guest fails very early, before direct map is built. |
2006-02-21 |
kaf24 |
8949:e8d044119316 |
No need for save_segments() on HVM 64b guest. |
2006-02-21 |
kaf24 |
8948:991c4d62d392 |
Add PAE option to HVM config file. |
2006-02-21 |
cl349 |
8947:2401f414d1ad |
tpm: Fixes and cleanup |
2006-02-21 |
cl349 |
8946:8005fbd31d8b |
Update ia64 sparse tree to Linux 2.6.16-rc4. |
2006-02-21 |
cl349 |
8945:1c7145a5bb43 |
Update to Linux 2.6.16-rc4. |
2006-02-20 |
cl349 |
8944:a05e56904e7e |
linux-i386: Fix CONFIG_X86_NO_TSS and CONFIG_X86_SYSENTER. |
2006-02-20 |
cl349 |
8943:687165bc9670 |
linux-i386: Cleanup stack pointer initialization at start of day. |
2006-02-20 |
cl349 |
8942:9fa969af72cd |
Suppress VIDEO_SELECT config option. |
2006-02-20 |
cl349 |
8941:834e209cec9f |
Add drivers/video/Kconfig to sparse tree. |
2006-02-20 |
cl349 |
8940:57af6b1cfa3a |
Fix I/O port address for first floppy controller on x86_64. |
2006-02-20 |
cl349 |
8939:0e9a0a469c6b |
Fix read_cr3() and use it. |
2006-02-20 |
cl349 |
8938:9bf99522ce5e |
Eliminate x86_64 idt_table. |
2006-02-20 |
cl349 |
8937:f572c467d9c3 |
Eliminate i386 idt_table. |
2006-02-20 |
cl349 |
8936:ff83b29ebe9a |
Add arch/i386/Kconfig.cpu to sparse tree. |
2006-02-20 |
vhanquez |
8935:e9e319c61a1e |
do not BUG() if memory cannot be allocated, just wait. |
2006-02-20 |
vhanquez |
8934:011d6df76979 |
alloc_netdev must be freed with free_netdev, not directly by kfree. |
2006-02-20 |
cl349 |
8933:bea58b594c4a |
Simplify utoa macro, make it identical with x86_64 version. |
2006-02-20 |
cl349 |
8932:012e133941fc |
Eliminate hard coded items from x86_64 __xen_guest section |
2006-02-20 |
cl349 |
8931:c93c6b392ce5 |
Eliminate hard coded items from i386 __xen_guest section |
2006-02-20 |
cl349 |
8930:946a45f07351 |
Fix loading binary kernel images. |
2006-02-20 |
cl349 |
8929:82f6786a0aa8 |
Eliminate tss - tss is meaningless in a paravirtualized kernel |
2006-02-20 |
cl349 |
8928:f0a8a0a9a6f5 |
Add arch/x86_64/kernel/{asm-offsets,init_task}.c to sparse tree. |
2006-02-20 |
cl349 |
8927:16a91d8dd8ed |
Eliminate tss - tss is meaningless in a paravirtualized kernel |
2006-02-20 |
cl349 |
8926:f97dd89691e7 |
Add arch/i386/kernel/{asm-offsets.c,sysenter.c,vm86.c,vsyscall.S} to sparse tree. |
2006-02-20 |
vhanquez |
8925:3083585fb248 |
missing "is not set" string in one config option. |
2006-02-20 |
vhanquez |
8924:e574a09635e8 |
Set default HZ to 100. |
2006-02-20 |
cl349 |
8923:93e870416c93 |
Allow CPU frequency option on x86_64 for privileged guests. |
2006-02-20 |
cl349 |
8922:832649128a0c |
Don't define ARCH_APICTIMER_STOPS_ON_C3. |
2006-02-20 |
cl349 |
8921:5b4ff470dcc6 |
Add include/asm-{i386,x86_64}/apic.h to sparse tree. |
2006-02-19 |
kaf24 |
8920:20b95517cbf1 |
Fix get_mfn_from_gpfn_foreign for HVM guests. |
2006-02-24 |
awilliam |
8919:d940ec92958d |
[IA64] SMP_HOST: map pal code on smp host |
2006-02-24 |
awilliam |
8918:c18c63f87b7d |
[IA64] VTI: Fix two bugs |
2006-02-24 |
awilliam |
8917:67ea7868089b |
[IA64] Clean up warnings related to VTi code. (header files) |
2006-02-24 |
awilliam |
8916:0f59ace5442c |
[IA64] Clean up warnings related to VTi code. (C files) |
2006-02-24 |
awilliam |
8915:d44e8ace51a3 |
[IA64] redefine raw_smp_processor_id() |
2006-02-24 |
awilliam |
8914:a2bb5a3242a1 |
[IA64] another one to remove unused linux files within xen/ia64 |
2006-02-24 |
awilliam |
8913:b7e2628695e3 |
[IA64] Remove unused Linux stuff |
2006-02-24 |
awilliam |
8912:74bb3750f48e |
[IA64] fix ia64 cset 8906 |
2006-02-24 |
awilliam |
8911:17adc9c5984a |
[IA64] bug fix reserve_memory() |
2006-02-24 |
awilliam |
8910:0bd35cce6611 |
[IA64] import linux/include/asm-ia64/meminit.h from 2.6.16-rc3. |
2006-02-24 |
awilliam |
8909:c1ba4af23ec9 |
[IA64] minor bug fix in xensetup.S |
2006-02-24 |
awilliam |
8908:f94931b07c67 |
[IA64] tlb miss fix |
2006-02-24 |
awilliam |
8907:5de0ee4ae76b |
[IA64] acpi printf fix |
2006-02-24 |
awilliam |
8906:062ab30ba434 |
[IA64] cleanup itir_ps(), itir_mask() |
2006-02-24 |
awilliam |
8905:2a2aaef05d70 |
[IA64] hypercall cleanup |
2006-02-24 |
awilliam |
8904:4f03ac87d31b |
[IA64] assign_new_domain0_page |
2006-02-23 |
awilliam |
8903:60aa296ccf4c |
[IA64] Provides right frequency ratio and base for VTi domain |
2006-02-18 |
awilliam |
8902:111af742e414 |
[IA64] gcc-4.0 build fix |
2006-02-18 |
awilliam |
8901:f53282b4b33a |
[IA64] add CONFIG_XEN to sal.c sparse file |
2006-02-18 |
awilliam |
8900:ded14681ae84 |
merge |
2006-02-18 |
kaf24 |
8899:864dcee1f899 |
Missing file from previous changeset. |
2006-02-18 |
kaf24 |
8898:eaeb26494a39 |
Enable x86_32 PAE unmodified guests on 64-bit Xen when the hvm feature |
2006-02-18 |
kaf24 |
8897:39f624f2b241 |
Include an extra header file in xenbus.h. Fixes ia64 build. |
2006-02-18 |
kaf24 |
8896:986847767d2d |
Fix debug build. |
2006-02-18 |
kaf24 |
8895:e05c67854218 |
Svm patch to remove unneeded update_pagetables(). |
2006-02-18 |
kaf24 |
8894:f933aae43044 |
Svm patch to fix asid logic on multicore. |
2006-02-18 |
kaf24 |
8893:0851d92183a1 |
Svm patch to cleanup the injection logic and consolidate into one function. |
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. |
2006-02-07 |
kaf24 |
8772:55268b90a519 |
Remove the PHYSDEV_ACCESS configure option from Linux. |
2006-02-06 |
kaf24 |
8771:707cb68a391f |
Remove CONFIG_VMX and CONFIG_SVM compile options. Support |
2006-02-06 |
kaf24 |
8770:f030f4b565a5 |
Allows x86_32 PAE Xen to run VMX domains (2-level guest page |
2006-02-06 |
cl349 |
8769:17b5d5cca484 |
Update ia64 to 2.6.16-rc2. |
2006-02-06 |
cl349 |
8768:5a37d91b1587 |
Fix context copy code in NMI handler. |
2006-02-06 |
kaf24 |
8767:0defafc42af4 |
Fix hypercall_table size in x86/64. |
2006-02-06 |
kaf24 |
8766:40c152531072 |
A few trivial cleanups from the HVM merge. |
2006-02-06 |
kaf24 |
8765:9eb1a1a6e16d |
No C1-Clock Ramp disabling on AMD processors. The tiny drift |
2006-02-06 |
cl349 |
8764:d3547993be94 |
Fix "kernel direct mapping tables" printk. |
2006-02-06 |
kaf24 |
8763:2687e3fc5dd4 |
Clean up -g in CFLAGS. |
2006-02-06 |
cl349 |
8762:1bc2d1fe503c |
Fill hypercall_page so that its VA space doesn't get used for code. |
2006-02-06 |
kaf24 |
8761:c5fd98fcb127 |
Temporary fix to include PTY support in domU builds. |
2006-02-04 |
kaf24 |
8760:bf176086255b |
Update the TPM hotplug scripts to determine the reason of a |
2006-02-03 |
kaf24 |
8759:6f7c5439a6c4 |
Fix show_registers() on x86/64. Get rid of |
2006-02-03 |
cl349 |
8758:57e6d7218427 |
Fix hypercall_page location on x86_64. |
2006-02-03 |
cl349 |
8757:7cd3d2e41559 |
Update patches for Linux 2.6.16-rc2. |
2006-02-03 |
cl349 |
8756:ce9170da40ae |
Update x86_32 -xen config file for PAE builds. |
2006-02-03 |
cl349 |
8755:47a2eb32002a |
Update to Linux 2.6.16-rc2. |
2006-02-03 |
cl349 |
8754:a3f4357a9e16 |
Update x86_32 -xen config file for PAE builds. |
2006-02-03 |
kaf24 |
8753:ad0c3fa46c76 |
Fix up the new non-paging direct_map shadow pagetable mode |
2006-02-03 |
kaf24 |
8752:0e7bdd973e17 |
Build the phys_to_machine_mapping array in Xen rather than |
2006-02-03 |
kaf24 |
8751:0bd023cf351e |
I have previously posted a patch with changes to the xenbus for being |
2006-02-03 |
kaf24 |
8750:6d9b7a0ba238 |
Get ia64 working again on xen-unstable after cset 8736. |
2006-02-03 |
cl349 |
8749:aeaa1f0dedd8 |
One more fix to the buildsystem ($^ is not $<). |
2006-02-03 |
cl349 |
8748:6b14b81dc5a8 |
Fix another corner case in the build system. |
2006-02-03 |
cl349 |
8747:959ba341631c |
Update ignores for .bz2 patches in top level directory. |
2006-02-03 |
stekloff |
8746:7bafcb7c24eb |
Make "make disk.img" not require building the entire buildroot if initrd |
2006-02-03 |
cl349 |
8745:514f2585d102 |
Converge the TPM drivers in the Xen repository |
2006-02-02 |
cl349 |
8744:cc63196c0d2f |
Fix buildsystem. |
2006-02-02 |
cl349 |
8743:3b9c2c410b14 |
Revert ia64 changes from previous checkin. |
2006-02-02 |
cl349 |
8742:2494b4e00cbb |
Update to Linux 2.6.16-rc1-git4. |
2006-02-02 |
jrb44 |
8741:da6297243495 |
There is a known "xm console" issue related with VMX. When "serial" is |
2006-02-02 |
cl349 |
8740:3d7ea7972b39 |
Update patches for linux 2.6.15. |
2006-02-02 |
kaf24 |
8739:5d9f4e6c9519 |
Blacklist memory-mapped APIC-register pages in the domain0 |
2006-02-02 |
kaf24 |
8738:03382076472c |
Add argument-checking assertions to rangeset interfaces. |
2006-02-02 |
cl349 |
8737:1987bb42110a |
Fix and cleanup how we build i386/x86_64 swiotlb.o. |
2006-02-02 |
kaf24 |
8736:8aeb417387ca |
Fix some more pfn/mfn/gmfn/gpfn inconsistencies. Fix some direct |
2006-02-02 |
cl349 |
8735:f20c10ecef94 |
Updates ia64 to 2.6.15. |
2006-02-01 |
rread |
8734:927f9348206b |
use alternative mirror for gcc |
2006-02-01 |
Ian Campbell |
8733:a450063e64ab |
merge. |
2006-02-01 |
Ian Campbell |
8732:c84a051d8967 |
Add new feature XENFEAT_auto_translated_physmap. |
2006-02-01 |
Ian Campbell |
8731:0e87a5bd6e8b |
Unpack xen_features into an array of u8 'booleans' |
2006-02-01 |
rread |
8730:b96705f5343c |
use alternative mirror for gcc |
2006-02-01 |
cl349 |
8729:5a63f675107c |
Update to Linux 2.6.15. |
2006-02-01 |
vhanquez |
8728:d609de73b9fa |
Permit compilation of HOTPLUG_CPU on i386. |
2006-02-01 |
cl349 |
8727:2c5873f99fe5 |
Fix build. |
2006-02-01 |
kaf24 |
8726:0c94043f5c5b |
Rename physical-address-related variables and functions |
2006-02-01 |
cl349 |
8725:a12e08eb0209 |
Proper fix for profile_pc on x86_64. |
2006-02-01 |
cl349 |
8724:a3fbce644bcc |
fix compilation breaking when compiling time.c with FRAME_POINTER on x86_64 |
2006-02-01 |
kaf24 |
8723:61e7afb7344b |
The memset in init_switch_stack is overwriting the processor stack. |
2006-02-01 |
kaf24 |
8722:f081663ba941 |
Define gnttab_shared_gpfn() for use in common code. |
2006-02-01 |
kaf24 |
8721:80890ad194b1 |
No need for the rcu-nohz patch any more, as rcupdate.c was |
2006-01-31 |
cl349 |
8720:e9c1d88ab5d0 |
Disable CONFIG_HOTPLUG_CPU for now. |
2006-01-31 |
cl349 |
8719:6b66a8ce9bf8 |
Don't ignore .patch files. |
2006-01-31 |
cl349 |
8718:4b06313b9790 |
Update to Linux 2.6.14. |
2006-01-31 |
kaf24 |
8717:9a05a503897c |
Fix the ia64 build. |
2006-01-31 |
cl349 |
8716:9ef5f0ec9df8 |
Adapt Xenlinux/ia64 to build in the new subarch environment. |
2006-01-31 |
vhanquez |
8715:635678c0fccc |
add the hypercall_page to xenctx knowledge. |
2006-01-31 |
kaf24 |
8714:bcbe322d80d9 |
Clean up the adjdom change a little. |
2006-01-31 |
ack |
8713:85b79ab1e56d |
Fix VCPU locking in sched_adjdom for multi-VCPU guests |
2006-01-31 |
kaf24 |
8712:efd7c2f3b496 |
Fix 64-bit debug build. |
2006-01-31 |
vhanquez |
8711:d8598a7db684 |
allow compilation of 32 bits on biarch 64 bits. |
2006-01-31 |
kaf24 |
8710:9532090d250f |
Remove dummy definitions of __gpfn_to_mfn/__mfn_to_gpfn. |
2006-01-31 |
kaf24 |
8709:4e096b31833c |
mkhex script must be executable, but this was lost in the |
2006-01-31 |
kaf24 |
8708:f1b361b05bf3 |
Big merge the HVM full-virtualisation abstractions. |
2006-01-30 |
kaf24 |
8707:e4eb12a6e003 |
Fix the ia64 definition of MAX_DMADOM_PFN. |
2006-01-30 |
cl349 |
8706:fd9b2c1bb577 |
Update linux sparse tree to subarch layout. |
2006-01-30 |
kaf24 |
8705:690fc13948db |
Fix 64b build. |
2006-01-30 |
kaf24 |
8704:085fa65de809 |
I found some mistakes of argument by the do_* functions of hypercall. |
2006-01-30 |
sos22 |
8703:58d6a94cd163 |
Merge. |
2006-01-30 |
sos22 |
8702:6411e42ae497 |
Re-arrange things in the domain builder a bit so as to make sure that |
2006-01-30 |
kaf24 |
8701:a0a59beb6596 |
Split XENFEAT_writable_mmu_structures into |
2006-01-30 |
kaf24 |
8700:1712b52e0074 |
Move MAX_DMADOM_PFN to asm/config.h. |
2006-01-29 |
kaf24 |
8699:4cce50ba4520 |
Adding network testing support for xm-test with hvm. |
2006-01-29 |
kaf24 |
8698:d05c39dcc374 |
VMX support for xm-test currently doesn't support network tests for eth0 |
2006-01-29 |
kaf24 |
8697:11ed48af31d7 |
Ever since patchset 8648 (xen-unstable.hg) all my configuration files |
2006-01-29 |
kaf24 |
8696:f4fc27362892 |
Export the hypercall_page symbol to modules, otherwise they |
2006-01-28 |
kaf24 |
8695:1db05e589fa0 |
Replace the MMUEXTOP 'pfn hole' commands with a new |
2006-01-28 |
kaf24 |
8694:ce057aa33cad |
Clean up shadow-translate xen patches. Add abstractions |
2006-01-28 |
kaf24 |
8693:491a8798945e |
Remove shadow-translate Linux patches for now. We'll merge this stuff |
2006-01-28 |
sos22 |
8692:3e7bcf1b6f70 |
Fix build. |
2006-01-27 |
sos22 |
8691:5a9efc35feb2 |
Merge. |
2006-01-27 |
sos22 |
8690:a47b7a464f09 |
Turn down debug a bit, and generally tidy hings up a little. |
2006-01-27 |
sos22 |
8689:e9770d41e5bd |
Bug fix: we need to eagerly synchronise th HL2, since Xen relies on it |
2006-01-27 |
sos22 |
8688:990c009015e8 |
Merge up and generally make shadow mode be nice. |
2006-01-26 |
sos22 |
8687:05a1340bc1e7 |
Fix a silly bug. |
2006-01-26 |
sos22 |
8686:c0a0f4db5ab1 |
Create a block of reserved PFNs in shadow translate mode guests, and |
2006-01-26 |
sos22 |
8685:edf1fab86618 |
Merge. |
2006-01-26 |
sos22 |
8684:f658587fdaac |
Make SMP guests work in shadow translate mode. |
2006-01-26 |
sos22 |
8683:0d95066795de |
Explicitly block attempts to mutate the M2P tables of shadow mode |
2006-01-26 |
sos22 |
8682:1580009f137c |
Get the network interface working in shadow translate mode. This |
2006-01-25 |
sos22 |
8681:cc9bb3e0e348 |
Make some basic cases of grant tables work in shadow translate mode. |
2006-01-27 |
kaf24 |
8680:2add7a262530 |
Add hypercall-declaring header files. |
2006-01-27 |
kaf24 |
8679:98c8afe4c433 |
Uniform definition of do_iret prototype. Use 'struct foo' |
2006-01-27 |
Ian Campbell |
8678:f1bfe32828a1 |
Checkin missing hunks from previous commit |
2006-01-27 |
Ian Campbell |
8677:60beade30a0c |
merge |
2006-01-27 |
Ian Campbell |
8676:0eb38397e608 |
Introduce XENFEAT_writable_mmu_structures. |
2006-01-27 |
Ian Campbell |
8675:31083f13ae47 |
Add XENVER_get_features sub-operation to HYPERVISOR_xen_version. |
2006-01-27 |
Ian Campbell |
8674:4be553bcfb0f |
Rename funtions |
2006-01-27 |
kaf24 |
8673:17dc21008351 |
New memory hypercall 'populate_physmap'. Accepts a list of |
2006-01-27 |
kaf24 |
8672:2e82fd7a6921 |
Need to include module.h to get EXPORT_SYMBOL macros. |
2006-01-26 |
kaf24 |
8671:5fcc346d6fe0 |
Must destroy grant-table maptrack table before pagetables, |
2006-01-26 |
kaf24 |
8670:d8232e9f7988 |
Remove unneeded /proc/xen/grant and its libxc wrapper. |
2006-01-26 |
emellor |
8669:2cb434a12bba |
Treat xenstore UUID for domU's like MAC addresses for virtual network |
2006-01-26 |
stekloff |
8668:cd68f36807f9 |
Updated README for xm-test for the new "--with-vmx-kernel=KERNEL" |
2006-01-26 |
stekloff |
8667:eb364ce00a24 |
Add configuration option for specifying kernel to use for hvm/vmx testing |
2006-01-25 |
sos22 |
8666:5b004f4e76cf |
Merge. |
2006-01-25 |
sos22 |
8665:bd6ae7117cca |
Fix 64-bit build. |
2006-01-25 |
kaf24 |
8664:ac04112c45b9 |
Callers of __gpfn_to_mfn() do not need to check |
2006-01-25 |
kaf24 |
8663:c9362a31ba5d |
Fix the 64-bit build. |
2006-01-25 |
sos22 |
8662:407358daf389 |
Merge. |
2006-01-25 |
sos22 |
8661:43c294aea9ec |
Make shadow translate mode work for unprivileged, uniprocessor guests |
2006-01-25 |
sos22 |
8660:860fa26845c2 |
Change domain_crash to say where it was called from. |
2006-01-25 |
kaf24 |
8659:2d31ebf402e1 |
Fix batched request list overflow on packet receive path |
2006-01-25 |
kaf24 |
8658:709bce2f08d6 |
Export Xen driver util function symbols so that Xen drivers |
2006-01-25 |
vhanquez |
8657:aad2b2da3c8b |
Separate the validity checking of the page frame in 2 chunks. |
2006-01-25 |
kaf24 |
8656:159ef7d83f1c |
Fix inline asm hypercall argument parameter indexes. |
2006-01-25 |
kaf24 |
8655:b1b9049c4eb2 |
Rev8517 (Reduce locked critical region in __enter_scheduler()), enable |
2006-01-25 |
kaf24 |
8654:806dfeb03d92 |
Missing put_page_and_type() in dom0_op hypercall. |
2006-01-25 |
kaf24 |
8653:63d9f45b271d |
Fix 64-bit build and fix the transfer-page code for the |