aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/_vm_radix.h
Commit message (Expand)AuthorAgeFilesLines
* radix_trie: have vm_radix use pctrie codeDoug Moore2023-09-121-6/+3
* Revert "radix_trie: have vm_radix use pctrie code"Doug Moore2023-09-111-3/+6
* radix_trie: have vm_radix use pctrie codeDoug Moore2023-09-111-6/+3
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* Every path in a radix trie ends with a leaf or a NULL. By replacingDoug Moore2023-07-281-1/+6
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* Add pctrie_init() and vm_radix_init() to initialize generic pctrie andKonstantin Belousov2017-07-191-10/+0
* During vm_page_cache()'s call to vm_radix_insert(), if vm_page_alloc() wasAlan Cox2016-12-011-4/+0
* On all the architectures, avoid to preallocate the physical memoryAttilio Rao2013-08-091-0/+4
* Sync back vmcontention branch into HEAD:Attilio Rao2013-03-181-0/+51