Age | Commit message (Expand) | Author |
---|---|---|
2024-03-25 | Expanded usage of stdbool.h to the whole BIRD | Maria Matejka |
2023-01-18 | Alloc: Minor cleanups | Ondrej Zajicek |
2023-01-18 | Merge branch 'master' of https://gitlab.nic.cz/labs/bird | Maria Matejka |
2023-01-18 | Fix memory pre-allocation | Maria Matejka |
2023-01-17 | Alloc: Disable transparent huge pages | Ondrej Zajicek |
2022-11-03 | Page allocator: Fixed minor bugs and added commentary | Maria Matejka |
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 |