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
path:
root
/
miasm
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-11-19
Fix incorrect matching for first state
ta/fixes
Theofilos Augoustis
1
-0
/
+1
2025-11-19
Fix parsing of signals
Theofilos Augoustis
2
-4
/
+4
2025-11-18
Only handle events when tracing
ta/emu-replay
Theofilos Augoustis
1
-11
/
+10
2025-11-18
Reintroduce support for emulating getrandom
Theofilos Augoustis
1
-6
/
+15
2025-11-18
Add basic QEMU section reading capabilities
Theofilos Augoustis
2
-5
/
+72
2025-11-18
Retrieve all mappings at once
Theofilos Augoustis
1
-16
/
+17
2025-11-18
Refactor iteration interface over events
Theofilos Augoustis
3
-111
/
+176
2025-11-14
Refactor event tracing in QEMU tool
Theofilos Augoustis
10
-100
/
+182
2025-11-14
Refactor iteration over events in native tracer
Theofilos Augoustis
4
-46
/
+95
2025-11-14
Rebase syscall overwrites
ReimersS
1
-21
/
+17
2025-11-14
Deterministic replay (single threaded, no memory)
ReimersS
6
-8
/
+125
2025-11-14
Use a stub module to abstract-away handling of the deterministic log as an op...
Theofilos Augoustis
3
-379
/
+401
2025-11-13
Move matching functionality out of event (cannot rely on entire program state...
Theofilos Augoustis
2
-13
/
+14
2025-11-13
Move QEMU to its own backend directory
Theofilos Augoustis
4
-3
/
+4
2025-11-13
Move native backend under dedicated module
Theofilos Augoustis
5
-355
/
+352
2025-11-11
Use orjson instead of regular json (providing 2x faster dumps and loads)
ta/json-dumps
Theofilos Augoustis
3
-8
/
+30
2025-11-11
Add support for basic SQLite workloads
ta/sqlite
Theofilos Augoustis
2
-0
/
+55
2025-11-11
Add more packages to test in Focaccia
ta/redis
Theofilos Augoustis
1
-1
/
+3
2025-11-11
Add support for building entire musl with reduced x86 instruction set
Theofilos Augoustis
1
-8
/
+26
2025-11-11
Make Redis build use reduced instruction set
Theofilos Augoustis
1
-1
/
+7
2025-11-11
Include musl-compiled and statically-linked redis as dependency
Theofilos Augoustis
1
-0
/
+20
2025-11-10
Add type annotation to parser for memory writes
ta/rr-mmaps
Theofilos Augoustis
1
-1
/
+1
2025-11-10
Implement streaming reader for data chunks
Theofilos Augoustis
1
-40
/
+85
2025-11-10
Fix reading from file (needed decompression first)
Theofilos Augoustis
1
-39
/
+46
2025-11-10
Add exception for system call buffer events (they require special memory writ...
Theofilos Augoustis
1
-0
/
+1
2025-11-10
Add support for reading memory writes when system call buffering is not used
Theofilos Augoustis
1
-13
/
+39
2025-11-08
Add better error handling for fpconvert_fp64
Christian Krinitsin
1
-2
/
+4
2025-11-07
Handle memory writes as a separate class
Theofilos Augoustis
1
-9
/
+49
2025-11-07
Parse special events separately
Theofilos Augoustis
1
-35
/
+183
2025-11-07
Enable high-level interface for reading mmaps and tasks
Theofilos Augoustis
1
-5
/
+159
2025-11-06
Add reproducers
Christian Krinitsin
6
-0
/
+105
2025-11-06
Add helper to convert single precision to double precision
Christian Krinitsin
1
-1
/
+18
2025-11-06
Check for QEMU crashes in an invocation
Christian Krinitsin
1
-1
/
+24
2025-11-06
Fix QEMU partial validation support
ta/fixup-qemu-partial-validation
Theofilos Augoustis
2
-9
/
+23
2025-11-06
Separate box64 musl environment for regular musl environment
Theofilos Augoustis
1
-0
/
+13
2025-11-06
Implement start-stop mechanism for partial validation
ta/partial-qemu-validation
Theofilos Augoustis
4
-22
/
+45
2025-11-06
Implement basic logging support for QEMU validator
ta/speculative-tracing
Theofilos Augoustis
2
-1
/
+8
2025-11-06
Support partial validation in QEMU
Theofilos Augoustis
1
-15
/
+31
2025-11-06
Add TID marker to collected symbolic transforms
Theofilos Augoustis
1
-7
/
+11
2025-11-06
Support parsing record logs with multiple chunks
Theofilos Augoustis
1
-4
/
+24
2025-11-06
Document the force flag workaround for Zen CPUs
Theofilos Augoustis
1
-0
/
+4
2025-11-06
Update README instructions to include steps for tracing non-deterministic pro...
Theofilos Augoustis
1
-0
/
+14
2025-11-06
Update handling of discovered remote names
Theofilos Augoustis
2
-11
/
+9
2025-11-06
Specialize event matching to guarantee a match by checking register state
Theofilos Augoustis
1
-4
/
+28
2025-11-06
Save to trace final state transformation
Theofilos Augoustis
1
-0
/
+2
2025-11-06
Handle exit in post-event hook
Theofilos Augoustis
2
-13
/
+22
2025-11-06
Do not deduplicate but handle post events
Theofilos Augoustis
2
-17
/
+18
2025-11-06
Cross-correlate events with the Focaccia tracing sequence
Theofilos Augoustis
2
-9
/
+54
2025-11-06
Support setting time limits for symbolic execution
Theofilos Augoustis
3
-5
/
+42
2025-11-06
Add caching mechanism for state values
Theofilos Augoustis
1
-3
/
+22
[next]