aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/ldr/ldr.cpp
AgeCommit message (Expand)Author
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph
2021-05-07Merge pull request #6266 from bunnei/kautoobject-refactorbunnei
2021-05-06ldr: Simplify memory copy within LoadNro()Lioncash
2021-05-05hle: kernel: Rename Process to KProcess.bunnei
2021-04-08ldr: Use proper namesgerman77
2021-02-18hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.bunnei
2021-02-18hle: kernel: Migrate to KMemoryBlock, KMemoryBlockManager, and others.bunnei
2021-02-18hle: kernel: KSystemControl does not belong in Memory namespace.bunnei
2021-02-12kernel: Unify result codes (#5890)Chloe
2020-11-29core: arm: Implement InvalidateCacheRange for CPU cache invalidation.bunnei
2020-11-26service: Eliminate usages of the global system instanceLioncash
2020-11-08ipc_helpers: Remove usage of the global system instanceLioncash
2020-10-31hle: service: ldr: Implement UnloadNrr.bunnei
2020-10-21core: Fix clang build pt.3Lioncash
2020-10-20Revert "core: Fix clang build"bunnei
2020-10-17core: Fix clang buildLioncash
2020-08-03service/ldr: Resolve sign mismatch warningsLioncash
2020-06-28ldr: Cleanup NRO & NRR structsDavid Marcec
2020-06-18Move SHA256Hash to its original positionVolcaEM
2020-06-16Remove unnecessary pragmasVolcaEM
2020-06-16Revert IsValidNRO refactor but make it more readableVolcaEM
2020-06-16Update assert stringVolcaEM
2020-06-14Clang-format againVolcaEM
2020-06-14Use consistent variable namesVolcaEM
2020-06-14Clang-formatVolcaEM
2020-06-14Make assert strings consistentVolcaEM
2020-06-14Attempt to fix crashes in SSBU and refactor IsValidNROVolcaEM
2020-06-02Address review commentsVolcaEM
2020-05-31Add comment to nrr_kindVolcaEM
2020-05-31ldr: Update NRR/NRO structs VolcaEM
2020-04-20service: Update function tablesLioncash
2020-04-17core: hle: Address various feedback & code cleanup.bunnei
2020-04-17service: ldr: Updates for new VMM.bunnei
2020-03-26services: ldr: Fix MemoryState for read/write regions of NROs.bunnei
2019-11-26core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory classLioncash
2019-11-12core: Migrate off deprecated mbedtls functionsLioncash
2019-10-06hle/service: Replace global system instance calls with instance-based onesLioncash
2019-09-22Deglobalize System: LDRDavid Marcec
2019-07-11Restore memory perms on svcUnmapMemory/UnloadNroMichael Scire
2019-06-12common/hex_util: Combine HexVectorToString() and HexArrayToString()Lioncash
2019-04-15Merge pull request #2382 from lioncash/tablebunnei
2019-04-11service: Update service function tablesLioncash
2019-04-10ldr: Mark IsValidNROHash() as a const member functionLioncash
2019-04-10ldr: Amend parameters for LoadNro/UnloadNro LoadNrr/UnloadNrrLioncash
2019-03-21kernel/vm_manager: Rename CodeStatic/CodeMutable to Code and CodeData respect...Lioncash
2018-12-27kernel/process: Remove most allocation functions from Process' interfaceLioncash
2018-12-07Merge pull request #1864 from lioncash/nrrbunnei
2018-12-05service/ldr: Deduplicate instruction cache clearing code in LoadNro()Lioncash
2018-12-05service/ldr: Amend layout of the NRO headerLioncash
2018-12-05service/ldr: Corrent padding within the NRR header layoutLioncash