summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_contig.c
Commit message (Expand)AuthorAgeFilesLines
* o Lock page queue accesses by vm_page_cache() in vm_contig_launder().alc2002-07-201-2/+4
* o Create vm_contig_launder() to replace code that appears twicealc2002-07-151-56/+38
* o Lock some (unfortunately, not yet all) accesses to the page queues.alc2002-07-121-2/+2
* o Lock accesses to the free page queues in contigmalloc1().alc2002-07-051-0/+2
* o Use vm_map_wire() and vm_map_unwire() in place of vm_map_pageable() andalc2002-06-141-1/+1
* o Make contigmalloc1() static.alc2002-05-221-1/+1
* Call vm_pageq_remove_nowakeup() rather than duplicating it.alc2002-03-031-8/+2
* contigmalloc1() could cause the vm_page_zero_count to become incorrect.dillon2001-10-171-0/+2
* Makes contigalloc[1]() create the vm_map / underlying wired pages in thedillon2001-10-131-4/+12
* KSE Milestone 2julian2001-09-121-4/+4
* Reorg vm_page.c into vm_page.c, vm_pageq.c, and vm_contig.c (for contigmalloc).dillon2001-07-041-0/+309
OpenPOWER on IntegriCloud