Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-24 | Don't use reserved identifiers | Richard Braun | |
2017-09-07 | Use accessors when referring to global kernel objects | Richard 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-13 | Switch to initialization operations | Richard Braun | |
2017-07-02 | vm/vm_object: new module | Richard 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. |