index
:
cacheracer
master
A Rust implementation of the CS 3410 project, for competitive use
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-01-25
fix(Logging): set appropriate log level
David Li
3
-5
/
+3
2016-01-25
chore(Changelog): add changelog
David Li
1
-0
/
+10
2016-01-25
feat(memory): write cache tag info to global status structs
David Li
4
-17
/
+105
2016-01-25
docs(devkit): remove useless code in example bot
David Li
2
-4
/
+3
2016-01-17
Implement rustv::memory::CacheInterface
David Li
2
-7
/
+20
2016-01-16
Indent code block differently in readme
David Li
1
-35
/
+33
2016-01-16
Add example run to README
David Li
1
-0
/
+38
2016-01-16
Stop game once score reached
David Li
6
-11
/
+34
2016-01-15
Update rustv dependency
David Li
1
-1
/
+1
2016-01-15
Stall on setting trap
David Li
2
-4
/
+38
2016-01-14
Add readme
David Li
1
-0
/
+20
2016-01-14
Update TODOs
David Li
1
-0
/
+3
2016-01-14
Properly check for write traps
David Li
2
-3
/
+6
2016-01-14
Add example of hitting a trap
David Li
2
-4
/
+7
2016-01-14
Match rustv refactor, check traps properly
David Li
5
-127
/
+175
2016-01-13
Test basic write traps (WIP)
David Li
1
-0
/
+11
2016-01-13
Integrate trapped cache into shareable cache
David Li
3
-135
/
+82
2016-01-13
Add trapped cache
David Li
2
-0
/
+117
2016-01-13
Start working on updating global data structures
David Li
5
-19
/
+82
2016-01-13
Add noop bot
David Li
1
-0
/
+6
2016-01-12
Add sample bot
David Li
1
-0
/
+87
2016-01-12
Generate payload randomly
David Li
4
-3
/
+29
2016-01-12
Make sure GCC uses argument to printi
David Li
2
-6
/
+20
2016-01-12
Add dev header/makefile/linker script
David Li
4
-0
/
+120
2016-01-12
Update secondary cache (if applicable) on write
David Li
3
-2
/
+18
2016-01-11
Update TODOs
David Li
1
-1
/
+3
2016-01-11
Bump rustv dependency
David Li
1
-1
/
+1
2016-01-11
Give player 2 correct core_id arg
David Li
2
-1
/
+2
2016-01-11
Load all ELF sections marked ALLOC
David Li
1
-2
/
+1
2016-01-11
Add printi syscall
David Li
1
-4
/
+12
2016-01-11
Fix read_word
David Li
3
-28
/
+38
2016-01-10
Give individual cores secondary cache access
David Li
3
-15
/
+25
2016-01-10
Add some syscall logging
David Li
4
-0
/
+29
2016-01-10
Update TODOs
David Li
1
-1
/
+10
2016-01-10
Update TODOs, memory layout
David Li
2
-2
/
+21
2016-01-09
Remove Misc from TODOs
David Li
1
-8
/
+0
2016-01-09
Update TODOs
David Li
1
-0
/
+2
2016-01-09
Get rid of numbering on TODO headers
David Li
1
-0
/
+3
2016-01-09
Update TODOs
David Li
2
-0
/
+42
2016-01-09
Add a TODO as a test
David Li
2
-2
/
+11
2016-01-09
Update rustv version
David Li
2
-16
/
+28
2016-01-09
Add secondary cache syscalls
David Li
1
-7
/
+28
2016-01-09
Implement shareable cache
David Li
1
-5
/
+10
2016-01-08
Refactor into multiple files
David Li
6
-114
/
+314
2016-01-07
Implement print system call
David Li
3
-19
/
+46
2016-01-06
Keep track of bytes written with proxy memory
David Li
3
-7
/
+84
2016-01-06
Parse command line arguments
David Li
3
-8
/
+101
2016-01-05
Initial commit
David Li
4
-0
/
+86