git: clock/tsc: Detect invariant TSC

2013-06-19 Thread Sepherosa Ziehau
commit 5a81b19fbd3150677df0f28d6fe44cfe071533d0 Author: Sepherosa Ziehau se...@dragonflybsd.org Date: Wed Jun 19 16:37:55 2013 +0800 clock/tsc: Detect invariant TSC According to Intel's description: The invariant TSC will run at a constant rate in all ACPI P-, C-. and

git: net: Use tsc_invariant when it is necessary; mainly in time measure

2013-06-19 Thread Sepherosa Ziehau
commit c415c77ea8069e4e4468b2b9a6a31769f47dcba7 Author: Sepherosa Ziehau se...@dragonflybsd.org Date: Wed Jun 19 16:54:41 2013 +0800 net: Use tsc_invariant when it is necessary; mainly in time measure Summary of changes: sys/net/altq/altq_subr.c | 10 +++--- sys/net/if_poll.c

git: bsd-family-tree: Sync with FreeBSD (NetBSD 5.2, 6.0.1, 6.0.2).

2013-06-19 Thread Sascha Wildner
commit 12728eab9827bc13c9a8c54b6689788a3223cae3 Author: Sascha Wildner s...@online.de Date: Wed Jun 19 19:19:42 2013 +0200 bsd-family-tree: Sync with FreeBSD (NetBSD 5.2, 6.0.1, 6.0.2). Summary of changes: share/misc/bsd-family-tree | 88 ++ 1

git: clock/tsc: Detect invariant TSC CPU synchronization

2013-06-19 Thread Sepherosa Ziehau
commit dda44f1e92d93dc26b3445bdc61b11c3fda8733d Author: Sepherosa Ziehau se...@dragonflybsd.org Date: Thu Jun 20 11:10:03 2013 +0800 clock/tsc: Detect invariant TSC CPU synchronization The detected result could be used to determine whether TSC could be used as cputimer or not,

git: altq: Use tsc_mpsync to detect whether TSC could be used or not

2013-06-19 Thread Sepherosa Ziehau
commit c84595c8302e466314e875f53c0c5b5715f67699 Author: Sepherosa Ziehau se...@dragonflybsd.org Date: Thu Jun 20 11:34:22 2013 +0800 altq: Use tsc_mpsync to detect whether TSC could be used or not Summary of changes: sys/net/altq/altq_subr.c | 17 + 1 file changed, 1

git: cputimer: Increase distance between priorities

2013-06-19 Thread Sepherosa Ziehau
commit f9ddf8c97272e56c6aaf09e434599df46e89fdfa Author: Sepherosa Ziehau se...@dragonflybsd.org Date: Thu Jun 20 13:00:57 2013 +0800 cputimer: Increase distance between priorities Summary of changes: sys/sys/systimer.h | 8 1 file changed, 4 insertions(+), 4 deletions(-)