index
:
focaccia
this commit
ck/fix-det
ck/gen-repr
ck/reproducers
ck/runtime-breakdown
main
sr/benchmark-testing
sr/deterministic_replay
sr/plugin
sr/sql-syscalls
ta/arm64
ta/develop
ta/docs
ta/emu-replay
ta/emu-threaded-replay
ta/fixes
ta/fixup-qemu-partial-validation
ta/json-dumps
ta/memcached
ta/multithreaded-experiments
ta/partial-qemu-validation
ta/pylldb
ta/qemu-replay
ta/redis
ta/reproducers
ta/rr-mmaps
ta/speculative-tracing
ta/sqlite
ta/streaming-transforms
ta/support-memcached
ta/support-redis
ta/tests
ta/tool-refactor
ta/uniformize-qemu
ta/uv-migrate
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #29 from TUM-DSE/ck/fix-det
HEAD
main
Theofilos Augoustis
13 days
2
-2
/
+5
|
\
|
*
Fix script in case of non-rr
ck/fix-det
Christian Krinitsin
2025-11-21
2
-2
/
+5
|
/
*
Merge pull request #28 from TUM-DSE/ta/fixes
Theofilos Augoustis
2025-11-20
2
-4
/
+5
|
\
|
*
Fix incorrect matching for first state
ta/fixes
Theofilos Augoustis
2025-11-19
1
-0
/
+1
|
*
Fix parsing of signals
Theofilos Augoustis
2025-11-19
2
-4
/
+4
|
/
*
Merge pull request #27 from TUM-DSE/ta/emu-replay
Theofilos Augoustis
2025-11-19
19
-779
/
+1185
|
\
|
*
Only handle events when tracing
ta/emu-replay
Theofilos Augoustis
2025-11-18
1
-11
/
+10
|
*
Reintroduce support for emulating getrandom
Theofilos Augoustis
2025-11-18
1
-6
/
+15
|
*
Add basic QEMU section reading capabilities
Theofilos Augoustis
2025-11-18
2
-5
/
+72
|
*
Retrieve all mappings at once
Theofilos Augoustis
2025-11-18
1
-16
/
+17
|
*
Refactor iteration interface over events
Theofilos Augoustis
2025-11-18
3
-111
/
+176
|
*
Refactor event tracing in QEMU tool
Theofilos Augoustis
2025-11-14
10
-100
/
+182
|
*
Refactor iteration over events in native tracer
Theofilos Augoustis
2025-11-14
4
-46
/
+95
|
*
Rebase syscall overwrites
ReimersS
2025-11-14
1
-21
/
+17
|
*
Deterministic replay (single threaded, no memory)
ReimersS
2025-11-14
6
-8
/
+125
|
*
Use a stub module to abstract-away handling of the deterministic log as an op...
Theofilos Augoustis
2025-11-14
3
-379
/
+401
|
*
Move matching functionality out of event (cannot rely on entire program state...
Theofilos Augoustis
2025-11-13
2
-13
/
+14
|
*
Move QEMU to its own backend directory
Theofilos Augoustis
2025-11-13
4
-3
/
+4
|
*
Move native backend under dedicated module
Theofilos Augoustis
2025-11-13
5
-355
/
+352
|
/
*
Merge pull request #25 from TUM-DSE/ta/json-dumps
Theofilos Augoustis
2025-11-12
3
-8
/
+30
|
\
|
*
Use orjson instead of regular json (providing 2x faster dumps and loads)
ta/json-dumps
Theofilos Augoustis
2025-11-11
3
-8
/
+30
|
/
*
Merge pull request #24 from TUM-DSE/ta/sqlite
Theofilos Augoustis
2025-11-11
2
-0
/
+55
|
\
|
*
Add support for basic SQLite workloads
ta/sqlite
Theofilos Augoustis
2025-11-11
2
-0
/
+55
|
/
*
Merge pull request #23 from TUM-DSE/ta/redis
Theofilos Augoustis
2025-11-11
1
-0
/
+46
|
\
|
*
Add more packages to test in Focaccia
ta/redis
Theofilos Augoustis
2025-11-11
1
-1
/
+3
|
*
Add support for building entire musl with reduced x86 instruction set
Theofilos Augoustis
2025-11-11
1
-8
/
+26
|
*
Make Redis build use reduced instruction set
Theofilos Augoustis
2025-11-11
1
-1
/
+7
|
*
Include musl-compiled and statically-linked redis as dependency
Theofilos Augoustis
2025-11-11
1
-0
/
+20
|
/
*
Merge pull request #22 from TUM-DSE/ta/rr-mmaps
Theofilos Augoustis
2025-11-11
1
-52
/
+473
|
\
|
*
Add type annotation to parser for memory writes
ta/rr-mmaps
Theofilos Augoustis
2025-11-10
1
-1
/
+1
|
*
Implement streaming reader for data chunks
Theofilos Augoustis
2025-11-10
1
-40
/
+85
|
*
Fix reading from file (needed decompression first)
Theofilos Augoustis
2025-11-10
1
-39
/
+46
|
*
Add exception for system call buffer events (they require special memory writ...
Theofilos Augoustis
2025-11-10
1
-0
/
+1
|
*
Add support for reading memory writes when system call buffering is not used
Theofilos Augoustis
2025-11-10
1
-13
/
+39
|
*
Handle memory writes as a separate class
Theofilos Augoustis
2025-11-07
1
-9
/
+49
|
*
Parse special events separately
Theofilos Augoustis
2025-11-07
1
-35
/
+183
|
*
Enable high-level interface for reading mmaps and tasks
Theofilos Augoustis
2025-11-07
1
-5
/
+159
*
|
Merge pull request #20 from TUM-DSE/ck/x86-cvtps2pd
ckrinitsin
2025-11-08
1
-1
/
+20
|
\
\
|
*
|
Add better error handling for fpconvert_fp64
Christian Krinitsin
2025-11-08
1
-2
/
+4
|
*
|
Add helper to convert single precision to double precision
Christian Krinitsin
2025-11-06
1
-1
/
+18
*
|
|
Merge pull request #19 from TUM-DSE/ck/crash
Theofilos Augoustis
2025-11-07
1
-1
/
+24
|
\
\
\
|
*
|
|
Check for QEMU crashes in an invocation
Christian Krinitsin
2025-11-06
1
-1
/
+24
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #21 from TUM-DSE/ck/reproducers
Theofilos Augoustis
2025-11-07
6
-0
/
+105
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add reproducers
Christian Krinitsin
2025-11-06
6
-0
/
+105
|
|
/
*
|
Merge pull request #18 from TUM-DSE/ta/fixup-qemu-partial-validation
Theofilos Augoustis
2025-11-06
2
-9
/
+23
|
\
\
|
*
|
Fix QEMU partial validation support
ta/fixup-qemu-partial-validation
Theofilos Augoustis
2025-11-06
2
-9
/
+23
|
/
/
*
|
Separate box64 musl environment for regular musl environment
Theofilos Augoustis
2025-11-06
1
-0
/
+13
*
|
Merge pull request #17 from TUM-DSE/ta/partial-qemu-validation
Theofilos Augoustis
2025-11-06
4
-22
/
+45
|
\
\
|
*
|
Implement start-stop mechanism for partial validation
ta/partial-qemu-validation
Theofilos Augoustis
2025-11-06
4
-22
/
+45
|
/
/
*
|
Merge pull request #14 from TUM-DSE/ta/speculative-tracing
Theofilos Augoustis
2025-11-06
21
-245
/
+1056
|
\
\
[next]