summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_phys.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r273701, r274556alc2015-01-021-0/+1
* Split the pagequeues per NUMA domains, and split pageademon processkib2013-08-071-0/+47
* o Add accessor functions to add and remove pages from a specificattilio2013-05-131-0/+1
* Move the declaration of vm_phys_paddr_to_vm_page() from vm/vm_page.hkib2012-11-161-0/+1
* Add a facility to register a range of physical addresses to be usedkib2012-05-121-0/+4
* Refactor the code that performs physically contiguous memory allocation,alc2011-11-161-0/+3
* Eliminate vm_phys_bootstrap_alloc(). It was a failed attempt atalc2011-10-301-4/+3
* Very rough first cut at NUMA support for the physical page allocator. Forjhb2010-07-271-0/+9
* Redo the page table page allocation on MIPS, as suggested byjchandra2010-07-211-0/+1
* Add support to the virtual memory system for configuring machine-alc2009-07-121-1/+1
* This change is the next step in implementing the cache control functionalityalc2009-06-261-1/+1
* Modify vm_phys_unfree_page() so that it no longer requires the givenalc2007-12-201-1/+4
* Change the management of cached pages (PQ_CACHE) in two fundamentalalc2007-09-251-0/+3
* Eliminate two unused functions: vm_phys_alloc_pages() andalc2007-07-141-2/+0
* Add a new physical memory allocator. However, do not yet connect italc2007-06-101-0/+52
OpenPOWER on IntegriCloud