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