aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/process.cpp
AgeCommit message (Expand)Author
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
2015-08-16Move core/mem_map.{cpp,h} => core/hle/kernel/memory.{cpp,h}Yuri Kunde Schlesner
2015-08-16Process: Store kernel compatibility version during loadingYuri Kunde Schlesner
2015-08-16Kernel: Properly implement ControlMemory FREE and COMMITYuri Kunde Schlesner
2015-08-16VMManager: Make LogLayout log level configurable as a parameterYuri Kunde Schlesner
2015-07-11Core: Properly configure address space when loading a binaryYuri Kunde Schlesner
2015-05-18Merge pull request #772 from lioncash/warnbunnei
2015-05-14Core/ResourceLimits: Implemented the basic structure of ResourceLimits.Subv
2015-05-15Memmap: Re-organize memory function in two filesYuri Kunde Schlesner
2015-05-14process: Get rid of warningsLioncash
2015-05-11Merge pull request #750 from Subv/process_svcYuri Kunde Schlesner
2015-05-11Core/HLE: Implemented the SVCs GetProcessId and GetProcessIdOfThreadSubv
2015-05-11Thread: Correctly set main thread initial stack positionYuri Kunde Schlesner