Age | Commit message (Expand) | Author |
---|---|---|
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-12 | Kernel: Replace process' regions vector with a Red Black tree | Idan Horowitz |
2021-04-12 | Kernel: Remove old region from process' regions vector before splitting | Idan Horowitz |
2021-03-13 | Kernel: Implement helper to find multiple Regions in a Range | Hendiadyoin1 |
2021-02-23 | Everywhere: Rename ASSERT => VERIFY | Andreas Kling |
2021-02-14 | Kernel: Assert if rounding-up-to-page-size would wrap around to 0 | Andreas Kling |
2021-02-14 | Kernel: Remove user/kernel flags from Region | Andreas Kling |
2021-02-12 | Kernel: Move region dumps from dmesg to debug log | Andreas Kling |
2021-02-08 | Kernel: Always hold space lock while calculating memory statistics | Andreas Kling |
2021-02-08 | Kernel: Move memory statistics helpers from Process to Space | Andreas Kling |
2021-02-08 | Kernel: Factor address space management out of the Process class | Andreas Kling |