History log of /barrelfish-master/include/arch/aarch64/barrelfish/invocations_arch.h
Revision Date Author Comments
# 9bd8d1d5 03-Apr-2019 Reto Achermann <reto.achermann@inf.ethz.ch>

replacing umlaute and fixing address in headers Haldeneggsteig -> Universitaetsstrasse

Signed-off-by: Reto Achermann <reto.achermann@inf.ethz.ch>


# 1ed1a1d4 19-Oct-2018 Simon Gerber <simon.gerber@inf.ethz.ch>

armv8: make compile

Signed-off-by: Simon Gerber <simon.gerber@inf.ethz.ch>


# 947d963d 09-Oct-2018 Adam Turowski <adam.turowski@inf.ethz.ch>

armv8: adding a missing LMP_FLAG_IDENTIFY flag to invocations

Signed-off-by: Adam Turowski <adam.turowski@inf.ethz.ch>


# 64bb5583 20-Feb-2018 Simon Gerber <simon.gerber@inf.ethz.ch>

libbarrelfish,arm: add missing cap invocation wrapper for vnode_modify_flags

Signed-off-by: Simon Gerber <simon.gerber@inf.ethz.ch>


# 7c21fea1 09-Nov-2016 Moritz Hoffmann <moritz.hoffmann@inf.ethz.ch>

aarch64: remove incorrect assertions for invocations

Signed-off-by: Moritz Hoffmann <moritz.hoffmann@inf.ethz.ch>


# ea762f3b 07-Oct-2016 Reto Achermann <reto.achermann@inf.ethz.ch>

armv8: fixing wrong assert on capability invocations (T300)

Signed-off-by: Reto Achermann <reto.achermann@inf.ethz.ch>


# 5849b091 05-Aug-2016 Simon Gerber <simon.gerber@inf.ethz.ch>

T274: armv8: update cspace invocations

Signed-off-by: Simon Gerber <simon.gerber@inf.ethz.ch>


# 96bce92a 09-May-2016 Simon Gerber <simon.gerber@inf.ethz.ch>

T191: aarch64: fix monitor invoke_retype

Make invocation arguments match arguments for non-monitor invoke_retype and
append monitor specific argument at end rather than start.

Signed-off-by: Simon Gerber <simon.gerber@inf.ethz.ch>


# 027df852 29-Apr-2016 Simon Gerber <simon.gerber@inf.ethz.ch>

T191: aarch64: implement invocations and related changes for range capabilities

Signed-off-by: Simon Gerber <simon.gerber@inf.ethz.ch>


# 69b41b96 18-Apr-2016 Simon Gerber <simon.gerber@inf.ethz.ch>

Squashed changes of e89aa91..6ca6bdf (master as of 2016-04-18).

Take this commit out when merging

Signed-off-by: Simon Gerber <simon.gerber@inf.ethz.ch>


# b6bff0d7 05-Apr-2016 Lukas Humbel <lukas.humbel@inf.ethz.ch>

IRQ: ARM invocations added

Signed-off-by: Lukas Humbel <lukas.humbel@inf.ethz.ch>


# 6a9f68bd 11-Mar-2016 Simon Gerber <simon.gerber@inf.ethz.ch>

Cleanup bugs exposed by -Wtype-limits.

* Assertions in armv7/armv8 invocation stubs
* Some comparisons in lib/virtio
* Some comparisons in usb stack
* Linenoise using plain char (which may or may not be signed according
to C standard)
* A comparison in octopus

Signed-off-by: Simon Gerber <simon.gerber@inf.ethz.ch>


# 5d5ba1b4 09-Dec-2015 Simon Gerber <simon.gerber@inf.ethz.ch>

T187: ARMv8: do not use syscall10 for invoke_vnode_map

Signed-off-by: Simon Gerber <simon.gerber@inf.ethz.ch>


# c59a70af 23-Nov-2015 Simon Gerber <simon.gerber@inf.ethz.ch>

T187: Move aarch64 code to mapping caps

Signed-off-by: Simon Gerber <simon.gerber@inf.ethz.ch>


# 146e4e08 16-Nov-2015 David Cock <david.cock@inf.ethz.ch>

Clean merge of HP's ARMv8 code

This adds support for an ARMv8 core running in the GEM5 simulator

Signed-off-by: David Cock <david.cock@inf.ethz.ch>


# 9dec7677 01-Jun-2015 Simon Gerber <simon.gerber@inf.ethz.ch>

Initial AArch64/ARMv8 skeleton.

This includes enough code and definitions to generate all *.depend files for
AArch64/ARMv8 and to build a mostly empty cpu driver for the Applied Micro
X-Gene 1 (apm88xxxx) SoC.

Note: the definitions should be taken with a large grain of salt, some of them
are not updated for AArch64/ARMv8.

Signed-off-by: Simon Gerber <simon.gerber@inf.ethz.ch>