aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
AgeCommit message (Expand)AuthorFilesLines
2016-01-25feat(memory): write cache tag info to global status structsDavid Li1-4/+18
2016-01-16Stop game once score reachedDavid Li1-3/+21
2016-01-14Match rustv refactor, check traps properlyDavid Li1-12/+24
2016-01-13Integrate trapped cache into shareable cacheDavid Li1-1/+0
2016-01-13Add trapped cacheDavid Li1-0/+1
2016-01-13Start working on updating global data structuresDavid Li1-2/+6
2016-01-12Generate payload randomlyDavid Li1-2/+7
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-11Fix read_wordDavid Li1-8/+10
2016-01-10Give individual cores secondary cache accessDavid Li1-3/+10
2016-01-10Add some syscall loggingDavid Li1-0/+4
2016-01-10Update TODOs, memory layoutDavid Li1-2/+2
2016-01-09Update rustv versionDavid Li1-15/+27
2016-01-08Refactor into multiple filesDavid Li1-114/+27
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