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 Waterman5 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
2013-04-19implement new register mappingeos20Andrew Waterman5-42/+49
2013-04-19add missing LICENSE fileAndrew Waterman1-0/+24
2013-03-25add BSD licenseAndrew Waterman22-0/+44
2013-03-25add clean-room elf.h to avoid GPL entanglementAndrew Waterman2-2696/+103
2013-02-28remove unneeded .ent, .end asm directivesAndrew Waterman3-15/+0
2013-01-25rename binary to pk; change argv handlingAndrew Waterman7-17/+16
2012-11-17fix spinlocks; add --disable-atomics cfg optAndrew Waterman5-18/+58
2012-09-10Cleanup of div/divu/rem/remu.Christopher Celio6-129/+36
2012-09-10div/rem bug fixes.Christopher Celio3-35/+96
2012-09-07Fixed bug with mul.cChristopher Celio1-1/+1
[...]