aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_radix.h
Commit message (Expand)AuthorAgeFilesLines
* vm_page_grab_pages: fetch page rangesDoug Moore2025-05-091-0/+11
* vm_page: drop mpred param from insert_lookupDoug Moore2025-05-071-20/+0
* vm_grab_pages_unlocked: read all the pages at onceDoug Moore2025-04-291-0/+12
* vm_radix: pass pointers to VM_RADIX_FOR macrosDoug Moore2025-04-181-4/+4
* vm _radix: define foreach macros for walking pagesDoug Moore2025-04-181-0/+26
* vm_fault: use iterator for allocationDoug Moore2025-04-101-0/+13
* vm_radix: Add iter lookup_le interfaceDoug Moore2024-11-091-0/+13
* vm_radix: add iter insert and remove interfacesDoug Moore2024-10-101-1/+20
* vm_object: use reclaim callback to free pagesDoug Moore2024-09-191-4/+6
* vm_radix: offer pctrie_iterator accessDoug Moore2024-09-191-3/+120
* vm_radix: define vm_radix_insert_lookup_lt and use in vm_page_renameRyan Libby2024-06-061-0/+20
* radix_trie: have vm_radix use pctrie codeDoug Moore2023-09-121-18/+96
* Revert "radix_trie: have vm_radix use pctrie code"Doug Moore2023-09-111-95/+18
* radix_trie: have vm_radix use pctrie codeDoug Moore2023-09-111-18/+95
* 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-4/+10
* vm_radix: drop unused function; use bool.Doug Moore2023-06-211-2/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* 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