summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/tsc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge sys/amd64/amd64/tsc.c and sys/i386/i386/tsc.c and move to sys/x86/x86.jkim2010-12-081-253/+0
* Remove stale comments about P-state invariant TSC and fix style(9) nits.jkim2010-12-071-4/+2
* Now the P-state invariant TSC is probed early enough, do not register eventjkim2010-12-071-10/+8
* Probe P-state invariant TSC from rightful place.jkim2010-12-071-0/+23
* Revert r216161. It is not necessary because we zero-fill BSS anyway.jkim2010-12-031-1/+1
* Explicitly initialize TSC frequency. To calibrate TSC frequency, we usejkim2010-12-031-1/+1
* Do not change CPU ticker frequency if TSC is P-state invariant. Note thisjkim2010-12-031-0/+3
* Don't pass sizeof(u_int) to an argument of SYSCLT_PROC that ends up notdwmalone2010-08-081-1/+1
* Turn off CPU frequency change notifiers when the TSC is P-state invariantjkim2008-10-211-4/+13
* Despite several examples in the kernel, the third argument ofdwmalone2007-06-041-3/+3
* Add an interface for drivers to be notified of changes to CPU frequency.njl2007-03-261-3/+94
* CPU time accounting speedup (step 2)phk2006-02-111-0/+1
* Initial landing of SMP support for FreeBSD/amd64.peter2003-11-171-2/+14
* Change all SYSCTLS which are readonly and have a related TUNABLEsilby2003-10-211-1/+1
* Sync with i386 version. The quality initialization was missing and somepeter2003-09-231-4/+2
* MFi386 machdep.c rev 1.201, clock.c 1.201, clock.h 1.45 by phk: Dontpeter2003-09-221-0/+7
* Use __FBSDID().obrien2003-07-251-2/+3
* Commit MD parts of a loosely functional AMD64 port. This is based onpeter2003-05-011-41/+4
* Convert the SMP_TSC kernel option into a loader tunable. Also enabledes2003-04-101-7/+18
* Add SMP_TSC option, which can be used on SMP systems where the TSCstegge2003-04-041-1/+1
* Including <sys/stdint.h> is (almost?) universally only to be able to usephk2003-03-181-1/+0
* This file has no longer any content from the original Berkeley file sophk2003-02-051-25/+3
* i386/i386/tsc.c was repo-copied from i386/isa/clock.c.phk2003-02-051-1188/+19
* Split the global timezone structure into two integer fields tophk2003-02-031-2/+2
* Split statclock into statclock and profclock, and made the method for drivingjake2003-02-031-6/+22
* Make tsc_freq a 64bit quantity.phk2003-01-291-5/+7
* Use the correct value when writing the Day Of Week byte in the CMOS.phk2002-12-041-1/+1
* 1. Fix a comment. Locking _is_ needed (but not done).iwasaki2002-10-171-12/+8
* Fix a 3 year old oversight: Remove the #ifdef/#endif pair now that therephk2002-09-211-2/+0
* Restore status register A of RTC at resume time.iwasaki2002-09-181-0/+1
* Clock frequencies reported by sysctl should be unsigned values. Discoveredmp2002-06-221-2/+2
* Don't export timecounter structures under debug. with sysctl, theyphk2002-04-301-6/+0
* Remove the tc_update() function. Any frequency change to thephk2002-04-261-2/+0
* Compromise for critical*()/cpu_critical*() recommit. Cleanup the interruptdillon2002-03-271-0/+12
* Remove __P.alfred2002-03-201-7/+7
* revert last commit temporarily due to whining on the lists.dillon2002-02-261-13/+0
* STAGE-1 of 3 commit - allow (but do not require) interrupts to remaindillon2002-02-261-0/+13
* Don't include <isa/isavar.h> or compile code depending on it when isabde2002-01-301-0/+5
* Introduce a standard name for the lock protecting an interrupt controllerjhb2001-12-201-0/+10
* Some fix for the recent apm module changes.iwasaki2001-11-011-7/+4
* Remove an unneeded variable declaration and statement.robert2001-10-091-2/+0
* Reenable RTC interrupts after wakeup. Some laptops have a problemiwasaki2001-09-041-1/+22
* Add ACPI attachments.msmith2001-08-301-0/+1
* Remove unneeded includes of sys/ipl.h and machine/ipl.h.jhb2001-05-151-1/+0
* Add in a missing call to forward_hardclock() in the SMP case.jhb2001-04-281-0/+3
* Overhaul of the SMP code. Several portions of the SMP kernel support havejhb2001-04-271-1/+12
* Catch up to header include changes:jhb2001-03-281-3/+1
* Fixed style bugs in clock.c rev.1.164 and cpu.h rev.1.52-1.53 -- declarebde2001-02-191-6/+1
* Catch up to changes to inthand_add().jhb2001-02-091-8/+8
* Change and clean the mutex lock interface.bmilekic2001-02-091-16/+16
OpenPOWER on IntegriCloud