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


# 5fd48655 01-Feb-2016 Reto Achermann <reto.achermann@inf.ethz.ch>

libnuma: fix in determining the pagesize and the flags. closes T158

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


# af5242dc 27-Aug-2015 David Cock <david.cock@inf.ethz.ch>

Made lib/numa compile on x86_32

My fixes will need to be looked at by someone familiar with the code.

Signed-off-by: David Cock <david.cock@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.


# 59c03816 17-Dec-2014 Reto Achermann <reto.achermann@inf.ethz.ch>

fixed missing include in libnuma/alloc.c


# 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