summaryrefslogtreecommitdiff
path: root/sys/vm/vm_phys.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r226642:Attilio Rao2011-10-291-0/+1
* Merge MIPS platform support to 8-STABLE.Jayachandran C.2010-11-271-74/+61
* MFC r214564Alan Cox2010-11-071-2/+2
* Add support to the virtual memory system for configuring machine-Alan Cox2009-07-121-1/+4
* This change is the next step in implementing the cache control functionalityAlan Cox2009-06-261-1/+1
* Implement a mechanism within vm_phys_alloc_contig() to defer all necessaryAlan Cox2009-06-211-9/+20
* Strive for greater consistency among the places that implement real,Alan Cox2009-06-211-4/+9
* Track the kernel mapping of a physical page by a new entry in vm_pageAndrew Thompson2009-06-181-2/+1
* Make the maintenance of a page's valid bits by contigmalloc() more likeAlan Cox2009-06-171-3/+5
* Introduce vm_reserv_reclaim_contig(). This function is used byAlan Cox2008-04-061-0/+8
* Eliminate an unnecessary test from vm_phys_unfree_page().Alan Cox2008-04-051-1/+1
* Update the comment describing vm_phys_unfree_page().Alan Cox2007-12-211-1/+3
* Modify vm_phys_unfree_page() so that it no longer requires the givenAlan Cox2007-12-201-7/+10
* Correct one half of a loop continuation condition in vm_phys_unfree_page().Alan Cox2007-12-191-3/+1
* Change the management of cached pages (PQ_CACHE) in two fundamentalAlan Cox2007-09-251-33/+115
* Eliminate two unused functions: vm_phys_alloc_pages() andAlan Cox2007-07-141-34/+13
* Update a comment.Alan Cox2007-06-161-7/+7
* Add a new physical memory allocator. However, do not yet connect itAlan Cox2007-06-101-0/+689