index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
arm
/
dynarmic
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-12-25
core: track separate heap allocation for linux
Liam
4
-0
/
+79
2023-12-22
kernel: instantiate memory separately for each guest process
Liam
4
-8
/
+8
2023-12-04
arm: fix context save of vector regs
Liam
1
-6
/
+4
2023-12-04
core: refactor emulated cpu core activation
Liam
7
-492
/
+364
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-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
9
-120
/
+75
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
2
-6
/
+6
2023-03-22
kernel: use KTypedAddress for addresses
Liam
4
-13
/
+13
2023-01-05
externals: update dynarmic, xbyak
Liam
2
-0
/
+8
2022-12-02
core: add option to break on unmapped access
Liam
2
-4
/
+38
2022-11-17
Dynarmic: Remove inaccurate NaN from Auto CPU settings.
Fernando Sahmkow
1
-1
/
+0
2022-11-09
Initial ARM64 support
Liam
2
-7
/
+20
2022-10-27
arm_interface: curb infinite recursion in stacktrace generation
Liam
2
-2
/
+2
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
2
-6
/
+4
2022-07-25
kernel: unlayer CPU interrupt handling
Liam
4
-16
/
+20
2022-07-15
core/arm: skip watchpoint checks when reading instructions
Liam
2
-6
/
+6
2022-07-15
dynarmic: Abort watchpoints ASAP
Merry
2
-6
/
+2
2022-06-25
core/arm: better support for backtrace generation
Liam
4
-15
/
+36
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
2
-19
/
+51
2022-06-16
core/debugger: memory breakpoint support
Liam
4
-25
/
+135
2022-06-01
core/debugger: Improved stepping mechanism and misc fixes
Liam
4
-76
/
+32
2022-06-01
core/debugger: Implement new GDB stub debugger
Liam
4
-13
/
+62
2022-05-14
general: Avoid ambiguous format_to compilation errors
Lioncash
1
-1
/
+1
2022-04-24
Remove unused PrepareReschedule function
Merry
4
-10
/
+0
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
6
-18
/
+12
2022-04-20
core/arm: separate backtrace collection
Liam
4
-0
/
+73
2022-04-13
dynarmic: Fix single core mode
merry
2
-2
/
+2
2022-04-10
dynarmic: Fix race when switching page tables
merry
4
-57
/
+84
2022-04-05
dynarmic: Print stack trace on unrecognised instruction or other exception
merry
2
-0
/
+4
2022-04-03
arm_dynarmic: Use HaltReason for svc calls and reschedules
merry
4
-27
/
+19
2022-04-03
dynarmic: Better interrupts
merry
4
-22
/
+23
2022-03-27
arm_dynarmic_64: Invalidate on all cores
merry
1
-2
/
+4
2022-03-26
configuration: Add Paranoid CPU accuracy level
merry
2
-44
/
+56
2022-03-22
Revert "dynarmic: Reduce size of code caches"
bunnei
2
-4
/
+4
2022-03-19
core: Reduce unused includes
ameerj
1
-2
/
+0
2022-03-13
dynarmic: Reduce size of code caches
Merry
2
-4
/
+4
2022-02-27
dynarmic: Inline exclusive memory accesses
merry
4
-3
/
+28
2021-11-21
arm: dynarmic: Cleanup icache op handling
jam1garner
1
-10
/
+9
2021-11-21
arm: dynarmic: Implement icache op handling for 'ic iallu' instruction
jam1garner
1
-0
/
+3
2021-11-21
arm: dynarmic: Implement icache op handling for 'ic ivau' instruction
jam1garner
1
-0
/
+18
[next]