summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/process.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: Move process creation out of global state.bunnei2018-03-141-2/+1
* Kernel: Store the program id in the Process class instead of the CodeSet class.Subv2018-03-021-4/+5
* Added more svcGetInfo pairsDavid Marcec2018-01-161-0/+2
* Threads: Added enum values for the Switch's 4 cpu cores and implemented svcGetInfo(AllowedCpuIdBitmask)Subv2018-01-101-0/+4
* svc: Implement svcExitProcess.bunnei2018-01-011-2/+11
* svc: Implement svcUnmapMemory.bunnei2017-12-311-0/+3
* kernel: Various 64-bit fixes in memory/process/threadbunnei2017-12-291-3/+3
* process: Add method to mirror a memory region.bunnei2017-12-291-0/+2
* nso: Refactor and allocate .bss section.bunnei2017-09-301-4/+5
* process: Support loading multiple codesets.bunnei2017-09-301-1/+7
* Kernel: Map special regions according to ExHeaderYuri Kunde Schlesner2017-05-101-1/+1
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-3/+0
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-18/+32
* Merge pull request #1695 from Subv/tls_allocbunnei2016-05-131-2/+5
|\
| * Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE region of the linear heap.Subv2016-05-071-2/+5
* | Kernel/Threading: Warn when a thread can be scheduled in the Syscore (Core 1).Subv2016-05-071-0/+2
|/
* Memory: Do correct Phys->Virt address translation for non-APP linheapYuri Kunde Schlesner2016-03-061-0/+1
* Kernel: Implement svcGetProcessInfo in a basic wayYuri Kunde Schlesner2015-08-161-0/+2
* Kernel: Add more infrastructure to support different memory layoutsYuri Kunde Schlesner2015-08-161-1/+5
* Process: Store kernel compatibility version during loadingYuri Kunde Schlesner2015-08-161-0/+2
* Kernel: Properly implement ControlMemory FREE and COMMITYuri Kunde Schlesner2015-08-161-5/+26
* Core: Fix applet includes using iwyu.Emmanuel Gil Peyrot2015-07-121-0/+1
* Core: Properly configure address space when loading a binaryYuri Kunde Schlesner2015-07-121-7/+36
* Core: Cleanup file_sys includes.Emmanuel Gil Peyrot2015-06-281-1/+2
* Core/ResourceLimits: Implemented the basic structure of ResourceLimits.Subv2015-05-151-0/+4
* Core/Memory: Add TLS support for creating up to 300 threadsSubv2015-05-121-0/+3
* fixup!Subv2015-05-121-6/+0
* Core/HLE: Implemented the SVCs GetProcessId and GetProcessIdOfThreadSubv2015-05-111-0/+11
* Process: Rename StaticAddressMapping => AddressMappingYuri Kunde Schlesner2015-05-091-2/+2
* Process: Add more documentation to the class membersYuri Kunde Schlesner2015-05-091-2/+16
* Process: Use BitField to store process flagsYuri Kunde Schlesner2015-05-091-6/+20
* Process: Support parsing of exheader kernel capsYuri Kunde Schlesner2015-05-091-1/+2
* Kernel: Introduce skeleton Process class to hold process dataYuri Kunde Schlesner2015-05-091-0/+61