index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
k_process.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
kernel: update KProcess
Liam
2023-10-22
1
-370
/
+354
*
core: improve debug workflow
Liam
2023-09-14
1
-1
/
+7
*
kernel: offset code entry point for 39-bit address space type (#11326)
liamwhite
2023-08-25
1
-0
/
+7
*
k_process: PageTable -> GetPageTable
Liam
2023-07-15
1
-10
/
+0
*
memory: rename global memory references to application memory
Liam
2023-03-24
1
-5
/
+10
*
kernel: use KTypedAddress for addresses
Liam
2023-03-22
1
-20
/
+23
*
kernel: convert KProcess to new style
Liam
2023-03-13
1
-88
/
+98
*
kernel: remove kernel_
Liam
2023-03-13
1
-1
/
+1
*
kernel: convert KPort, KSession
Liam
2023-03-13
1
-0
/
+6
*
general: fix spelling mistakes
Liam
2023-03-12
1
-1
/
+1
*
hle: rename legacy errors to Results
Liam
2023-03-07
1
-2
/
+2
*
kernel: process: Implement GetFreeThreadCount
Narr the Reg
2022-12-15
1
-0
/
+3
*
core: hle: kernel: Migrate ProcessState to enum class.
bunnei
2022-10-19
1
-8
/
+8
*
core: hle: kernel: Use result macros for new/changed code.
bunnei
2022-10-19
1
-5
/
+11
*
core: hle: kernel: k_process: Improve management of page table & cleanup.
bunnei
2022-10-19
1
-12
/
+19
*
core: hle: kernel: k_process: Change Status -> State.
bunnei
2022-10-19
1
-25
/
+15
*
chore: make yuzu REUSE compliant
Andrea Pappacoda
2022-07-27
1
-3
/
+2
*
core: Replace all instances of ResultCode with Result
german77
2022-06-27
1
-16
/
+15
*
core/debugger: memory breakpoint support
Liam
2022-06-16
1
-0
/
+30
*
kernel: implement KProcess suspension
Liam
2022-06-14
1
-4
/
+12
*
k_process: Fix data race
lat9nq
2022-04-04
1
-1
/
+1
*
core: Reduce unused includes
ameerj
2022-03-19
1
-1
/
+0
*
core: hle: kernel: k_process: Implement thread local storage accurately.
bunnei
2022-03-15
1
-9
/
+9
*
core: hle: kernel: KProcess: Pass in KResourceLimit on process creation.
bunnei
2022-02-21
1
-1
/
+1
*
hle: kernel: KThread: Improve Increment/Decrement RunningThreadCount.
bunnei
2022-01-23
1
-5
/
+3
*
core: hle: kernel: KProcess: Integrate with KWorkerTask and add unimplemented DoWorkerTaskImpl.
bunnei
2022-01-15
1
-2
/
+4
*
core: hle: kernel: Implement thread pinning.
bunnei
2021-12-31
1
-2
/
+2
*
hle: kernel k_process: Remove unnecessary .at usage with thread pinning methods.
bunnei
2021-12-07
1
-3
/
+3
*
hle: kernel: KProcess: Improvements for thread pinning.
bunnei
2021-12-07
1
-3
/
+4
*
general: Rename GetTitleID to GetProgramID
Morph
2021-11-04
1
-2
/
+2
*
core: Remove unused includes
ameerj
2021-11-04
1
-1
/
+0
*
Fix KShareMemory object leak
Feng Chen
2021-09-29
1
-0
/
+4
*
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-06-02
1
-1
/
+1
*
kernel: Add missing override specifiers
Lioncash
2021-05-29
1
-4
/
+4
*
kernel: Eliminate variable shadowing
Lioncash
2021-05-08
1
-2
/
+2
*
hle: kernel: Migrate to KHandleTable.
bunnei
2021-05-06
1
-4
/
+4
*
hle: kernel: Improve MapSharedMemory and implement UnmapSharedMemory.
bunnei
2021-05-06
1
-0
/
+3
*
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-06
1
-0
/
+480