Age | Commit message (Expand) | Author |
---|---|---|
2022-11-02 | Memory pages are not munmapped, instead we just madvise() | Maria Matejka |
2022-03-09 | Fixed a static assert in page allocator | Maria Matejka |
2022-03-09 | Fixed resource initialization in unit tests | Maria Matejka |
2022-03-09 | Single-threaded version of sark-branch memory page management | Maria Matejka |
2022-02-08 | Alloc: Use posix_memalign() instead of aligned_alloc() | Ondrej Zajicek (work) |
2021-11-24 | Directly mapped pages are kept for future use if temporarily not needed | Maria Matejka |
2021-03-25 | Slab: head now uses bitmask for used/free nodes info instead of lists | Maria Matejka |