History log of /seL4-refos-master/libs/libsel4vka/src/debug-vka.c
Revision Date Author Comments
# e9a9ff4f 18-Jul-2019 Yu Hou <Yu.Hou@data61.csiro.au>

Trivial: Style fix

make the style checker happy


# e23dc54b 19-May-2019 Yu Hou <Yu.Hou@data61.csiro.au>

seL4_libs: remove autoconf.h from seL4_libs

this commit removes autoconf.h generation from each lib and
append '#include <<lib_name>/gen_config.h>' after each
'#include <autoconf.h>' since autoconf.h is only the for the
kernel config now. This is a temporarily solution, since we
currently don't have a way to tell which header files each file
is trying to include when it includes 'autoconf.h'


# 0016dfc6 13-Jul-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

Fix all the whitespace

- remove trailing whitespace
- remove duplicate blank lines
- remove blank lines at end of files


# 9214341c 04-Jun-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

Fix licenses


# b4cc5484 19-Feb-2017 Kent McLeod <Kent.Mcleod@data61.csiro.au>

SELFOUR-807: Add can_use_dev param for frame vka

This parameter allows the allocators to potentially use device untyped
objects for anonymous frame creation by setting to true.


# 8a2af8b1 09-Oct-2016 Adrian Danis <Adrian.Danis@data61.csiro.au>

Correct various printing for 64bit compatibility


# 8e24ab15 28-Sep-2016 Adrian Danis <Adrian.Danis@data61.csiro.au>

libsel4vka: Use words for allocation cookies

The cookies returned by the allocation interfaces are the size of
a machine word. This commit removes an assumption that this is 32-bits


# 0f440ead 18-Feb-2016 Adrian Danis <Adrian.Danis@nicta.com.au>

libsel4vka: Add utspace_alloc_at to the vka interface

utspace_alloc_at is intended for allocating memory mapped device IO
regions.


# fd1e94e0 29-Feb-2016 Adrian Danis <Adrian.Danis@nicta.com.au>

libsel4vka: 64-bit compatible types

Cleanup various debug printing to be size agnostic as well as change the types of
any cookies to be a seL4_Word instead of an explicit uint32_t