Niklas Eiling
|
5b5ac8114b
|
refactor vfio code. split into 3 files and remove friedship between classes
Signed-off-by: Niklas Eiling <niklas.eiling@eonerc.rwth-aachen.de>
|
2024-02-29 18:58:07 +01:00 |
|
Niklas Eiling
|
da6fdab06c
|
kernel/vfio: improve cleanup
Signed-off-by: Niklas Eiling <niklas.eiling@eonerc.rwth-aachen.de>
|
2024-02-29 18:58:07 +01:00 |
|
|
9f1ddc2c74
|
memory: add missing typedef
|
2024-02-29 18:58:07 +01:00 |
|
|
8f178aacdb
|
code style fixes
|
2024-02-29 18:58:07 +01:00 |
|
|
edf5d45ee2
|
update to Fedora to version 35
|
2024-02-29 18:58:07 +01:00 |
|
Manuel Pitz
|
c3755a8e3f
|
dsp: update to deque and add rectangular window
|
2024-02-29 18:58:07 +01:00 |
|
Manuel Pitz
|
c9898b1680
|
dsp-window: remove correction factor from template
|
2024-02-29 18:58:07 +01:00 |
|
|
8ee59f0547
|
relicense under Apache 2.0
|
2024-02-29 18:58:07 +01:00 |
|
Manuel Pitz
|
78d30565f8
|
window_cosine update to c++17
|
2024-02-29 18:58:07 +01:00 |
|
Manuel Pitz
|
1ad79dfc80
|
window: add support for cosine moving windows
|
2024-02-29 18:58:07 +01:00 |
|
|
0f2c1d3030
|
fix cppcheck warnings
|
2024-02-29 18:58:07 +01:00 |
|
|
6d531b4397
|
updated mail address
|
2024-02-29 18:58:07 +01:00 |
|
|
5c036a02dd
|
update copyright year
|
2024-02-29 18:58:07 +01:00 |
|
|
cfc3320666
|
remove support for Darwin/macOS
|
2024-02-29 18:58:07 +01:00 |
|
|
cd9e33a6e9
|
plugin: rewrite to add support for sub registries
|
2024-02-29 18:58:07 +01:00 |
|
|
8cc66d905b
|
utils: fix isPrivileged
|
2024-02-29 18:58:07 +01:00 |
|
|
5c6c089ef5
|
popen: split up C++ stream part
|
2024-02-29 18:58:07 +01:00 |
|
|
2a3b464a84
|
fix coding style in Plugin class
|
2024-02-29 18:58:07 +01:00 |
|
|
9f945a3ad3
|
port large parts to C++
|
2024-02-29 18:58:07 +01:00 |
|
|
13656e909a
|
state: port to C++
|
2024-02-29 18:58:07 +01:00 |
|
|
9fd0ef9a61
|
exceptions: show config error
|
2024-02-29 18:58:07 +01:00 |
|
|
3ddd7a0200
|
log: fix prefix
|
2024-02-29 18:58:07 +01:00 |
|
|
5bb68b2fe1
|
add utils::isPrivileged()
|
2024-02-29 18:58:07 +01:00 |
|
|
5c0a96c911
|
cppcheck fixes
|
2024-02-29 18:58:07 +01:00 |
|
|
0d40348193
|
use C++ code-style
|
2024-02-29 18:58:07 +01:00 |
|
|
a028429119
|
tsc: use compiler intrinsics
|
2024-02-29 18:58:07 +01:00 |
|
|
6f39cbc8a6
|
log: improve readability of log outputs
|
2024-02-29 18:58:07 +01:00 |
|
|
890282bd32
|
log: add support for glob style logger expressions
|
2024-02-29 18:58:07 +01:00 |
|
|
6754329aef
|
plugin: add support for spdlog custom formatter
|
2024-02-29 18:58:07 +01:00 |
|
|
155a580314
|
update copyright year
|
2024-02-29 18:58:07 +01:00 |
|
|
62de5f849d
|
improve naming of plugin loggers
|
2024-02-29 18:58:07 +01:00 |
|
|
f64fb79f05
|
remove unused list functions
|
2024-02-29 18:58:07 +01:00 |
|
|
3bd2dade2d
|
kernel: refactor naming style
|
2024-02-29 18:58:07 +01:00 |
|
|
b9e9012a09
|
kernel: remove dead code
|
2024-02-29 18:58:07 +01:00 |
|
|
b4ecf659b4
|
utils: add some helpers to generate UUIDs
|
2024-02-29 18:58:07 +01:00 |
|
|
7e3e16d803
|
fix cppcheck warning
|
2024-02-29 18:58:07 +01:00 |
|
|
d6c60b7302
|
kernel: check if process is running in a containerized environment
|
2024-02-29 18:58:07 +01:00 |
|
|
d04d616eea
|
drop legacy logger
|
2024-02-29 18:58:07 +01:00 |
|
|
da606fb7db
|
exception: fix missing error message
|
2024-02-29 18:58:07 +01:00 |
|
Manuel Pitz
|
d2b85fc66c
|
list: add vlist_clear()
|
2024-02-29 18:58:07 +01:00 |
|
|
8968f74377
|
fix HTTP user agent constant
|
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 |
|
|
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 |
|
|
d2c7638060
|
fix cppcheck warnings
|
2024-02-29 18:58:07 +01:00 |
|
|
7c616a3c1c
|
add vlist_init_and_push()
|
2024-02-29 18:58:07 +01:00 |
|
|
52ab5b0c84
|
warn about unused return values
|
2024-02-29 18:58:07 +01:00 |
|