log
graph
tags
branches
changeset
browse
direct-io.hg
log
find changesets by author, revision, files, or words in the commit message
less
more
| rev 8624:
(0)
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
tip
age
author
revision
description
2006-01-17
kaf24
8624:1b7d6c2ae2f7
Sync against scheduler tail on other CPUs when context
2006-01-16
vhanquez
8623:6ce7c026320e
return -ENOMEM value instead of -1 when running out of memory.
2006-01-16
vhanquez
8622:9f2c47ae2b86
sanitize tpmfront. missing spin_unlock'ing in error paths and fix coding style.
2006-01-16
vhanquez
8621:f1fc94516c4c
bool type doesn't exist in C, don't try to emulate one.
2006-01-16
vhanquez
8620:927cd2e4f150
remove ASSERT macro.
2006-01-16
vhanquez
8619:ca795f19b613
replace ASSERT by BUG_ON.
2006-01-16
vhanquez
8618:49c3b00484ff
define all DPRINTK as pr_debug
2006-01-16
vhanquez
8617:f3ce4d76650c
fix xenbus_scanf called with NULL instead of XBT_NULL.
2006-01-16
vhanquez
8616:7eaa8d1a4ea0
use standard pr_debug macro for DPRINTK.
2006-01-16
vhanquez
8615:7ef28da1d777
remove ASSERT macro that is not used anymore in blkback.
2006-01-16
vhanquez
8614:bd606783c6bf
remove unnecessary macro bdev_put which is an alias to blkdev_put.
2006-01-16
kaf24
8613:a9ead230cc60
Complete arch_domain_create refactoring for ia64.
2006-01-14
kaf24
8612:d783bdd14f2e
Remove the free_vcpu() interface I added in the preceding
2006-01-14
kaf24
8611:1ccc28e075ba
Some refactoring of domain creation/destruction.
2006-01-14
kaf24
8610:334dc7e6a23f
xc_vcpu_getcontext() can no longer be called before a
2006-01-14
kaf24
8609:85d693e6f61a
Arch-specific per-vcpu info should be initialised to zero
2006-01-14
kaf24
8608:d8415ebc8c87
Fix 64-bit build with crash_debug enabled.
2006-01-14
kaf24
8607:1b839e1b1de1
Rename cdb to gdbstub and split it into arch dependent/neutral part.
2006-01-14
kaf24
8606:ef88c2db00ad
merge
2006-01-14
kaf24
8605:4b1efe4c9e0b
Fix the issue of system crash in vmx stress test.
2006-01-14
kaf24
8604:9d72a5b18107
Merge with xen-ia64-unstable.hg
2006-01-13
djm
8603:cfa3b96b056d
Work around new nmi code in keyhandler
2006-01-13
djm
8602:4443bad9a4a6
Leave *_SOFTIRQ definitions to Xen common code
2006-01-13
djm
8601:4690777cf62a
Remove annoying #warning when compiling with CONFIG_XEN_SMP
2006-01-13
djm
8600:fb80697dbcf9
Fix for !CONFIG_SMP compile
2006-01-13
djm
8599:f5ab28885c75
Merge
2006-01-13
djm
8598:2884f14895d2
Allow asm-offsets to work with vanilla binutils
2006-01-13
djm
8597:2869bdd16bd4
correct implementation of flush_tlb_mask needed to reenable CONFIG_SMP
2006-01-13
djm
8596:985228c22276
Make xmexaple.vti support network option too and other small modifications for convenient use.
2006-01-13
djm
8595:ec48a5246f76
Unused page struct fields commented out.
2006-01-13
djm
8594:65ce24c383d7
add prototype of guest_cpu_user_regs() which is used by ns16550_poll().
2006-01-13
djm
8593:dc6ac7f6ddea
Enable warnings and fix a few one (those which occur in almost every file).
2006-01-06
djm
8592:1507c5499a92
Add 'hvm' capability to indicate whether hardware VTI feature is on.
2006-01-05
djm
8591:f31cb5961db3
Disable virtual memmap to avoid problem on machines with big holes
2006-01-13
kaf24
8590:468d2a6fc0af
Make all nmi debugkey tracing arch specific.
2006-01-13
Ian Campbell
8589:3f702887d4a6
Correctly handle dumping a VM86 guest's stack.
2006-01-13
kaf24
8588:c1840ac1f05d
Introduce a locking protocol for acquiring the 'scheduler
2006-01-13
kaf24
8587:0c5980d0bf20
Fix writable pagetables when a flush happens in a different
2006-01-13
kaf24
8586:026e5ef0aa3c
Fix up the way we initialise and set the NMI heartbeat
2006-01-13
Ian Campbell
8585:903420e4d449
Debug keyhandlers for triggering an NMI and examine current NMI state.
2006-01-13
kaf24
8584:e888f9b28a5b
Fix xenbus_cleanup_devices() to cleanup proper subdirectories
2006-01-13
Ian Campbell
8583:956bf08c91c3
Ensure watchdog remains disabled unless enabled on the command line.
2006-01-13
Ian Campbell
8582:19f5ffa02154
Fix x86/32 do_iret implementation, fixes VM86 mode.
2006-01-13
kaf24
8581:ec4ef8c5f04d
Fix non-debug build.
2006-01-13
kaf24
8580:cc2f35c83b4c
Add a new timer operation kill_timer(). Effectively the
2006-01-13
kaf24
8579:d32797209632
Add missing renamed files. Oops.
2006-01-12
kaf24
8578:c055d76ec559
Rename ac_timer_* interfaces -> timer_*. The ac_ is
2006-01-12
kaf24
8577:bcf188da3ea1
Simplify vcpu_sleep_sync() and sched_adjdom(). Their
2006-01-12
kaf24
8576:8531996d207f
Fix compile warning about uninitialised vars.
2006-01-12
kaf24
8575:9368d2ba43f2
Update copyright on domain_page implementation. It's been
2006-01-12
kaf24
8574:411e66a837a1
More debug print cleanups.
2006-01-12
kaf24
8573:4520b451a70e
Quieten debug printing on memory_op hypercall. Don't warn
2006-01-12
kaf24
8572:87a97054b469
Re-enable per-cpu cache on map_domain_page(). Fix the
2006-01-12
kaf24
8571:bfcdf4099d23
fixes some compiler warnings due to new types used in
2006-01-12
kaf24
8570:b21261034a25
Adds a check to vtpm_manager and vtpm Makefiles to verify openssl and
2006-01-12
emellor
8569:4b8919585039
Merged.
2006-01-12
emellor
8568:642b26779c4e
8604:a51fcb5de470 introduced a discrepancy between the declaration
2006-01-12
kaf24
8567:821368442403
Fix cpu_affinity memcpy() (bytes not longs!) add add a better
2006-01-12
Ian Campbell
8566:08d2a74dce81
Fix x86_64 domU build by conditionalizing NMI support on CONFIG_X86_LOCAL_APIC
2006-01-11
kaf24
8565:1e1107e3d894
More do_iret() fixes. We need to take care in restoring
less
more
| rev 8624:
(0)
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
tip