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
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
2019-11-12
core: Migrate off deprecated mbedtls functions
Lioncash
2019-10-06
hle/service: Replace global system instance calls with instance-based ones
Lioncash
2019-09-22
Deglobalize System: LDR
David Marcec
2019-07-11
Restore memory perms on svcUnmapMemory/UnloadNro
Michael Scire
2019-06-12
common/hex_util: Combine HexVectorToString() and HexArrayToString()
Lioncash
2019-04-15
Merge pull request #2382 from lioncash/table
bunnei
2019-04-11
service: Update service function tables
Lioncash
2019-04-10
ldr: Mark IsValidNROHash() as a const member function
Lioncash
2019-04-10
ldr: Amend parameters for LoadNro/UnloadNro LoadNrr/UnloadNrr
Lioncash
2019-03-21
kernel/vm_manager: Rename CodeStatic/CodeMutable to Code and CodeData respect...
Lioncash
2018-12-27
kernel/process: Remove most allocation functions from Process' interface
Lioncash
2018-12-07
Merge pull request #1864 from lioncash/nrr
bunnei
2018-12-05
service/ldr: Deduplicate instruction cache clearing code in LoadNro()
Lioncash
2018-12-05
service/ldr: Amend layout of the NRO header
Lioncash
2018-12-05
service/ldr: Corrent padding within the NRR header layout
Lioncash
[next]