This website requires JavaScript.
Explore
Help
Sign In
Sinipelto
/
banan-os
Watch
1
Star
0
Fork
0
forked from
Bananymous/banan-os
Code
Pull Requests
Activity
Files
51badd75f09be4e2497063f2a8ee83a3cdbcb2de
banan-os
/
kernel
/
kernel
/
Memory
T
History
Bananymous
f0a114f4e5
Kernel: Fix shm object freeing and track lpid
...
I was deleting based on the key instead of the id which of course does not work :D
2026-08-19 21:32:36 +03:00
..
ByteRingBuffer.cpp
Kernel: Send only one TLB invalidation when creating a ByteRingBuffer
2026-05-06 17:30:43 +03:00
DMARegion.cpp
Kernel: Allow mapping dma regions as not uncached
2026-04-27 19:36:32 +03:00
FileBackedRegion.cpp
Kernel: Fix file backed mmap syncing, my if condition was inverted
2026-05-25 02:14:04 +03:00
Heap.cpp
Kernel: Store memory region size as uint64_t
2026-04-07 03:41:25 +03:00
kmalloc.cpp
Kernel: Rewrite kmalloc
2026-05-04 20:26:02 +03:00
MemoryBackedRegion.cpp
Kernel: Use per cpu fast page for {Memory,File}BackedRegion
2026-05-20 02:51:48 +03:00
MemoryRegion.cpp
Kernel: Pass the actual vaddr range to reserve pages
2026-04-04 23:48:43 +03:00
PhysicalRange.cpp
Kernel: Use per cpu fast page for PMM
2026-05-20 02:46:50 +03:00
SharedMemoryObject.cpp
Kernel: Fix shm object freeing and track lpid
2026-08-19 21:32:36 +03:00
VirtualRange.cpp
Kernel: Send only one TLB invalidation when creating a VirtualRange
2026-05-06 00:27:26 +03:00