Module Name:src
Committed By: bouyer
Date: Sat Oct 22 22:42:21 UTC 2011
Modified Files:
src/sys/arch/xen/xen [cherry-xenmp]: clock.c
Log Message:
More improvements:
- Precise what tmutex protects
- springle some KASSERT(mutex_owned(&tmutex))
- the system time uses the CPU
Module Name:src
Committed By: bouyer
Date: Sat Oct 22 21:16:59 UTC 2011
Modified Files:
src/sys/arch/xen/xen [cherry-xenmp]: clock.c
Log Message:
Really use HYPERVISOR_block()
To generate a diff of this commit:
cvs rdiff -u -r1.54.6.5 -r1.54.6.6 src/sys/arch/xen/xen/cloc
Module Name:src
Committed By: bouyer
Date: Sat Oct 22 19:26:16 UTC 2011
Modified Files:
src/sys/arch/xen/xen [cherry-xenmp]: clock.c
Log Message:
Various clock fixes:
- xen_get_timecount() is CPU specific, so get the time from this
virtual CPU and not VCPU0. Also keep xe
Module Name:src
Committed By: cherry
Date: Sun Sep 18 18:54:32 UTC 2011
Modified Files:
src/sys/arch/xen/xen [cherry-xenmp]: clock.c
Log Message:
Register the clock handler at the appropriate ipl (IPL_CLOCK). Cleanup the
idle_block()
To generate a diff of this commit:
c
Module Name:src
Committed By: mhitch
Date: Sun Sep 4 01:15:14 UTC 2011
Modified Files:
src/sys/arch/xen/xen [cherry-xenmp]: xengnt.c
Log Message:
Use a mutex to protect updates to gnt_entries. Fixes a KASSERT panic
with an MP kernel.
To generate a diff of this commit:
Module Name:src
Committed By: cherry
Date: Tue Aug 23 16:19:12 UTC 2011
Modified Files:
src/sys/arch/xen/xen [cherry-xenmp]: clock.c
Log Message:
MP-fy clock. per-cpu hardclock(). Use the periodic timer, instead of the
one-shot reload.
idle_loop() does not block the doma
Module Name:src
Committed By: cherry
Date: Sun Aug 21 11:24:11 UTC 2011
Modified Files:
src/sys/arch/xen/xen [cherry-xenmp]: if_xennet_xenbus.c
xennetback_xenbus.c
Log Message:
add locking around mmu flush xpq ops
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: cherry
Date: Fri Aug 5 17:26:27 UTC 2011
Modified Files:
src/sys/arch/xen/xen [cherry-xenmp]: xentests.c
Log Message:
pmap_enter() test needs an address that work for both i386 and amd64
To generate a diff of this commit:
cvs rdiff -u -r1.1
Module Name:src
Committed By: cherry
Date: Thu Aug 4 13:04:20 UTC 2011
Modified Files:
src/sys/arch/xen/xen [cherry-xenmp]: evtchn.c
Log Message:
Send an ipi at IPL_HIGH to remote cpu, in order to get it to run spllower()
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: cherry
Date: Mon Jul 25 17:29:43 UTC 2011
Modified Files:
src/sys/arch/xen/xen [cherry-xenmp]: clock.c
Log Message:
Do not register the same callback more than once.
To generate a diff of this commit:
cvs rdiff -u -r1.54.6.1 -r1.54.6.2 src/s
10 matches
Mail list logo