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
/
slab_helpers.h
Age
Commit message (
Collapse
)
Author
2023-03-12
kernel: remove kernel_
Liam
2023-03-12
kernel: convert miscellaneous
Liam
2022-11-03
core: hle: kernel: slab_helpers: Add KAutoObjectWithSlabHeap.
bunnei
2022-10-19
kernel: add KSessionRequest
Liam
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
2022-03-14
core: hle: kernel: k_slab_heap: Refresh to use guest allocations.
bunnei
2021-11-03
core: Remove unused includes
ameerj
2021-05-20
Revert "WORKAROUND: Do not use slab heap while we track down issues with ↵
bunnei
resource management." This reverts commit f2c26443f85a3c3fd43137509368ba5c7ab80ee7.
2021-05-11
WORKAROUND: Do not use slab heap while we track down issues with resource ↵
bunnei
management.
2021-05-05
fixup! hle: kernel: Migrate more of KThread to KAutoObject.
bunnei
2021-05-05
hle: kernel: Refactor several threads/events/sharedmemory to use slab heaps.
bunnei
2021-05-05
hle: kernel: Move slab heap management to KernelCore.
bunnei
2021-05-05
hle: kernel: Migrate more of KThread to KAutoObject.
bunnei
2021-05-05
hle: kernel: Add initial impl. of KSlabAllocated.
bunnei