index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
svc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
kernel: fix format string error
Liam
2023-10-20
1
-1
/
+1
*
k_page_table: implement PermissionLocked
Liam
2023-10-20
1
-1
/
+7
*
kernel: implement transfer memory
Liam
2023-10-05
1
-5
/
+49
*
core: improve debug workflow
Liam
2023-09-14
2
-2
/
+6
*
kernel: remove relative task registration
Liam
2023-08-15
6
-15
/
+58
*
core: reduce TOCTTOU memory access
Liam
2023-07-22
2
-14
/
+8
*
kernel: reduce page table region checking
Liam
2023-07-15
5
-49
/
+10
*
k_process: PageTable -> GetPageTable
Liam
2023-07-15
12
-39
/
+39
*
kernel: Synchronize
Morph
2023-07-01
2
-36
/
+42
*
Remove memory allocations in some hot paths
Kelebek1
2023-06-22
3
-9
/
+10
*
core_timing: Fix SingleCore cycle timer
Morph
2023-06-08
1
-9
/
+1
*
core_timing: Use CNTPCT as the guest CPU tick
Morph
2023-06-08
1
-2
/
+2
*
memory: rename global memory references to application memory
Liam
2023-03-24
9
-13
/
+17
*
Merge pull request #9964 from liamwhite/typed-address
liamwhite
2023-03-23
17
-44
/
+43
|
\
|
*
kernel: use KTypedAddress for addresses
Liam
2023-03-22
17
-44
/
+43
*
|
kernel: fix LOG_TRACE in ipc
Liam
2023-03-19
1
-1
/
+1
|
/
*
kernel: convert KProcess to new style
Liam
2023-03-13
2
-3
/
+3
*
kernel: convert KThread to new style
Liam
2023-03-13
1
-4
/
+1
*
kernel: prefer std::addressof
Liam
2023-03-13
8
-16
/
+17
*
kernel/svc: convert to new style
Liam
2023-03-13
18
-295
/
+185
*
kernel: convert KPort, KSession
Liam
2023-03-13
2
-3
/
+3
*
general: fix spelling mistakes
Liam
2023-03-12
2
-2
/
+2
*
Merge pull request #9916 from liamwhite/fpu
liamwhite
2023-03-09
1
-0
/
+3
|
\
|
*
kernel: clone fpu status on CreateThread
Liam
2023-03-08
1
-0
/
+3
*
|
kernel: fix WaitSynchronization
Liam
2023-03-05
1
-16
/
+29
|
/
*
Merge pull request #9832 from liamwhite/hle-mp
liamwhite
2023-03-01
2
-32
/
+24
|
\
|
*
service: refactor server architecture
Liam
2023-02-21
2
-32
/
+24
*
|
svc: Fix type consistency (exposed on macOS)
Merry
2023-02-21
10
-34
/
+34
|
/
*
kernel: add KObjectName
Liam
2023-02-17
1
-3
/
+51
*
Merge pull request #9796 from liamwhite/current
liamwhite
2023-02-15
22
-108
/
+115
|
\
|
*
kernel: use GetCurrentProcess
Liam
2023-02-13
22
-108
/
+115
*
|
remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency
arades79
2023-02-14
3
-3
/
+3
*
|
add static lifetime to constexpr values to force compile time evaluation where possible
arades79
2023-02-14
3
-3
/
+3
|
/
*
kernel/svc: Fix undefined info_id
Colin Kinloch
2023-02-11
1
-2
/
+2
*
kernel/svc: switch to generated wrappers
Liam
2023-02-07
37
-258
/
+1809
*
kernel/svc: Split implementations into separate files
Liam
2023-02-05
36
-0
/
+2997