aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-01-16Stop game once score reachedDavid Li3-7/+30
2016-01-15Stall on setting trapDavid Li2-4/+38
2016-01-14Properly check for write trapsDavid Li1-0/+3
2016-01-14Match rustv refactor, check traps properlyDavid Li5-127/+175
2016-01-13Integrate trapped cache into shareable cacheDavid Li3-135/+82
2016-01-13Add trapped cacheDavid Li2-0/+117
2016-01-13Start working on updating global data structuresDavid Li4-17/+80
2016-01-12Generate payload randomlyDavid Li1-2/+7
2016-01-12Update secondary cache (if applicable) on writeDavid Li1-0/+15
2016-01-11Give player 2 correct core_id argDavid Li1-1/+1
2016-01-11Load all ELF sections marked ALLOCDavid Li1-2/+1
2016-01-11Add printi syscallDavid Li1-4/+12
2016-01-11Fix read_wordDavid Li2-27/+37
2016-01-10Give individual cores secondary cache accessDavid Li2-15/+24
2016-01-10Add some syscall loggingDavid Li2-0/+8
2016-01-10Update TODOs, memory layoutDavid Li1-2/+2
2016-01-09Update rustv versionDavid Li1-15/+27
2016-01-09Add secondary cache syscallsDavid Li1-7/+28
2016-01-09Implement shareable cacheDavid Li1-5/+10
2016-01-08Refactor into multiple filesDavid Li4-114/+283
2016-01-07Implement print system callDavid Li1-16/+43
2016-01-06Keep track of bytes written with proxy memoryDavid Li1-4/+81
2016-01-06Parse command line argumentsDavid Li1-8/+41
2016-01-05Initial commitDavid Li1-0/+57