| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: Deduplicate clock.h | Mark Johnston | 2021-12-06 | 1 | -43/+2 |
* | re-synchronize TSC-s on SMP systems after resume, if necessary | Andriy Gapon | 2018-05-25 | 1 | -0/+1 |
* | xen: implement an early timer for Xen PVH | Roger Pau Monné | 2014-03-11 | 1 | -0/+2 |
* | Unsynchronized TSCs on the host require special handling in bhyve: | Neel Natu | 2013-04-10 | 1 | -0/+3 |
* | Implement boot-time TSC synchronization test for SMP. This test is executed | Jung-uk Kim | 2011-05-09 | 1 | -1/+0 |
* | Add forgotten declarations for tsc_perf_stat from the previous commit. | Jung-uk Kim | 2011-04-12 | 1 | -0/+1 |
* | Deprecate rarely used tsc_is_broken. Instead, we zero out tsc_freq because | Jung-uk Kim | 2011-03-10 | 1 | -1/+0 |
* | Move functions declaration to MI code, following implementation. | Alexander Motin | 2010-07-15 | 1 | -5/+0 |
* | - Implement MI helper functions, dividing one or two timer interrupts with | Alexander Motin | 2010-05-24 | 1 | -1/+0 |
* | Rename statclock_disable variable to atrtcclock_disable that it actually is, | Alexander Motin | 2009-05-03 | 1 | -1/+0 |
* | Add support for using i8254 and rtc timers as event sources for amd64 SMP | Alexander Motin | 2009-05-02 | 1 | -0/+6 |
* | Turn off CPU frequency change notifiers when the TSC is P-state invariant | Jung-uk Kim | 2008-10-21 | 1 | -0/+1 |
* | Now that all platforms use genclock, shuffle things around slightly | Poul-Henning Kamp | 2008-04-22 | 1 | -0/+1 |
* | Convert amd64 and i386 to share the atrtc device driver. | Poul-Henning Kamp | 2008-04-14 | 1 | -2/+0 |
* | The "free-lance" timer in the i8254 is only used for the speaker | Poul-Henning Kamp | 2008-03-26 | 1 | -3/+5 |
* | Rename timer0_max_count to i8254_max_count. | Poul-Henning Kamp | 2008-03-26 | 1 | -2/+2 |
* | The RTC related pscnt and psdiv variables have no business being public. | Poul-Henning Kamp | 2008-03-26 | 1 | -2/+0 |
* | Split /dev/nvram driver out of isa/clock.c for i386 and amd64. I have not | Peter Wemm | 2007-10-26 | 1 | -1/+2 |
* | Cleaned up declaration and initialization of clock_lock. It is only | Bruce Evans | 2007-01-23 | 1 | -1/+2 |
* | First part of a little cleanup in the calendar/timezone/RTC handling. | Poul-Henning Kamp | 2006-10-02 | 1 | -3/+0 |
* | Move clock_lock prototype into <machine/clock.h>, where it is more | Maxim Sobolev | 2006-05-19 | 1 | -0/+1 |
* | Tweak how the MD code calls the fooclock() methods some. Instead of | John Baldwin | 2005-12-22 | 1 | -1/+0 |
* | Begin all license/copyright comments with /*- | Warner Losh | 2005-01-05 | 1 | -1/+1 |
* | Initial landing of SMP support for FreeBSD/amd64. | Peter Wemm | 2003-11-17 | 1 | -0/+1 |
* | Preemptively burn a bridges. The isa timer code is likely to be | Peter Wemm | 2003-11-14 | 1 | -4/+0 |
* | MFi386: BURN_BRIDGES around timer0 functions | Peter Wemm | 2003-09-30 | 1 | -1/+3 |
* | MFi386 machdep.c rev 1.201, clock.c 1.201, clock.h 1.45 by phk: Dont | Peter Wemm | 2003-09-22 | 1 | -0/+1 |
* | Commit MD parts of a loosely functional AMD64 port. This is based on | Peter Wemm | 2003-05-01 | 1 | -9/+0 |
* | i386/i386/tsc.c was repo-copied from i386/isa/clock.c. | Poul-Henning Kamp | 2003-02-05 | 1 | -0/+1 |
* | Split statclock into statclock and profclock, and made the method for driving | Jake Burkholder | 2003-02-03 | 1 | -0/+2 |
* | Make tsc_freq a 64bit quantity. | Poul-Henning Kamp | 2003-01-29 | 1 | -1/+1 |
* | Remove __P. | Alfred Perlstein | 2002-03-20 | 1 | -10/+9 |
* | Reenable RTC interrupts after wakeup. Some laptops have a problem | Mitsuru IWASAKI | 2001-09-04 | 1 | -1/+1 |
* | Move DELAY() from <machine/clock.h> to <sys/systm.h> | Poul-Henning Kamp | 2000-10-15 | 1 | -1/+0 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | Peter Wemm | 1999-12-29 | 1 | -2/+2 |
* | i8254_restore is called from apm_default_resume() to reload | Mitsuru IWASAKI | 1999-10-30 | 1 | -0/+1 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
* | Stop the TSC from being used as timecounter on K5/step0 machines. | Poul-Henning Kamp | 1999-05-29 | 1 | -1/+2 |
* | Remove special handling for resuming clock interrupt when using APIC_IO. | Tor Egge | 1998-03-05 | 1 | -1/+4 |
* | Removed vestiges of previous microtime() implementation. | Bruce Evans | 1998-02-25 | 1 | -6/+2 |
* | Replace TOD clock code with more systematic approach. | Poul-Henning Kamp | 1998-02-20 | 1 | -65/+1 |
* | Fixed a recently broken comment. | Bruce Evans | 1998-02-01 | 1 | -4/+4 |
* | More cleanup relating to our use of the TSC. | Poul-Henning Kamp | 1997-12-28 | 1 | -13/+1 |
* | wash, sort and put in order various nits from the i586_ctr -> tsc | Poul-Henning Kamp | 1997-12-28 | 1 | -11/+11 |
* | Rename "i586_ctr" to "tsc" (both upper and lower case instances). | Poul-Henning Kamp | 1997-12-26 | 1 | -13/+13 |
* | correct the order of the variables | Peter Wemm | 1997-05-05 | 1 | -3/+5 |
* | Don't remove i586_ctr_freq from scope, leave it defined as zero. This | Peter Wemm | 1997-05-04 | 1 | -3/+5 |
* | Man the liferafts! Here comes the long awaited SMP -> -current merge! | Peter Wemm | 1997-04-26 | 1 | -4/+4 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |