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
/
arm_dynarmic_32.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: track separate heap allocation for linux
Liam
2023-12-25
1
-0
/
+5
*
kernel: instantiate memory separately for each guest process
Liam
2023-12-22
1
-3
/
+3
*
arm: fix context save of vector regs
Liam
2023-12-04
1
-6
/
+4
*
core: refactor emulated cpu core activation
Liam
2023-12-04
1
-172
/
+155
*
Merge pull request #10839 from lat9nq/pgc-plus
liamwhite
2023-08-02
1
-3
/
+3
|
\
|
*
settings,general: Rename non-confirming enums
lat9nq
2023-07-21
1
-3
/
+3
*
|
core: remove remaining uses of dynamic_cast
Liam
2023-07-21
1
-3
/
+3
|
/
*
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
1
-49
/
+15
*
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
1
-3
/
+3
*
kernel: use KTypedAddress for addresses
Liam
2023-03-22
1
-3
/
+3
*
externals: update dynarmic, xbyak
Liam
2023-01-05
1
-0
/
+4
*
core: add option to break on unmapped access
Liam
2022-12-02
1
-2
/
+19
*
Initial ARM64 support
Liam
2022-11-09
1
-0
/
+5
*
arm_interface: curb infinite recursion in stacktrace generation
Liam
2022-10-27
1
-1
/
+1
*
code: dodge PAGE_SIZE #define
Kyle Kienapfel
2022-08-19
1
-2
/
+2
*
arm_dynarmic: Fix nullptr fastmem arenas
Merry
2022-08-09
1
-6
/
+9
*
core/arm: fix build error
Liam
2022-08-07
1
-1
/
+5
*
Merge pull request #8637 from liamwhite/bad-interrupts
bunnei
2022-08-07
1
-6
/
+7
|
\
|
*
kernel: unlayer CPU interrupt handling
Liam
2022-07-25
1
-6
/
+7
*
|
Merge pull request #8240 from liamwhite/count-cycles
Morph
2022-08-07
1
-4
/
+11
|
\
\
|
|
/
|
/
|
|
*
core/arm: increase minimum_run_cycles
Liam
2022-06-21
1
-1
/
+1
|
*
core/arm: re-enable cycle counting
merry
2022-06-21
1
-3
/
+10
*
|
Merge pull request #8569 from merryhime/watchpoints
merry
2022-07-17
1
-3
/
+1
|
\
\
|
*
|
dynarmic: Abort watchpoints ASAP
Merry
2022-07-15
1
-3
/
+1
*
|
|
core/arm: skip watchpoint checks when reading instructions
Liam
2022-07-15
1
-3
/
+3
|
/
/
*
|
Merge pull request #8501 from liamwhite/backtrace-again
Mai
2022-07-07
1
-5
/
+25
|
\
\
|
*
|
core/arm: better support for backtrace generation
Liam
2022-06-25
1
-5
/
+25
|
|
/
*
/
dynarmic: Stop ReadCode callbacks to unmapped addresses
Liam
2022-06-21
1
-12
/
+30
|
/
*
core/debugger: memory breakpoint support
Liam
2022-06-16
1
-11
/
+58
*
core/debugger: Improved stepping mechanism and misc fixes
Liam
2022-06-01
1
-34
/
+11
*
core/debugger: Implement new GDB stub debugger
Liam
2022-06-01
1
-6
/
+29
*
Remove unused PrepareReschedule function
Merry
2022-04-24
1
-4
/
+0
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
core/arm: separate backtrace collection
Liam
2022-04-20
1
-0
/
+19
*
Merge pull request #8188 from merryhime/jit-race-page-table-changed
bunnei
2022-04-16
1
-20
/
+28
|
\
|
*
dynarmic: Fix race when switching page tables
merry
2022-04-10
1
-20
/
+28
*
|
dynarmic: Fix single core mode
merry
2022-04-13
1
-1
/
+1
|
/
*
Merge pull request #8148 from merryhime/interrupts
Fernando S
2022-04-07
1
-19
/
+18
|
\
|
*
arm_dynarmic: Use HaltReason for svc calls and reschedules
merry
2022-04-03
1
-10
/
+9
|
*
dynarmic: Better interrupts
merry
2022-04-03
1
-11
/
+11
*
|
dynarmic: Print stack trace on unrecognised instruction or other exception
merry
2022-04-05
1
-0
/
+2
*
|
configuration: Add Paranoid CPU accuracy level
merry
2022-03-26
1
-22
/
+28
|
/
*
Revert "dynarmic: Reduce size of code caches"
bunnei
2022-03-22
1
-2
/
+2
*
dynarmic: Reduce size of code caches
Merry
2022-03-13
1
-2
/
+2
*
dynarmic: Inline exclusive memory accesses
merry
2022-02-27
1
-0
/
+12
*
settings, arm_dynarmic, yuzu qt: Move CPU debugging option
lat9nq
2021-07-08
1
-1
/
+1
*
arm_dynarmic{32,64}: Fixes from test build
lat9nq
2021-07-08
1
-9
/
+3
*
core,common,yuzu qt: Add CPU accuracy option 'Auto'
lat9nq
2021-07-08
1
-4
/
+18
[next]