History log of /barrelfish-master/lib/numa/numa_internal.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>


# 12731093 16-Jun-2015 Reto Achermann <reto.achermann@inf.ethz.ch>

libnuma: implementing missing allocation functions + large page support

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


# 349237ab 04-Jun-2015 Reto Achermann <reto.achermann@inf.ethz.ch>

libnuma: adding support for locality information and node distances

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


# 4224169c 16-Dec-2014 Reto Achermann <reto.achermann@inf.ethz.ch>

libnuma: changes in type defs and macros

* moved definition of nodeid_t into types.h
* changed printf specifies to use PRIuNODEID
* changes in debug macros to take arguments
* additional sanity checks for core/node ids


# e5667974 16-Dec-2014 Reto Achermann <reto.achermann@inf.ethz.ch>

libnuma: adding check macros


# 2b0b474c 16-Dec-2014 Reto Achermann <reto.achermann@inf.ethz.ch>

libnuma: setting the numa topology structure and the functionality to dump the topology


# 2b6667d9 13-Dec-2014 Reto Achermann <acreto@student.ethz.ch>

libnuma: testdomain and partial implementation

initial commit of lib/numa with function stubs for the interface functions
adding implementations of some interface functions of libnuma

adding of tests/numatest domain to check libnuma