This website requires JavaScript.
Explore
Help
Sign In
Bananymous
/
banan-os
Watch
1
Star
1
Fork
1
You've already forked banan-os
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
d2c5242267d3b474a5cab0cd35fb4d3cf7695a5e
banan-os
/
kernel
/
kernel
/
Memory
History
Bananymous
b9754859b2
Kernel: Remove kmalloc_vaddr_of
...
This is no longer needed. It was only used for x86_64 paging and AP stack initialization
2026-05-02 15:53:29 +03:00
..
ByteRingBuffer.cpp
Kernel: Implement byte ring buffer
2026-02-28 14:18:23 +02:00
DMARegion.cpp
Kernel: Allow mapping dma regions as not uncached
2026-04-27 19:36:32 +03:00
FileBackedRegion.cpp
Kernel: Fix memory leak when cleaning up inodes shared page cache
2026-04-19 17:52:21 +03:00
Heap.cpp
Kernel: Store memory region size as uint64_t
2026-04-07 03:41:25 +03:00
kmalloc.cpp
Kernel: Remove kmalloc_vaddr_of
2026-05-02 15:53:29 +03:00
MemoryBackedRegion.cpp
Kernel: Add CoW support to MemoryBackedRegion
2026-04-03 01:54:59 +03:00
MemoryRegion.cpp
Kernel: Pass the actual vaddr range to reserve pages
2026-04-04 23:48:43 +03:00
PhysicalRange.cpp
Kernel: Store memory region size as uint64_t
2026-04-07 03:41:25 +03:00
SharedMemoryObject.cpp
Kernel: Fix SharedMemoryObject cloning on deleted keys
2026-01-25 01:42:17 +02:00
VirtualRange.cpp
Kernel: Remove unnused features from VirtualRange
2026-04-21 19:58:09 +03:00