Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
2fb5b44
threadlocal simulation and wp-based logic
BruceZoom Jul 31, 2025
8b06447
threadlocal simulation and wp-based logic
BruceZoom Jul 31, 2025
48c9905
Merge branch 'CertiKOS:master' into master
BruceZoom Sep 16, 2025
ee77243
Merge branch 'CertiKOS:master' into master
BruceZoom Dec 17, 2025
119d64e
Merge branch 'master' of https://github.com/BruceZoom/rbgs
Dec 17, 2025
23d8266
import sim-lin and verified examples
Dec 17, 2025
dc6ada2
set of poss (WIP)
Jan 5, 2026
b97c7ec
improved symbolic execution for pupdate (single poss)
Jan 14, 2026
2c6b59b
spec template
Jan 14, 2026
ec5e95a
lazy coin WIP
Jan 14, 2026
c2f9b68
refactoring set of possibilities
Jan 15, 2026
1ba62f0
update AC definition
Jan 15, 2026
ec219eb
update AC definition
Jan 19, 2026
929fef9
working on speculation support and lazycoin
Jan 20, 2026
a427fbd
verify lazy coin
Jan 21, 2026
af2f013
adding separation logic
Jan 27, 2026
643ce41
backup before switching disjoint definition
Feb 3, 2026
391bdd2
define SA for AC
Feb 3, 2026
e8308fe
implement SA for AC
Feb 5, 2026
dbe9e25
apply new assertion to program logics and examples
BruceZoom Feb 5, 2026
bf7df0f
new proof with SL
BruceZoom Feb 6, 2026
c2a5825
working on CCAS
BruceZoom Feb 9, 2026
e59723c
working on CCAS
BruceZoom Feb 10, 2026
6eca72c
working on CCAS
Feb 12, 2026
85c07cd
proof outline for ccas
Feb 24, 2026
cc8eecd
ccas proof WIP
BruceZoom Feb 24, 2026
8a8d76f
improve automation for stability
Feb 26, 2026
c42edc6
still proving CCAS
BruceZoom Feb 26, 2026
5ef85ae
CCAS WIP
Mar 2, 2026
5b32b09
CCAS WIP
BruceZoom Mar 2, 2026
fa86e9d
CCAS WIP
Mar 3, 2026
f9edf99
CCAS WIP
BruceZoom Mar 3, 2026
5689cce
finish CCAS, setFlag WIP
Mar 5, 2026
562cc21
CCAS WIP
Mar 5, 2026
23eabda
finish CCAS overlay
Mar 5, 2026
30a7eb7
CCAS WIP
Mar 6, 2026
ff29d36
finish CCAS
Mar 6, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions _CoqProject
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,20 @@ interfaces/Limits.v
interfaces/Adjunctions.v
interfaces/Monads.v
interfaces/LiftMonad.v

models/logics/SeparationAlgebra.v
models/logics/Logics.v

models/simlin/LTS.v
examples/Specs.v

models/simlin/Lang.v
models/simlin/Semantics.v
models/simlin/TPSimulation.v
models/simlin/Assertion.v
models/simlin/RGISimulation.v
models/simlin/RGILogic.v

models/simlin/TPSimulationSet.v
models/simlin/RGISimulationSet.v
models/simlin/RGILogicSet.v
Loading