summaryrefslogtreecommitdiff
path: root/sys/vm/_vm_radix.h
AgeCommit message (Expand)Author
2023-09-12radix_trie: have vm_radix use pctrie codeDoug Moore
2023-09-11Revert "radix_trie: have vm_radix use pctrie code"Doug Moore
2023-09-11radix_trie: have vm_radix use pctrie codeDoug Moore
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-07-28Every path in a radix trie ends with a leaf or a NULL. By replacingDoug Moore
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2017-11-27sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-07-19Add pctrie_init() and vm_radix_init() to initialize generic pctrie andKonstantin Belousov
2016-12-01During vm_page_cache()'s call to vm_radix_insert(), if vm_page_alloc() wasAlan Cox
2013-08-09On all the architectures, avoid to preallocate the physical memoryAttilio Rao
2013-03-18Sync back vmcontention branch into HEAD:Attilio Rao