banan-os/kernel/include/kernel/Memory
Bananymous 2be4fe8404 Kernel: Make PageTable::s_fast_page_lock non-recursive
This lock is only used in wrapper of PageTable. There is no possiblity
of taking the lock outside of these wrappers.
2024-05-24 14:12:35 +03:00
..
DMARegion.h All: Cleanup all files 2024-01-24 15:53:38 +02:00
FileBackedRegion.h All: Cleanup all files 2024-01-24 15:53:38 +02:00
Heap.h Kernel: Fix all broken locks from new mutexes 2024-02-28 22:45:34 +02:00
MemoryBackedRegion.h All: Cleanup all files 2024-01-24 15:53:38 +02:00
MemoryRegion.h All: Cleanup all files 2024-01-24 15:53:38 +02:00
PageTable.h Kernel: Make PageTable::s_fast_page_lock non-recursive 2024-05-24 14:12:35 +03:00
PhysicalRange.h All: Cleanup all files 2024-01-24 15:53:38 +02:00
Types.h Kernel: Fix physical address size for x86_32 2024-03-26 20:16:20 +02:00
VirtualRange.h Kernel: Remove VirtualRanges created in kmalloc memory 2024-02-28 13:19:18 +02:00
kmalloc.h Kernel: kmalloc has now somewhat dynamic storage 2023-06-18 23:27:00 +03:00