1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00
Commit graph

269 commits

Author SHA1 Message Date
ac9551c8d4 fix compiler warning about uninitialized struct fields 2024-02-29 18:58:07 +01:00
Manuel Pitz
d2b85fc66c list: add vlist_clear() 2024-02-29 18:58:07 +01:00
55aa580145 log: fix adjustment of log level and format for sinks 2024-02-29 18:58:07 +01:00
98bf2eca1e buffer: merge two buffer implementations 2024-02-29 18:58:07 +01:00
0f11f80194 uuid: use other uuids as namespace 2024-02-29 18:58:07 +01:00
e63dd10f3f utils: add some helpers to generate UUIDs 2024-02-29 18:58:07 +01:00
fb61dc31ef another round of fixes for the cpuset code 2024-02-29 18:58:07 +01:00
d78b327d34 minor fixes for affinity code 2024-02-29 18:58:07 +01:00
43e79dd547 rt: add kernel::rt::setThreadPriority() 2024-02-29 18:58:07 +01:00
20556139aa fix a lot of cppcheck warnings and errors 2024-02-29 18:58:07 +01:00
7c616a3c1c add vlist_init_and_push() 2024-02-29 18:58:07 +01:00
626fc549c9 add uuid as new dependency 2024-02-29 18:58:07 +01:00
3fb3a00fcb list: rework lookup methods to use C++ templates 2024-02-29 18:58:07 +01:00
39954c241e fix code-style 2024-02-29 18:58:07 +01:00
53b7de675e buffer: allow JSON indention 2024-02-29 18:58:07 +01:00
28e0c950b2 add more nullptr checks after memory allocations 2024-02-29 18:58:07 +01:00
068d8bca62 log: add preproc #if/#else to handle ABI incompatabilities in spdlog 2024-02-29 18:58:07 +01:00
d1ecef233d fix includes and spdlog API 2024-02-29 18:58:07 +01:00
1ef0cc768c list: do not check state during intialization 2024-02-29 18:58:07 +01:00
e9a6f1b8c1 vfio: fix compilation for ARM targets 2024-02-29 18:58:07 +01:00
b32303b664 refactor: more code-style improvements 2024-02-29 18:58:07 +01:00
079abf2b51 refactor: whitespaces for references 2024-02-29 18:58:07 +01:00
054a130a4a vfio: move to new namespace 2024-02-29 18:58:07 +01:00
8421332706 pci: port to C++ 2024-02-29 18:58:07 +01:00
faab634ee1 harmonize codestyle 2024-02-29 18:58:07 +01:00
97009ff624 vfio: fix mapping and remove legacy code 2024-02-29 18:58:07 +01:00
8e8c29ba6c plugin: do not store plugin name/desc in member variables 2024-02-29 18:58:07 +01:00
1b33e2d104 handle failed memory allocations 2024-02-29 18:58:07 +01:00
c77d34ee3a more refactoring to C++ 2024-02-29 18:58:07 +01:00
a03e914138 refactor malloc()/free() by new/delete 2024-02-29 18:58:07 +01:00
479b7f2388 refactor malloc()/free() by new/delete 2024-02-29 18:58:07 +01:00
a83ba7e6c6 tools: allow catching of more signal types 2024-02-29 18:58:07 +01:00
ab5064bb32 utils: allow catching more signal types 2024-02-29 18:58:07 +01:00
389c8d8e82 update copyright year to 2020 2024-02-29 18:58:07 +01:00
87285062e2 fix return code of kernel_set_nr_hugepages() 2024-02-29 18:58:07 +01:00
Sonja Happ
b8739a773a set initial values of hist class members in constructor; add a TODO case in put() function in for warmup==0 2024-02-29 18:58:07 +01:00
e85fd6aa70 fix Log::getLevelName() 2024-02-29 18:58:07 +01:00
e6671719a1 cmake: add missing fmt include 2024-02-29 18:58:07 +01:00
e44a9a7cd5 remove spdlog submodule and use system version instead 2024-02-29 18:58:07 +01:00
4111166be9 fixes for armhf and aarch64 compatability 2024-02-29 18:58:07 +01:00
b00c69773b fix dangling bracket 2024-02-29 18:58:07 +01:00
8e5eca92eb fix typo and add an example for running in privileged mode 2024-02-29 18:58:07 +01:00
root
20f17bca42 docker changes 2024-02-29 18:58:07 +01:00
f3d710f121 hist: use more C++ constructs 2024-02-29 18:58:07 +01:00
edb54f3133 replace C-style headers with C++ C-compatability headers 2024-02-29 18:58:07 +01:00
4f9a45492e replace C-style headers with C++ C-compatability headers 2024-02-29 18:58:07 +01:00
129205c26f refactor enums to class enums 2024-02-29 18:58:07 +01:00
c719000edc popen: allow passing of new env variables, working directory and non-shell execution 2024-02-29 18:58:07 +01:00
Hatim Kanchwala
87327e868d Warn when kernel booted without IOMMU 2024-02-29 18:58:07 +01:00
Hatim Kanchwala
d3a3320cb2 Automatically load required kernel modules 2024-02-29 18:58:07 +01:00