Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-09 | vm/vm_phys: merge into the vm_page module | Richard 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-22 | vm/vm_phys: add segment allocation function | Richard 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-10 | Rename vm_phys_t to phys_addr_t | Richard Braun | |
2012-09-30 | Initial commit | Richard Braun | |