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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminate a redundant parameter to vm_radix_replace().
alc
2013-12-08
1
-2
/
+1
*
Addendum to r254141: The call to vm_radix_insert() in vm_page_cache() can
alc
2013-08-23
1
-0
/
+1
*
On all the architectures, avoid to preallocate the physical memory
attilio
2013-08-09
1
-1
/
+3
*
Commit new file FreeBSD tags.
attilio
2013-03-17
1
-0
/
+1
*
Simplify the interface to vm_radix_insert() by eliminating the parameter
alc
2013-03-17
1
-2
/
+1
*
Remove the boot-time cache support and rely on UMA boot-time slab cache
attilio
2013-03-04
1
-0
/
+1
*
The radix preallocation pages can overfow the biggestone segment, so
attilio
2013-02-14
1
-2
/
+0
*
Implement a new algorithm for managing the radix trie which also
attilio
2013-02-13
1
-0
/
+2
*
Cleanup vm_radix KPI:
attilio
2013-02-06
1
-7
/
+8
*
Avoid a namespace pollution in vm_object.h by defining separately the
attilio
2013-02-06
1
-7
/
+1
*
Remove vm_radix_lookupn() and its usage in the kernel.
attilio
2013-01-10
1
-16
/
+1
*
Style.
attilio
2012-07-12
1
-4
/
+4
*
Remove unused iterating functions.
attilio
2012-07-12
1
-32
/
+0
*
- Move VM_RADIX_STACK in vm_object.c because it is the only consumer
attilio
2012-07-08
1
-2
/
+0
*
- Split the cached and resident pages tree into 2 distinct ones.
attilio
2012-07-08
1
-30
/
+16
*
MFC
attilio
2012-06-01
1
-1
/
+1
*
- Fix a bug where lookupn can wrap up looking for the pages to scan,
attilio
2012-05-12
1
-2
/
+0
*
- Exclude vm_radix_shrink() from the interface but retain the code
attilio
2012-03-01
1
-23
/
+3
*
Fix a bug in vm_radix_leaf() where the shifting start address can
attilio
2012-01-29
1
-1
/
+2
*
Use atomics for rn_count on leaf node because RED operations happen
attilio
2011-12-06
1
-1
/
+1
*
- Make rn_count 32-bits as it will naturally pad for 32-bit arches
attilio
2011-12-06
1
-2
/
+2
*
MFC
attilio
2011-12-02
1
-2
/
+2
*
Fix compilation for userland:
attilio
2011-11-15
1
-9
/
+8
*
- Add some convenience inlines.
jeff
2011-11-01
1
-0
/
+33
*
Add kernel protection to the header file for vmradix.
attilio
2011-11-01
1
-0
/
+3
*
vm_object_terminate() doesn't actually free the pages in the splay
attilio
2011-11-01
1
-0
/
+1
*
- Extract part of vm_radix_lookupn() into a function that just finds the
jeff
2011-10-30
1
-6
/
+8
*
- Support two types of nodes, red and black, within the same radix tree.
jeff
2011-10-30
1
-10
/
+24
*
- Use a single uintptr_t for the root of the radix node that encodes the
jeff
2011-10-28
1
-3
/
+8
*
Use an UMA zone for the radix node. This avoids the problem to check
attilio
2011-10-28
1
-0
/
+1
*
- Implement vm_radix_lookup_le().
jeff
2011-10-23
1
-1
/
+14
*
Check in an intial implementation of radix tree implementation to replace
attilio
2011-10-22
1
-0
/
+64