|
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 |
|
|
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 |
|
|
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 |
|
|
4f9a45492e
|
replace C-style headers with C++ C-compatability headers
|
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 |
|
|
7875c6bf07
|
do not use villas::utils namespace by default
|
2024-02-29 18:58:07 +01:00 |
|
|
aa624d2240
|
move utils.h to utils.hpp
|
2024-02-29 18:58:07 +01:00 |
|
|
7820fbfe0a
|
rt: fix cpuset affinity
|
2024-02-29 18:58:07 +01:00 |
|
|
9df2b8538f
|
refactor: NULL => nullptr
|
2024-02-29 18:58:07 +01:00 |
|
|
204cd148b7
|
use C++ compiler
|
2024-02-29 18:58:07 +01:00 |
|
|
d074ca3683
|
add comments to #endif's
|
2024-02-29 18:58:07 +01:00 |
|
|
34546f2d75
|
remove dead code
|
2024-02-29 18:58:07 +01:00 |
|
|
300a0c283c
|
refactor: use C-style commenting everywhere
|
2024-02-29 18:58:07 +01:00 |
|
|
3259abd581
|
refactor: use strtok_r() instead of strtok()
|
2024-02-29 18:58:07 +01:00 |
|
|
fc726c0aca
|
use exceptions instead of return codes for error handling
|
2024-02-29 18:58:07 +01:00 |
|
|
b456ac888b
|
memory locking is now done at memory subsystem
|
2024-02-29 18:58:07 +01:00 |
|
|
c7a643aaa1
|
added compatability for 32bit ARM platforms
|
2024-02-29 18:58:07 +01:00 |
|
|
b8e92bdde9
|
log: remove static logger instances
|
2024-02-29 18:58:07 +01:00 |
|
|
dc6cfabbac
|
update copyright year to 2019
|
2024-02-29 18:58:07 +01:00 |
|
|
9c63ab373d
|
refactor: list_* -> vlist_*
|
2024-02-29 18:58:07 +01:00 |
|
|
2cadb5a98f
|
use better heuristic for compile-time cache line size
|
2024-02-29 18:58:07 +01:00 |
|
|
21e05c2aa7
|
do not throw dynamically allocated exceptions
|
2024-02-29 18:58:07 +01:00 |
|
|
d8dcefd375
|
refactor: use of auto
|
2024-02-29 18:58:07 +01:00 |
|
|
ed250bb433
|
rt: harmonize logging messages
|
2024-02-29 18:58:07 +01:00 |
|
|
e22f08e3dd
|
kernel: inprove portability
|
2024-02-29 18:58:07 +01:00 |
|
|
9fd43318c4
|
smaller fixups
|
2024-02-29 18:58:07 +01:00 |
|
|
39bbbca283
|
rewrite logging system with spdlog
|
2024-02-29 18:58:07 +01:00 |
|
|
25d4d942e6
|
kernel: improve compatability for RPi
|
2024-02-29 18:58:07 +01:00 |
|
|
094b4aa9f2
|
rt: ported to C++
|
2024-02-29 18:58:07 +01:00 |
|
|
5066bd167a
|
kernel: partial port to C++
|
2024-02-29 18:58:07 +01:00 |
|
|
8cd19c1499
|
kernel: remove obsolete { }
|
2024-02-29 18:58:07 +01:00 |
|
|
b502838b07
|
whitespace cleanups
|
2024-02-29 18:58:07 +01:00 |
|
|
789bcea6c1
|
introduce new PORJECT_* macros
|
2024-02-29 18:58:07 +01:00 |
|
|
2dd2a530a1
|
moved more code from VILLASnode to VILLAScommon
|
2024-02-29 18:58:07 +01:00 |
|
|
83dfaa00d8
|
refactor: change project name from VILLAS{fpga,node} to VILLAScommon
|
2024-02-29 18:58:07 +01:00 |
|
|
1ca73d018c
|
merge changes from VILLASfpga/feature/hls-rtds2gpu
|
2024-02-29 18:58:07 +01:00 |
|
|
5b906aa3ea
|
move more common code from VILLASfpga repo
|
2024-02-29 18:58:07 +01:00 |
|