aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_reserv.c
Commit message (Expand)AuthorAgeFilesLines
* 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