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
/
powerpc
/
aim
/
slb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r280957
rstone
2015-09-17
1
-1
/
+1
*
Flip the semantic of M_NOWAIT to only require the allocation to not
kib
2012-11-14
1
-6
/
+2
*
After switching mutexes to use lwsync, they no longer provide sufficient
nwhitehorn
2012-04-28
1
-2
/
+2
*
Revert r234581 for this file. The lockless SLB tree code does in fact need
nwhitehorn
2012-04-24
1
-2
/
+2
*
Use lwsync to provide memory barriers on systems that support it instead
nwhitehorn
2012-04-22
1
-2
/
+2
*
Rework SLB trap handling so that double-faults into an SLB trap handler are
nwhitehorn
2012-01-15
1
-14
/
+4
*
Refactor the code that performs physically contiguous memory allocation,
alc
2011-11-16
1
-7
/
+9
*
The POWER7 has only 32 SLB slots instead of 64, like other supported
nwhitehorn
2011-06-02
1
-10
/
+16
*
Remove unused variables. Spotted by a cppcheck
andreast
2011-01-15
1
-10
/
+1
*
Add some platform KOBJ extensions and continue integrating PowerPC
nwhitehorn
2010-11-12
1
-0
/
+55
*
Restructure the way the copyin/copyout segment is stored to prevent a
nwhitehorn
2010-10-30
1
-7
/
+7
*
Split the SLB mirror cache into two kinds of object, one for kernel maps
nwhitehorn
2010-09-16
1
-35
/
+47
*
Replace the SLB backing store splay tree used on 64-bit PowerPC AIM
nwhitehorn
2010-09-16
1
-121
/
+310
*
Improve hash coverage for kernel page table entries by modifying the kernel
nwhitehorn
2010-07-31
1
-9
/
+2
*
MFppc64:
nwhitehorn
2010-07-13
1
-0
/
+303