index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
arm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
debug: fix reading of module names
Liam
2023-12-09
1
-1
/
+4
*
Merge pull request #12236 from liamwhite/cpu-refactor
Fernando S
2023-12-06
16
-1121
/
+972
|
\
|
*
arm: fix context save of vector regs
Liam
2023-12-04
1
-6
/
+4
|
*
core: refactor emulated cpu core activation
Liam
2023-12-04
16
-1121
/
+974
*
|
nce: fix pre-text patch for single modules
Liam
2023-12-02
1
-0
/
+2
|
/
*
core: Rename patcher file
GPUCode
2023-11-29
3
-2
/
+2
*
oaknut: Address warnings
GPUCode
2023-11-25
1
-4
/
+0
*
Address more review comments
GPUCode
2023-11-25
2
-5
/
+8
*
arm_nce: skip data aborts for crash handling parity
Liam
2023-11-25
1
-3
/
+11
*
arm: Print backtrace on data abort
GPUCode
2023-11-25
1
-0
/
+2
*
patch: check offsets from first code word
Liam
2023-11-25
1
-3
/
+4
*
arm_nce: skip dc cvac on possibly write-protected areas
Liam
2023-11-25
1
-3
/
+1
*
Address some review comments
GPUCode
2023-11-25
3
-17
/
+9
*
arm: Implement native code execution backend
Liam
2023-11-25
9
-0
/
+1533
*
core: check for thread dpc before eret
Liam
2023-11-13
1
-8
/
+8
*
kernel: update KProcess
Liam
2023-10-21
1
-3
/
+3
*
Merge pull request #10839 from lat9nq/pgc-plus
liamwhite
2023-08-02
2
-6
/
+6
|
\
|
*
settings,general: Rename non-confirming enums
lat9nq
2023-07-21
2
-6
/
+6
*
|
Merge pull request #10990 from comex/ubsan
liamwhite
2023-07-26
2
-3
/
+3
|
\
\
|
*
|
Fixes and workarounds to make UBSan happier on macOS
comex
2023-07-15
2
-3
/
+3
|
|
/
*
/
core: remove remaining uses of dynamic_cast
Liam
2023-07-21
5
-14
/
+15
|
/
*
arm_interface: correct breakpoint rewind condition
Liam
2023-07-09
1
-1
/
+1
*
arm_dynarmic_32: Remove disabling of block linking on arm64
Merry
2023-06-27
1
-5
/
+0
*
core: decouple ARM interface from Dynarmic
Liam
2023-06-12
12
-151
/
+167
*
core: arm_dynarmic_32: Update SaveContext/LoadContext.
bunnei
2023-04-01
1
-13
/
+10
*
memory: rename global memory references to application memory
Liam
2023-03-23
3
-7
/
+7
*
kernel: use KTypedAddress for addresses
Liam
2023-03-22
6
-22
/
+22
*
general: rename CurrentProcess to ApplicationProcess
Liam
2023-02-13
1
-3
/
+3
*
kernel/svc: switch to generated wrappers
Liam
2023-02-06
1
-0
/
+1
*
Be careful of mangled out of bounds read
Kelebek1
2023-01-14
1
-4
/
+0
*
Add stacktrace symbol demangling
Kelebek1
2023-01-14
1
-14
/
+4
*
externals: update dynarmic, xbyak
Liam
2023-01-05
2
-0
/
+8
*
core: add option to break on unmapped access
Liam
2022-12-02
3
-6
/
+44
*
Dynarmic: Remove inaccurate NaN from Auto CPU settings.
Fernando Sahmkow
2022-11-17
1
-1
/
+0
*
Initial ARM64 support
Liam
2022-11-09
3
-9
/
+22
*
arm_interface: curb infinite recursion in stacktrace generation
Liam
2022-10-27
2
-2
/
+2
*
core: hle: kernel: k_thread: Implement thread termination DPC.
bunnei
2022-10-18
1
-0
/
+8
*
k_server_session: preliminary support for userspace server sessions
Liam
2022-10-11
1
-0
/
+1
*
code: dodge PAGE_SIZE #define
Kyle Kienapfel
2022-08-19
1
-2
/
+2
*
Merge pull request #8745 from merryhime/null-fastmem-arena
liamwhite
2022-08-12
2
-7
/
+11
|
\
|
*
arm_dynarmic: Fix nullptr fastmem arenas
Merry
2022-08-09
2
-7
/
+11
*
|
Merge pull request #8729 from merryhime/cp15-barriers
bunnei
2022-08-09
2
-4
/
+29
|
\
\
|
|
/
|
/
|
|
*
arm_dynarmic_cp15: Implement CP15DMB/CP15DSB/CP15ISB
Merry
2022-08-07
2
-4
/
+29
*
|
core/arm: fix build error
Liam
2022-08-07
2
-2
/
+10
*
|
Merge pull request #8637 from liamwhite/bad-interrupts
bunnei
2022-08-07
7
-85
/
+25
|
\
\
|
*
|
kernel: unlayer CPU interrupt handling
Liam
2022-07-25
7
-85
/
+25
*
|
|
Merge pull request #8240 from liamwhite/count-cycles
Morph
2022-08-07
2
-8
/
+22
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
core/arm: increase minimum_run_cycles
Liam
2022-06-21
2
-2
/
+2
|
*
|
core/arm: re-enable cycle counting
merry
2022-06-21
2
-6
/
+20
*
|
|
chore: make yuzu REUSE compliant
Andrea Pappacoda
2022-07-27
3
-9
/
+6
|
|
/
|
/
|
[next]