| Commit message (Collapse) | Author | Age |
... | |
|
|
|
| |
present, not the other way around
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
get_or_make_table()
|
| |
|
|
|
|
|
| |
... consequently, move from using dynamic memory to static memory for
the page table and directory
|
| |
|
|
|
|
| |
By dropping the test_bit function, the deallocation actually works :^)
|
| |
|
| |
|
| |
|
|
|
|
| |
virtual_mm_find_free_virtual_addresses function
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
the iso target
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
implement table & directory lookup.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This reverts commit c39920c3a3ef0544feef6c325673506c0e3fac88.
|
| |
|
| |
|
|
|
|
| |
account
|
|
|
|
|
| |
It fixes a big with there being less free blocks than expected, and
causes the assertion in physical_mm_find_first_free_block() to fail.
|
| |
|
| |
|
| |
|
| |
|