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
/
service
/
ldr
/
ldr.cpp
Age
Commit message (
Expand
)
Author
2022-06-13
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-04-16
Merge pull request #8172 from bunnei/kernel-mutex
Fernando S
2022-04-11
core: hle: service: Allocate a service thread.
bunnei
2022-04-09
hle: kernel: Invalidate entire icache in UnmapProcessMemory and UnmapCodeMemo...
tech-ticks
2022-03-19
core: Reduce unused includes
ameerj
2022-03-08
hle: service: ldr: Use deterministic addresses when mapping NROs.
bunnei
2022-01-11
hle: kernel: k_page_table: Update SetProcessMemoryPermission.
bunnei
2022-01-11
hle: service: ldr: UnmapCodeMemory BSS only when set.
bunnei
2022-01-11
hle: kernel: k_page_table: ReadAndWrite -> UserReadWrite.
bunnei
2022-01-11
hle: kernel: k_page_table: Rename *ProcessCodeMemory -> *CodeMemory.
bunnei
2021-11-20
kernel: KPageTable: Rename SetCodeMemoryPermission to SetProcessMemoryPermission
Morph
2021-11-04
general: Get the current process program id directly from the system
Morph
2021-11-04
general: Rename GetTitleID to GetProgramID
Morph
2021-11-02
general: Remove MakeResult helpers
Morph
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-05-07
Merge pull request #6266 from bunnei/kautoobject-refactor
bunnei
2021-05-06
ldr: Simplify memory copy within LoadNro()
Lioncash
2021-05-05
hle: kernel: Rename Process to KProcess.
bunnei
2021-04-08
ldr: Use proper names
german77
2021-02-18
hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.
bunnei
2021-02-18
hle: kernel: Migrate to KMemoryBlock, KMemoryBlockManager, and others.
bunnei
2021-02-18
hle: kernel: KSystemControl does not belong in Memory namespace.
bunnei
2021-02-12
kernel: Unify result codes (#5890)
Chloe
2020-11-29
core: arm: Implement InvalidateCacheRange for CPU cache invalidation.
bunnei
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2020-11-08
ipc_helpers: Remove usage of the global system instance
Lioncash
2020-10-31
hle: service: ldr: Implement UnloadNrr.
bunnei
2020-10-21
core: Fix clang build pt.3
Lioncash
2020-10-20
Revert "core: Fix clang build"
bunnei
2020-10-17
core: Fix clang build
Lioncash
2020-08-03
service/ldr: Resolve sign mismatch warnings
Lioncash
2020-06-28
ldr: Cleanup NRO & NRR structs
David Marcec
2020-06-18
Move SHA256Hash to its original position
VolcaEM
2020-06-16
Remove unnecessary pragmas
VolcaEM
2020-06-16
Revert IsValidNRO refactor but make it more readable
VolcaEM
2020-06-16
Update assert string
VolcaEM
2020-06-14
Clang-format again
VolcaEM
2020-06-14
Use consistent variable names
VolcaEM
2020-06-14
Clang-format
VolcaEM
2020-06-14
Make assert strings consistent
VolcaEM
2020-06-14
Attempt to fix crashes in SSBU and refactor IsValidNRO
VolcaEM
2020-06-02
Address review comments
VolcaEM
2020-05-31
Add comment to nrr_kind
VolcaEM
2020-05-31
ldr: Update NRR/NRO structs
VolcaEM
2020-04-20
service: Update function tables
Lioncash
2020-04-17
core: hle: Address various feedback & code cleanup.
bunnei
2020-04-17
service: ldr: Updates for new VMM.
bunnei
2020-03-26
services: ldr: Fix MemoryState for read/write regions of NROs.
bunnei
2019-11-26
core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class
Lioncash
[next]