summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/process.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* kernel/process: Move <random> include to the cpp fileGravatar Lioncash2018-11-201-1/+0
* process: Make MirrorMemory take state to map new memory asGravatar Zach Hilman2018-11-151-1/+2
* Merge pull request #1679 from DarkLordZach/deterministic-rng-2Gravatar bunnei2018-11-141-0/+11
|\
| * svc: Use proper random entropy generation algorithmGravatar Zach Hilman2018-11-131-0/+11
* | kernel/process: Migrate heap-related memory management out of the process cla...Gravatar Lioncash2018-11-131-11/+0
|/
* svc: Implement svcGetInfo command 0xF0000002Gravatar Lioncash2018-10-261-0/+13
* kernel/process: Make the handle table per-processGravatar Lioncash2018-10-201-0/+14
* svc: Implement svcGetProcessInfoGravatar Lioncash2018-10-131-3/+18
* kernel/process: Make CodeSet a regular non-inherited objectGravatar Lioncash2018-10-121-23/+5
* kernel/process: Add a data member to determine if a process is 64-bit or not.Gravatar Lioncash2018-09-301-0/+10
* kernel/process: Make data member variables privateGravatar Lioncash2018-09-301-26/+71
* process/vm_manager: Amend API to allow reading parameters from NPDM metadataGravatar Lioncash2018-09-241-0/+12
* svc: Move most process termination code to its own function within ProcessGravatar Lioncash2018-09-211-5/+22
* thread/process: Move TLS slot marking/freeing to the process classGravatar Lioncash2018-09-211-11/+17
* Port #4182 from Citra: "Prefix all size_t with std::"Gravatar fearlessTobi2018-09-151-2/+2
* kernel: Eliminate kernel global stateGravatar Lioncash2018-08-281-13/+8
* kernel/process: Use std::array where applicableGravatar Lioncash2018-08-031-1/+2
* kernel/process: Use accessors instead of class members for referencing segmen...Gravatar Lioncash2018-08-031-12/+32
* core/memory: Get rid of 3DS leftoversGravatar Lioncash2018-08-031-13/+4
* kernel: Move object class to its own source filesGravatar Lioncash2018-08-011-1/+1
* core: Move process creation out of global state.Gravatar bunnei2018-03-141-2/+1
* Kernel: Store the program id in the Process class instead of the CodeSet class.Gravatar Subv2018-03-011-4/+5
* Added more svcGetInfo pairsGravatar David Marcec2018-01-161-0/+2
* Threads: Added enum values for the Switch's 4 cpu cores and implemented svcGe...Gravatar Subv2018-01-101-0/+4
* svc: Implement svcExitProcess.Gravatar bunnei2018-01-011-2/+11
* svc: Implement svcUnmapMemory.Gravatar bunnei2017-12-311-0/+3
* kernel: Various 64-bit fixes in memory/process/threadGravatar bunnei2017-12-291-3/+3
* process: Add method to mirror a memory region.Gravatar bunnei2017-12-281-0/+2
* nso: Refactor and allocate .bss section.Gravatar bunnei2017-09-301-4/+5
* process: Support loading multiple codesets.Gravatar bunnei2017-09-301-1/+7
* Kernel: Map special regions according to ExHeaderGravatar Yuri Kunde Schlesner2017-05-091-1/+1
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-211-3/+0
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-18/+32
* Merge pull request #1695 from Subv/tls_allocGravatar bunnei2016-05-121-2/+5
|\
| * Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE r...Gravatar Subv2016-05-071-2/+5
* | Kernel/Threading: Warn when a thread can be scheduled in the Syscore (Core 1).Gravatar Subv2016-05-071-0/+2
|/
* Memory: Do correct Phys->Virt address translation for non-APP linheapGravatar Yuri Kunde Schlesner2016-03-051-0/+1
* Kernel: Implement svcGetProcessInfo in a basic wayGravatar Yuri Kunde Schlesner2015-08-161-0/+2
* Kernel: Add more infrastructure to support different memory layoutsGravatar Yuri Kunde Schlesner2015-08-161-1/+5
* Process: Store kernel compatibility version during loadingGravatar Yuri Kunde Schlesner2015-08-161-0/+2
* Kernel: Properly implement ControlMemory FREE and COMMITGravatar Yuri Kunde Schlesner2015-08-161-5/+26
* Core: Fix applet includes using iwyu.Gravatar Emmanuel Gil Peyrot2015-07-121-0/+1
* Core: Properly configure address space when loading a binaryGravatar Yuri Kunde Schlesner2015-07-111-7/+36
* Core: Cleanup file_sys includes.Gravatar Emmanuel Gil Peyrot2015-06-281-1/+2
* Core/ResourceLimits: Implemented the basic structure of ResourceLimits.Gravatar Subv2015-05-141-0/+4
* Core/Memory: Add TLS support for creating up to 300 threadsGravatar Subv2015-05-111-0/+3
* fixup!Gravatar Subv2015-05-111-6/+0
* Core/HLE: Implemented the SVCs GetProcessId and GetProcessIdOfThreadGravatar Subv2015-05-111-0/+11
* Process: Rename StaticAddressMapping => AddressMappingGravatar Yuri Kunde Schlesner2015-05-081-2/+2
* Process: Add more documentation to the class membersGravatar Yuri Kunde Schlesner2015-05-081-2/+16