| Commit message (Expand) | Author | Age | Files | Lines |
* | Unsynchronized TSCs on the host require special handling in bhyve: | neel | 2013-04-10 | 1 | -0/+3 |
* | Implement boot-time TSC synchronization test for SMP. This test is executed | jkim | 2011-05-09 | 1 | -1/+0 |
* | Add forgotten declarations for tsc_perf_stat from the previous commit. | jkim | 2011-04-12 | 1 | -0/+1 |
* | Deprecate rarely used tsc_is_broken. Instead, we zero out tsc_freq because | jkim | 2011-03-10 | 1 | -1/+0 |
* | Move functions declaration to MI code, following implementation. | mav | 2010-07-15 | 1 | -5/+0 |
* | - Implement MI helper functions, dividing one or two timer interrupts with | mav | 2010-05-24 | 1 | -1/+0 |
* | Rename statclock_disable variable to atrtcclock_disable that it actually is, | mav | 2009-05-03 | 1 | -1/+0 |
* | Add support for using i8254 and rtc timers as event sources for amd64 SMP | mav | 2009-05-02 | 1 | -0/+6 |
* | Turn off CPU frequency change notifiers when the TSC is P-state invariant | jkim | 2008-10-21 | 1 | -0/+1 |
* | Now that all platforms use genclock, shuffle things around slightly | phk | 2008-04-22 | 1 | -0/+1 |
* | Convert amd64 and i386 to share the atrtc device driver. | phk | 2008-04-14 | 1 | -2/+0 |
* | The "free-lance" timer in the i8254 is only used for the speaker | phk | 2008-03-26 | 1 | -3/+5 |
* | Rename timer0_max_count to i8254_max_count. | phk | 2008-03-26 | 1 | -2/+2 |
* | The RTC related pscnt and psdiv variables have no business being public. | phk | 2008-03-26 | 1 | -2/+0 |
* | Split /dev/nvram driver out of isa/clock.c for i386 and amd64. I have not | peter | 2007-10-26 | 1 | -1/+2 |
* | Cleaned up declaration and initialization of clock_lock. It is only | bde | 2007-01-23 | 1 | -1/+2 |
* | First part of a little cleanup in the calendar/timezone/RTC handling. | phk | 2006-10-02 | 1 | -3/+0 |
* | Move clock_lock prototype into <machine/clock.h>, where it is more | sobomax | 2006-05-19 | 1 | -0/+1 |
* | Tweak how the MD code calls the fooclock() methods some. Instead of | jhb | 2005-12-22 | 1 | -1/+0 |
* | Begin all license/copyright comments with /*- | imp | 2005-01-05 | 1 | -1/+1 |
* | Initial landing of SMP support for FreeBSD/amd64. | peter | 2003-11-17 | 1 | -0/+1 |
* | Preemptively burn a bridges. The isa timer code is likely to be | peter | 2003-11-14 | 1 | -4/+0 |
* | MFi386: BURN_BRIDGES around timer0 functions | peter | 2003-09-30 | 1 | -1/+3 |
* | MFi386 machdep.c rev 1.201, clock.c 1.201, clock.h 1.45 by phk: Dont | peter | 2003-09-22 | 1 | -0/+1 |
* | Commit MD parts of a loosely functional AMD64 port. This is based on | peter | 2003-05-01 | 1 | -9/+0 |
* | i386/i386/tsc.c was repo-copied from i386/isa/clock.c. | phk | 2003-02-05 | 1 | -0/+1 |
* | Split statclock into statclock and profclock, and made the method for driving | jake | 2003-02-03 | 1 | -0/+2 |
* | Make tsc_freq a 64bit quantity. | phk | 2003-01-29 | 1 | -1/+1 |
* | Remove __P. | alfred | 2002-03-20 | 1 | -10/+9 |
* | Reenable RTC interrupts after wakeup. Some laptops have a problem | iwasaki | 2001-09-04 | 1 | -1/+1 |
* | Move DELAY() from <machine/clock.h> to <sys/systm.h> | phk | 2000-10-15 | 1 | -1/+0 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 1 | -2/+2 |
* | i8254_restore is called from apm_default_resume() to reload | iwasaki | 1999-10-30 | 1 | -0/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Stop the TSC from being used as timecounter on K5/step0 machines. | phk | 1999-05-29 | 1 | -1/+2 |
* | Remove special handling for resuming clock interrupt when using APIC_IO. | tegge | 1998-03-05 | 1 | -1/+4 |
* | Removed vestiges of previous microtime() implementation. | bde | 1998-02-25 | 1 | -6/+2 |
* | Replace TOD clock code with more systematic approach. | phk | 1998-02-20 | 1 | -65/+1 |
* | Fixed a recently broken comment. | bde | 1998-02-01 | 1 | -4/+4 |
* | More cleanup relating to our use of the TSC. | phk | 1997-12-28 | 1 | -13/+1 |
* | wash, sort and put in order various nits from the i586_ctr -> tsc | phk | 1997-12-28 | 1 | -11/+11 |
* | Rename "i586_ctr" to "tsc" (both upper and lower case instances). | phk | 1997-12-26 | 1 | -13/+13 |
* | correct the order of the variables | peter | 1997-05-05 | 1 | -3/+5 |
* | Don't remove i586_ctr_freq from scope, leave it defined as zero. This | peter | 1997-05-04 | 1 | -3/+5 |
* | Man the liferafts! Here comes the long awaited SMP -> -current merge! | peter | 1997-04-26 | 1 | -4/+4 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Staticize the functions rtc_inb, rtc_outb, rtc_serialcombit, and | kato | 1997-01-10 | 1 | -4/+1 |
* | More merge and update. | asami | 1996-10-30 | 1 | -1/+5 |
* | Improved biasing of i586 clock by adjusting for hardclock() latency. | bde | 1996-10-25 | 1 | -51/+62 |