summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_radix.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r259107alc2014-05-231-2/+1
* Addendum to r254141: The call to vm_radix_insert() in vm_page_cache() canalc2013-08-231-0/+1
* On all the architectures, avoid to preallocate the physical memoryattilio2013-08-091-1/+3
* Commit new file FreeBSD tags.attilio2013-03-171-0/+1
* Simplify the interface to vm_radix_insert() by eliminating the parameteralc2013-03-171-2/+1
* Remove the boot-time cache support and rely on UMA boot-time slab cacheattilio2013-03-041-0/+1
* The radix preallocation pages can overfow the biggestone segment, soattilio2013-02-141-2/+0
* Implement a new algorithm for managing the radix trie which alsoattilio2013-02-131-0/+2
* Cleanup vm_radix KPI:attilio2013-02-061-7/+8
* Avoid a namespace pollution in vm_object.h by defining separately theattilio2013-02-061-7/+1
* Remove vm_radix_lookupn() and its usage in the kernel.attilio2013-01-101-16/+1
* Style.attilio2012-07-121-4/+4
* Remove unused iterating functions.attilio2012-07-121-32/+0
* - Move VM_RADIX_STACK in vm_object.c because it is the only consumerattilio2012-07-081-2/+0
* - Split the cached and resident pages tree into 2 distinct ones.attilio2012-07-081-30/+16
* MFCattilio2012-06-011-1/+1
* - Fix a bug where lookupn can wrap up looking for the pages to scan,attilio2012-05-121-2/+0
* - Exclude vm_radix_shrink() from the interface but retain the codeattilio2012-03-011-23/+3
* Fix a bug in vm_radix_leaf() where the shifting start address canattilio2012-01-291-1/+2
* Use atomics for rn_count on leaf node because RED operations happenattilio2011-12-061-1/+1
* - Make rn_count 32-bits as it will naturally pad for 32-bit archesattilio2011-12-061-2/+2
* MFCattilio2011-12-021-2/+2
* Fix compilation for userland:attilio2011-11-151-9/+8
* - Add some convenience inlines.jeff2011-11-011-0/+33
* Add kernel protection to the header file for vmradix.attilio2011-11-011-0/+3
* vm_object_terminate() doesn't actually free the pages in the splayattilio2011-11-011-0/+1
* - Extract part of vm_radix_lookupn() into a function that just finds thejeff2011-10-301-6/+8
* - Support two types of nodes, red and black, within the same radix tree.jeff2011-10-301-10/+24
* - Use a single uintptr_t for the root of the radix node that encodes thejeff2011-10-281-3/+8
* Use an UMA zone for the radix node. This avoids the problem to checkattilio2011-10-281-0/+1
* - Implement vm_radix_lookup_le().jeff2011-10-231-1/+14
* Check in an intial implementation of radix tree implementation to replaceattilio2011-10-221-0/+64
OpenPOWER on IntegriCloud