| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve the handling of cpuset with interrupts. | jhb | 2009-07-01 | 1 | -2/+2 |
* | Make algorithm a bit more bulletproof. | mav | 2009-06-23 | 1 | -2/+2 |
* | Rework r193814: | mav | 2009-06-23 | 1 | -36/+32 |
* | When using i8254 as the only kernel timer source: | ariff | 2009-06-09 | 1 | -7/+31 |
* | Add line width calculations for 15/16 and 24/32 bit modes in case | delphij | 2009-06-09 | 1 | -0/+8 |
* | 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 i386 SMP | mav | 2009-05-02 | 1 | -2/+49 |
* | Fix a few nits in the earlier changes to prevent local information leakage | jhb | 2009-03-25 | 1 | -4/+8 |
* | Rename (fpu|npx)_cleanstate to (fpu|npx)_initialstate to better reflect | jhb | 2009-03-25 | 1 | -13/+13 |
* | A better fix for handling different FPU initial control words for different | jhb | 2009-03-05 | 1 | -0/+11 |
* | Some cleanups to the i386 FPU support: | jhb | 2009-03-05 | 1 | -51/+34 |
* | Change the functions to ANSI in those cases where it breaks promotion | rdivacky | 2009-02-24 | 1 | -2/+1 |
* | Some whitespace and style fixes. | jhb | 2009-02-23 | 1 | -5/+4 |
* | merge 186535, 186537, and 186538 from releng_7_xen | kmacy | 2008-12-29 | 1 | -1/+1 |
* | style(9) nit: remove unnecessary {} pair. | imp | 2008-10-28 | 1 | -2/+1 |
* | Turn off CPU frequency change notifiers when the TSC is P-state invariant | jkim | 2008-10-21 | 1 | -2/+5 |
* | - Add the i386_memio_map_load() function to load I/O address table. | nyan | 2008-09-07 | 1 | -21/+2 |
* | Add a very simple dpms(4) driver that uses the VESA BIOS DPMS calls to | jhb | 2008-08-23 | 1 | -0/+230 |
* | Call in to xen for fpu handling when XEN is set | kmacy | 2008-08-15 | 1 | -1/+10 |
* | Add a cyclic hook for DTrace. | jb | 2008-05-24 | 1 | -0/+17 |
* | Now that all platforms use genclock, shuffle things around slightly | phk | 2008-04-22 | 2 | -2/+0 |
* | Convert amd64 and i386 to share the atrtc device driver. | phk | 2008-04-14 | 1 | -252/+10 |
* | Move i386 to generic RTC handling code. | phk | 2008-04-12 | 1 | -103/+168 |
* | Back in the good old days, PC's had random pieces of rock for | phk | 2008-03-26 | 1 | -122/+0 |
* | The "free-lance" timer in the i8254 is only used for the speaker | phk | 2008-03-26 | 1 | -36/+19 |
* | Rename timer0_max_count to i8254_max_count. | phk | 2008-03-26 | 2 | -51/+52 |
* | The RTC related pscnt and psdiv variables have no business being public. | phk | 2008-03-26 | 1 | -2/+2 |
* | Fix some "in in" typos in comments. | brueffer | 2008-03-26 | 1 | -1/+1 |
* | 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 |
* | Don't use plain "ret" instructions at targets of jump instructions, | bde | 2007-11-29 | 1 | -2/+2 |
* | Remove entry points for -finstrument functions since they are currently | bde | 2007-11-29 | 1 | -4/+0 |
* | Split /dev/nvram driver out of isa/clock.c for i386 and amd64. I have not | peter | 2007-10-26 | 1 | -96/+1 |
* | Fix a kernel panic due to a NULL pointer access on pc98. | nyan | 2007-09-01 | 1 | -5/+7 |
* | It seems that some i386 mothermoards either do not implement the | dwmalone | 2007-07-27 | 1 | -1/+2 |
* | If clock_ct_to_ts fails to convert time time from the real time clock, | dwmalone | 2007-07-23 | 1 | -3/+6 |
* | Prototype (but functional) Linux-ish /dev/nvram interface to the extra | peter | 2007-06-15 | 1 | -0/+99 |
* | Commit 14/14 of sched_lock decomposition. | jeff | 2007-06-05 | 1 | -2/+2 |
* | 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 |
* | Add an interface for drivers to be notified of changes to CPU frequency. | njl | 2007-03-26 | 1 | -13/+43 |
* | Partial fix for a bug in rev.1.231. If suspend/resume clobbers the | bde | 2007-03-05 | 1 | -0/+1 |
* | style(9). | nyan | 2007-03-04 | 1 | -2/+2 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 3 | -12/+16 |
* | Cleaned up declaration and initialization of clock_lock. It is only | bde | 2007-01-23 | 1 | -13/+10 |
* | Evidently FreeBSD has long relied on the compiler to treat structures | kmacy | 2006-12-17 | 3 | -4/+5 |
* | Optimized RTC accesses by avoiding null writes to the index register | bde | 2006-12-03 | 1 | -9/+16 |
* | Removed some SMP ifdefs so that using the TSC as a cputime clock is | bde | 2006-10-29 | 1 | -9/+10 |
* | Cleaned up includes. <machine/profile.h> was unused. <machine/timerreg.h> | bde | 2006-10-28 | 1 | -7/+4 |