summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_phys.c
Commit message (Expand)AuthorAgeFilesLines
* Add support to the virtual memory system for configuring machine-alc2009-07-121-1/+4
* This change is the next step in implementing the cache control functionalityalc2009-06-261-1/+1
* Implement a mechanism within vm_phys_alloc_contig() to defer all necessaryalc2009-06-211-9/+20
* Strive for greater consistency among the places that implement real,alc2009-06-211-4/+9
* Track the kernel mapping of a physical page by a new entry in vm_pagethompsa2009-06-181-2/+1
* Make the maintenance of a page's valid bits by contigmalloc() more likealc2009-06-171-3/+5
* Introduce vm_reserv_reclaim_contig(). This function is used byalc2008-04-061-0/+8
* Eliminate an unnecessary test from vm_phys_unfree_page().alc2008-04-051-1/+1
* Update the comment describing vm_phys_unfree_page().alc2007-12-211-1/+3
* Modify vm_phys_unfree_page() so that it no longer requires the givenalc2007-12-201-7/+10
* Correct one half of a loop continuation condition in vm_phys_unfree_page().alc2007-12-191-3/+1
* Change the management of cached pages (PQ_CACHE) in two fundamentalalc2007-09-251-33/+115
* Eliminate two unused functions: vm_phys_alloc_pages() andalc2007-07-141-34/+13
* Update a comment.alc2007-06-161-7/+7
* Add a new physical memory allocator. However, do not yet connect italc2007-06-101-0/+689
OpenPOWER on IntegriCloud