| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2024-10-21 | Ensure only one instance of global page table can exist | Matteo Gmür | 3 | -75/+65 |
| 2024-10-20 | Fix active page table cpp | Matteo Gmür | 1 | -22/+12 |
| 2024-10-20 | create active_page_table | Fabian Imhof | 1 | -0/+31 |
| 2024-10-20 | Make map_page_to_frame use concept | Matteo Gmür | 1 | -29/+0 |
| 2024-10-20 | Fix set_entry flags usage | Matteo Gmür | 2 | -4/+4 |
| 2024-10-20 | Fix useless copy by reference | Matteo Gmür | 1 | -2/+2 |
| 2024-10-20 | document page mapping and entry | Fabian Imhof | 1 | -2/+2 |
| 2024-10-20 | Add printf like behaviour to assert | Matteo Gmür | 3 | -15/+13 |
| 2024-10-20 | fix logic | Fabian Imhof | 1 | -5/+5 |
| 2024-10-20 | fix syntax | Fabian Imhof | 1 | -3/+3 |
| 2024-10-20 | finalize map_page_to_frame | Fabian Imhof | 1 | -3/+6 |
| 2024-10-20 | implement map_page_to_frame | Fabian Imhof | 2 | -12/+24 |
| 2024-10-20 | Add translate huge page method | Matteo Gmür | 1 | -4/+40 |
| 2024-10-20 | create page_mapper | Fabian Imhof | 1 | -0/+57 |
| 2024-10-20 | Implement translate page in a big brain way 🤯 | Matteo Gmür | 1 | -0/+8 |
| 2024-10-20 | Make next table return boolean | Matteo Gmür | 1 | -3/+7 |
| 2024-10-20 | implement translate_page | Fabian Imhof | 1 | -1/+1 |
| 2024-10-20 | translate | Fabian Imhof | 2 | -2/+1 |
| 2024-10-20 | Add get level index method to virtual page | Matteo Gmür | 2 | -6/+7 |
| 2024-10-20 | Add helper methods to phyisca frame | Matteo Gmür | 3 | -5/+27 |
| 2024-10-20 | Fix next_table_address | Matteo Gmür | 1 | -11/+3 |
| 2024-10-19 | Seperate allocation and paging code into multiple files as well | Matteo Gmür | 2 | -0/+107 |
