Age | Commit message (Expand) | Author | Files | Lines |
2019-06-11 | configure: Add option to set physical memory start address | Gabriel L. Somlo | 1 | -1/+1 |
2019-05-09 | Allow up to 2 KiB of arguments | Andrew Waterman | 1 | -1/+4 |
2019-03-24 | Fix build with newer newlib | Andrew Waterman | 2 | -2/+3 |
2019-02-28 | Stub out madvise syscall (#145) | Luís Marques | 2 | -0/+2 |
2019-01-04 | Implement clock_gettime syscall (#139) | Luís Marques | 1 | -1/+10 |
2019-01-04 | Page-align the writable data section | Andrew Waterman | 1 | -1/+2 |
2019-01-04 | Clean up linker scripts a bit | Andrew Waterman | 1 | -4/+1 |
2018-08-06 | Add some exception handling functions to s-mode to handle exception return fr... | wxjstz | 1 | -0/+28 |
2018-07-09 | Properly license all nontrivial files | Andrew Waterman | 7 | -0/+14 |
2018-04-24 | Enable FPU in PK, regardless of FPU presence | Andrew Waterman | 1 | -1/+1 |
2018-02-01 | Bump the Linux version PK claims to support | Andrew Waterman | 1 | -1/+1 |
2017-12-12 | Bump encoding.h | Andrew Waterman | 1 | -1/+1 |
2017-11-03 | Remove the platform interface | Palmer Dabbelt | 2 | -1/+1 |
2017-11-02 | Detect harts that can't boot Linux instead of hard-coding them | Palmer Dabbelt | 1 | -0/+1 |
2017-10-19 | Order __page_alloc before writing vmrs | Andrew Waterman | 1 | -2/+6 |
2017-08-29 | Stub out sys_prlimit64 | Andrew Waterman | 2 | -0/+2 |
2017-08-02 | Add a platform interface | Palmer Dabbelt | 1 | -0/+1 |
2017-04-18 | Increase PK stack size to 3% of memory, up to 8 MiB | Andrew Waterman | 1 | -1/+1 |
2017-03-27 | Separate page faults from physical memory access exceptions | Andrew Waterman | 1 | -3/+3 |
2017-03-23 | pk: does not use dtb | Wesley W. Terpstra | 1 | -1/+1 |
2017-03-22 | SBI: a0+a1 hold hartid+dtb pointer between boot loader stagesfdt | Wesley W. Terpstra | 1 | -3/+3 |
2017-03-21 | Allow PK access to user memory | Andrew Waterman | 1 | -0/+1 |
2017-02-22 | Fix PK boot | Andrew Waterman | 1 | -3/+6 |
2017-02-20 | Don't block for acks on console writes | Andrew Waterman | 3 | -8/+9 |
2017-02-17 | WIP towards ECALL interface for SBI | Andrew Waterman | 2 | -2/+1 |
2017-02-15 | Cleanly separate HTIF code; don't poll keyboard on timer interrupt | Andrew Waterman | 1 | -2/+2 |
2016-12-06 | avoid non-standard predefined macros | Andrew Waterman | 4 | -4/+4 |
2016-11-13 | Add ability to hard-code an initial environment | Andrew Waterman | 1 | -2/+18 |
2016-11-13 | For RV32, mmap offset is in 4 KiB increments | Andrew Waterman | 1 | -2/+6 |
2016-11-13 | Cap pk memory size to 2 GiB for RV32 | Andrew Waterman | 1 | -0/+5 |
2016-11-13 | Fix ld.so load address at 4 KiB | Andrew Waterman | 1 | -6/+10 |
2016-11-13 | Add syscall stubs to get through libpthread initializers | Andrew Waterman | 2 | -0/+4 |
2016-11-02 | Acquire write permissions before zeroing page in ELF loader | Andrew Waterman | 2 | -2/+6 |
2016-09-21 | make sure pages for ELF sections have correct protection (#40) | Howard Mao | 2 | -2/+20 |
2016-09-09 | Add -p flag to pk to disable demand paging | Andrew Waterman | 3 | -3/+7 |
2016-08-16 | add htif section in linker script, with ALIGNs to prevent MMIO and data from ... | Sagar Karandikar | 1 | -0/+10 |
2016-08-10 | when -s is passed, print time, instret, cycle, and CPI | Andrew Waterman | 3 | -6/+19 |
2016-08-09 | Disallow execution of RVC binaries on non-RVC pk | Andrew Waterman | 2 | -0/+6 |
2016-07-29 | Align pk trap_entry for RVC | Andrew Waterman | 1 | -0/+1 |
2016-07-12 | zero-extend RV32 physical addresses for HTIF | Andrew Waterman | 2 | -2/+2 |
2016-07-12 | Remove uarch counters | Andrew Waterman | 4 | -51/+0 |
2016-07-06 | Udpate to new PTE format | Andrew Waterman | 1 | -27/+11 |
2016-04-30 | Move DRAM to high addresses | Andrew Waterman | 6 | -41/+40 |
2016-04-20 | pk: proxy chdir syscall to fesvr | Garret Kelly | 1 | -0/+6 |
2016-04-06 | Don't assume existence of uarch counters | Andrew Waterman | 4 | -50/+46 |
2016-04-06 | Use panic, not die, to terminate elf loader | Andrew Waterman | 1 | -1/+2 |
2016-03-09 | Refactor pk, bbl, machine into separate libraries | Andrew Waterman | 39 | -4076/+213 |
2016-03-05 | Fix ifdef guard on FCSR instructions | Andrew Waterman | 1 | -1/+1 |
2016-03-05 | get rid of struct mainvars | Andrew Waterman | 4 | -30/+33 |
2016-03-05 | Disentangle PK and BBL a bit | Andrew Waterman | 21 | -218/+226 |