summaryrefslogtreecommitdiff
path: root/vm/vm_object.h
AgeCommit message (Collapse)Author
2018-02-24Don't use reserved identifiersRichard Braun
2017-09-07Use accessors when referring to global kernel objectsRichard Braun
The kernel_map/kernel_pmap/kernel_task/etc... names were reused as they were in the Mach source code. They've been a (mostly harmless) long-standing violation of the coding rules.
2017-07-13Switch to initialization operationsRichard Braun
2017-07-02vm/vm_object: new moduleRichard Braun
Start a very simple VM object implementation for page tracking only. The locking protocol is still not well defined, especially for pages. The only purpose of the current code is to allow the kernel virtual memory interface to release pages on physical mapping creation errors.