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


# 0e5f5d22 06-Mar-2018 Reto Achermann <reto.achermann@inf.ethz.ch>

numa: adding numa aware allocation for RAM caps

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


# dd63cb09 05-Jan-2016 Reto Achermann <reto.achermann@inf.ethz.ch>

libnuma: make header c++ compatible

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>


# e9019834 23-Dec-2014 Reto Achermann <acreto@student.ethz.ch>

libnuma: implementing bitmap functions

Implemented libnuma's numa_bitmask functions using the functionality
supplied by libbitmap.

renamed bitmap.c into numa_bitmap.c as this caused linking problems.


# 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


# 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


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

libnuma: adding interface specification numa.h

adding the a ported version of libnuma's header to the include directory

Specified NUMA_ERR related error codes in errno.fugu