aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/process.h
AgeCommit message (Expand)Author
2018-12-31core/kernel: Remove unnecessary inclusionsLioncash
2018-12-30kernel/process: Rename GetAllowedProcessorMask() and GetAllowedThreadPriority...Lioncash
2018-12-30Merge pull request #1956 from lioncash/process-threadSebastian Valle
2018-12-27kernel: Rename 'default' CPU core to 'ideal' coreLioncash
2018-12-27kernel/process: Remove most allocation functions from Process' interfaceLioncash
2018-12-27Merge pull request #1928 from lioncash/capsbunnei
2018-12-21kernel/process: Hook up the process capability parser to the process itselfLioncash
2018-12-18kernel/kernel: Use correct initial PID for userland Process instancesLioncash
2018-12-18kernel/process: Make process_id a 64-bit valueLioncash
2018-12-12vm_manager: Amend MemoryState enum membersLioncash
2018-12-04kernel/process: Make Process a WaitObjectLioncash
2018-12-04kernel/svc: Implement the resource limit svcGetInfo optionLioncash
2018-11-20kernel/process: Move <random> include to the cpp fileLioncash
2018-11-15process: Make MirrorMemory take state to map new memory asZach Hilman
2018-11-14Merge pull request #1679 from DarkLordZach/deterministic-rng-2bunnei
2018-11-13kernel/process: Migrate heap-related memory management out of the process cla...Lioncash
2018-11-13svc: Use proper random entropy generation algorithmZach Hilman
2018-10-26svc: Implement svcGetInfo command 0xF0000002Lioncash
2018-10-20kernel/process: Make the handle table per-processLioncash
2018-10-13svc: Implement svcGetProcessInfoLioncash
2018-10-12kernel/process: Make CodeSet a regular non-inherited objectLioncash
2018-09-30kernel/process: Add a data member to determine if a process is 64-bit or not.Lioncash
2018-09-30kernel/process: Make data member variables privateLioncash
2018-09-24process/vm_manager: Amend API to allow reading parameters from NPDM metadataLioncash
2018-09-21svc: Move most process termination code to its own function within ProcessLioncash
2018-09-21thread/process: Move TLS slot marking/freeing to the process classLioncash
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-08-28kernel: Eliminate kernel global stateLioncash
2018-08-03kernel/process: Use std::array where applicableLioncash
2018-08-03kernel/process: Use accessors instead of class members for referencing segmen...Lioncash
2018-08-03core/memory: Get rid of 3DS leftoversLioncash
2018-08-01kernel: Move object class to its own source filesLioncash
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-16Added more svcGetInfo pairsDavid Marcec
2018-01-10Threads: Added enum values for the Switch's 4 cpu cores and implemented svcGe...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-09-30nso: Refactor and allocate .bss section.bunnei
2017-09-30process: Support loading multiple codesets.bunnei
2017-05-09Kernel: Map special regions according to ExHeaderYuri Kunde Schlesner
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-05-12Merge pull request #1695 from Subv/tls_allocbunnei
2016-05-07Kernel/Threading: Warn when a thread can be scheduled in the Syscore (Core 1).Subv
2016-05-07Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE r...Subv
2016-03-05Memory: Do correct Phys->Virt address translation for non-APP linheapYuri Kunde Schlesner
2015-08-16Kernel: Implement svcGetProcessInfo in a basic wayYuri Kunde Schlesner