Age | Commit message (Expand) | Author |
---|---|---|
2023-01-25 | kernel: move /mem/alloc to /malloc and linker.ld to arch/amd64/ | dzwdz |
2022-08-19 | kernel: kzalloc | dzwdz |
2022-08-15 | kernel: combine kmain_early and kmain | dzwdz |
2022-07-16 | amd64: just enough paging support to map init | dzwdz |
2022-06-30 | kernel: get lint to shut up about undeclared variables | dzwdz |
2022-05-05 | kernel: each driver registers its own mounts | dzwdz |
2022-05-03 | kernel/alloc: expose kmalloc_sanity | dzwdz |
2021-09-19 | show the malloc balance on halt; remove a bad kfree() call | dzwdz |
2021-09-05 | move most of the memory stuff to kernel/mem/ | dzwdz |