summaryrefslogtreecommitdiff
path: root/src/core/loader (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-18hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.Gravatar bunnei5-5/+5
2021-01-28hle: kernel: KThread: Reorganize thread priority defaults.Gravatar bunnei2-4/+4
2021-01-28core: hle: kernel: Rename Thread to KThread.Gravatar bunnei2-2/+2
2021-01-03main: Resolve error string not displayingGravatar Lioncash2-0/+5
2020-12-10vfs: Use existing type aliases consistentlyGravatar Lioncash9-9/+9
2020-11-27core: Eliminate remaining usages of the global system instanceGravatar Lioncash4-15/+2
2020-11-24core: loader: Implement support for loading indexed programs.Gravatar bunnei6-12/+20
2020-11-18patch_manager: Remove usages of the global system instanceGravatar Lioncash8-39/+66
2020-10-20Revert "core: Fix clang build"Gravatar bunnei1-18/+17
2020-10-17core: Fix clang buildGravatar Lioncash1-17/+18
2020-10-13core/CMakeLists: Make some warnings errorsGravatar Lioncash4-4/+4
2020-09-22General: Make use of std::nullopt where applicableGravatar Lioncash1-3/+3
2020-09-16file_sys/romfs_factory: Eliminate usage of the global system accessorGravatar Lioncash3-6/+6
2020-09-16loader/nso: Remove unnecessary [[maybe_unused]]Gravatar Lioncash1-2/+1
2020-09-16core/loader: Remove dependencies on the global system instanceGravatar Lioncash19-44/+84
2020-08-16common/fileutil: Convert namespace to Common::FSGravatar Lioncash1-1/+1
2020-08-07common/concepts: Rename IsBaseOf to DerivedFromGravatar Lioncash1-1/+1
2020-08-03Place in anonymous namespaceGravatar David Marcec1-0/+4
2020-08-03loader: Make IdentifyFile typesafeGravatar David Marcec1-20/+32
2020-04-20loader: nro: Fix process initialization using ProgramMetadata default.Gravatar bunnei2-11/+14
2020-04-20loader: elf: Fix process initialization using ProgramMetadata default.Gravatar bunnei1-0/+5
2020-04-17loader/nso: Resolve moves not occurring in DecompressSegmentGravatar Lioncash1-1/+1
2020-04-17loader: nso: Fix loader size and arguments.Gravatar bunnei3-25/+47
2020-04-17loader: elf/kip/nro: Updates for new VMM.Gravatar bunnei3-5/+7
2020-04-17core: memory: Move to Core::Memory namespace.Gravatar bunnei4-6/+6
2020-04-17loader: nso: Fix loading of static objects to be properly sized and aligned.Gravatar bunnei1-19/+9
2020-03-02core: loader: Remove check for 32-bit.Gravatar bunnei1-6/+0
2020-01-22loader: provide default arguments (zero byte) to NSOsGravatar Michael Scire2-3/+10
2020-01-18core/loaders: Simplify PhysicalMemory usage.Gravatar Markus Wick3-8/+12
2019-09-30core/loader: Track the NSO build ID of the current processGravatar Zach Hilman1-0/+1
2019-09-21nso: Pass build ID directlyGravatar Zach Hilman1-2/+1
2019-09-21yuzu: Port old usages of Filesystem namespace to FilesystemControllerGravatar Zach Hilman5-5/+15
2019-09-08nro: Implement ReadControlDataGravatar Nick Renieris2-0/+10
2019-07-19VM_Manager: Align allocated memory to 256bytesGravatar Fernando Sahmkow4-4/+4
2019-07-02file_sys: Rename other ContentRecordType membersGravatar Bakugo2-2/+3
2019-06-12common/hex_util: Combine HexVectorToString() and HexArrayToString()Gravatar Lioncash1-2/+2
2019-06-10nsp: Correct status codes for extracted NSPsGravatar Zach Hilman1-13/+12
2019-06-10nsp: Use title ID from NPDM metadata for extracted type NSPsGravatar Zach Hilman1-1/+1
2019-06-06kernel_executable: Optimize BLZ decompressionGravatar Zach Hilman1-4/+8
2019-06-05loader: Add recognition for KIP file typeGravatar Zach Hilman2-0/+11
2019-06-05loader: Add KIP and INI file parser-specific errorsGravatar Zach Hilman2-1/+9
2019-06-05loader: Add AppLoader_KIP for KIP filesGravatar Zach Hilman2-0/+133
2019-05-28core/loader: Remove LoadKernelSystemModeGravatar Lioncash1-11/+0
2019-05-26loader: Move NSO module tracking to AppLoaderGravatar Zach Hilman13-3/+64
2019-05-25loader/nso: Silence sign-comparison warningGravatar Lioncash1-1/+1
2019-05-25core: Track load offsets of NSO modulesGravatar Zach Hilman1-0/+3
2019-04-30loader/nso: Remove left-in debug pragmaGravatar Lioncash1-2/+0
2019-04-11core/core: Move process execution start to System's Load()Gravatar Lioncash17-98/+128
2019-04-04core: Add missing override specifiers where applicableGravatar Lioncash1-1/+1
2019-03-29Addressed feedbackGravatar unknown1-1/+0