| Commit message (Expand) | Author | Age | Files | Lines |
* | Use atomic load & store for TSC frequency. It may be overkill for amd64 but | jkim | 2011-04-07 | 1 | -11/+17 |
* | Deprecate rarely used tsc_is_broken. Instead, we zero out tsc_freq because | jkim | 2011-03-10 | 1 | -1/+1 |
* | In fpudna()/npxdna(), mark FPU context initialized and optionally | kib | 2010-12-12 | 1 | -1/+3 |
* | Remove npxgetregs(), npxsetregs(), fpugetregs() and fpusetregs() | kib | 2010-11-26 | 1 | -72/+22 |
* | Use unambiguous inline assembly to load a float variable. GNU as | dim | 2010-11-25 | 1 | -1/+1 |
* | Use 'saveintr' instead of 'savecrit' or 'eflags' to hold the state returned | jhb | 2010-10-25 | 1 | -3/+3 |
* | Simplify fldcw() macro. There is no reason to use pointer here. No object | jkim | 2010-07-26 | 1 | -5/+5 |
* | Remove an unused macro since r189418. | jkim | 2010-07-26 | 1 | -1/+0 |
* | Reduce diff against fenv.h: | jkim | 2010-07-26 | 1 | -12/+14 |
* | FNSTSW instruction can use AX register as an operand. | jkim | 2010-07-26 | 1 | -1/+1 |
* | After the FPU use requires #MF working due to INT13 FPU exception handling | kib | 2010-06-23 | 1 | -35/+27 |
* | Remove the support for int13 FPU exception reporting on i386. It is | kib | 2010-06-23 | 1 | -132/+31 |
* | Remove unused i586 optimized bcopy/bzero/etc implementations that utilize | kib | 2010-06-23 | 1 | -54/+1 |
* | Introduce the x86 kernel interfaces to allow kernel code to use | kib | 2010-06-05 | 1 | -19/+158 |
* | Introduce the new kernel sub-tree x86 which should contain all the code | attilio | 2010-02-25 | 9 | -2735/+0 |
* | - Allow clock subsystem to be compiled without the apic support [0] | attilio | 2010-01-17 | 1 | -2/+0 |
* | Handling all the three clocks (hardclock, softclock, profclock) with the | attilio | 2010-01-15 | 1 | -7/+8 |
* | Make isa_dma functions MPSAFE by introducing its own private lock. These | rdivacky | 2009-11-09 | 1 | -27/+83 |
* | - Teach vesa(4) and dpms(4) about x86emu. [1] | delphij | 2009-09-09 | 2 | -1926/+0 |
* | Partially revert 196524: this part of change should not be committed as | delphij | 2009-08-31 | 1 | -20/+25 |
* | Fix build broken in r196524. | glebius | 2009-08-25 | 1 | -8/+0 |
* | Fix VESA modes and allow 8bit depth modes. | delphij | 2009-08-24 | 1 | -21/+24 |
* | 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 |