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
/
k_code_memory.h
Age
Commit message (
Expand
)
Author
2023-03-22
kernel: use KTypedAddress for addresses
Liam
2023-03-12
kernel: remove kernel_
Liam
2023-03-12
kernel: remove gratitutous attribute usage
Liam
2023-01-07
Revert "Revert "k_page_group: synchronize""
bunnei
2022-12-29
Revert "k_page_group: synchronize"
gidoly
2022-12-25
k_page_group: synchronize
Liam
2022-07-15
KCodeMemory: Mark virtual methods as override
Merry
2022-06-26
core: kernel: Replace instances of KPageLinkedList with KPageGroup
german77
2022-06-26
core: Replace all instances of ResultCode with Result
german77
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-12-07
Update k_code_memory.h
itsmeft24
2021-12-07
make KCodeMemory::GetSourceAddress const
itsmeft24
2021-12-06
fix formatting
itsmeft24
2021-12-06
move private members below public members
itsmeft24
2021-12-06
fix formatting
itsmeft24
2021-12-05
fix formatting
itsmeft24
2021-12-05
Remove unnecessary includes
itsmeft24
2021-12-05
Add copyright notice
itsmeft24
2021-12-05
kernel: svc: Implement Map/UnmapProcessMemory and Create/ControlCodeMemory
itsmeft24