summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_process.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: hle: kernel: Use result macros for new/changed code.bunnei2022-10-191-27/+15
* core: hle: kernel: k_process: Improve management of page table & cleanup.bunnei2022-10-191-25/+37
* core: hle: kernel: Integration application memory block slab manager.bunnei2022-10-191-3/+3
* core: hle: kernel: k_process: Change Status -> State.bunnei2022-10-191-10/+10
* chore: make yuzu REUSE compliantAndrea Pappacoda2022-07-271-3/+2
* Merge pull request #8502 from liamwhite/end-waitliamwhite2022-07-071-1/+1
|\
| * kernel: clean up waiting implementationLiam2022-06-251-1/+1
* | core: Replace all instances of ResultCode with Resultgerman772022-06-271-18/+17
* | kernel: make current thread pointer thread localLiam2022-06-231-4/+6
|/
* Merge pull request #8432 from liamwhite/watchpointbunnei2022-06-221-0/+46
|\
| * core/debugger: memory breakpoint supportLiam2022-06-161-0/+46
* | kernel: fix some uses of disable_countLiam2022-06-161-10/+5
|/
* kernel: implement KProcess suspensionLiam2022-06-141-5/+54
* common: Change semantics of UNREACHABLE to unconditionally crashLiam2022-06-141-1/+1
* core/debugger: Implement new GDB stub debuggerLiam2022-06-011-0/+4
* core: Reduce unused includesameerj2022-03-191-2/+0
* core: hle: kernel: k_process: Remove handle table finalize, reset page table.bunnei2022-03-151-3/+3
* core: hle: kernel: k_process: Implement thread local storage accurately.bunnei2022-03-151-100/+88
* core: hle: kernel: KProcess: Pass in KResourceLimit on process creation.bunnei2022-02-211-6/+5
* hle: kernel: KThread: Improve Increment/Decrement RunningThreadCount.bunnei2022-01-231-11/+15
* core: hle: kernel: KProcess: Integrate with KWorkerTask and add unimplemented DoWorkerTaskImpl.bunnei2022-01-151-1/+5
* hle: kernel: k_page_table: Update SetProcessMemoryPermission.bunnei2022-01-121-4/+4
* hle: kernel: k_page_table: ReadAndWrite -> UserReadWrite.bunnei2022-01-121-3/+3
* core: hle: kernel: Implement thread pinning.bunnei2021-12-311-7/+5
* core: hle: kernel: Updated implementation of svcSetHeapSize.bunnei2021-12-281-4/+4
* core: hle: Remove global HLE lock.bunnei2021-12-181-2/+0
* hle: kernel: KProcess: Improvements for thread pinning.bunnei2021-12-071-5/+22
* core: hle: kernel: k_process: DisableDispatch on main thread.bunnei2021-12-071-0/+1
* kernel: KPageTable: Rename SetCodeMemoryPermission to SetProcessMemoryPermissionMorph2021-11-211-1/+1
* Fix dangling kernel objects when exitingFeng Chen2021-10-271-5/+6
* Fix KShareMemory object leakFeng Chen2021-09-291-3/+51
* Revert "kernel: Various improvements to scheduler"bunnei2021-08-261-1/+0
* core: hle: kernel: k_process: DisableDispatch on main thread.bunnei2021-08-071-0/+1
* hle: kernel: KProcess: Change process termination assert to a warning.bunnei2021-07-211-1/+1
* hle: kernel: k_process: Close the handle table on shutdown.bunnei2021-07-211-0/+3
* hle: kernel: k_process: Close main thread reference after it is inserted into handle table.bunnei2021-07-211-0/+3
* kernel: Unconditionally set thread state when appropriateMorph2021-06-111-9/+7
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-4/+4
* kernel: Eliminate variable shadowingLioncash2021-05-081-8/+8
* hle: kernel: Migrate to KHandleTable.bunnei2021-05-061-1/+1
* hle: kernel: Improve MapSharedMemory and implement UnmapSharedMemory.bunnei2021-05-061-0/+25
* hle: kernel: Rename Process to KProcess.bunnei2021-05-061-0/+505