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 9337:
(0)
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
tip
age
author
revision
description
2006-03-20
emellor
9337:cf89e8f0831b
Merged.
2006-03-20
emellor
9336:516cf6553011
Remove unused, broken, redundant and undocumented option xm create -L.
2006-03-19
kaf24
9335:1ecb7f1ddc79
Fix VMX guest can not be created on PAE xen with more than 4G RAM.
2006-03-19
kaf24
9334:56a775219c88
This patch fix HVM/VMX time resolution issue that cause IA32E complain
2006-03-19
kaf24
9333:760f9149dbaa
Abstract some details of context switching into ctxt_switch_from/to
2006-03-19
kaf24
9332:768936b2800a
Move arch/x86 to new build system.
2006-03-19
kaf24
9331:9795d9407acc
Apply Xen build system changes to all non-arch subdirectories.
2006-03-19
kaf24
9330:f513384a18ee
Conditionalize building the Xen ACPI driver.
2006-03-19
kaf24
9329:5b56d1e1ac8b
Fix VMX EFER write logic. Also some cleanups.
2006-03-19
kaf24
9328:e3c7b1e97459
Add back hvm guest apm support and fixed the original apm issues to
2006-03-18
cl349
9327:8cc027def1de
linux-x86_64: Sync with native.
2006-03-18
vhanquez
9326:e92b363402f9
Fix a race that crash domU by calling xenbus_probe twice if it receive event
2006-03-18
kaf24
9325:4d4a700bea7a
Move __do_IRQ() definition to ia64 header file where it belongs.
2006-03-18
kaf24
9324:78b8b0d9acc8
merge with xen-ia64-unstable.hg
2006-03-18
cl349
9323:ea67b8a9c7e0
Update to Linux 2.6.16-rc6.
2006-03-21
awilliam
9322:f163677f8767
[IA64] cleanup in domain.c
2006-03-21
awilliam
9321:212eb6a2d8cd
[IA64] cleanup of tlb.c
2006-03-21
awilliam
9320:d18f8fd07fa2
[IA64] remove linux/patch.c
2006-03-21
awilliam
9319:263901a2a995
[IA64] EFI_RESET_SYSTEM now reboots domU.
2006-03-20
awilliam
9318:9afd25b90af4
[IA64] Hypercalls are only allowed by kernels.
2006-03-20
awilliam
9317:1dc45879fa5c
[IA64] Check privilege level for pal/sal/efi calls.
2006-03-20
awilliam
9316:ccb437f2ed4e
[IA64] Replace huge if/else if with a switch.
2006-03-20
awilliam
9315:d5b1bc047540
[IA64] correct mistake from previous patch
2006-03-20
awilliam
9314:58a3ed82eee4
[IA64] Removed warning messages
2006-03-20
awilliam
9313:815758308556
[IA64] Removed unnecessary header files
2006-03-17
awilliam
9312:25003dd43a92
merge
2006-03-17
kaf24
9311:3377e445aa5e
Fix VMX cpuid handling when EAX == 4.
2006-03-17
kaf24
9310:843ced27531a
Allows the hypervisor to build without warnings (wisely considered
2006-03-17
kaf24
9309:eceb7ffe1e67
Fix the gzip size extraction in xc_inflate_buffer(). Extract
2006-03-17
kaf24
9308:03d7b5b2c212
Fix sched_sedf adjdom to properly clamp the period max value.
2006-03-17
kaf24
9307:b8640cd55fd7
Declare inline function as 'static inline', not 'extern inline'.
2006-03-17
vhanquez
9306:98a6f5ae7b1f
Reinitialize producer and consumer index to 0 if indexes corruption are detected
2006-03-17
vhanquez
9305:56ec142bdd91
Substitute kmalloc+memset by kzalloc where possible
2006-03-16
kaf24
9304:796ac2386a24
Clean up HVM relinquish_guest_resources interface and implementation.
2006-03-16
kaf24
9303:58d1ef215706
Add Summagraphics Tablet emulation for VNC users. The current PS/2 emulation
2006-03-16
kaf24
9302:d6bab69e856f
Change the VNC main input loop delay from 1 second down to 10
2006-03-16
kaf24
9301:48211017a16a
Add a shadow VRAM to track changes to the real VRAM. When the guest
2006-03-16
kaf24
9300:a7b6eed7b0a6
Explicitly include time.h to get gettimeofday declaration.
2006-03-16
kaf24
9299:00aba64e034e
pcifront poll loop now checks gettimeofday rather than jiffies,
2006-03-15
kaf24
9298:1569bc48b0b8
Implement console for Mini-os and also fix 2 bugs:
2006-03-15
kaf24
9297:d3b0d74702b5
Make asm macros use the generally accepted comma-separated arg-passing style.
2006-03-15
kaf24
9296:f85bb99187bf
Update interface documentation to include sched_op_new hypercall
2006-03-15
kaf24
9295:96ba0a2bc9de
Remove unnecessary cr4 handling in vmx_set_cr0.
2006-03-15
vhanquez
9294:9af36c14ae83
merge
2006-03-15
vhanquez
9293:250ff103c291
fix buffer overflow in print XS_DEBUG command
2006-03-15
vhanquez
9292:51b0d4c2d4d9
move XS_DEBUG code into a proper function
2006-03-15
kaf24
9291:a5ee1cb525bb
Make MTU rx check in netfront more permissive to allow for 8021q vlan tagging.
2006-03-15
kaf24
9290:c097485037f7
Remove unused macro VMX_CPU_STATE_PG_ENABLED.
2006-03-15
kaf24
9289:2162e1356bee
Fix 64-bit build.
2006-03-15
vhanquez
9288:890fa761ba82
Do not BUG when receiving unexpected message type from xenbus
2006-03-15
Ian Campbell
9287:f00e257d200c
There is no need to pin page tables when XENFEAT_writable_page_tables
2006-03-15
kaf24
9286:06e3c5ef2979
Fix x86/64 HVM assertion failure.
2006-03-15
kaf24
9285:e3e4c8b564e2
I've found it useful to display the panic message *before* dropping into the
2006-03-15
kaf24
9284:5618b13ac97f
Unlike x86 and apparently ia64, PowerPC delivers timer interrupts as a
2006-03-15
kaf24
9283:be669c4b1e6b
Add extra tracing near a commonly-failing scheduler assertion.
2006-03-17
awilliam
9282:e04978011d2d
[IA64] VT-i Domains should use same hvm builder as VT-x
2006-03-17
awilliam
9281:6ccf98fcd9de
[IA64] -mconstant-gp gcc/as option added.
2006-03-17
awilliam
9280:ccde0eab2545
[IA64] zero_page_memmap_ptr removed (was unused).
2006-03-17
awilliam
9279:463c67da6f0a
[IA64] fixed a vcpu_translate bug
2006-03-17
awilliam
9278:edc63b5dd71d
[IA64] setting rr0 is not correctly emulated
less
more
| rev 9337:
(0)
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
tip