aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/ldr
AgeCommit message (Expand)Author
2023-12-09ro: add separate ro serviceLiam
2023-11-10kernel: add KPageTableBaseLiam
2023-08-08general: fix incorrect conversionsLiam
2023-08-08core: remove ResultVal typeLiam
2023-07-14kernel: reduce page table region checkingLiam
2023-07-14k_process: PageTable -> GetPageTableLiam
2023-03-23memory: rename global memory references to application memoryLiam
2023-03-22kernel: use KTypedAddress for addressesLiam
2023-03-01service: move hle_ipc from kernelLiam
2023-02-21service: refactor server architectureLiam
2023-02-13general: rename CurrentProcess to ApplicationProcessLiam
2022-10-18core: hle: kernel: k_memory_block: Update.bunnei
2022-06-26core: Replace all instances of ResultCode with Resultgerman77
2022-06-13common: Change semantics of UNREACHABLE to unconditionally crashLiam
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-04-16Merge pull request #8172 from bunnei/kernel-mutexFernando S
2022-04-11core: hle: service: Allocate a service thread.bunnei
2022-04-09hle: kernel: Invalidate entire icache in UnmapProcessMemory and UnmapCodeMemo...tech-ticks
2022-03-19core: Reduce unused includesameerj
2022-03-08hle: service: ldr: Use deterministic addresses when mapping NROs.bunnei
2022-01-11hle: kernel: k_page_table: Update SetProcessMemoryPermission.bunnei
2022-01-11hle: service: ldr: UnmapCodeMemory BSS only when set.bunnei
2022-01-11hle: kernel: k_page_table: ReadAndWrite -> UserReadWrite.bunnei
2022-01-11hle: kernel: k_page_table: Rename *ProcessCodeMemory -> *CodeMemory.bunnei
2021-11-20kernel: KPageTable: Rename SetCodeMemoryPermission to SetProcessMemoryPermissionMorph
2021-11-04general: Get the current process program id directly from the systemMorph
2021-11-04general: Rename GetTitleID to GetProgramIDMorph
2021-11-02general: Remove MakeResult helpersMorph
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