aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
enable-32bitUn-break "--enable-32bit"Palmer Dabbelt7 years
fix-fcvt-s-wFix(?) fcvt.s.w emulation for rs1 = -2^31Andrew Waterman7 years
masterDon't require software check exceptions be delegableAndrew Waterman8 weeks
maxmemAdd "--with-max-memory-bytes", to limit the used memoryPalmer Dabbelt6 years
new-sbi-diskadd sbi-disk mcall routinesHoward Mao7 years
remapAdd 2-stage translation (for debugging purposes only)Andrew Waterman3 years
rocc-enableMerge commit '3d921d3c76db3af7b9ae0b5df0f0790f26222246' into rocc-enableColin Schmidt5 years
sbi-diskadd sbi-disk mcall routinesHoward Mao7 years
sbi_emulation_for_perfSBI emulation of reads and writes to perf counters and configAlex Solomatnikov6 years
sbi_for_perfAdded SBI_WRITE_PERF_CNTAlex Solomatnikov6 years
[...]
 
TagDownloadAuthorAge
v1.0.0pk-1.0.0.zip  pk-1.0.0.tar.gz  pk-1.0.0.tar.bz2  Palmer Dabbelt5 years
archive-1.9.1pk-archive-1.9.1.zip  pk-archive-1.9.1.tar.gz  pk-archive-1.9.1.tar.bz2  Palmer Dabbelt6 years
 
AgeCommit messageAuthorFilesLines
2011-06-19configure argument --host=riscv is now impliedcs250Andrew Waterman3-0/+24
2011-06-19fixed build after repo splitAndrew Waterman136-2/+6747
2011-06-19temporary undoing of renamingAndrew Waterman38-0/+15012
2011-06-19Renamed packagesAndrew Waterman38-15012/+0
2011-06-01[pk] fixed memset bug (again...)Andrew Waterman1-3/+15
2011-05-23[pk] fixed FP emulation (rounding mode bug)Andrew Waterman1-2/+2
2011-05-20[pk] fixed elf loaderAndrew Waterman1-4/+11
2011-05-19[pk] made PK smallerAndrew Waterman4-53/+79
2011-05-18[opcodes,pk,sim] add more vector traps (for #banks, illegal instructions)Yunsup Lee2-1/+17
2011-05-16[sim,pk] cleanups & initial virtual memory supportAndrew Waterman5-14/+16
[...]