summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/process.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* kernel/process: Use accessors instead of class members for referencing segmen...Gravatar Lioncash2018-08-031-3/+3
* core/memory: Get rid of 3DS leftoversGravatar Lioncash2018-08-031-76/+2
* Rename logging macro back to LOG_*Gravatar James Rowe2018-07-021-4/+4
* general: Make formatting of logged hex values more straightforwardGravatar Lioncash2018-05-021-1/+1
* core: Replace usages of LOG_GENERIC with new fmt-capable equivalentsGravatar Lioncash2018-04-271-1/+1
* kernel: Migrate logging macros to fmt-compatible onesGravatar Lioncash2018-04-251-4/+4
* memory: Fix stack region.Gravatar bunnei2018-03-311-2/+3
* process: MirrorMemory should use MemoryState::Mapped.Gravatar bunnei2018-03-161-1/+1
* process: Unmap previously allocated heap.Gravatar bunnei2018-03-161-1/+3
* kernel: Move stack region outside of application heap.Gravatar bunnei2018-03-161-3/+2
* process: Fix stack memory state.Gravatar bunnei2018-03-161-2/+4
* MemoryState: Add additional memory states and improve naming.Gravatar bunnei2018-03-161-3/+3
* core: Move process creation out of global state.Gravatar bunnei2018-03-141-3/+2
* Kernel: Store the program id in the Process class instead of the CodeSet class.Gravatar Subv2018-03-011-5/+3
* svc: Implement svcExitProcess.Gravatar bunnei2018-01-011-5/+27
* svc: Implement svcUnmapMemory.Gravatar bunnei2017-12-311-0/+4
* kernel: Various 64-bit fixes in memory/process/threadGravatar bunnei2017-12-291-1/+1
* process: Add method to mirror a memory region.Gravatar bunnei2017-12-281-0/+25
* hle: Fix QueryMemory response for MemoryInfo.Gravatar bunnei2017-10-191-37/+5
* Merge remote-tracking branch 'upstream/master' into nxGravatar bunnei2017-10-091-1/+2
|\
| * Kernel/Thread: Allow specifying which process a thread belongs to when creati...Gravatar Subv2017-09-261-1/+1
* | loader: Various improvements for NSO/NRO loaders.Gravatar bunnei2017-10-091-3/+3
* | nso: Refactor and allocate .bss section.Gravatar bunnei2017-09-301-4/+5
* | process: Support loading multiple codesets.Gravatar bunnei2017-09-301-19/+20
|/
* Kernel: Add comment about the extended linear heap areaGravatar Yuri Kunde Schlesner2017-06-181-0/+2
* Kernel: Centralize error definitions in errors.hGravatar Yuri Kunde Schlesner2017-05-241-0/+1
* Kernel: Map special regions according to ExHeaderGravatar Yuri Kunde Schlesner2017-05-091-4/+19
* Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner2016-09-211-1/+1
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-211-3/+1
* Manually tweak source formatting and then re-run clang-formatGravatar Yuri Kunde Schlesner2016-09-181-8/+4
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-25/+40
* Kernel/SVC: Fixed the register order for svcCreateMemoryBlock.Gravatar Subv2016-05-121-1/+1
* Common: Remove Common::make_unique, use std::make_uniqueGravatar MerryMage2016-04-051-1/+2
* Memory: Do correct Phys->Virt address translation for non-APP linheapGravatar Yuri Kunde Schlesner2016-03-051-2/+4
* BitField: Make trivially copyable and remove assignment operatorGravatar MerryMage2016-02-121-1/+1
* Kernel: Implement svcGetSystemInfoGravatar Yuri Kunde Schlesner2015-11-301-0/+6
* Kernel: Fix wrong linear heap base on titles using newer kernelsGravatar Yuri Kunde Schlesner2015-08-271-1/+1
* Kernel: Fix assertion failure when ControlMemory is called with size=0Gravatar Yuri Kunde Schlesner2015-08-261-0/+8
* Kernel: Implement svcGetProcessInfo in a basic wayGravatar Yuri Kunde Schlesner2015-08-161-0/+10
* Kernel: Add more infrastructure to support different memory layoutsGravatar Yuri Kunde Schlesner2015-08-161-16/+28
* Move core/mem_map.{cpp,h} => core/hle/kernel/memory.{cpp,h}Gravatar Yuri Kunde Schlesner2015-08-161-1/+1
* Process: Store kernel compatibility version during loadingGravatar Yuri Kunde Schlesner2015-08-161-3/+5
* Kernel: Properly implement ControlMemory FREE and COMMITGravatar Yuri Kunde Schlesner2015-08-161-5/+115
* VMManager: Make LogLayout log level configurable as a parameterGravatar Yuri Kunde Schlesner2015-08-161-1/+1
* Core: Properly configure address space when loading a binaryGravatar Yuri Kunde Schlesner2015-07-111-6/+32
* Merge pull request #772 from lioncash/warnGravatar bunnei2015-05-181-3/+3
|\
| * process: Get rid of warningsGravatar Lioncash2015-05-141-3/+3
* | Core/ResourceLimits: Implemented the basic structure of ResourceLimits.Gravatar Subv2015-05-141-0/+1
* | Memmap: Re-organize memory function in two filesGravatar Yuri Kunde Schlesner2015-05-151-1/+1
|/
* Merge pull request #750 from Subv/process_svcGravatar Yuri Kunde Schlesner2015-05-111-0/+2
|\