| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Explicitly use spinlock_enter/exit rather than locking the icu_lock spin | jhb | 2008-03-20 | 1 | -15/+14 |
* | In keeping with style(9)'s recommendations on macros, use a ';' | rwatson | 2008-03-16 | 1 | -1/+1 |
* | 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 |
* | Minor fixes and tweaks to the x86 interrupt code: | jhb | 2007-05-08 | 1 | -3/+11 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 2 | -8/+13 |
* | Cleaned up declaration and initialization of clock_lock. It is only | bde | 2007-01-23 | 1 | -13/+10 |
* | Evidently neither GENERIC nor kan's config had isa in it :-0. As | kmacy | 2006-12-17 | 1 | -1/+1 |
* | Newer versions of gcc don't support treating structures passed by value | kmacy | 2006-12-17 | 2 | -2/+3 |
* | Optimized RTC accesses by avoiding null writes to the index register | bde | 2006-12-03 | 1 | -9/+16 |
* | Change the x86 interrupt code to suspend/resume interrupt controllers | jhb | 2006-10-10 | 1 | -9/+14 |
* | 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 |
* | Correct 'interrupt interrupt' -> 'interrupt' in the comment. | wkoszek | 2006-09-20 | 1 | -1/+1 |
* | Rework how we wire up interrupt sources to CPUs: | jhb | 2006-02-28 | 1 | -2/+14 |
* | 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 |
* | MFi386: | jhb | 2005-12-08 | 3 | -28/+8 |
* | Really slam the door on mixed mode now that we don't depend on it for a | jhb | 2005-12-05 | 1 | -0/+15 |
* | Reorganize the interrupt handling code a bit to make a few things cleaner | jhb | 2005-10-25 | 1 | -2/+2 |
* | 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 bus dependent defines to {isa,cbus}_dmareg.h. | nyan | 2005-05-14 | 2 | -5/+2 |
* | - Move timerreg.h to <arch>/include and split i8253 specific defines into | nyan | 2005-05-14 | 3 | -101/+8 |
* | Remove unused IO_NPX* defines. | nyan | 2005-05-12 | 1 | -2/+0 |
* | MFi386: sync rtc code - don't setup an interrupt handler for irq0 when | peter | 2005-04-15 | 1 | -28/+32 |
* | Remove comments relevant only to pc98 as there are no amd64 pc98 machines. | imp | 2005-03-16 | 1 | -11/+1 |
* | 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 |