index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
k_handle_table.h
Age
Commit message (
Expand
)
Author
2023-12-24
kernel: remove unecessary process member from handle table
Liam
2023-12-22
general: properly support multiple memory instances
Liam
2023-02-13
general: rename CurrentProcess to ApplicationProcess
Liam
2023-02-13
kernel: use GetCurrentProcess
Liam
2022-11-22
k_handle_table: Remove cast to void* in GetObjectForIpc
Lioncash
2022-11-05
core: hle: kernel: Address review comments.
Liam
2022-11-03
core: hle: kernel: k_handle_table: Refresh.
bunnei
2022-06-26
core: Replace all instances of ResultCode with Result
german77
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-03-18
KHandleTable: Optimize table entry layout
Morph
2022-02-02
general: Move deleted copy/move constructor/assignment operators to public in...
Lioncash
2021-12-06
core: hle: kernel: k_handle_table: Use KScopedDisableDispatch as necessary.
bunnei
2021-11-03
core: Remove unused includes
ameerj
2021-08-25
Revert "kernel: Various improvements to scheduler"
bunnei
2021-08-07
core: hle: kernel: k_handle_table: Use KScopedDisableDispatch as necessary.
bunnei
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-05-05
fixup! hle: kernel: Migrate to KHandleTable.
bunnei
2021-05-05
fixup! hle: kernel: Migrate to KHandleTable.
bunnei
2021-05-05
fixup! hle: kernel: Migrate to KHandleTable.
bunnei
2021-05-05
common: Rename NON_COPYABLE/NON_MOVABLE with YUZU_ prefix.
bunnei
2021-05-05
hle: kernel: Migrate to KHandleTable.
bunnei