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