index
:
Ryujinx
master
A backup of the Ryujinx master git branch.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Ryujinx.HLE
/
HOS
/
Kernel
Age
Commit message (
Expand
)
Author
2019-03-15
Print Guest Stack Trace in ServiceNotImplemented Exception (#650)
jduncanator
2019-02-24
Optimize address translation and write tracking on the MMU (#571)
gdkchan
2019-02-19
ARM exclusive monitor and multicore fixes (#589)
gdkchan
2019-02-14
Support HomeBrew Loader (#577)
Thomas Guillemard
2019-02-04
Implement speculative translation on the CPU (#515)
gdkchan
2019-01-29
Implement some ARM32 memory instructions and CMP (#565)
gdkchan
2019-01-24
Add ARM32 support on the translator (#561)
gdkchan
2019-01-18
Improve kernel IPC implementation (#550)
gdkchan
2018-12-18
Refactor SVC handler (#540)
gdkchan
2018-12-11
Optimized memory modified check (#538)
Roderick Sieben
2018-12-06
Adjust naming conventions and general refactoring in HLE Project (#527)
Alex Barney
2018-12-04
Revert "Adjust naming conventions and general refactoring in HLE Project (#49...
gdkchan
2018-12-04
Adjust naming conventions and general refactoring in HLE Project (#490)
Alex Barney
2018-11-28
Better process implementation (#491)
gdkchan
2018-10-30
Adjust naming conventions for Ryujinx and ChocolArm64 projects (#484)
Alex Barney
2018-10-28
Timing: Optimize Timestamp Aquisition (#479)
jduncanator
2018-10-24
Move prio/core locals inside the lock on yield (#478)
gdkchan
2018-10-20
Print stack trace on invalid memory accesses (#461)
gdkchan
2018-10-17
Move logging to Ryujinx.Common and make it a static class (#413)
ReinUsesLisp
2018-10-10
Implement IRoInterface (#445)
Thomas Guillemard
2018-10-08
Break: don't crash when bit 31 is set (#444)
Thomas Guillemard
2018-09-23
Improve kernel events implementation (#430)
gdkchan
2018-09-19
Fix performance regression caused by the new scheduler changes (#422)
gdkchan
2018-09-18
Thread scheduler rewrite (#393)
gdkchan
2018-09-18
Allow "reinterpretation" of framebuffer/zeta formats (#418)
gdkchan
2018-08-21
SvcSetHeapSize: match kernel check for invalid size (#374)
Thomas Guillemard
2018-08-17
Fix MapPhysicalMemory when block position is less than map position (#359)
gdkchan
2018-08-16
Code style fixes and nits on the HLE project (#355)
gdkchan