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-08 | Kernel: Make the space lock a RecursiveSpinLock | 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 |