index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
svc
/
svc_thread.cpp
Age
Commit message (
Collapse
)
Author
2024-02-19
scope_exit: Make constexpr
FearlessTobi
Allows the use of the macro in constexpr-contexts. Also avoids some potential problems when nesting braces inside it.
2023-12-04
core: refactor emulated cpu core activation
Liam
2023-10-21
kernel: update KProcess
Liam
2023-08-14
kernel: remove relative task registration
Liam
2023-07-14
kernel: reduce page table region checking
Liam
2023-07-14
k_process: PageTable -> GetPageTable
Liam
2023-06-22
Remove memory allocations in some hot paths
Kelebek1
2023-03-23
memory: rename global memory references to application memory
Liam
2023-03-22
kernel: use KTypedAddress for addresses
Liam
2023-03-12
kernel: convert KThread to new style
Liam
2023-03-12
kernel: prefer std::addressof
Liam
2023-03-12
kernel/svc: convert to new style
Liam
2023-03-07
kernel: clone fpu status on CreateThread
Liam
2023-02-13
kernel: use GetCurrentProcess
Liam
2023-02-06
kernel/svc: switch to generated wrappers
Liam
2023-02-04
kernel/svc: Split implementations into separate files
Liam