History log of /seL4-l4v-10.1.1/l4v/proof/crefine/X64/IsolatedThreadAction.thy
Revision Date Author Comments
# 6b9d9d24 09-Jun-2018 Gerwin Klein <gerwin.klein@data61.csiro.au>

Isabelle2018: new "op x" syntax; now is "(x)"

(result of "isabelle update_op -m <dir>")


# b5cdf470 13-Jun-2018 Gerwin Klein <gerwin.klein@data61.csiro.au>

globally use session-qualified imports; add Lib session

Session-qualified imports will be required for Isabelle2018 and help clarify
the structure of sessions in the build tree.

This commit mainly adds a new set of sessions for lib/, including a Lib
session that includes most theories in lib/ and a few separate sessions for
parts that have dependencies beyond CParser or are separate AFP sessions.
The group "lib" collects all lib/ sessions.

As a consequence, other theories should use lib/ theories by session name,
not by path, which in turns means spec and proof sessions should also refer
to each other by session name, not path, to avoid duplicate theory errors in
theory merges later.


# 4fedfb5e 06-May-2018 Michael Sproul <michael.sproul@data61.csiro.au>

x64: crefine: clear remaining sorry in Interrupt_C (VER-879)


# f649240c 03-Apr-2018 Matthew Brecknell <Matthew.Brecknell@data61.csiro.au>

x64: CR3 and machine op updates for Meltdown


# 82474647 09-Mar-2018 Gerwin Klein <gerwin.klein@data61.csiro.au>

x64 crefine: FPU updates


# 88f5f072 26-Feb-2018 Michael Sproul <michael.sproul@data61.csiro.au>

x64: crefine: Genericise deletion actions that occur after empty_slot

Based on Joel's changes for ARM_HYP


# 569abcff 17-Jan-2018 Rafal Kolanski <rafal.kolanski@nicta.com.au>

x64 crefine: add Syscall_C to Refine_C for testing


# 53553ea2 17-Jan-2018 Rafal Kolanski <rafal.kolanski@nicta.com.au>

x64 crefine: update scheduler bitmap lemmas

Applied the changes from invert-fastpath on ARM_HYP to available X64
files, updated relevant proofs to 64-bit, reduced IpcCancel sorries to
sign_extend only, reduced Schedule to one sorry.


# 05ace54d 30-Oct-2017 Joel Beeren <joel.beeren@data61.csiro.au>

x64: crefine: update sorries for C changes

changes include:
* zombie bit numbers changing
* object sizes abstracted


# 24bc43a6 22-Oct-2017 Joel Beeren <joel.beeren@data61.csiro.au>

x64: crefine: added IsolatedThreadAction.thy