Age | Commit message (Collapse) | Author |
|
|
|
Allows the use of the macro in constexpr-contexts.
Also avoids some potential problems when nesting braces inside it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
core: Support multiple modules per patcher
|
|
|
|
|
|
|
|
|
|
* Fix typos in src/core
* Fix typo correction
* Fix indentation of MemoryStateNames
* Fix indent
|
|
KThread::RequestTerminate may run from a thread which is not the CurrentCore, and thus
masking this out is erroneous.
|
|
core_timing: minor refactors
|
|
core: track separate heap allocation for linux
|
|
|
|
kernel: use simple mutex for object list container
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
common: use memory holepunching when clearing memory
|
|
|
|
|
|
kernel: fix single core
|
|
ro: add separate ro service
|
|
kernel: implement remaining IPC syscalls
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|