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
/
handle_table.cpp
Age
Commit message (
Expand
)
Author
2021-05-05
hle: kernel: Migrate to KHandleTable.
bunnei
2021-05-05
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-05
hle: kernel: HandleTable: Remove deprecated APIs.
bunnei
2021-05-05
hle: kernel: Migrate KTransferMemory to KAutoObject.
bunnei
2021-05-05
hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObj...
bunnei
2021-05-05
hle: kernel: svc_results: Update naming..
bunnei
2021-05-05
hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.
bunnei
2021-05-05
hle: kernel: Migrate KEvent to KAutoObject.
bunnei
2021-05-05
hle: kernel: Migrate KSharedMemory to KAutoObject.
bunnei
2021-05-05
hle: kernel: Migrate KProcess to KAutoObject.
bunnei
2021-05-05
hle: kernel: Migrate more of KThread to KAutoObject.
bunnei
2021-02-12
kernel: Unify result codes (#5890)
Chloe
2021-01-28
core: hle: kernel: object: Implement Finalize() virtual method.
bunnei
2021-01-28
core: hle: kernel: Rename Thread to KThread.
bunnei
2020-12-06
hle: kernel: Rewrite scheduler implementation based on Mesopshere.
bunnei
2020-10-20
Revert "core: Fix clang build"
bunnei
2020-10-17
core: Fix clang build
Lioncash
2020-10-13
core/CMakeLists: Make some warnings errors
Lioncash
2020-07-15
kernel/handle_table: Remove usages of the global system instance
Lioncash
2020-07-15
kernel/thread: Remove global GetCurrentThread()
Lioncash
2020-04-29
kernel: Don't fail silently
David Marcec
2019-11-24
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...
bunnei
2019-10-06
core: Remove Core::CurrentProcess()
Lioncash
2019-02-25
kernel/handle_table: Make local variables as const where applicable
Lioncash
2019-02-25
kernel/handle_table: Allow process capabilities to limit the handle table size
Lioncash
2019-02-25
kernel/handle-table: In-class initialize data members
Lioncash
2019-02-25
kernel/handle_table: Resolve truncation warnings
Lioncash
2018-12-04
kernel/handle_table: Amend reference to CTR-OS in Create()
Lioncash
2018-11-21
kernel/handle_table: Move private static functions into the cpp file
Lioncash
2018-11-21
kernel/handle_table: Default destructor in the cpp file
Lioncash
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-08-28
kernel: Eliminate kernel global state
Lioncash
2018-08-25
kernel/error: Add error code for the handle table being full
Lioncash
2018-08-01
kernel: Move object class to its own source files
Lioncash
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-04-25
kernel: Migrate logging macros to fmt-compatible ones
Lioncash
2018-03-14
core: Move process creation out of global state.
bunnei
2018-01-24
handle_table: Remove ConvertSessionToDomain.
bunnei
2018-01-20
Format: Run the new clang format on everything
James Rowe
2017-12-29
kernel: Fix implementation of ConvertSessionToDomain.
bunnei
2017-05-29
Kernel: Move HandleTable to a separate file
Yuri Kunde Schlesner