index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
5
-106
/
+23
*
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
13
-57
/
+79
*
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
17
-289
/
+444
*
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
*
hle: kernel: Add initial impl. of KLinkedList.
bunnei
2021-05-05
2
-0
/
+234
*
hle: kernel: Add initial impl. of KSlabAllocated.
bunnei
2021-05-05
2
-0
/
+153
*
hle: kernel: Add initial impl. of KAutoObjectWithListContainer.
bunnei
2021-05-05
3
-0
/
+109
*
hle: kernel: Add initial impl. of KAutoObject.
bunnei
2021-05-05
3
-0
/
+306
*
Merge pull request #6279 from ogniK5377/nvhost-prof
bunnei
2021-05-05
1
-3
/
+14
|
\
|
*
Update src/core/hle/service/nvdrv/interface.cpp
bunnei
2021-05-05
1
-1
/
+1
|
*
nvdrv: /dev/nvhost-prof-gpu for production
Chloe Marcec
2021-05-03
1
-3
/
+14
*
|
service: Remove unused class variables
Lioncash
2021-05-05
3
-7
/
+4
*
|
service: Resolve cases of member field shadowing
Lioncash
2021-05-04
60
-117
/
+119
*
|
Merge pull request #6278 from lioncash/misc-shadow
bunnei
2021-05-03
10
-25
/
+27
|
\
\
|
|
/
|
/
|
|
*
core: Resolve misc cases of variable shadowing
Lioncash
2021-05-03
10
-25
/
+27
*
|
hid: Fix touch not initializing properly if disabled
german77
2021-05-02
2
-2
/
+10
|
/
*
Merge pull request #6269 from lioncash/file-shadow
bunnei
2021-05-02
21
-114
/
+132
|
\
|
*
file_sys: Resolve cases of variable shadowing
Lioncash
2021-05-02
21
-114
/
+132
*
|
Merge pull request #6265 from Morph1984/snap-save-fix
bunnei
2021-05-02
2
-2
/
+8
|
\
\
|
|
/
|
/
|
[next]