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. |