History log of /seL4-test-master/kernel/src/arch/arm/armv/armv8-a/32/cache.c
Revision Date Author Comments
# 79da0792 01-Mar-2020 Gerwin Klein <gerwin.klein@data61.csiro.au>

Convert license tags to SPDX identifiers

This commit also converts our own copyright headers to directly use
SPDX, but leaves all other copyright header intact, only adding the
SPDX ident. As far as possible this commit also merges multiple
Data61 copyright statements/headers into one for consistency.


# c06df578 02-Feb-2020 Luca(Wei) Chen <Wei@cvluca.com>

ARM: Add support to flush L1 caches

Extend the existing seL4_BenchmarkFlushCaches without modifing the usage
of it. Will be used in sel4bench to measure the cold cache performance.


# d0930f67 18-Mar-2019 Anna Lyons <Anna.Lyons@data61.csiro.au>

style: consistently attach return type

Add attach-return-type to astyle


# a3c133d3 25-Feb-2019 Jasper Lowell <jasper.lowell@data61.csiro.au>

armv7: Remove unused function


# 086bac7c 14-Jan-2017 amrzar <azarrabi@nicta.com.au>

ARM: Stop using SEL4_ARCH for selective compilation for armv source files


# 97bac234 08-Dec-2016 Thomas Sewell <Thomas.Sewell@nicta.com.au>

Remove many MODIFIES annotations.

These are redundant for any function which the C-to-Isabelle parser
actually analyses, which is now the vast majority of functions.


# f658276a 03-Aug-2016 Thomas Sewell <Thomas.Sewell@nicta.com.au>

Remove many DONT_TRANSLATE markers.

The vast majority of the DONT_TRANSLATE markers in the kernel are used
to hide __asm__ statements and builtin functions
(e.g. __builtin_unreachable ()) from the C-to-Isabelle parser.

The parser now supports underscore identifiers and many __asm__ statements,
and the builtin functions are prototyped, meaning the vast majority of the
DONT_TRANSLATE markers can be dropped. The remaining markers cover functions
that must be treated specially.


# df594e11 14-Feb-2016 Gao Xin <xgao@xinmac.keg.ertos.in.nicta.com.au>

fix for asmrefine


# 67369750 10-Jan-2016 Gao Xin <xgao@xinmac.keg.ertos.in.nicta.com.au>

l4v-proof-porting: make c-parser and haskell translator happy


# 938d5be0 16-Dec-2015 Matthew Fernandez <matthew.fernandez@nicta.com.au>

Remove CLZ indirection via the CLZL macro.


# 4b3d9333 09-Dec-2015 Adrian Danis <Adrian.Danis@nicta.com.au>

arm: Use CLZL instead of CLZ


# 91b7da86 17-Jul-2014 TrusthworthySystems <gatekeeper@sel4.systems>

Release snapshot