aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_pagequeue.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* vm: centralize VM_BATCHQUEUE_SIZE definitionAndrew Gallatin2023-01-211-1/+3
* vm: reduce lock contention when processing vm batchqueuesAndrew Gallatin2022-12-141-5/+7
* vm_phys: Try to clean up NUMA KPIsMark Johnston2020-11-191-1/+1
* Add support for multithreading the inactive queue pageout within a domain.Conrad Meyer2020-08-111-0/+9
* Simplify vm_pageout_init_domain() and add a "big picture" comment.Mark Johnston2019-11-221-2/+136
* Revert r352406, which contained changes I didn't intend to commit.Mark Johnston2019-09-161-18/+0
* Fix a couple of nits in r352110.Mark Johnston2019-09-161-0/+18
* Simplify vm_page_dequeue() and fix an assertion.Mark Johnston2019-08-211-0/+8
* Add a per-CPU page cache per VM free pool.Mark Johnston2019-07-081-1/+5
* Allow empty NUMA memory domains to support Threadripper2Andrew Gallatin2018-10-011-1/+2
* Add a per-pagequeue pdpages counter.Mark Johnston2018-08-231-0/+1
* Make UMA and malloc(9) return non-executable memory in most cases.Jonathan T. Looney2018-06-131-1/+2
* Improve VM page queue scalability.Mark Johnston2018-04-241-10/+48
* Initialize marker pages in vm_page_domain_init().Mark Johnston2018-04-191-2/+1
* Add a uma cache of free pages in the DEFAULT freepool. This gives usJeff Roberson2018-04-011-0/+2
* Fix the background laundering mechanism after r329882.Mark Johnston2018-03-291-3/+4
* Lock reservations with a dedicated lock in each reservation. Protect theJeff Roberson2018-03-221-18/+1
* Eliminate pageout wakeup races. Take another step towards locklessJeff Roberson2018-03-151-21/+68
* Add a generic Proportional Integral Derivative (PID) controller algorithm andJeff Roberson2018-02-231-0/+7
* vm_wait() rework.Konstantin Belousov2018-02-201-2/+0
* Use per-domain locks for vm page queue free. Move paging control fromJeff Roberson2018-02-061-0/+235