index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
common: Rename NON_COPYABLE/NON_MOVABLE with YUZU_ prefix.
bunnei
2021-05-05
5
-11
/
+11
*
fixup! hle: kernel: Rename Process to KProcess.
bunnei
2021-05-05
1
-1
/
+1
*
fixup! hle: kernel: Migrate to KHandleTable.
bunnei
2021-05-05
1
-1
/
+1
*
fixup! hle: kernel: Improve MapSharedMemory and implement UnmapSharedMemory.
bunnei
2021-05-05
1
-3
/
+3
*
hle: kernel: svc: ConnectToNamedPort: Use KHandleTable::Reserve.
bunnei
2021-05-05
1
-3
/
+8
*
hle: kernel: Migrate to KHandleTable.
bunnei
2021-05-05
22
-381
/
+503
*
hle: kernel: KClassToken: Ensure class tokens are correct.
bunnei
2021-05-05
1
-1
/
+127
*
hle: kernel: Improve MapSharedMemory and implement UnmapSharedMemory.
bunnei
2021-05-05
10
-95
/
+210
*
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-05
83
-247
/
+249
*
hle: kernel: Remove deprecated Object class.
bunnei
2021-05-05
39
-423
/
+34
*
hle: kernel: Do not shutdown twice on emulator close.
bunnei
2021-05-05
1
-3
/
+1
*
hle: kernel: Cleanup shutdown of persistent kernel objects.
bunnei
2021-05-05
1
-14
/
+12
*
hle: kernel: Migrate KPort, KClientPort, and KServerPort to KAutoObject.
bunnei
2021-05-05
22
-166
/
+444
*
hle: kernel: Migrate KServerPort to KAutoObject.
bunnei
2021-05-05
8
-52
/
+67
*
hle: kernel: Migrate KClientPort to KAutoObject.
bunnei
2021-05-05
18
-63
/
+92
*
hle: kernel: HandleTable: Remove deprecated APIs.
bunnei
2021-05-05
7
-111
/
+28
*
hle: kernel: Migrate KResourceLimit to KAutoObject.
bunnei
2021-05-05
13
-122
/
+197
*
hle: kernel: svc: Migrate WaitSynchronization.
bunnei
2021-05-05
2
-47
/
+78
*
hle: kernel: svc: Use new handle table API for Process.
bunnei
2021-05-05
2
-16
/
+17
*
hle: kernel: Migrate KTransferMemory to KAutoObject.
bunnei
2021-05-05
12
-68
/
+209
*
hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObj...
bunnei
2021-05-05
31
-356
/
+412
*
hle: kernel: svc: Migrate GetThreadContext, GetThreadCoreMask.
bunnei
2021-05-05
1
-2
/
+59
*
hle: kernel: svc: Migrate GetProcessId, CancelSynchronization, SetThreadActiv...
bunnei
2021-05-05
1
-13
/
+67
*
hle: kernel: KThread: Remove incorrect resource release.
bunnei
2021-05-05
1
-2
/
+1
*
hle: kernel: svc_results: Update naming..
bunnei
2021-05-05
8
-42
/
+43
*
hle: kernel: KThread: Add missing resource hint release.
bunnei
2021-05-05
1
-1
/
+1
*
hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.
bunnei
2021-05-05
35
-200
/
+215
*
hle: ipc_helpers: Add methods for copy/move references.
bunnei
2021-05-05
1
-2
/
+24
*
hle: kernel: Move slab heaps to their own container.
bunnei
2021-05-05
2
-10
/
+16
*
hle: kernel: Refactor several threads/events/sharedmemory to use slab heaps.
bunnei
2021-05-05
11
-59
/
+53
*
hle: kernel: Move slab heap management to KernelCore.
bunnei
2021-05-05
7
-64
/
+106
*
hle: kernel: Ensure all kernel objects with KAutoObject are properly created.
bunnei
2021-05-05
20
-0
/
+55
*
hle: kernel: Use unique_ptr for suspend and dummy threads.
bunnei
2021-05-05
1
-8
/
+8
*
hle: kernel: Migrate KEvent to KAutoObject.
bunnei
2021-05-05
37
-266
/
+269
*
hle: kernel: Migrate KSharedMemory to KAutoObject.
bunnei
2021-05-05
16
-114
/
+128
*
hle: kernel: Migrate KProcess to KAutoObject.
bunnei
2021-05-05
14
-58
/
+80
*
hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.
bunnei
2021-05-05
28
-59
/
+65
*
hle: kernel: Migrate more of KThread to KAutoObject.
bunnei
2021-05-05
18
-294
/
+451
*
hle: kernel: svc: Migrate GetThreadPriority, StartThread, and ExitThread.
bunnei
2021-05-05
1
-21
/
+12
*
hle: kernel: svc: Migrate CreateThread.
bunnei
2021-05-05
1
-14
/
+21
*
hle: kernel: Migrate idle threads.
bunnei
2021-05-05
2
-13
/
+9
*
hle: kernel: Migrate KThread to KAutoObject.
bunnei
2021-05-05
2
-109
/
+91
*
hle: kernel: Add initial impl. of slab setup.
bunnei
2021-05-05
3
-0
/
+227
*
hle: kernel: Refactor out various KThread std::shared_ptr usage.
bunnei
2021-05-05
10
-58
/
+30
*
core: Defer CoreTiming initialization.
bunnei
2021-05-05
1
-1
/
+1
*
core: memory: Add a work-around to allocate and access kernel memory regions ...
bunnei
2021-05-05
3
-1
/
+46
*
common: common_funcs: Add Size helper function.
bunnei
2021-05-05
1
-0
/
+15
*
hle: kernel: Add initial impl. of KLinkedList.
bunnei
2021-05-05
2
-0
/
+234
*
common: bit_util: Add BIT macro.
bunnei
2021-05-05
1
-0
/
+2
*
hle: kernel: Add initial impl. of KSlabAllocated.
bunnei
2021-05-05
2
-0
/
+153
[next]