aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_phys.h
Commit message (Expand)AuthorAgeFilesLines
* The physical memory allocator supports the use of distinct free lists forAlan Cox2014-12-311-1/+1
* Enable the use of VM_PHYSSEG_SPARSE on amd64 and i386, making it the defaultAlan Cox2014-11-151-0/+1
* Rename global cnt to vm_cnt to avoid shadowing.Bryan Drewery2014-03-221-1/+1
* Split the pagequeues per NUMA domains, and split pageademon processKonstantin Belousov2013-08-071-0/+47
* o Add accessor functions to add and remove pages from a specificAttilio Rao2013-05-131-0/+1
* Move the declaration of vm_phys_paddr_to_vm_page() from vm/vm_page.hKonstantin Belousov2012-11-161-0/+1
* Add a facility to register a range of physical addresses to be usedKonstantin Belousov2012-05-121-0/+4
* Refactor the code that performs physically contiguous memory allocation,Alan Cox2011-11-161-0/+3
* Eliminate vm_phys_bootstrap_alloc(). It was a failed attempt atAlan Cox2011-10-301-4/+3
* Very rough first cut at NUMA support for the physical page allocator. ForJohn Baldwin2010-07-271-0/+9
* Redo the page table page allocation on MIPS, as suggested byJayachandran C.2010-07-211-0/+1
* Add support to the virtual memory system for configuring machine-Alan Cox2009-07-121-1/+1
* This change is the next step in implementing the cache control functionalityAlan Cox2009-06-261-1/+1
* Modify vm_phys_unfree_page() so that it no longer requires the givenAlan Cox2007-12-201-1/+4
* Change the management of cached pages (PQ_CACHE) in two fundamentalAlan Cox2007-09-251-0/+3
* Eliminate two unused functions: vm_phys_alloc_pages() andAlan Cox2007-07-141-2/+0
* Add a new physical memory allocator. However, do not yet connect itAlan Cox2007-06-101-0/+52