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
/
amd64
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump CACHE_LINE_SIZE to 128 for x86. Intel's manuals explicitly recommend
jhb
2009-05-18
1
-1
/
+1
*
correct range in comment
kmacy
2009-05-16
1
-1
/
+1
*
update vm map comment
kmacy
2009-05-16
1
-1
/
+0
*
Increase default kernel map to 512GB
kmacy
2009-05-16
1
-2
/
+2
*
FreeBSD right now support 32 CPUs on all the architectures at least.
attilio
2009-05-14
1
-4
/
+4
*
Implement simple machine check support for amd64 and i386.
jhb
2009-05-13
2
-0
/
+76
*
Fix XENHVM build.
dfr
2009-05-06
1
-1
/
+1
*
Rename statclock_disable variable to atrtcclock_disable that it actually is,
mav
2009-05-03
1
-1
/
+0
*
Add support for using i8254 and rtc timers as event sources for amd64 SMP
mav
2009-05-02
2
-1
/
+10
*
- Add support for cpuid leaf 0xb. This allows us to determine the
jeff
2009-04-29
2
-4
/
+7
*
Don't conditionally define CACHE_LINE_SHIFT, as we anticipate sizing
rwatson
2009-04-20
1
-2
/
+0
*
Add description and cautionary note regarding CACHE_LINE_SIZE.
rwatson
2009-04-19
1
-0
/
+4
*
For each architecture, define CACHE_LINE_SHIFT and a derived
rwatson
2009-04-19
1
-0
/
+4
*
A simple rewrite of biossmap.c:
jkim
2009-04-15
2
-0
/
+5
*
Simplify in/out functions (for i386 and AMD64).
ed
2009-04-11
1
-79
/
+8
*
Also remove the unused __word_swap_int*() macros.
ed
2009-04-08
1
-19
/
+0
*
Implement __bswap16() without using inline assembly.
ed
2009-04-08
1
-22
/
+1
*
Don't explicitly force ecx to be used for MSR_FSBASE/MSR_GSBASE.
ed
2009-04-07
1
-10
/
+4
*
Garbage collect unused stack segment since r190620.
jkim
2009-04-01
1
-1
/
+0
*
Sync definitions for struct sigcontext for i386 and amd64 architectures
kib
2009-04-01
1
-3
/
+11
*
Save and restore segment registers on amd64 when entering and leaving
kib
2009-04-01
8
-9
/
+73
*
Add separate gdt descriptors for %fs and %gs on amd64.
kib
2009-04-01
1
-9
/
+13
*
Fully enumerate all i386 sysarch commands an amd64 include file.
kib
2009-04-01
1
-0
/
+21
*
Add all segment registers for the amd64 CPU to struct reg and mcontext.
kib
2009-04-01
2
-6
/
+26
*
Provide convenient definition of the union descriptor, similar to the
kib
2009-04-01
1
-0
/
+17
*
Update stale comments. The alternate address space mapping was eliminated
alc
2009-03-22
1
-7
/
+1
*
In general, the kernel virtual address of the pml4 page table page that is
alc
2009-03-22
1
-0
/
+4
*
Add AT_EXECPATH ELF auxinfo entry type. The value's a_ptr is a pointer
kib
2009-03-17
1
-4
/
+2
*
Initial suspend/resume support for amd64.
jkim
2009-03-17
3
-0
/
+17
*
Merge in support for Xen HVM on amd64 architecture.
dfr
2009-03-11
7
-1
/
+1292
|
\
|
*
Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64
dfr
2008-11-22
73
-9462
/
+0
|
*
MFC: Add the optional nvram(4) device. As with 7.x, this device is off
jhb
2008-08-01
1
-1
/
+2
|
*
MFC: 180149 / 1.49.2.1 (which was MFC of r180109 / rev 1.53)
obrien
2008-07-01
1
-2
/
+11
|
*
MFC: Add constants for the different memory types in the SMAP table and
jhb
2008-03-21
1
-2
/
+8
|
*
MFC: Use a runtime mask for the PhysBase and PhysMask fields in variable
jhb
2008-03-19
1
-2
/
+2
|
*
MFC: Add constants for the various fields in MTRR registers and apply
jhb
2008-03-19
1
-0
/
+15
|
*
MFC GET_STACK_USAGE() macro to be used for netgraph stack protection.
mav
2008-02-06
1
-0
/
+13
|
*
MFC: Always assume type #1 PCI config transactions for amd64 and relax the
jhb
2007-12-06
1
-5
/
+0
|
*
MFC: sys/amd64/include/elf.h 1.19; sys/arm/include/elf.h 1.8;
marius
2007-12-03
1
-25
/
+0
|
*
MFC: Handle CPUs with APIC IDs higher than 32.
jhb
2007-10-05
1
-0
/
+1
|
*
MFC: whitespace changes from HEAD
des
2007-09-28
1
-76
/
+76
|
*
MFC: synch with HEAD, minus whitespace changes.
des
2007-09-28
1
-3
/
+14
|
*
MFC: Partial MFC of earlier minor fixes and tweaks to x86 interrupt code:
jhb
2007-08-15
1
-3
/
+3
|
*
MFC: Revamp the MSI/MSI-X code a bit to achieve two main goals:
jhb
2007-08-15
1
-2
/
+2
|
*
MFC Revision 1.531 of pmap.c:
alc
2007-05-06
1
-0
/
+1
|
*
MFC: Initial PAT support including the following:
jhb
2007-05-02
1
-0
/
+5
|
*
MFC: Add various constants for the PAT MSR and the PAT PTE and PDE flags
jhb
2007-05-02
2
-0
/
+15
|
*
MFC: Add 'pmap_invalidate_cache()'.
jhb
2007-05-02
3
-2
/
+6
|
*
MFC: PCI MSI support for amd64 and i386.
jhb
2007-03-31
2
-4
/
+19
|
*
MFC: Fix GDB_BUFSZ.
jhb
2007-02-08
1
-1
/
+1
[next]