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
*
Don't bother reading the initial value of the machine check banks during
jhb
2009-05-20
1
-4
/
+0
*
- Add a tunable 'hw.mca.enabled' that can be used to enable/disable the
jhb
2009-05-18
1
-11
/
+14
*
Add a read-only sysctl hw.pci.mcfg to mirror the tunable by the same name.
jhb
2009-05-18
1
-0
/
+5
*
Bump CACHE_LINE_SIZE to 128 for x86. Intel's manuals explicitly recommend
jhb
2009-05-18
1
-1
/
+1
*
Add cpu_flush_dcache() for use after non-DMA based I/O so that a
marcel
2009-05-18
1
-0
/
+10
*
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
*
Somewhere between 2.6.23 and 2.6.27, Linux added SOCK_CLOEXEC and
dchagin
2009-05-16
1
-0
/
+1
*
Trim the default set of device hints on i386 and amd64:
jhb
2009-05-14
1
-9
/
+0
*
FreeBSD right now support 32 CPUs on all the architectures at least.
attilio
2009-05-14
2
-14
/
+14
*
Implement simple machine check support for amd64 and i386.
jhb
2009-05-13
6
-0
/
+618
*
Correct a rare use-after-free error in pmap_copy(). This error was
alc
2009-05-13
1
-1
/
+3
*
Translate l_timeval arg to native struct timeval in
dchagin
2009-05-11
1
-1
/
+1
*
Do not export AT_CLKTCK when emulating Linux kernel prior
dchagin
2009-05-10
1
-1
/
+11
*
Rework r189362, r191883.
dchagin
2009-05-10
1
-1
/
+2
*
- Use "device\t" and "options \t" for consistency.
kuriyama
2009-05-10
4
-13
/
+13
*
Move the per-prison Linux MIB from a private one-off pointer to the new
jamie
2009-05-07
1
-0
/
+2
*
To avoid excessive code duplication move MI definitions to the MI
dchagin
2009-05-07
1
-8
/
+0
*
Disable adaptive mutexes and rwlocks for XENHVM.
dfr
2009-05-06
1
-0
/
+2
*
Fix XENHVM build.
dfr
2009-05-06
1
-1
/
+1
*
Do not try to initialize LAPIC timer if we are not going to use it.
mav
2009-05-05
1
-1
/
+1
*
Unlock the largest standard CPUID on Intel CPUs for both amd64 and i386 and
jkim
2009-05-04
1
-0
/
+16
*
Rename statclock_disable variable to atrtcclock_disable that it actually is,
mav
2009-05-03
2
-22
/
+15
*
Add support for using i8254 and rtc timers as event sources for amd64 SMP
mav
2009-05-02
4
-3
/
+69
*
Move extern variable definitions to the header file.
dchagin
2009-05-02
1
-3
/
+1
*
Add resume methods to i8254 and atrtc devices.
mav
2009-05-01
1
-1
/
+20
*
Small addition to r191720.
mav
2009-05-01
1
-1
/
+5
*
o add uath
sam
2009-05-01
1
-1
/
+3
*
Use value -1 instead of 0 for marking unused APIC vectors. This fixes
mav
2009-05-01
1
-5
/
+11
*
Reimplement futexes.
dchagin
2009-05-01
1
-3
/
+3
*
- Fix divide-by-zero panic when SMP kernel is used on UP system[1].
jkim
2009-04-30
1
-1
/
+7
*
- Add support for cpuid leaf 0xb. This allows us to determine the
jeff
2009-04-29
4
-83
/
+155
*
Reduce the number of bounce zones (and thus the number of bounce pages
jhb
2009-04-23
1
-8
/
+2
*
Adjust the way we number CPUs on x86 so that we attempt to "group" all
jhb
2009-04-22
1
-21
/
+29
*
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
*
- Import infrastructure for caching flows as a means of accelerating L3 and L...
kmacy
2009-04-19
1
-0
/
+2
*
Restore bus DMA bounce pages to an offset of 0 when they are released by
jhb
2009-04-17
1
-3
/
+10
*
Add a compat option to the EBR scheme that controls the
marcel
2009-04-15
1
-0
/
+1
*
A simple rewrite of biossmap.c:
jkim
2009-04-15
2
-0
/
+5
*
The bus_dmamap_load_uio(9) shall use pmap of the thread recorded in the
kib
2009-04-13
1
-1
/
+4
*
Simplify in/out functions (for i386 and AMD64).
ed
2009-04-11
2
-108
/
+16
*
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
[next]