banan-os/kernel/kernel/Memory
Bananymous 60d1c26114 Kernel: Fix race condition in FileBackedRegion creation 2025-06-01 13:48:03 +03:00
..
DMARegion.cpp Kernel: Map DMA and PCI MMIO as uncached 2024-07-30 11:10:08 +03:00
FileBackedRegion.cpp Kernel: Fix race condition in FileBackedRegion creation 2025-06-01 13:48:03 +03:00
Heap.cpp Kernel: Use enums in boot info instead of magic values 2024-10-14 11:36:51 +03:00
MemoryBackedRegion.cpp Kernel: Fix bugs in memory regions 2024-09-15 23:18:05 +03:00
MemoryRegion.cpp Kernel: Implement MemoryRegion pinning 2025-04-22 04:30:07 +03:00
PhysicalRange.cpp Kernel: Rewrite physical memory allocation with PageTable::fast_pages 2024-10-14 11:32:54 +03:00
SharedMemoryObject.cpp Kernel: Implement copy-on-write memory for file backed `mmap`s 2024-09-11 19:33:50 +03:00
VirtualRange.cpp Kernel: Reorder locking with VirtualRange 2025-04-01 23:09:30 +03:00
kmalloc.cpp Kernel: Add kmalloc helper APIs 2024-10-14 11:39:04 +03:00