summaryrefslogtreecommitdiff
path: root/kernel/memory/physalloc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* off by oneFreya Murphy2025-05-021-1/+1
|
* changes idkFreya Murphy2025-05-011-5/+16
|
* clone pgdirFreya Murphy2025-04-281-3/+3
|
* fix pml4 free and physalloc_freeFreya Murphy2025-04-281-8/+10
|
* move context save area to pcb not in stackFreya Murphy2025-04-281-1/+0
|
* fix free phys pagesFreya Murphy2025-04-271-1/+1
|
* mem_get_phys fnFreya Murphy2025-04-251-1/+2
|
* added assert that bump allocator is only being asked for one page at a timeIan McFarlane2025-04-251-0/+1
|
* fmtFreya Murphy2025-04-251-1/+1
|
* fix physalloc edge caseFreya Murphy2025-04-251-2/+10
|
* make alloc_pages_at() able to allocate noncontiguous physical pagesIan McFarlane2025-04-241-5/+47
|
* size_t for alloc pages calsIan McFarlane2025-04-241-5/+5
|
* add pml4 allocation/mem ctx alloationFreya Murphy2025-04-221-0/+3
|
* remove invalid includesFreya Murphy2025-04-191-1/+0
|
* UEFI and republicansFreya Murphy2025-04-191-14/+8
|
* fmtFreya Murphy2025-04-161-3/+3
|
* remove all printing to report functionsFreya Murphy2025-04-161-6/+37
|
* expand memory manager work with userspace (more then one ctx)Freya Murphy2025-04-151-2/+3
|
* break apart c libarayFreya Murphy2025-04-081-11/+6
|
* remove tty_init fnFreya Murphy2025-04-071-16/+11
|
* memory allocator/pager, plus other stuffFreya Murphy2025-04-031-0/+242