index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-05-05
hle: kernel: svc: Migrate WaitSynchronization.
bunnei
2021-05-05
hle: kernel: svc: Use new handle table API for Process.
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: Migrate GetThreadContext, GetThreadCoreMask.
bunnei
2021-05-05
hle: kernel: svc: Migrate GetProcessId, CancelSynchronization, SetThreadActiv...
bunnei
2021-05-05
hle: kernel: KThread: Remove incorrect resource release.
bunnei
2021-05-05
hle: kernel: svc_results: Update naming..
bunnei
2021-05-05
hle: kernel: KThread: Add missing resource hint release.
bunnei
2021-05-05
hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.
bunnei
2021-05-05
hle: ipc_helpers: Add methods for copy/move references.
bunnei
2021-05-05
hle: kernel: Move slab heaps to their own container.
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: Ensure all kernel objects with KAutoObject are properly created.
bunnei
2021-05-05
hle: kernel: Use unique_ptr for suspend and dummy threads.
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: Refactor IPC interfaces to not use std::shared_ptr.
bunnei
2021-05-05
hle: kernel: Migrate more of KThread to KAutoObject.
bunnei
2021-05-05
hle: kernel: svc: Migrate GetThreadPriority, StartThread, and ExitThread.
bunnei
2021-05-05
hle: kernel: svc: Migrate CreateThread.
bunnei
2021-05-05
hle: kernel: Migrate idle threads.
bunnei
2021-05-05
hle: kernel: Migrate KThread to KAutoObject.
bunnei
2021-05-05
hle: kernel: Add initial impl. of slab setup.
bunnei
2021-05-05
hle: kernel: Refactor out various KThread std::shared_ptr usage.
bunnei
2021-05-05
core: Defer CoreTiming initialization.
bunnei
2021-05-05
core: memory: Add a work-around to allocate and access kernel memory regions ...
bunnei
2021-05-05
common: common_funcs: Add Size helper function.
bunnei
2021-05-05
hle: kernel: Add initial impl. of KLinkedList.
bunnei
2021-05-05
common: bit_util: Add BIT macro.
bunnei
2021-05-05
hle: kernel: Add initial impl. of KSlabAllocated.
bunnei
2021-05-05
hle: kernel: Add initial impl. of KAutoObjectWithListContainer.
bunnei
2021-05-05
hle: kernel: Add initial impl. of KAutoObject.
bunnei
2021-05-05
common: intrusive_red_black_tree: Disable static_assert that will not evaluat...
bunnei
2021-05-05
common: common_funcs: Add helper macros for non-copyable and non-moveable.
bunnei
2021-05-05
Merge pull request #6279 from ogniK5377/nvhost-prof
bunnei
2021-05-05
Update src/core/hle/service/nvdrv/interface.cpp
bunnei
2021-05-05
Merge pull request #6283 from lioncash/unused-fields
bunnei
2021-05-05
service: Remove unused class variables
Lioncash
2021-05-04
Merge pull request #6281 from lioncash/shadow-field
bunnei
2021-05-04
service: Resolve cases of member field shadowing
Lioncash
2021-05-03
Merge pull request #6278 from lioncash/misc-shadow
bunnei
2021-05-03
Merge pull request #6275 from german77/mousefocus
bunnei
2021-05-03
core: Resolve misc cases of variable shadowing
Lioncash
2021-05-03
nvdrv: /dev/nvhost-prof-gpu for production
Chloe Marcec
2021-05-02
Merge pull request #6277 from german77/touchsetting2
Morph
2021-05-02
hid: Fix touch not initializing properly if disabled
german77
2021-05-02
input_common: Release mouse buttons on out of focus
german77
[next]