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
/
vm
/
vm_radix.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce vm_radix_isleaf() and use it in a couple places. As compared to
alc
2013-03-26
1
-2
/
+12
*
Micro-optimize the control flow in a few places. Eliminate a panic call
alc
2013-03-24
1
-8
/
+6
*
Commit new file FreeBSD tags.
attilio
2013-03-17
1
-0
/
+1
*
Fix a couple typos.
alc
2013-03-17
1
-2
/
+2
*
The M_ZERO can be eliminated from the uma_zalloc() call in
alc
2013-03-17
1
-3
/
+22
*
Simplify the interface to vm_radix_insert() by eliminating the parameter
alc
2013-03-17
1
-4
/
+3
*
Expand ambiguous comments some more.
attilio
2013-03-17
1
-5
/
+11
*
Fix compilation.
attilio
2013-03-13
1
-1
/
+2
*
Add a further safety belt to prevent inconsistencies.
attilio
2013-03-13
1
-0
/
+2
*
For uniformity, use the user provided index.
attilio
2013-03-13
1
-1
/
+1
*
Improve comments.
attilio
2013-03-07
1
-9
/
+9
*
Fix a typo.
alc
2013-03-04
1
-1
/
+1
*
Make a pass over most of the comments.
alc
2013-03-04
1
-26
/
+25
*
Simplify Boolean expressions.
alc
2013-03-04
1
-6
/
+6
*
Fix spelling.
alc
2013-03-04
1
-1
/
+1
*
Remove the boot-time cache support and rely on UMA boot-time slab cache
attilio
2013-03-04
1
-54
/
+32
*
Missing semicolon.
attilio
2013-02-24
1
-1
/
+1
*
Simplify return logic.
attilio
2013-02-24
1
-6
/
+2
*
Retire the old UMA primitive uma_zone_set_obj() and replace it with the
attilio
2013-02-24
1
-6
/
+4
*
Fix an inverted check that was reporting indexes wrongly detected
attilio
2013-02-24
1
-1
/
+1
*
On arches with VM_PHYSSEG_DENSE the vm_page_array is larger than
attilio
2013-02-15
1
-2
/
+4
*
Remove unused headers.
attilio
2013-02-15
1
-6
/
+0
*
Fix comment.
attilio
2013-02-15
1
-1
/
+1
*
Move the radix node zone destructor definition closer to
attilio
2013-02-15
1
-16
/
+16
*
- When panicing for "too small boot cache" reason, print the actual
attilio
2013-02-15
1
-1
/
+5
*
Improve dynamic branch prediction and i-cache utilization:
attilio
2013-02-15
1
-7
/
+17
*
Fix style.
attilio
2013-02-14
1
-4
/
+4
*
The radix preallocation pages can overfow the biggestone segment, so
attilio
2013-02-14
1
-28
/
+41
*
Grammar.
attilio
2013-02-13
1
-1
/
+1
*
Implement a new algorithm for managing the radix trie which also
attilio
2013-02-13
1
-522
/
+516
*
Cleanup vm_radix KPI:
attilio
2013-02-06
1
-34
/
+33
*
Remove vm_radix_lookupn() and its usage in the kernel.
attilio
2013-01-10
1
-49
/
+18
*
- Split the cached and resident pages tree into 2 distinct ones.
attilio
2012-07-08
1
-120
/
+22
*
Revert r231027 and fix the prototype for vm_radix_remove().
attilio
2012-06-08
1
-61
/
+7
*
Revert r236367.
attilio
2012-06-08
1
-113
/
+108
*
Simplify insert path by using the same logic of vm_radix_remove() for
attilio
2012-05-31
1
-108
/
+113
*
Add braces.
attilio
2012-05-12
1
-1
/
+1
*
On 32-bits architecture KTR has a bug as it cannot correctly grok
attilio
2012-05-12
1
-55
/
+86
*
- Fix a bug where lookupn can wrap up looking for the pages to scan,
attilio
2012-05-12
1
-2
/
+26
*
Fix the nodes allocator in architectures without direct-mapping:
attilio
2012-03-16
1
-7
/
+51
*
Fix a compile time bug by adding a check just after the struct
attilio
2012-03-06
1
-1
/
+2
*
- Exclude vm_radix_shrink() from the interface but retain the code
attilio
2012-03-01
1
-0
/
+25
*
fix KTR consistency
flo
2012-02-05
1
-1
/
+1
*
Remove the panic from vm_radix_insert() and propagate the error to the
attilio
2012-02-05
1
-4
/
+54
*
Fix a bug in vm_radix_leaf() where the shifting start address can
attilio
2012-01-29
1
-0
/
+10
*
Fix format string for the pindex members as they should be treated
attilio
2012-01-29
1
-7
/
+8
*
Use atomics for rn_count on leaf node because RED operations happen
attilio
2011-12-06
1
-2
/
+13
*
- Make rn_count 32-bits as it will naturally pad for 32-bit arches
attilio
2011-12-06
1
-9
/
+2
*
Fix compilation issue on 32-bit targets.
andreast
2011-12-05
1
-35
/
+39
*
Revert a change that sneaked in during the last MFC.
attilio
2011-12-02
1
-1
/
+0
[next]