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
*
MFC r259107
alc
2014-05-23
1
-7
/
+5
*
Addendum to r254141: The call to vm_radix_insert() in vm_page_cache() can
alc
2013-08-23
1
-0
/
+15
*
On all the architectures, avoid to preallocate the physical memory
attilio
2013-08-09
1
-48
/
+126
*
To reduce the amount of arithmetic performed in the various radix tree
alc
2013-05-11
1
-13
/
+12
*
Remove a redundant call to panic() from vm_radix_keydiff(). The assertion
alc
2013-05-07
1
-4
/
+2
*
Optimize vm_radix_lookup_ge() and vm_radix_lookup_le(). Specifically,
alc
2013-05-04
1
-103
/
+75
*
Eliminate an unneeded call to vm_radix_trimkey() from vm_radix_lookup_le().
alc
2013-04-28
1
-1
/
+0
*
Avoid some lookup restarts in vm_radix_lookup_{ge,le}().
alc
2013-04-27
1
-22
/
+24
*
Simplify vm_radix_{add,dec}lev().
alc
2013-04-22
1
-8
/
+13
*
When calculating the number of reserved nodes, discount the pages that will
alc
2013-04-18
1
-2
/
+9
*
Although we perform path compression to reduce the height of the trie and
alc
2013-04-15
1
-26
/
+32
*
Although we perform path compression to reduce the height of the trie and
alc
2013-04-12
1
-20
/
+33
*
Micro-optimize the order of struct vm_radix_node's fields. Specifically,
alc
2013-04-07
1
-2
/
+2
*
Simplify vm_radix_keybarr().
alc
2013-04-06
1
-3
/
+1
*
Simplify vm_radix_insert().
alc
2013-04-06
1
-29
/
+8
*
Replace the remaining uses of vm_radix_node_page() by vm_radix_isleaf() and
alc
2013-04-03
1
-65
/
+67
*
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
[next]