Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | radix_trie: have vm_radix use pctrie code | Doug Moore | 2023-09-12 | 1 | -6/+3 |
* | Revert "radix_trie: have vm_radix use pctrie code" | Doug Moore | 2023-09-11 | 1 | -3/+6 |
* | radix_trie: have vm_radix use pctrie code | Doug Moore | 2023-09-11 | 1 | -6/+3 |
* | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
* | Every path in a radix trie ends with a leaf or a NULL. By replacing | Doug Moore | 2023-07-28 | 1 | -1/+6 |
* | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-05-12 | 1 | -1/+1 |
* | sys: general adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -1/+3 |
* | Add pctrie_init() and vm_radix_init() to initialize generic pctrie and | Konstantin Belousov | 2017-07-19 | 1 | -10/+0 |
* | During vm_page_cache()'s call to vm_radix_insert(), if vm_page_alloc() was | Alan Cox | 2016-12-01 | 1 | -4/+0 |
* | On all the architectures, avoid to preallocate the physical memory | Attilio Rao | 2013-08-09 | 1 | -0/+4 |
* | Sync back vmcontention branch into HEAD: | Attilio Rao | 2013-03-18 | 1 | -0/+51 |