History log of /seL4-l4v-master/l4v/spec/abstract/Invocations_A.thy
Revision Date Author Comments
# a45adef6 31-Oct-2020 Gerwin Klein <gerwin.klein@data61.csiro.au>

all: remove theory import path references

In Isabelle2020, when isabelle jedit is started without a session
context, e.g. `isabelle jedit -l ASpec`, theory imports with path
references cause the isabelle process to hang.

Since sessions now declare directories, Isabelle can find those files
without path reference and we therefore remove all such path references
from import statements. With this, `jedit` and `build` should work with
and without explicit session context as before.

Signed-off-by: Gerwin Klein <gerwin.klein@data61.csiro.au>


# a424d55e 09-Mar-2020 Gerwin Klein <gerwin.klein@data61.csiro.au>

licenses: convert license tags to SPDX


# c34840d0 05-Jun-2019 Gerwin Klein <gerwin.klein@data61.csiro.au>

global: isabelle update_cartouches


# 10145250 01-May-2018 Thibaut Perami <thibaut.perami@data61.csiro.au>

aspec: Update ASpec for GrantReply (SELFOUR-6)


# ead3e6fd 15-Jul-2018 Gerwin Klein <gerwin.klein@data61.csiro.au>

aspec: message_info_to_data is mostly arch independent

Factored out msg_label_bits, which is the only architecture specific part.


# 2b8a2ebf 05-Nov-2017 Corey Lewis <corey.lewis@data61.csiro.au>

spec: add SetTLSBase invocation and update the registers (VER-807)


# f0795805 15-Feb-2018 Michael Sproul <michael.sproul@data61.csiro.au>

SELFOUR-1016: fix confused deputy problem when setting priorities


# 796887d9 11-Jul-2017 Alejandro Gomez-Londono <alejandro.gomez@nicta.com.au>

Removes all trailing whitespaces


# 2553371a 06-Nov-2016 Joel Beeren <joel.beeren@nicta.com.au>

SELFOUR-64: Remove general Recycle operation

This removes the RecycleCap CNodeInvocation, whilst
retaining recycle behaviour for Endpoints -- now renamed
CNodeCancelBadgedSends.


# f32e2ca0 16-May-2016 Thomas Sewell <Thomas.Sewell@nicta.com.au>

SELFOUR-444: Abstract implementation.

Abstract implementation of preemptible retyping.


# a3714e81 03-Oct-2016 Matthew Brecknell <Matthew.Brecknell@data61.csiro.au>

SELFOUR-276: Finish proofs for maximum controlled priority (MCP)

To finish the proof of refinement to C, the specification for checkPrio
needed strengthening: the checkPrio spec now takes a machine word
argument. In the spec, priorities are still stored as 8-bit quantities,
however. Once the spec was strenthened, it was possible to remove some
redundant checks and mask operations from the C code.

A thread's maximum controlled priority (MCP) determines the maximum
thread priority or MCP it can assign to another thread (or itself).


# 20539620 07-Jul-2016 Sophie Taylor <Sophie.Taylor@csiro.au>

SELFOUR-276: Add MCP to specs and invariants

A thread's maximum controlled priority (MCP) determines the maximum
thread priority or MCP it can assign to another thread (or itself).


# 5e16ec56 10-Feb-2016 Joel Beeren <joel.beeren@nicta.com.au>

SELFOUR-421: first attempt at abstract spec


# b3c80998 27-Jun-2016 Matthew Brecknell <Matthew.Brecknell@nicta.com.au>

arch_split: invariants: split Ipc_AI [VER-572]


# 9ceed1eb 03-May-2016 Daniel Matichuk <daniel.matichuk@nicta.com.au>

arch_split: fix proofs after removing shadow and unqualify commands and adding fix for crunch. Checks up to DPolicy.


# 3191c485 20-Apr-2016 Daniel Matichuk <daniel.matichuk@nicta.com.au>

arch_split: added ARM_A and ARM_H locales


# 1018d01b 04-Feb-2016 Daniel Matichuk <daniel.matichuk@nicta.com.au>

arch_split: More namespacing progress and invariant splitting. Checks halfway into Invariants_AI


# 9718f1bd 04-Feb-2016 Daniel Matichuk <daniel.matichuk@nicta.com.au>

arch_split: progress on namespacing abstract spec


# 1d0366ac 26-Jan-2016 Joel Beeren <joel.beeren@nicta.com.au>

msi: Restructure IOAPIC, MSI interrupts for x86, fix up ARM proofs for new API


# efb4c618 13-Jan-2016 Joel Beeren <joel.beeren@nicta.com.au>

archirq: Remove redundant invocation, renamed
arch_decode_interrupt_control.


# fad2c6aa 11-Jan-2016 Daniel Matichuk <daniel.matichuk@nicta.com.au>

paramatrised abstract and haskell specs over L4V_ARCH

Haskell translator was modified to support multiple translations
of the haskell, with different build parameters.


# 457a55a8 01-Nov-2015 Joel Beeren <joel.beeren@nicta.com.au>

add arch_tcb object to C, rename aep -> ntfn


# d88a931e 01-Sep-2015 Ramana Kumar <Ramana.Kumar@nicta.com.au>

history squashed patch for aep-binding


# 12fa8686 16-May-2015 Gerwin Klein <gerwin.klein@nicta.com.au>

fewer warnings


# 8d11a22f 22-Aug-2014 Joel Beeren <joel.beeren@nicta.com.au>

ioapic: first abstract spec


# 2a03e81d 14-Jul-2014 Gerwin Klein <gerwin.klein@nicta.com.au>

Import release snapshot.