Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
the kfree() call was freeing a buffer which was inside a process struct | |||
2021-09-05 | move most of the memory stuff to kernel/mem/ | dzwdz | |