884 Commits (ca42578d4ecd9aae22a26bd3bb6a12631f0da9ab)

Author SHA1 Message Date
Liam 156516e399 kernel: use KTypedAddress for addresses 3 years ago
Liam c68577384a general: rename CurrentProcess to ApplicationProcess 3 years ago
Liam b91913334e kernel/svc: switch to generated wrappers 3 years ago
Kelebek1 8fea4c21b2 Be careful of mangled out of bounds read 3 years ago
Kelebek1 90f546cba4 Add stacktrace symbol demangling 3 years ago
Liam 7429e31f30 externals: update dynarmic, xbyak 3 years ago
Liam dfc09df118 core: add option to break on unmapped access 3 years ago
Fernando Sahmkow ee4b6380b9 Dynarmic: Remove inaccurate NaN from Auto CPU settings. 3 years ago
Liam 9509fb30a4 Initial ARM64 support 3 years ago
Liam 8544af06f5 arm_interface: curb infinite recursion in stacktrace generation 3 years ago
bunnei 97e4cd1c8f core: hle: kernel: k_thread: Implement thread termination DPC. 4 years ago
Liam 545875eaa1 k_server_session: preliminary support for userspace server sessions 3 years ago
Kyle Kienapfel ea00332a67 code: dodge PAGE_SIZE #define 4 years ago
Merry c5b77f78f8 arm_dynarmic: Fix nullptr fastmem arenas 4 years ago
Liam a7027fa7c9 core/arm: fix build error 4 years ago
Merry abf143229a arm_dynarmic_cp15: Implement CP15DMB/CP15DSB/CP15ISB 4 years ago
Andrea Pappacoda 6a2efdda2f chore: make yuzu REUSE compliant 4 years ago
Liam 3edb108f4b kernel: unlayer CPU interrupt handling 4 years ago
Liam 9858c3ce34 core/arm: skip watchpoint checks when reading instructions 4 years ago
Merry f719a0a078 dynarmic: Abort watchpoints ASAP 4 years ago
Liam e47bced65d kernel: use KScheduler from mesosphere 4 years ago
Liam 416a71804b core/arm: better support for backtrace generation 4 years ago
Liam 83f1ecb73b kernel: make current thread pointer thread local 4 years ago
Liam 97edc7c0df core/arm: increase minimum_run_cycles 4 years ago
merry 8151f68522 core/arm: re-enable cycle counting 4 years ago
Liam 0d04631c1f dynarmic: Stop ReadCode callbacks to unmapped addresses 4 years ago
Liam 8d2abc710c core/debugger: memory breakpoint support 4 years ago
Liam a6c1036ddc core: centralize profile scope for Dynarmic 4 years ago
Liam 8f979d453d common: consolidate ELF structure definitions 4 years ago
Liam da50e98e3a core/debugger: Improved stepping mechanism and misc fixes 4 years ago
Liam 2ee161a0bf core/debugger: Implement new GDB stub debugger 4 years ago
Lioncash 9272114d86 general: Avoid ambiguous format_to compilation errors 4 years ago
Merry 71b0b6274e Remove unused PrepareReschedule function 4 years ago
Morph 2b87305d31 general: Convert source file copyright comments over to SPDX 4 years ago
Liam 80afee83ba core/arm: separate backtrace collection 4 years ago
merry 0b947e0341 dynarmic: Fix single core mode 4 years ago
merry 396a1dc9b0 dynarmic: Fix race when switching page tables 4 years ago
Liam 28fb3e8240 core: extract symbol reading 4 years ago
merry 8bcfa4046f dynarmic: Print stack trace on unrecognised instruction or other exception 4 years ago
merry ac87509300 arm_dynarmic: Use HaltReason for svc calls and reschedules 4 years ago
merry f54345590b dynarmic: Better interrupts 4 years ago
merry 5a37246da6 arm_dynarmic_64: Invalidate on all cores 4 years ago
merry e752529c4c configuration: Add Paranoid CPU accuracy level 4 years ago
bunnei 89a97915a8 Revert "dynarmic: Reduce size of code caches" 4 years ago
ameerj 22e01068e1 core: Reduce unused includes 4 years ago
Merry eb30b2382a dynarmic: Reduce size of code caches 4 years ago
merry 3fe2c2d40d dynarmic: Inline exclusive memory accesses 4 years ago
Lioncash 8a509e5a2c general: Replace NonCopyable struct with equivalents 4 years ago
jam1garner 4b9926e608 arm: dynarmic: Cleanup icache op handling 4 years ago
jam1garner 068124d506 arm: dynarmic: Implement icache op handling for 'ic iallu' instruction 4 years ago