aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_reserv.c
Commit message (Expand)AuthorAgeFilesLines
* Correct a bug in the management of the population map on big-endianAlan Cox2014-06-111-8/+48
* Add a page size field to struct vm_page. Increase the page size field whenAlan Cox2014-06-071-1/+9
* Add "popmap" assertions: The page being freed isn't already free, and theAlan Cox2013-12-291-0/+6
* MFp4 alc_popmapAlan Cox2013-12-281-88/+185
* PG_SLAB no longer serves a useful purpose, since m->object is noKonstantin Belousov2013-09-171-2/+1
* Refactor vm_page_alloc()'s interactions with vm_reserv_alloc_page() andAlan Cox2013-05-121-5/+10
* Sync back vmcontention branch into HEAD:Attilio Rao2013-03-181-46/+25
* Switch the vm_object mutex to be a rwlock. This will enable in theAttilio Rao2013-03-091-3/+4
* Correct an off-by-one error in vm_reserv_alloc_contig() that resulted inAlan Cox2012-07-151-1/+1
* If a page belonging a reservation is cached, then mark the reservation soAlan Cox2012-04-081-5/+7
* Introduce vm_reserv_alloc_contig() and teach vm_page_alloc_contig() how toAlan Cox2011-12-051-66/+255
* Eliminate vm_phys_bootstrap_alloc(). It was a failed attempt atAlan Cox2011-10-301-1/+1
* Explicitly wire the user buffer rather than doing it implicitly inMatthew D Fleming2011-01-271-0/+3
* Off by one page in vm_reserv_reclaim_contig(): Also reclaim reservationsMax Laier2010-11-191-1/+2
* Enable reservation-based physical memory allocation. Even without theAlan Cox2010-11-101-1/+1
* Correct some format strings used by sysctls.Alan Cox2010-10-301-1/+1
* Re-add r212370 now that the LOR in powerpc64 has been resolved:Matthew D Fleming2010-09-161-7/+2
* Revert r212370, as it causes a LOR on powerpc. powerpc does a fewMatthew D Fleming2010-09-131-2/+7
* Add a drain function for struct sysctl_req, and use it for a variety ofMatthew D Fleming2010-09-091-7/+2
* Previously, when vm_page_free_toq() was performed on a page belonging toAlan Cox2009-04-111-4/+4
* Introduce vm_reserv_reclaim_contig(). This function is used byAlan Cox2008-04-061-22/+85
* Add the superpage reservation system. This is "part 2 of 2" of theAlan Cox2007-12-291-0/+668