issues
search
google
/
safeside
Understand and mitigate software-observable side-channels
BSD 3-Clause "New" or "Revised" License
498
stars
54
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Would be nice to have examples written in managed languages
#163
mikehearn
opened
3 years ago
0
Replace shuffled vector with an LCG-based shuffled access pattern.
#162
ssbr
opened
3 years ago
0
Fix build error (sz/size).
#161
ssbr
closed
3 years ago
0
Make it easy to run cache_analysis.py
#160
ssbr
closed
3 years ago
0
Fix style issues in cache_size_test.
#159
ssbr
closed
3 years ago
0
More clearly define randomness in timing_array.h
#158
ssbr
closed
3 years ago
3
Style fixes.
#157
ssbr
closed
3 years ago
2
Add quick bugfix `inline` to cache_size.h
#156
ssbr
closed
3 years ago
0
Delete obsolete ipynb notebook.
#155
ssbr
closed
3 years ago
0
added a test file for cache size
#154
negara
closed
3 years ago
0
cleaned up and added comments
#153
negara
closed
3 years ago
0
Added Python code for analyzing data and drawing plots
#152
negara
closed
3 years ago
0
added code for finding cache line size
#151
negara
closed
3 years ago
1
Experimental code for finding cache associativity
#150
negara
closed
4 years ago
0
added build config for experimental directory
#149
negara
closed
4 years ago
0
Add detailed notes on mitigating ret2spec
#148
mmdriley
closed
4 years ago
3
build config for experimental
#147
negara
closed
4 years ago
0
added python code to analyze cache_size.cc output
#146
negara
closed
4 years ago
5
Merge to update origin repo
#145
negara
closed
4 years ago
0
added cache size measurement code
#144
negara
closed
4 years ago
3
Update comment on `alignas` to reflect the C++ spec
#143
mmdriley
closed
4 years ago
0
Add overview and platform comments to some demos
#142
mmdriley
closed
4 years ago
1
Use apt-get instead of apt to suppress warnings.
#141
ssbr
closed
4 years ago
0
WIP: Continue running ppc64le and aarch64 on Bionic
#140
mmdriley
closed
4 years ago
1
Update to Focal; enable build parallelism
#139
mmdriley
closed
4 years ago
0
Document demo reproduction platforms
#138
ssbr
opened
4 years ago
0
Fix builds+CI when kernel headers are unavailable
#137
mmdriley
closed
4 years ago
1
Include <cstdint> header in timing_array.h
#136
cdisselkoen
closed
4 years ago
3
CI failure for PowerPC
#135
mmdriley
closed
4 years ago
1
Add naming scheme section to demos/README.md
#134
ssbr
closed
4 years ago
1
Remove spurious list entries in demos/README.md
#133
ssbr
closed
4 years ago
0
[benchmarks] Add array access microbenchmark
#132
zbrid
closed
4 years ago
5
Support Solaris
#131
tropikhajma
opened
4 years ago
1
Rewrite meltdown_de and meltdown_of to use RunWithFaultHandler
#130
mmdriley
closed
4 years ago
3
Ignore return value, if any, of debugfs_create_u32 et al.
#129
mmdriley
closed
4 years ago
0
Update references to old trunk branch
#128
mmdriley
closed
4 years ago
0
Add a new RunWithFaultHandler utility
#127
mmdriley
closed
4 years ago
2
Rewrite Meltdown module to use debugfs
#126
mmdriley
closed
4 years ago
2
Build kernel modules when sources change
#125
mmdriley
closed
4 years ago
2
Whitespace-only changes to CMake files
#124
mmdriley
closed
4 years ago
1
Sample outputs
#123
theMarina
opened
4 years ago
0
Consider following Intel naming guidance
#122
mmdriley
opened
4 years ago
0
Allow a small number of false positives in `timing_array_test`
#121
mmdriley
closed
4 years ago
3
Show CPU info at start of CI
#120
mmdriley
closed
4 years ago
0
Refactor architecture-specific code
#119
mmdriley
closed
4 years ago
0
Create a header just for page + cache line sizes
#118
mmdriley
closed
4 years ago
2
Fix MSVC warnings about redundant `inline`
#117
mmdriley
closed
4 years ago
2
Changing some "generic memory" functions to take `void *`
#116
mmdriley
closed
4 years ago
0
Clean up header guards
#115
mmdriley
closed
4 years ago
1
`TimingArray` with new API and threshold technique
#114
mmdriley
closed
4 years ago
0
Next