summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_reserv.c
Commit message (Expand)AuthorAgeFilesLines
* Explicitly wire the user buffer rather than doing it implicitly inmdf2011-01-271-0/+3
* Off by one page in vm_reserv_reclaim_contig(): Also reclaim reservationsmlaier2010-11-191-1/+2
* Enable reservation-based physical memory allocation. Even without thealc2010-11-101-1/+1
* Correct some format strings used by sysctls.alc2010-10-301-1/+1
* Re-add r212370 now that the LOR in powerpc64 has been resolved:mdf2010-09-161-7/+2
* Revert r212370, as it causes a LOR on powerpc. powerpc does a fewmdf2010-09-131-2/+7
* Add a drain function for struct sysctl_req, and use it for a variety ofmdf2010-09-091-7/+2
* Previously, when vm_page_free_toq() was performed on a page belonging toalc2009-04-111-4/+4
* Introduce vm_reserv_reclaim_contig(). This function is used byalc2008-04-061-22/+85
* Add the superpage reservation system. This is "part 2 of 2" of thealc2007-12-291-0/+668
OpenPOWER on IntegriCloud