summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ldr (unfollow)
Commit message (Expand)AuthorFilesLines
2021-05-07ldr: Simplify memory copy within LoadNro()Lioncash1-5/+3
2021-05-06hle: kernel: Rename Process to KProcess.bunnei1-4/+4
2021-04-09ldr: Use proper namesgerman771-16/+16
2021-02-19hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.bunnei1-4/+3
2021-02-19hle: kernel: Migrate to KMemoryBlock, KMemoryBlockManager, and others.bunnei1-11/+10
2021-02-19hle: kernel: KSystemControl does not belong in Memory namespace.bunnei1-2/+2
2021-02-13kernel: Unify result codes (#5890)Chloe1-3/+3
2020-11-29core: arm: Implement InvalidateCacheRange for CPU cache invalidation.bunnei1-5/+0
2020-11-27service: Eliminate usages of the global system instanceLioncash2-8/+11
2020-11-08ipc_helpers: Remove usage of the global system instanceLioncash1-0/+1
2020-10-31hle: service: ldr: Implement UnloadNrr.bunnei1-1/+15
2020-10-22core: Fix clang build pt.3Lioncash1-2/+2
2020-10-21Revert "core: Fix clang build"bunnei1-2/+2
2020-10-18core: Fix clang buildLioncash1-2/+2
2020-08-03service/ldr: Resolve sign mismatch warningsLioncash1-3/+2
2020-06-28ldr: Cleanup NRO & NRR structsDavid Marcec1-8/+8
2020-06-18Move SHA256Hash to its original positionVolcaEM1-2/+2
2020-06-16Remove unnecessary pragmasVolcaEM1-8/+0
2020-06-16Revert IsValidNRO refactor but make it more readableVolcaEM1-26/+13
2020-06-16Update assert stringVolcaEM1-1/+1
2020-06-14Clang-format againVolcaEM1-2/+2
2020-06-14Use consistent variable namesVolcaEM1-4/+4
2020-06-14Clang-formatVolcaEM1-1/+2
2020-06-14Make assert strings consistentVolcaEM1-3/+3
2020-06-14Attempt to fix crashes in SSBU and refactor IsValidNROVolcaEM1-36/+59
2020-06-02Address review commentsVolcaEM1-4/+4
2020-05-31Add comment to nrr_kindVolcaEM1-1/+1
2020-05-31ldr: Update NRR/NRO structs VolcaEM1-40/+72
2020-04-20service: Update function tablesLioncash1-0/+1
2020-04-17core: hle: Address various feedback & code cleanup.bunnei1-8/+5
2020-04-17service: ldr: Updates for new VMM.bunnei1-150/+215
2020-03-26services: ldr: Fix MemoryState for read/write regions of NROs.bunnei1-5/+15
2019-11-27core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory classLioncash1-2/+3
2019-11-12core: Migrate off deprecated mbedtls functionsLioncash1-1/+1
2019-10-06hle/service: Replace global system instance calls with instance-based onesLioncash1-3/+3
2019-09-22Deglobalize System: LDRDavid Marcec2-6/+7
2019-07-11Restore memory perms on svcUnmapMemory/UnloadNroMichael Scire1-6/+26
2019-06-12common/hex_util: Combine HexVectorToString() and HexArrayToString()Lioncash1-1/+1
2019-04-11service: Update service function tablesLioncash1-0/+1
2019-04-10ldr: Mark IsValidNROHash() as a const member functionLioncash1-5/+4
2019-04-10ldr: Amend parameters for LoadNro/UnloadNro LoadNrr/UnloadNrrLioncash1-60/+81
2019-03-21kernel/vm_manager: Rename CodeStatic/CodeMutable to Code and CodeData respectivelyLioncash1-5/+3
2018-12-28kernel/process: Remove most allocation functions from Process' interfaceLioncash1-11/+16
2018-12-05service/ldr: Deduplicate instruction cache clearing code in LoadNro()Lioncash1-8/+2
2018-12-05service/ldr: Amend layout of the NRO headerLioncash1-3/+3
2018-12-05service/ldr: Corrent padding within the NRR header layoutLioncash1-1/+2
2018-11-26Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec1-1/+11
2018-11-19ldr: Clean up error codesLioncash1-29/+12
2018-11-18ldr_ro: Add error check for memory allocation failureZach Hilman1-7/+20
2018-11-15ldr_ro: Implement UnloadNro (command 1)Zach Hilman1-22/+85
2018-11-15ldr_ro: Fully Implement LoadNro (command 0)Zach Hilman1-11/+110
2018-11-15ldr_ro: Implement UnloadNrr (command 3)Zach Hilman1-2/+84
2018-11-15ldr_ro: Fully implement LoadNrr (command 2)Zach Hilman1-0/+112
2018-10-26ldr: Partially implement LoadNro.bunnei1-3/+49
2018-07-26service: Add ldr servicesLioncash2-0/+97