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.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
chore: make yuzu REUSE compliant
Andrea Pappacoda
2022-07-27
1
-3
/
+2
*
Merge pull request #8502 from liamwhite/end-wait
liamwhite
2022-07-07
1
-1
/
+1
|
\
|
*
kernel: clean up waiting implementation
Liam
2022-06-25
1
-1
/
+1
*
|
core: Replace all instances of ResultCode with Result
german77
2022-06-27
1
-18
/
+17
*
|
kernel: make current thread pointer thread local
Liam
2022-06-23
1
-4
/
+6
|
/
*
Merge pull request #8432 from liamwhite/watchpoint
bunnei
2022-06-22
1
-0
/
+46
|
\
|
*
core/debugger: memory breakpoint support
Liam
2022-06-16
1
-0
/
+46
*
|
kernel: fix some uses of disable_count
Liam
2022-06-16
1
-10
/
+5
|
/
*
kernel: implement KProcess suspension
Liam
2022-06-14
1
-5
/
+54
*
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
2022-06-14
1
-1
/
+1
*
core/debugger: Implement new GDB stub debugger
Liam
2022-06-01
1
-0
/
+4
*
core: Reduce unused includes
ameerj
2022-03-19
1
-2
/
+0
*
core: hle: kernel: k_process: Remove handle table finalize, reset page table.
bunnei
2022-03-15
1
-3
/
+3
*
core: hle: kernel: k_process: Implement thread local storage accurately.
bunnei
2022-03-15
1
-100
/
+88
*
core: hle: kernel: KProcess: Pass in KResourceLimit on process creation.
bunnei
2022-02-21
1
-6
/
+5
*
hle: kernel: KThread: Improve Increment/Decrement RunningThreadCount.
bunnei
2022-01-23
1
-11
/
+15
*
core: hle: kernel: KProcess: Integrate with KWorkerTask and add unimplemented DoWorkerTaskImpl.
bunnei
2022-01-15
1
-1
/
+5
*
hle: kernel: k_page_table: Update SetProcessMemoryPermission.
bunnei
2022-01-12
1
-4
/
+4
*
hle: kernel: k_page_table: ReadAndWrite -> UserReadWrite.
bunnei
2022-01-12
1
-3
/
+3
*
core: hle: kernel: Implement thread pinning.
bunnei
2021-12-31
1
-7
/
+5
*
core: hle: kernel: Updated implementation of svcSetHeapSize.
bunnei
2021-12-28
1
-4
/
+4
*
core: hle: Remove global HLE lock.
bunnei
2021-12-18
1
-2
/
+0
*
hle: kernel: KProcess: Improvements for thread pinning.
bunnei
2021-12-07
1
-5
/
+22
*
core: hle: kernel: k_process: DisableDispatch on main thread.
bunnei
2021-12-07
1
-0
/
+1
*
kernel: KPageTable: Rename SetCodeMemoryPermission to SetProcessMemoryPermission
Morph
2021-11-21
1
-1
/
+1
*
Fix dangling kernel objects when exiting
Feng Chen
2021-10-27
1
-5
/
+6
*
Fix KShareMemory object leak
Feng Chen
2021-09-29
1
-3
/
+51
*
Revert "kernel: Various improvements to scheduler"
bunnei
2021-08-26
1
-1
/
+0
*
core: hle: kernel: k_process: DisableDispatch on main thread.
bunnei
2021-08-07
1
-0
/
+1
*
hle: kernel: KProcess: Change process termination assert to a warning.
bunnei
2021-07-21
1
-1
/
+1
*
hle: kernel: k_process: Close the handle table on shutdown.
bunnei
2021-07-21
1
-0
/
+3
*
hle: kernel: k_process: Close main thread reference after it is inserted into handle table.
bunnei
2021-07-21
1
-0
/
+3
*
kernel: Unconditionally set thread state when appropriate
Morph
2021-06-11
1
-9
/
+7
*
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-06-02
1
-4
/
+4
*
kernel: Eliminate variable shadowing
Lioncash
2021-05-08
1
-8
/
+8
*
hle: kernel: Migrate to KHandleTable.
bunnei
2021-05-06
1
-1
/
+1
*
hle: kernel: Improve MapSharedMemory and implement UnmapSharedMemory.
bunnei
2021-05-06
1
-0
/
+25
*
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-06
1
-0
/
+505