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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Export various helper variables describing the layout and size of
jhb
2015-11-12
1
-6
/
+10
*
The prefix for CLFLUSHOPT is 0x66. It was right on amd64.
kib
2015-10-30
1
-1
/
+1
*
Use movw instead of movl (or plain mov) when moving segment registers
jhb
2015-10-29
1
-3
/
+3
*
Add CLFLUSHOPT instruction wrappers.
kib
2015-10-23
1
-0
/
+7
*
x86/xen: Consolidate xen-os.h in a single place
royger
2015-10-21
1
-186
/
+4
*
xen/console: Introduce a new console driver for Xen guest
royger
2015-10-08
1
-1
/
+1
*
Update Xen headers from 4.2 to 4.6
royger
2015-10-06
1
-0
/
+1
*
Merge stack(9) implementations for i386 and amd64 under x86/.
markj
2015-09-11
1
-39
/
+3
*
Remove unused i386 header privatespace.h. For the native kernel, its
kib
2015-08-07
1
-49
/
+0
*
Remove some more vestiges of the Xen PV domu support. Specifically,
jhb
2015-08-06
2
-117
/
+0
*
Rationalize BSD license on sys/*/include/in_cksum.h
emaste
2015-08-05
1
-1
/
+1
*
Add two new pmap functions:
jah
2015-08-04
1
-1
/
+2
*
Give large kernel stack to the initial thread . Otherwise, ZFS
kib
2015-08-04
1
-0
/
+5
*
Clear the IA32_MISC_ENABLE MSR bit, which limits the max CPUID
kib
2015-08-03
1
-0
/
+1
*
Improve comments.
kib
2015-07-30
1
-3
/
+3
*
Use private cache line for the locked nop in *mb() on i386.
kib
2015-07-30
1
-32
/
+39
*
MFamd64 r285934: Remove store/load (= full) barrier from the i386
kib
2015-07-29
1
-17
/
+7
*
Remove duplicate and useless declarations.
kib
2015-07-22
1
-1
/
+0
*
Duplicate the copyright from the i386/i386/machdep.c into
kib
2015-07-10
1
-6
/
+36
*
Add the atomic_thread_fence() family of functions with intent to
kib
2015-07-08
1
-0
/
+32
*
Use single instance of the identical INKERNEL() and PMC_IN_KERNEL()
kib
2015-07-02
3
-4
/
+4
*
Provide npx_get_fsave(9) and npx_set_fsave(9) functions to obtain and
kib
2015-06-29
1
-0
/
+5
*
Move CS_SECURE() and EFL_SECURE() macros to the machine/frame.h. They
kib
2015-06-29
1
-0
/
+8
*
Add a comment about too strong semantic of atomic_load_acq() on x86.
kib
2015-06-29
1
-0
/
+9
*
Reduce code duplication. Add helper fill_based_sd(9) which creates a
kib
2015-06-29
1
-0
/
+2
*
Remove unneeded data dependency, currently imposed by
kib
2015-06-28
1
-49
/
+74
*
Report the values of x86 segment registers to remote debuggers.
jhb
2015-06-12
1
-1
/
+1
*
Ensure that the upper 16 bits of segment registers manually saved in
jhb
2015-06-12
1
-3
/
+6
*
Retire VM_FREEPOOL_CACHE as the next step in eliminating PG_CACHE pages.
alc
2015-06-08
1
-3
/
+2
*
Update print_INTEL_TLB() by the tag values from the Intel SDM
kib
2015-06-06
1
-0
/
+1
*
If x86 CPU implementation of the MWAIT instruction reasonably
kib
2015-05-09
1
-0
/
+1
*
Remove support for Xen PV domU kernels. Support for HVM domU kernels
jhb
2015-04-30
15
-747
/
+11
*
Move common code from sys/i386/i386/mp_machdep.c and
kib
2015-04-24
1
-0
/
+37
*
Reassign copyright statements on several files from Advanced
jhb
2015-04-23
1
-1
/
+1
*
Move some common code from sys/amd64/amd64/machdep.c and
kib
2015-04-22
1
-0
/
+1
*
Remove lazy pmap switch code from i386. Naive benchmark with md(4)
kib
2015-04-18
1
-3
/
+1
*
Add config option PAE_TABLES for the i386 kernel. It switches pmap to
kib
2015-04-13
3
-14
/
+17
*
Explain that vm_page_array is mapped to describe the memory, not the
kib
2015-04-08
1
-3
/
+8
*
Use VT-d interrupt remapping block (IR) to perform FSB messages
kib
2015-03-19
1
-0
/
+2
*
Add x2APIC support. Enable it by default if CPU is capable. The
kib
2015-02-09
1
-0
/
+9
*
Generalized parts of the XEN timer code into a generic pvclock
bryanv
2015-02-04
1
-0
/
+6
*
loader: implement multiboot support for Xen Dom0
royger
2015-01-15
1
-0
/
+1
*
For x86, read MAXPHYADDR, defined in SDM vol 3 4.1.4 Enumeration of Paging
kib
2015-01-12
1
-0
/
+1
*
Factor out duplicated code from dumpsys() on each architecture into generic
markj
2015-01-07
1
-0
/
+6
*
Revert r274772: it is not valid on MIPS
emaste
2014-11-25
1
-1
/
+1
*
Use canonical __PIC__ flag
emaste
2014-11-21
1
-1
/
+1
*
Enable the use of VM_PHYSSEG_SPARSE on amd64 and i386, making it the default
alc
2014-11-15
1
-1
/
+7
*
MFamd64: Add support for extended FPU states on i386. This includes
jhb
2014-11-02
4
-22
/
+65
*
MFamd64: Move extern declaration of _ucodesel and _udatasel to
jhb
2014-11-02
1
-0
/
+2
*
Remove the FP_SOFTFP flag. It wasn't used but was leftover from the
jhb
2014-11-02
1
-1
/
+0
[next]