summaryrefslogtreecommitdiff
path: root/src/kernel/mem/alloc.h
AgeCommit message (Collapse)Author
2022-08-19kernel: kzallocdzwdz
2022-08-15kernel: combine kmain_early and kmaindzwdz
2022-07-16amd64: just enough paging support to map initdzwdz
2022-06-30kernel: get lint to shut up about undeclared variablesdzwdz
2022-05-05kernel: each driver registers its own mountsdzwdz
2022-05-03kernel/alloc: expose kmalloc_sanitydzwdz
2021-09-19show the malloc balance on halt; remove a bad kfree() calldzwdz
the kfree() call was freeing a buffer which was inside a process struct
2021-09-05move most of the memory stuff to kernel/mem/dzwdz