summaryrefslogtreecommitdiff
path: root/vm/vm_phys.h
AgeCommit message (Collapse)Author
2013-07-09vm/vm_phys: merge into the vm_page moduleRichard Braun
The original idea was to separate physical page allocation from page list management, but it doesn't make much sense any more.
2012-12-22vm/vm_phys: add segment allocation functionRichard Braun
Architecture specific code sometimes has constraints on the location of some data structures in physical memory. This interface provides a simple way to allocate physical memory from segments that fulfill these constraints. If they are stronger, or needed by machine independent code, another (more complicated) interface will be needed.
2012-10-10Rename vm_phys_t to phys_addr_tRichard Braun
2012-09-30Initial commitRichard Braun