aboutsummaryrefslogtreecommitdiff
path: root/pk/vm.h
AgeCommit message (Collapse)AuthorFilesLines
2015-05-29Make boot loader/SBI changes to support SMP LinuxAndrew Waterman1-0/+8
2015-04-10Fix stack discipline for recursive trapsAndrew Waterman1-1/+1
2015-04-03Make PK compile on RV32Andrew Waterman1-1/+6
Of course, it doesn't work, because there's no support for fromhost/tohost devices in RV32.
2015-03-24New virtual memory implementation (Sv39)Andrew Waterman1-0/+3
2015-03-12Update to new privileged specAndrew Waterman1-0/+11
2014-05-27Allow mmap to map new segments larger than 1 page on top of existing ↵Colin Schmidt1-0/+1
mappings and add mprotect syscall
2014-02-04Abandon MIPS convention for indicating syscall errors in register a3Andrew Waterman1-4/+4
2013-09-11Add some syscallsAndrew Waterman1-0/+3
2013-07-13Support Linux ABI and (optionally) virtual memoryAndrew Waterman1-0/+26