summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_process.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* kernel: process: Implement GetFreeThreadCountNarr the Reg2022-12-151-0/+3
* core: hle: kernel: Migrate ProcessState to enum class.bunnei2022-10-191-8/+8
* core: hle: kernel: Use result macros for new/changed code.bunnei2022-10-191-5/+11
* core: hle: kernel: k_process: Improve management of page table & cleanup.bunnei2022-10-191-12/+19
* core: hle: kernel: k_process: Change Status -> State.bunnei2022-10-191-25/+15
* chore: make yuzu REUSE compliantAndrea Pappacoda2022-07-271-3/+2
* core: Replace all instances of ResultCode with Resultgerman772022-06-271-16/+15
* core/debugger: memory breakpoint supportLiam2022-06-161-0/+30
* kernel: implement KProcess suspensionLiam2022-06-141-4/+12
* k_process: Fix data racelat9nq2022-04-041-1/+1
* core: Reduce unused includesameerj2022-03-191-1/+0
* core: hle: kernel: k_process: Implement thread local storage accurately.bunnei2022-03-151-9/+9
* core: hle: kernel: KProcess: Pass in KResourceLimit on process creation.bunnei2022-02-211-1/+1
* hle: kernel: KThread: Improve Increment/Decrement RunningThreadCount.bunnei2022-01-231-5/+3
* core: hle: kernel: KProcess: Integrate with KWorkerTask and add unimplemented DoWorkerTaskImpl.bunnei2022-01-151-2/+4
* core: hle: kernel: Implement thread pinning.bunnei2021-12-311-2/+2
* hle: kernel k_process: Remove unnecessary .at usage with thread pinning methods.bunnei2021-12-071-3/+3
* hle: kernel: KProcess: Improvements for thread pinning.bunnei2021-12-071-3/+4
* general: Rename GetTitleID to GetProgramIDMorph2021-11-041-2/+2
* core: Remove unused includesameerj2021-11-041-1/+0
* Fix KShareMemory object leakFeng Chen2021-09-291-0/+4
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-1/+1
* kernel: Add missing override specifiersLioncash2021-05-291-4/+4
* kernel: Eliminate variable shadowingLioncash2021-05-081-2/+2
* hle: kernel: Migrate to KHandleTable.bunnei2021-05-061-4/+4
* hle: kernel: Improve MapSharedMemory and implement UnmapSharedMemory.bunnei2021-05-061-0/+3
* hle: kernel: Rename Process to KProcess.bunnei2021-05-061-0/+480