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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add ixgbe to the GENERIC amd64 kernel in place of the
jfv
2009-04-10
1
-1
/
+1
*
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
*
Fix KBI breakage by r190520 which affects older linux.ko binaries:
dchagin
2009-04-05
2
-4
/
+4
*
Reduce code duplcations from r190620. While I am here, tweak a comment.
jkim
2009-04-02
1
-3
/
+1
*
Chase GDT layout changes and unbreak suspend/resume on amd64.
jkim
2009-04-02
3
-18
/
+18
*
Garbage collect unused MSR_GSBASE since r190620.
jkim
2009-04-01
1
-3
/
+0
*
Garbage collect unused stack segment since r190620.
jkim
2009-04-01
2
-2
/
+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
28
-351
/
+1334
*
Add separate gdt descriptors for %fs and %gs on amd64.
kib
2009-04-01
2
-24
/
+69
*
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
*
Fix an uninitialized variable from the previous commit.
jkim
2009-03-31
1
-1
/
+2
*
Probe size of installed memory modules from loader and display it
jkim
2009-03-31
1
-3
/
+13
*
Revert 190445 change to this file restoring:
ambrisko
2009-03-27
1
-3
/
+3
*
Convert gdt_segs and ldt_segs initialization to C99 style.
kib
2009-03-26
1
-73
/
+72
*
Add stuff to support upcoming BMC/IPMI flashing of newer Dell machine
ambrisko
2009-03-26
1
-1
/
+1
*
Fix a few nits in the earlier changes to prevent local information leakage
jhb
2009-03-25
1
-2
/
+1
*
Rename (fpu|npx)_cleanstate to (fpu|npx)_initialstate to better reflect
jhb
2009-03-25
1
-10
/
+11
*
Fall back to using configuration type 1 accesses for PCI config requests if
jhb
2009-03-24
1
-0
/
+2
*
- Clean up suspend/resume code for amd64.
jkim
2009-03-23
4
-31
/
+29
*
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
3
-4
/
+10
*
Eliminate the recomputation of pcb_cr3 from cpu_set_upcall(). The
alc
2009-03-22
1
-1
/
+1
*
Remove the uscanner(4) driver, this follows the removal of the kernel scanner
thompsa
2009-03-19
1
-1
/
+0
*
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
16
-5
/
+1112
*
Chase the k8temp->amdtemp rename in NOTES and loader.conf.
dchagin
2009-03-16
1
-2
/
+2
*
Update the pmap's resident page count when a page table page is freed in
alc
2009-03-14
1
-0
/
+2
*
Correct accounting errors in _pmap_allocpte(). Specifically, the pmap's
alc
2009-03-14
1
-5
/
+9
*
Implement new way of branding ELF binaries by looking to a
dchagin
2009-03-13
2
-4
/
+18
*
Merge in support for Xen HVM on amd64 architecture.
dfr
2009-03-11
9
-1
/
+1460
|
\
|
*
Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64
dfr
2008-11-22
160
-45809
/
+0
|
*
MFC: Update comments about the 0xcf9 register reset method.
jhb
2008-09-18
1
-4
/
+7
|
*
MFC: Adjust the handling of the various timer frequencies when using the
jhb
2008-09-12
1
-10
/
+17
|
*
- Fix amd64 local privilege escalation. [08:07]
simon
2008-09-03
1
-6
/
+3
|
*
MFC: Decode "exotic" instructions such as pause as well as "cmov*" on i386.
jhb
2008-08-20
1
-9
/
+68
|
*
MFC: Add the optional nvram(4) device. As with 7.x, this device is off
jhb
2008-08-01
3
-3
/
+11
|
*
MFC r179347.
yongari
2008-07-28
1
-0
/
+1
|
*
MFC: 180149 / 1.49.2.1 (which was MFC of r180109 / rev 1.53)
obrien
2008-07-01
1
-2
/
+11
|
*
MFC: kernel-mode NFS lock manager.
dfr
2008-04-24
1
-0
/
+1
|
*
MFC
kib
2008-03-27
3
-5
/
+5
|
*
MFC: Add constants for the different memory types in the SMAP table and
jhb
2008-03-21
2
-3
/
+9
|
*
MFC: Use a runtime mask for the PhysBase and PhysMask fields in variable
jhb
2008-03-19
2
-8
/
+26
|
*
MFC: Minimize diffs with i686_mem.c.
jhb
2008-03-19
2
-6
/
+9
|
*
MFC: Add constants for the various fields in MTRR registers and apply
jhb
2008-03-19
2
-404
/
+458
|
*
MFC: Remove the 'needbounce' variable from _bus_dmamap_load_buffer().
jhb
2008-03-17
1
-5
/
+2
[next]