Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use SMR to provide a safe unlocked lookup for vm_radix. | Jeff Roberson | 2020-02-19 | 1 | -0/+1 |
* | sys: general adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -1/+3 |
* | Replace manyinstances of VM_WAIT with blocking page allocation flags | Jeff Roberson | 2017-11-08 | 1 | -0/+1 |
* | Add pctrie_init() and vm_radix_init() to initialize generic pctrie and | Konstantin Belousov | 2017-07-19 | 1 | -1/+15 |
* | Previously, vm_radix_remove() would panic if the radix trie didn't | Alan Cox | 2016-12-08 | 1 | -1/+1 |
* | Eliminate a redundant parameter to vm_radix_replace(). | Alan Cox | 2013-12-08 | 1 | -2/+1 |
* | Addendum to r254141: The call to vm_radix_insert() in vm_page_cache() can | Alan Cox | 2013-08-23 | 1 | -0/+1 |
* | On all the architectures, avoid to preallocate the physical memory | Attilio Rao | 2013-08-09 | 1 | -1/+3 |
* | Sync back vmcontention branch into HEAD: | Attilio Rao | 2013-03-18 | 1 | -0/+47 |