aboutsummaryrefslogtreecommitdiff
path: root/pk/pk.h
AgeCommit message (Expand)AuthorFilesLines
2016-07-12Remove uarch countersAndrew Waterman1-1/+0
2016-04-06Don't assume existence of uarch countersAndrew Waterman1-5/+1
2016-03-09Refactor pk, bbl, machine into separate librariesAndrew Waterman1-17/+0
2016-03-05Disentangle PK and BBL a bitAndrew Waterman1-52/+0
2016-03-04Begin refactoring emulation codeAndrew Waterman1-3/+0
2016-03-03Simplify boot codeAndrew Waterman1-2/+1
2016-03-01Use RV configuration string instead of device treeAndrew Waterman1-0/+1
2016-02-19Fix MULW/DIVW/etc. emulation codeAndrew Waterman1-1/+5
2016-02-19WIP on priv spec v1.9Andrew Waterman1-0/+1
2016-02-19Remove incorrect code supporting ELF32 on RV64 and vice-versaAndrew Waterman1-2/+1
2015-11-28Change boot procedure to not rely on IPIsAndrew Waterman1-0/+3
2015-11-16Use IPIs to wake up hartsAndrew Waterman1-1/+0
2015-11-12Read and use devicetree -- THIS BREAKS ROCKET FOR NOWAndrew Waterman1-1/+6
2015-07-24Undo last commitAndrew Waterman1-1/+1
2015-07-23Avoid stack overflow with -msoft-floatAndrew Waterman1-1/+1
2015-05-29Make boot loader/SBI changes to support SMP LinuxAndrew Waterman1-0/+7
2015-05-10Split pk functionality into pk and bblAndrew Waterman1-1/+2
2015-05-02Add ASCII art boot logoAndrew Waterman1-0/+1
2015-04-10Fix stack discipline for recursive trapsAndrew Waterman1-1/+1
2015-03-24Make printk safer and use less stackAndrew Waterman1-1/+1
2015-03-12Update to new privileged specAndrew Waterman1-12/+27
2015-02-09work in progress on new supervisor specAndrew Waterman1-4/+2
2014-08-07Added "-c" option to track uarch counter info.Christopher Celio1-0/+5
2013-12-14Add -p flag: force physical memory addressingAndrew Waterman1-1/+2
2013-11-25Update to new privileged ISAAndrew Waterman1-1/+2
2013-09-11Add some syscallsAndrew Waterman1-0/+1
2013-08-18Renumber PCRs; refer to them with new ASM syntaxAndrew Waterman1-3/+2
2013-07-13Support Linux ABI and (optionally) virtual memoryAndrew Waterman1-10/+29
2013-03-25add BSD licenseAndrew Waterman1-0/+2
2012-09-07Added rough emulation support for div/rem/mul.Christopher Celio1-0/+2
2011-11-11Synced up PK with supervisor changes/asm syntaxAndrew Waterman1-0/+1
2011-06-19temporary undoing of renamingAndrew Waterman1-0/+65
2011-06-19Renamed packagesAndrew Waterman1-65/+0
2011-04-15[pk] load pk at addr 0; user stack top = MEMSIZEAndrew Waterman1-1/+0
2011-04-15[pk] fixed timer interrupt bug, etc.Andrew Waterman1-2/+6
2011-04-12[sim,pk] fixed minor pk bugs and trap codesAndrew Waterman1-5/+10
2011-04-09[pk] fix init_fp function prototypeYunsup Lee1-1/+1
2011-04-09[pk] add vector_disabled trap handlerYunsup Lee1-0/+1
2011-04-08[pk,fesvr] pk now loads elfs itselfAndrew Waterman1-1/+3
2011-03-25[xcc,pk,opcodes,sim] updated encoding/insn namesAndrew Waterman1-1/+0
2011-02-04[pk] fixed FP emulation bugAndrew Waterman1-1/+1
2010-11-21[pk] various PK cleanups/speedupsAndrew Waterman1-6/+0
2010-10-26[pk,sim,xcc] get rid of at register, introduce tp registerYunsup Lee1-1/+0
2010-10-18[pk] improved performance of fp emulationAndrew Waterman1-1/+9
2010-10-17[pk] zero out fp regsYunsup Lee1-0/+1
2010-10-15[pk, sim] added FPU emulation support to proxy kernelAndrew Waterman1-0/+12
2010-10-05[xcc,sim] eliminated vectored trapsAndrew Waterman1-0/+1
2010-09-06[sim, xcc] added PCRs to replace k0 and k1Andrew Waterman1-0/+1
2010-08-18[pk,fesvr] improved proxykernel build systemAndrew Waterman1-0/+39