index
:
pub/teachos/kernel.git
develop
develop-BA-FS26
main
An educational OS kernel
fmorgner
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86_64
/
src
/
memory
/
allocator
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-24
x86_64: move files out of the way
Felix Morgner
2
-119
/
+0
2025-07-18
x86-64: prepare new architecture
Felix Morgner
1
-24
/
+0
2025-05-30
Clean up files
Matteo Gmür
1
-105
/
+0
2025-04-14
Add stack frame allocator. Fix stl vector bug and create stl stack implementa...
Matteo Gmür
2
-1
/
+106
2024-11-24
Revert: de-templatize paging implementation
Matteo Gmür
1
-16
/
+0
2024-11-19
paging: de-templetize implementation
Felix Morgner
2
-3
/
+3
2024-11-04
Use more concepts and seperate iterator implementations
Matteo Gmür
2
-30
/
+3
2024-11-04
WIP attempt to fix crashes
Matteo Gmür
2
-105
/
+20
2024-11-03
Make constructor constexpr for basic page and frame types
Matteo Gmür
1
-6
/
+0
2024-11-03
Move possible implementation into cpp
Matteo Gmür
1
-0
/
+16
2024-11-02
Attempt to fix crashes
Matteo Gmür
1
-2
/
+2
2024-11-02
Add comments and improve multiboot information struct usability.
Matteo Gmür
1
-1
/
+1
2024-11-02
Add physical frame iterator and continue implementing kernel mapping.
Matteo Gmür
2
-1
/
+124
2024-10-29
Create tiny frame allocator which holds only 3 frames
Matteo Gmür
1
-0
/
+34
2024-10-29
Unmap all empty page tables in unmap function.
Matteo Gmür
1
-6
/
+1
2024-10-29
Use more virtual and physical address typedef where useful
Matteo Gmür
1
-1
/
+1
2024-10-28
Add is empty check method for page table
Matteo Gmür
1
-6
/
+3
2024-10-28
Fix lost updates, because of writing into copies instead of references
Matteo Gmür
1
-2
/
+6
2024-10-28
Adjust constant and make all possible variables const
Matteo Gmür
1
-7
/
+5
2024-10-28
Move iterator and container into generic template classes. Use algorithms ins...
Matteo Gmür
1
-2
/
+2
2024-10-27
Add typedef for virtual / physical addresses
Matteo Gmür
1
-1
/
+1
2024-10-27
Merge branch 'feat_memory_manager' of ssh://gitlab.ost.ch:45022/teachos/kerne...
Fabian Imhof
1
-52
/
+43
2024-10-27
add correct optional handling
Fabian Imhof
1
-6
/
+11
2024-10-27
Use container and C++20 range algorithms for allocator.
Matteo Gmür
1
-48
/
+38
2024-10-27
Attempt to start using C++20 algorithm calls.
Matteo Gmür
1
-9
/
+15
2024-10-20
Add helper methods to phyisca frame
Matteo Gmür
2
-7
/
+2
2024-10-19
Seperate allocation and paging code into multiple files as well
Matteo Gmür
2
-0
/
+119