| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: Deduplicate clock.h | Mark Johnston | 2021-12-27 | 1 | -40/+2 |
* | timer_restore is now unused, remove it | Warner Losh | 2020-10-08 | 1 | -1/+0 |
* | 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 |
* | 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 i386 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 |
* | Move pc98 specific parts to the pc98 specific file. | Yoshihiro Takahashi | 2005-04-13 | 1 | -5/+0 |
* | - Remove the BURN_BRIDGES marked support for hooking into the ISA timer 0 | John Baldwin | 2005-03-09 | 1 | -4/+0 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh | 2005-01-06 | 1 | -1/+1 |
* | - Move manipulation of td_intr_nesting_level out of assembly interrupt | John Baldwin | 2003-11-12 | 1 | -0/+1 |
* | New APIC support code: | John Baldwin | 2003-11-03 | 1 | -3/+0 |
* | Per TRB vote: restore the aquire_timer0 and associated goo. This will | Warner Losh | 2003-09-24 | 1 | -0/+4 |
* | remove acquire_timer0() and release_timer0() and related stuff. | Poul-Henning Kamp | 2003-08-15 | 1 | -2/+0 |
* | Dont initialize a TSC timecounter until we know if it is broken or not. | Poul-Henning Kamp | 2003-08-06 | 1 | -0/+1 |
* | 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 |