index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
i386
/
isa
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add deprecation notices for various device drivers removed in 12.0.
jhb
2017-07-12
1
-0
/
+2
*
MFC r320307:
kib
2017-06-27
1
-1
/
+1
*
MFC r320051:
kib
2017-06-24
1
-3
/
+8
*
MFC r313154:
kib
2017-02-24
1
-79
/
+1
*
MFC r313109:
kib
2017-02-09
1
-6
/
+4
*
Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().
jhibbits
2016-02-27
1
-2
/
+2
*
Adjust i386 comment to match amd64 one after r294311.
kib
2016-01-19
1
-5
/
+6
*
Convert between abridged (from FXSAVE) and unabridged (from FSAVE)
kib
2015-07-10
1
-6
/
+13
*
Now that aesni won't reuse fpu contexts (D3016), add seatbelts to the
jmg
2015-07-08
1
-2
/
+10
*
Provide npx_get_fsave(9) and npx_set_fsave(9) functions to obtain and
kib
2015-06-29
1
-0
/
+96
*
Remove support for Xen PV domU kernels. Support for HVM domU kernels
jhb
2015-04-30
1
-9
/
+0
*
Remove write-only variable.
kib
2015-03-12
1
-2
/
+0
*
Improve support for XSAVE with debuggers.
jhb
2014-11-21
1
-0
/
+7
*
Lock spic(4) and mark it MPSAFE:
jhb
2014-11-20
1
-31
/
+39
*
Move all of the XSAVE support under #ifdef I686_CPU and fix the build
jhb
2014-11-03
1
-3
/
+34
*
MFamd64: Add support for extended FPU states on i386. This includes
jhb
2014-11-02
1
-158
/
+361
*
MFamd64: Explicitly initialize the mxcsr during npxinit().
jhb
2014-11-02
1
-0
/
+9
*
Save and restore FPU state across suspend and resume. In earlier revisions
jhb
2014-08-30
1
-0
/
+37
*
Add FPU_KERN_KTHR flag to fpu_kern_enter(9), which avoids saving FPU
kib
2014-06-23
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
[next]