| Commit message (Expand) | Author | Age | Files | Lines |
| * | Introduce the new kernel sub-tree x86 which should contain all the code | Attilio Rao | 2010-02-25 | 9 | -2496/+0 |
| * | Handling all the three clocks (hardclock, softclock, profclock) with the | Attilio Rao | 2010-01-15 | 1 | -7/+8 |
| * | Make isa_dma functions MPSAFE by introducing its own private lock. These | Roman Divacky | 2009-11-09 | 1 | -27/+83 |
| * | Improve the handling of cpuset with interrupts. | John Baldwin | 2009-07-01 | 1 | -2/+2 |
| * | Make algorithm a bit more bulletproof. | Alexander Motin | 2009-06-23 | 1 | -2/+2 |
| * | Fix variable name. | Alexander Motin | 2009-06-23 | 1 | -1/+1 |
| * | Rework r193814: | Alexander Motin | 2009-06-23 | 1 | -34/+31 |
| * | Unbreak the build for amd64 after r193814 using correct variable names. | Bjoern A. Zeeb | 2009-06-09 | 1 | -2/+2 |
| * | When using i8254 as the only kernel timer source: | Ariff Abdullah | 2009-06-09 | 1 | -7/+31 |
| * | Rename statclock_disable variable to atrtcclock_disable that it actually is, | Alexander Motin | 2009-05-03 | 1 | -21/+15 |
| * | Add support for using i8254 and rtc timers as event sources for amd64 SMP | Alexander Motin | 2009-05-02 | 1 | -2/+49 |
| * | Add resume methods to i8254 and atrtc devices. | Alexander Motin | 2009-05-01 | 1 | -1/+20 |
| * | Now that all platforms use genclock, shuffle things around slightly | Poul-Henning Kamp | 2008-04-22 | 1 | -1/+0 |
| * | Convert amd64 and i386 to share the atrtc device driver. | Poul-Henning Kamp | 2008-04-14 | 1 | -235/+19 |
| * | Back in the good old days, PC's had random pieces of rock for | Poul-Henning Kamp | 2008-03-26 | 1 | -112/+0 |
| * | Eliminate unnecessary #includes | Poul-Henning Kamp | 2008-03-26 | 1 | -9/+0 |
| * | The "free-lance" timer in the i8254 is only used for the speaker | Poul-Henning Kamp | 2008-03-26 | 1 | -36/+18 |
| * | Rename timer0_max_count to i8254_max_count. | Poul-Henning Kamp | 2008-03-26 | 1 | -46/+47 |
| * | The RTC related pscnt and psdiv variables have no business being public. | Poul-Henning Kamp | 2008-03-26 | 1 | -2/+2 |
| * | Explicitly use spinlock_enter/exit rather than locking the icu_lock spin | John Baldwin | 2008-03-20 | 1 | -15/+14 |
| * | In keeping with style(9)'s recommendations on macros, use a ';' | Robert Watson | 2008-03-16 | 1 | -1/+1 |
| * | Use cpu_spinwait() (i.e., "pause") when spinning on rdtsc during DELAY(). | John Baldwin | 2008-01-17 | 1 | -0/+1 |
| * | Split /dev/nvram driver out of isa/clock.c for i386 and amd64. I have not | Peter Wemm | 2007-10-26 | 1 | -96/+1 |
| * | Currently the LO_NOPROFILE flag (which is masked on upper level code by | Attilio Rao | 2007-09-14 | 1 | -1/+1 |
| * | If clock_ct_to_ts fails to convert time time from the real time clock, | David Malone | 2007-07-23 | 1 | -2/+1 |
| * | Prototype (but functional) Linux-ish /dev/nvram interface to the extra | Peter Wemm | 2007-06-15 | 1 | -0/+99 |
| * | Despite several examples in the kernel, the third argument of | David Malone | 2007-06-04 | 1 | -1/+1 |
| * | Minor fixes and tweaks to the x86 interrupt code: | John Baldwin | 2007-05-08 | 1 | -3/+11 |
| * | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati | 2007-02-23 | 2 | -8/+13 |
| * | Cleaned up declaration and initialization of clock_lock. It is only | Bruce Evans | 2007-01-23 | 1 | -13/+10 |
| * | Evidently neither GENERIC nor kan's config had isa in it :-0. As | Kip Macy | 2006-12-17 | 1 | -1/+1 |
| * | Newer versions of gcc don't support treating structures passed by value | Kip Macy | 2006-12-17 | 2 | -2/+3 |
| * | Optimized RTC accesses by avoiding null writes to the index register | Bruce Evans | 2006-12-03 | 1 | -9/+16 |
| * | Change the x86 interrupt code to suspend/resume interrupt controllers | John Baldwin | 2006-10-10 | 1 | -9/+14 |
| * | Use utc_offset() where applicable, and hide the internals of it | Poul-Henning Kamp | 2006-10-02 | 1 | -2/+2 |
| * | Second part of a little cleanup in the calendar/timezone/RTC handling. | Poul-Henning Kamp | 2006-10-02 | 1 | -3/+0 |
| * | First part of a little cleanup in the calendar/timezone/RTC handling. | Poul-Henning Kamp | 2006-10-02 | 1 | -0/+1 |
| * | Correct 'interrupt interrupt' -> 'interrupt' in the comment. | Wojciech A. Koszek | 2006-09-20 | 1 | -1/+1 |
| * | Rework how we wire up interrupt sources to CPUs: | John Baldwin | 2006-02-28 | 1 | -2/+14 |
| * | Tweak how the MD code calls the fooclock() methods some. Instead of | John Baldwin | 2005-12-22 | 1 | -6/+7 |
| * | For the amd64 platform, we can depend on the TSC being present. This patch | Peter Wemm | 2005-12-12 | 1 | -0/+15 |
| * | MFi386: | John Baldwin | 2005-12-08 | 3 | -28/+8 |
| * | Really slam the door on mixed mode now that we don't depend on it for a | John Baldwin | 2005-12-05 | 1 | -0/+15 |
| * | Reorganize the interrupt handling code a bit to make a few things cleaner | John Baldwin | 2005-10-25 | 1 | -2/+2 |
| * | Fixup some more fallout from the lapic/i8254 changes: | John Baldwin | 2005-07-13 | 1 | -23/+15 |
| * | Remove a || 1 that crept into the i8254 commit and was subsequently | John Baldwin | 2005-07-05 | 1 | -1/+1 |
| * | MFi386: r1.221: use simple timecounter that is aware of irq0 being off. | Peter Wemm | 2005-07-01 | 1 | -7/+34 |
| * | - Move bus dependent defines to {isa,cbus}_dmareg.h. | Yoshihiro Takahashi | 2005-05-14 | 2 | -5/+2 |
| * | - Move timerreg.h to <arch>/include and split i8253 specific defines into | Yoshihiro Takahashi | 2005-05-14 | 3 | -101/+8 |
| * | Remove unused IO_NPX* defines. | Yoshihiro Takahashi | 2005-05-12 | 1 | -2/+0 |