| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-11-01 | Merge branch 'feat_memory_manager' of ↵ | Fabian Imhof | 1 | -2/+1 | |
| ssh://gitlab.ost.ch:45022/teachos/kernel into feat_memory_manager | |||||
| 2024-11-01 | extract tlb methods and finish implementation of with | Fabian Imhof | 2 | -17/+31 | |
| 2024-11-01 | Make page table handle public | Matteo Gmür | 1 | -2/+1 | |
| 2024-11-01 | Resolve compilation issues | Matteo Gmür | 2 | -15/+24 | |
| 2024-11-01 | Fix circular dependency issue | Matteo Gmür | 3 | -5/+14 | |
| 2024-11-01 | implement temporary_page and update active/inactive page tables | Fabian Imhof | 3 | -10/+22 | |
| 2024-11-01 | Remove static page mapper and replace with unique active and inactive page ↵ | Matteo Gmür | 4 | -14/+20 | |
| table classes. | |||||
| 2024-11-01 | add doxygen comments | Fabian Imhof | 2 | -14/+21 | |
| 2024-11-01 | Adjust temporary page to changes | Matteo Gmür | 1 | -5/+5 | |
| 2024-11-01 | Move methods into seperate class. | Matteo Gmür | 1 | -144/+170 | |
| 2024-11-01 | Merge branch 'feat_memory_manager' of ↵ | Fabian Imhof | 1 | -1/+6 | |
| ssh://gitlab.ost.ch:45022/teachos/kernel into feat_memory_manager | |||||
| 2024-11-01 | create temporary page implementation | Fabian Imhof | 3 | -12/+88 | |
| 2024-11-01 | Fix comment | Matteo Gmür | 1 | -1/+6 | |
| 2024-11-01 | Extract contract into seperate file and create tinyallocator constructor | Matteo Gmür | 5 | -10/+26 | |
| 2024-10-29 | Create tiny frame allocator which holds only 3 frames | Matteo Gmür | 2 | -3/+49 | |
| 2024-10-29 | Remove not required methods | Matteo Gmür | 1 | -5/+0 | |
| 2024-10-29 | Unmap all empty page tables in unmap function. | Matteo Gmür | 2 | -9/+21 | |
| 2024-10-29 | implement page_table unmapping | Fabian Imhof | 2 | -8/+40 | |
| 2024-10-29 | Use more virtual and physical address typedef where useful | Matteo Gmür | 3 | -7/+11 | |
| 2024-10-28 | Add is empty check method for page table | Matteo Gmür | 2 | -2/+15 | |
| 2024-10-28 | Remove not required includes | Matteo Gmür | 1 | -2/+0 | |
| 2024-10-28 | Fix lost updates, because of writing into copies instead of references | Matteo Gmür | 1 | -2/+2 | |
| 2024-10-28 | Adjust constant and make all possible variables const | Matteo Gmür | 5 | -13/+13 | |
| 2024-10-28 | Convert bitset to uint64_t instead of uint64_t to bitset | Matteo Gmür | 1 | -1/+1 | |
| 2024-10-28 | Fix invalid assertion | Matteo Gmür | 2 | -2/+1 | |
| 2024-10-28 | Move iterator and container into generic template classes. Use algorithms ↵ | Matteo Gmür | 5 | -178/+256 | |
| instead of raw pointer for loops | |||||
| 2024-10-27 | revert p4 address update | Fabian Imhof | 1 | -1/+0 | |
| 2024-10-27 | Add typedef for virtual / physical addresses | Matteo Gmür | 3 | -14/+18 | |
| 2024-10-27 | update gas | Fabian Imhof | 1 | -12/+1 | |
| 2024-10-27 | Merge branch 'feat_memory_manager' of ↵ | Fabian Imhof | 3 | -32/+144 | |
| ssh://gitlab.ost.ch:45022/teachos/kernel into feat_memory_manager | |||||
| 2024-10-27 | add correct optional handling | Fabian Imhof | 1 | -1/+1 | |
| 2024-10-27 | Fix typo | Matteo Gmür | 1 | -1/+1 | |
| 2024-10-27 | Use container and C++20 range algorithms for allocator. | Matteo Gmür | 1 | -13/+100 | |
| 2024-10-27 | Attempt to start using C++20 algorithm calls. | Matteo Gmür | 2 | -24/+49 | |
| 2024-10-26 | Fix missing default constructor. | Matteo Gmür | 1 | -0/+5 | |
| 2024-10-26 | Write P3 table into P4 table at index 0 | Matteo Gmür | 1 | -0/+8 | |
| 2024-10-26 | Adjust to toolchain updates | Matteo Gmür | 2 | -4/+2 | |
| 2024-10-26 | Commit TLB flush | Matteo Gmür | 1 | -1/+12 | |
| 2024-10-26 | wip | Fabian Imhof | 2 | -0/+7 | |
| 2024-10-26 | Use alignas instead of reserved keyword | Matteo Gmür | 1 | -7/+4 | |
| 2024-10-26 | fix mmap type, adjust linker, use std::array | Fabian Imhof | 1 | -1/+1 | |
| 2024-10-23 | Replace uint64_t with size_t | Matteo Gmür | 1 | -2/+2 | |
| 2024-10-23 | Extract next_table_or_create into page_table | Matteo Gmür | 2 | -18/+33 | |
| 2024-10-22 | Remove default initalization of member variables | Matteo Gmür | 2 | -4/+3 | |
| 2024-10-22 | add todos | Fabian Imhof | 2 | -2/+4 | |
| 2024-10-22 | Merge branch 'feat_memory_manager' of ↵ | Fabian Imhof | 2 | -3/+3 | |
| ssh://gitlab.ost.ch:45022/teachos/kernel into feat_memory_manager | |||||
| 2024-10-22 | use actual page_table address | Fabian Imhof | 4 | -4/+7 | |
| 2024-10-22 | Implement precrement instead | Matteo Gmür | 2 | -3/+3 | |
| 2024-10-22 | fix page level -- operator | Fabian Imhof | 1 | -2/+2 | |
| 2024-10-22 | Merge branch 'feat_memory_manager' of ↵ | Fabian Imhof | 9 | -140/+162 | |
| ssh://gitlab.ost.ch:45022/teachos/kernel into feat_memory_manager | |||||
