summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/process.h (unfollow)
Commit message (Expand)AuthorFilesLines
2017-05-10Kernel: Map special regions according to ExHeaderYuri Kunde Schlesner1-1/+1
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-3/+0
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-18/+32
2016-05-07Kernel/Threading: Warn when a thread can be scheduled in the Syscore (Core 1).Subv1-0/+2
2016-05-07Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE region of the linear heap.Subv1-2/+5
2016-03-06Memory: Do correct Phys->Virt address translation for non-APP linheapYuri Kunde Schlesner1-0/+1
2015-08-16Kernel: Implement svcGetProcessInfo in a basic wayYuri Kunde Schlesner1-0/+2
2015-08-16Kernel: Add more infrastructure to support different memory layoutsYuri Kunde Schlesner1-1/+5
2015-08-16Process: Store kernel compatibility version during loadingYuri Kunde Schlesner1-0/+2
2015-08-16Kernel: Properly implement ControlMemory FREE and COMMITYuri Kunde Schlesner1-5/+26
2015-07-12Core: Fix applet includes using iwyu.Emmanuel Gil Peyrot1-0/+1
2015-07-12Core: Properly configure address space when loading a binaryYuri Kunde Schlesner1-7/+36
2015-06-28Core: Cleanup file_sys includes.Emmanuel Gil Peyrot1-1/+2
2015-05-15Core/ResourceLimits: Implemented the basic structure of ResourceLimits.Subv1-0/+4
2015-05-12Core/Memory: Add TLS support for creating up to 300 threadsSubv1-0/+3
2015-05-12fixup!Subv1-6/+0
2015-05-11Core/HLE: Implemented the SVCs GetProcessId and GetProcessIdOfThreadSubv1-0/+11
2015-05-09Process: Rename StaticAddressMapping => AddressMappingYuri Kunde Schlesner1-2/+2
2015-05-09Process: Add more documentation to the class membersYuri Kunde Schlesner1-2/+16
2015-05-09Process: Use BitField to store process flagsYuri Kunde Schlesner1-6/+20
2015-05-09Process: Support parsing of exheader kernel capsYuri Kunde Schlesner1-1/+2
2015-05-09Kernel: Introduce skeleton Process class to hold process dataYuri Kunde Schlesner1-0/+61