| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC 270850,271053,271192,271717: | jhb | 2014-09-22 | 1 | -0/+37 |
* | MFC r267767: | kib | 2014-06-30 | 1 | -0/+7 |
* | Implement vector callback for PVHVM and unify event channel implementations | gibbs | 2013-08-29 | 1 | -1/+1 |
* | - Correct spelling in comments | gabor | 2013-04-17 | 1 | -1/+1 |
* | - Correct mispellings of word miscellaneous | gabor | 2013-04-17 | 1 | -1/+1 |
* | Locking for todr got pushed down into inittodr and the client | imp | 2013-02-21 | 1 | -10/+2 |
* | Revert previous commit... | kevlo | 2012-10-10 | 1 | -1/+1 |
* | Prefer NULL over 0 for pointers | kevlo | 2012-10-09 | 1 | -1/+1 |
* | Change (unused) prototype for stmxcsr() to match reality. | kib | 2012-07-30 | 1 | -1/+1 |
* | MFamd64 r238623: | kib | 2012-07-26 | 1 | -15/+14 |
* | MFCamd64 r238598: | kib | 2012-07-21 | 1 | -2/+25 |
* | MFamd64 r238668: | kib | 2012-07-21 | 1 | -16/+13 |
* | MFamd64 r238597: | kib | 2012-07-21 | 1 | -0/+2 |
* | Add a clts() wrapper around the 'clts' instruction to <machine/cpufunc.h> | jhb | 2012-07-09 | 1 | -11/+8 |
* | Add support for the extended FPU states on amd64, both for native | kib | 2012-01-21 | 1 | -1/+45 |
* | 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 |