aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_radix.h
Commit message (Expand)AuthorAgeFilesLines
* Use SMR to provide a safe unlocked lookup for vm_radix.Jeff Roberson2020-02-191-0/+1
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* Replace manyinstances of VM_WAIT with blocking page allocation flagsJeff Roberson2017-11-081-0/+1
* Add pctrie_init() and vm_radix_init() to initialize generic pctrie andKonstantin Belousov2017-07-191-1/+15
* Previously, vm_radix_remove() would panic if the radix trie didn'tAlan Cox2016-12-081-1/+1
* Eliminate a redundant parameter to vm_radix_replace().Alan Cox2013-12-081-2/+1
* Addendum to r254141: The call to vm_radix_insert() in vm_page_cache() canAlan Cox2013-08-231-0/+1
* On all the architectures, avoid to preallocate the physical memoryAttilio Rao2013-08-091-1/+3
* Sync back vmcontention branch into HEAD:Attilio Rao2013-03-181-0/+47