aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/process.cpp
AgeCommit message (Expand)Author
2018-10-12kernel/process: Make CodeSet a regular non-inherited objectLioncash
2018-10-04kernel/thread: Make all instance variables privateLioncash
2018-09-30kernel/process: Add a data member to determine if a process is 64-bit or not.Lioncash
2018-09-24memory: Dehardcode the use of fixed memory range constantsLioncash
2018-09-24process/vm_manager: Amend API to allow reading parameters from NPDM metadataLioncash
2018-09-21svc: Move most process termination code to its own function within ProcessLioncash
2018-09-21thread/process: Move TLS slot marking/freeing to the process classLioncash
2018-09-20kernel/thread: Use owner_process when setting the page table in SetupMainThre...Lioncash
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-08-28kernel: Eliminate kernel global stateLioncash
2018-08-03kernel/process: Use accessors instead of class members for referencing segmen...Lioncash
2018-08-03core/memory: Get rid of 3DS leftoversLioncash
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-05-02general: Make formatting of logged hex values more straightforwardLioncash
2018-04-27core: Replace usages of LOG_GENERIC with new fmt-capable equivalentsLioncash
2018-04-25kernel: Migrate logging macros to fmt-compatible onesLioncash
2018-03-31memory: Fix stack region.bunnei
2018-03-16process: MirrorMemory should use MemoryState::Mapped.bunnei
2018-03-16process: Unmap previously allocated heap.bunnei
2018-03-16kernel: Move stack region outside of application heap.bunnei
2018-03-16process: Fix stack memory state.bunnei
2018-03-16MemoryState: Add additional memory states and improve naming.bunnei
2018-03-14core: Move process creation out of global state.bunnei
2018-03-01Kernel: Store the program id in the Process class instead of the CodeSet class.Subv
2018-01-01svc: Implement svcExitProcess.bunnei
2017-12-31svc: Implement svcUnmapMemory.bunnei
2017-12-29kernel: Various 64-bit fixes in memory/process/threadbunnei
2017-12-28process: Add method to mirror a memory region.bunnei
2017-10-19hle: Fix QueryMemory response for MemoryInfo.bunnei
2017-10-09Merge remote-tracking branch 'upstream/master' into nxbunnei
2017-10-09loader: Various improvements for NSO/NRO loaders.bunnei
2017-09-30nso: Refactor and allocate .bss section.bunnei
2017-09-30process: Support loading multiple codesets.bunnei
2017-09-26Kernel/Thread: Allow specifying which process a thread belongs to when creati...Subv
2017-06-18Kernel: Add comment about the extended linear heap areaYuri Kunde Schlesner
2017-05-24Kernel: Centralize error definitions in errors.hYuri Kunde Schlesner
2017-05-09Kernel: Map special regions according to ExHeaderYuri Kunde Schlesner
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-05-12Kernel/SVC: Fixed the register order for svcCreateMemoryBlock.Subv
2016-04-05Common: Remove Common::make_unique, use std::make_uniqueMerryMage
2016-03-05Memory: Do correct Phys->Virt address translation for non-APP linheapYuri Kunde Schlesner
2016-02-12BitField: Make trivially copyable and remove assignment operatorMerryMage
2015-11-30Kernel: Implement svcGetSystemInfoYuri Kunde Schlesner
2015-08-27Kernel: Fix wrong linear heap base on titles using newer kernelsYuri Kunde Schlesner
2015-08-26Kernel: Fix assertion failure when ControlMemory is called with size=0Yuri Kunde Schlesner
2015-08-16Kernel: Implement svcGetProcessInfo in a basic wayYuri Kunde Schlesner
2015-08-16Kernel: Add more infrastructure to support different memory layoutsYuri Kunde Schlesner