RISC-V Proxy Kernel
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Andrew Waterman c09d4af850 M-mode code doesn't need access to pk's page table 5 years ago
..
boot.h pk: avoid out-of-memory errors 5 years ago
console.c pk: support printk before file init 5 years ago
elf.c pk: only access user memory through explicit accessors 5 years ago
elf.h Only accept statically linked binaries (#176) 7 years ago
entry.S Align pk trap_entry for RVC 10 years ago
file.c pk: only access user memory through explicit accessors 5 years ago
file.h pk: support printk before file init 5 years ago
frontend.c pk: support >2 GiB of user memory for RV64 5 years ago
frontend.h Add `statx` syscall (#234) 5 years ago
handlers.c pk: support >2 GiB of user memory for RV64 5 years ago
mmap.c M-mode code doesn't need access to pk's page table 5 years ago
mmap.h pk: refactor vm free list management 5 years ago
pk.ac Properly license all nontrivial files 8 years ago
pk.c pk: don't init files until VM setup is complete 5 years ago
pk.h pk: refactor vm free list management 5 years ago
pk.lds configure: Add option to set physical memory start address 7 years ago
pk.mk.in pk: only access user memory through explicit accessors 5 years ago
syscall.c pk: support >2 GiB of user memory for RV64 5 years ago
syscall.h Add some missing syscall stubs 5 years ago
usermem.c pk: correctly restore sstatus.SUM in strcpy_from_user 5 years ago
usermem.h pk: only access user memory through explicit accessors 5 years ago