| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce the new kernel sub-tree x86 which should contain all the code | attilio | 2010-02-25 | 1 | -665/+0 |
* | Handling all the three clocks (hardclock, softclock, profclock) with the | attilio | 2010-01-15 | 1 | -7/+8 |
* | Make algorithm a bit more bulletproof. | mav | 2009-06-23 | 1 | -2/+2 |
* | Fix variable name. | mav | 2009-06-23 | 1 | -1/+1 |
* | Rework r193814: | mav | 2009-06-23 | 1 | -34/+31 |
* | Unbreak the build for amd64 after r193814 using correct variable names. | bz | 2009-06-09 | 1 | -2/+2 |
* | When using i8254 as the only kernel timer source: | ariff | 2009-06-09 | 1 | -7/+31 |
* | Rename statclock_disable variable to atrtcclock_disable that it actually is, | mav | 2009-05-03 | 1 | -21/+15 |
* | Add support for using i8254 and rtc timers as event sources for amd64 SMP | mav | 2009-05-02 | 1 | -2/+49 |
* | Add resume methods to i8254 and atrtc devices. | mav | 2009-05-01 | 1 | -1/+20 |
* | Now that all platforms use genclock, shuffle things around slightly | phk | 2008-04-22 | 1 | -1/+0 |
* | Convert amd64 and i386 to share the atrtc device driver. | phk | 2008-04-14 | 1 | -235/+19 |
* | Back in the good old days, PC's had random pieces of rock for | phk | 2008-03-26 | 1 | -112/+0 |
* | Eliminate unnecessary #includes | phk | 2008-03-26 | 1 | -9/+0 |
* | The "free-lance" timer in the i8254 is only used for the speaker | phk | 2008-03-26 | 1 | -36/+18 |
* | Rename timer0_max_count to i8254_max_count. | phk | 2008-03-26 | 1 | -46/+47 |
* | The RTC related pscnt and psdiv variables have no business being public. | phk | 2008-03-26 | 1 | -2/+2 |
* | Use cpu_spinwait() (i.e., "pause") when spinning on rdtsc during DELAY(). | jhb | 2008-01-17 | 1 | -0/+1 |
* | Split /dev/nvram driver out of isa/clock.c for i386 and amd64. I have not | peter | 2007-10-26 | 1 | -96/+1 |
* | Currently the LO_NOPROFILE flag (which is masked on upper level code by | attilio | 2007-09-14 | 1 | -1/+1 |
* | If clock_ct_to_ts fails to convert time time from the real time clock, | dwmalone | 2007-07-23 | 1 | -2/+1 |
* | Prototype (but functional) Linux-ish /dev/nvram interface to the extra | peter | 2007-06-15 | 1 | -0/+99 |
* | Despite several examples in the kernel, the third argument of | dwmalone | 2007-06-04 | 1 | -1/+1 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -6/+10 |
* | Cleaned up declaration and initialization of clock_lock. It is only | bde | 2007-01-23 | 1 | -13/+10 |
* | Optimized RTC accesses by avoiding null writes to the index register | bde | 2006-12-03 | 1 | -9/+16 |
* | Use utc_offset() where applicable, and hide the internals of it | phk | 2006-10-02 | 1 | -2/+2 |
* | Second part of a little cleanup in the calendar/timezone/RTC handling. | phk | 2006-10-02 | 1 | -3/+0 |
* | First part of a little cleanup in the calendar/timezone/RTC handling. | phk | 2006-10-02 | 1 | -0/+1 |
* | Tweak how the MD code calls the fooclock() methods some. Instead of | jhb | 2005-12-22 | 1 | -6/+7 |
* | For the amd64 platform, we can depend on the TSC being present. This patch | peter | 2005-12-12 | 1 | -0/+15 |
* | Fixup some more fallout from the lapic/i8254 changes: | jhb | 2005-07-13 | 1 | -23/+15 |
* | Remove a || 1 that crept into the i8254 commit and was subsequently | jhb | 2005-07-05 | 1 | -1/+1 |
* | MFi386: r1.221: use simple timecounter that is aware of irq0 being off. | peter | 2005-07-01 | 1 | -7/+34 |
* | - Move timerreg.h to <arch>/include and split i8253 specific defines into | nyan | 2005-05-14 | 1 | -8/+8 |
* | MFi386: sync rtc code - don't setup an interrupt handler for irq0 when | peter | 2005-04-15 | 1 | -28/+32 |
* | Fix a mismerge of i386 rev 1.209 | peter | 2005-03-11 | 1 | -1/+1 |
* | MFi386: Bring over John's local apic timer code | peter | 2005-02-28 | 1 | -12/+11 |
* | MFi386: read from RTC_INTR after writing to RTC_STATUSB | peter | 2005-02-08 | 1 | -0/+2 |
* | Sync with i386 - cosmetic fixes | peter | 2004-08-16 | 1 | -1/+2 |
* | MFi386: rev 1.213 -- fix DELAY while the debugger is active. | marcel | 2004-07-11 | 1 | -12/+23 |
* | MFi386: don't fake the time counter when the debugger is active. | marcel | 2004-07-10 | 1 | -20/+12 |
* | Move module.h include to the same place as on i386 for diff reduction. | peter | 2004-06-03 | 1 | -1/+1 |
* | Add missing <sys/module.h> instances which were shadowed by the nested | phk | 2004-06-03 | 1 | -0/+1 |
* | MFi386: numerous interrupt and acpi updates | peter | 2004-05-16 | 1 | -5/+6 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-05 | 1 | -4/+0 |
* | MFi386 rev 1.207 (phk): Don't mistakenly disable the TSC when using | peter | 2003-11-21 | 1 | -10/+10 |
* | Initial landing of SMP support for FreeBSD/amd64. | peter | 2003-11-17 | 1 | -30/+22 |
* | Preemptively burn a bridges. The isa timer code is likely to be | peter | 2003-11-14 | 1 | -141/+0 |
* | MFi386: Do not depend on LEAPYEAR() macro boolean values being 0 or 1. | peter | 2003-09-30 | 1 | -2/+3 |