| Commit message (Expand) | Author | Age | Files | Lines |
* | o Extend the scope of the page queues lock in contigmalloc1(). | alc | 2002-08-04 | 1 | -8/+8 |
* | o Require that the page queues lock is held on entry to vm_pageout_clean() | alc | 2002-07-27 | 1 | -0/+2 |
* | o Lock page queue accesses by vm_page_cache() in vm_contig_launder(). | alc | 2002-07-20 | 1 | -2/+4 |
* | o Create vm_contig_launder() to replace code that appears twice | alc | 2002-07-15 | 1 | -56/+38 |
* | o Lock some (unfortunately, not yet all) accesses to the page queues. | alc | 2002-07-12 | 1 | -2/+2 |
* | o Lock accesses to the free page queues in contigmalloc1(). | alc | 2002-07-05 | 1 | -0/+2 |
* | o Use vm_map_wire() and vm_map_unwire() in place of vm_map_pageable() and | alc | 2002-06-14 | 1 | -1/+1 |
* | o Make contigmalloc1() static. | alc | 2002-05-22 | 1 | -1/+1 |
* | Call vm_pageq_remove_nowakeup() rather than duplicating it. | alc | 2002-03-03 | 1 | -8/+2 |
* | contigmalloc1() could cause the vm_page_zero_count to become incorrect. | dillon | 2001-10-17 | 1 | -0/+2 |
* | Makes contigalloc[1]() create the vm_map / underlying wired pages in the | dillon | 2001-10-13 | 1 | -4/+12 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -4/+4 |
* | Reorg vm_page.c into vm_page.c, vm_pageq.c, and vm_contig.c (for contigmalloc). | dillon | 2001-07-04 | 1 | -0/+309 |