aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/include
AgeCommit message (Expand)AuthorFilesLines
2024-10-27Add typedef for virtual / physical addressesMatteo Gmür3-14/+18
2024-10-27update gasFabian Imhof1-12/+1
2024-10-27Merge branch 'feat_memory_manager' of ssh://gitlab.ost.ch:45022/teachos/kerne...Fabian Imhof3-32/+144
2024-10-27add correct optional handlingFabian Imhof1-1/+1
2024-10-27Fix typoMatteo Gmür1-1/+1
2024-10-27Use container and C++20 range algorithms for allocator.Matteo Gmür1-13/+100
2024-10-27Attempt to start using C++20 algorithm calls.Matteo Gmür2-24/+49
2024-10-26Fix missing default constructor.Matteo Gmür1-0/+5
2024-10-26Write P3 table into P4 table at index 0Matteo Gmür1-0/+8
2024-10-26Adjust to toolchain updatesMatteo Gmür2-4/+2
2024-10-26Commit TLB flushMatteo Gmür1-1/+12
2024-10-26wipFabian Imhof2-0/+7
2024-10-26Use alignas instead of reserved keywordMatteo Gmür1-7/+4
2024-10-26fix mmap type, adjust linker, use std::arrayFabian Imhof1-1/+1
2024-10-23Replace uint64_t with size_tMatteo Gmür1-2/+2
2024-10-23Extract next_table_or_create into page_tableMatteo Gmür2-18/+33
2024-10-22Remove default initalization of member variablesMatteo Gmür2-4/+3
2024-10-22add todosFabian Imhof2-2/+4
2024-10-22Merge branch 'feat_memory_manager' of ssh://gitlab.ost.ch:45022/teachos/kerne...Fabian Imhof2-3/+3
2024-10-22use actual page_table addressFabian Imhof4-4/+7
2024-10-22Implement precrement insteadMatteo Gmür2-3/+3
2024-10-22fix page level -- operatorFabian Imhof1-2/+2
2024-10-22Merge branch 'feat_memory_manager' of ssh://gitlab.ost.ch:45022/teachos/kerne...Fabian Imhof9-140/+162
2024-10-22change table level 4 addressFabian Imhof1-3/+2
2024-10-22Adjust all briefsMatteo Gmür9-140/+162
2024-10-22update commentsFabian Imhof1-13/+17
2024-10-21Use enum struct instead of class for uniformityMatteo Gmür3-3/+3
2024-10-21Fix linker error using friend method 👬Matteo Gmür4-8/+20
2024-10-21Adding more mapping methodsMatteo Gmür1-0/+60
2024-10-21Use forward declaration to hide actual page_tableMatteo Gmür3-61/+22
2024-10-21Use handle struct to ensure next_table is not called on page table level 1Matteo Gmür5-37/+67
2024-10-21Ensure only one instance of global page table can existMatteo Gmür3-63/+38
2024-10-20Fix active page table cppMatteo Gmür1-1/+2
2024-10-20create active_page_tableFabian Imhof2-1/+31
2024-10-20Make map_page_to_frame use conceptMatteo Gmür2-7/+42
2024-10-20Fix set_entry flags usageMatteo Gmür2-4/+4
2024-10-20Fix useless copy by referenceMatteo Gmür1-4/+3
2024-10-20Merge branch 'feat_memory_manager' of ssh://gitlab.ost.ch:45022/teachos/kerne...Fabian Imhof1-41/+3
2024-10-20document page mapping and entryFabian Imhof2-6/+9
2024-10-20Revert assert with printf functionality, requires malloc 😭Matteo Gmür1-41/+3
2024-10-20Add printf like behaviour to assertMatteo Gmür1-6/+46
2024-10-20fix syntaxFabian Imhof1-2/+2
2024-10-20finalize map_page_to_frameFabian Imhof1-1/+1
2024-10-20implement map_page_to_frameFabian Imhof2-3/+12
2024-10-20Add translate huge page methodMatteo Gmür1-6/+15
2024-10-20create page_mapperFabian Imhof2-51/+30
2024-10-20Implement translate page in a big brain way 🤯Matteo Gmür2-19/+15
2024-10-20remove faulty if statementFabian Imhof1-4/+1
2024-10-20add typesFabian Imhof1-2/+2
2024-10-20implement translate_pageFabian Imhof2-60/+63