Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-12 | make the inline functions static | dzwdz | |
otherwise this doesn't compile with -O0 | |||
2021-09-11 | add some helper functions for copying between virtual and physical memory | dzwdz | |
this was already possible, but now it's slightly safer | |||
2021-09-11 | replace `user_ptr` with a linux-style `__user` annotation | dzwdz | |
2021-09-05 | rename virt_user_cpy to virt_cpy, since it's no longer limited to virtual memory | dzwdz | |
2021-09-05 | make virt_iter support iterating over physical memory too | dzwdz | |
2021-09-05 | move most of the memory stuff to kernel/mem/ | dzwdz | |