summaryrefslogtreecommitdiff
path: root/src/tests/core (unfollow)
Commit message (Expand)AuthorFilesLines
2018-03-14core: Move process creation out of global state.Gravatar bunnei2-6/+6
2018-03-01Kernel: Store the program id in the Process class instead of the CodeSet class.Gravatar Subv2-5/+5
2018-01-27memory: Replace all memory hooking with Special regionsGravatar MerryMage2-25/+29
2018-01-13Fix build on macOS and linuxGravatar MerryMage1-1/+1
2018-01-08CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119)Gravatar B3n301-0/+237
2018-01-02arm: Remove SkyEye/Dyncom code that is ARMv6-only.Gravatar bunnei2-13506/+0
2017-10-14hle: Initial implementation of NX service framework and IPC.Gravatar bunnei1-216/+0
2017-09-30nso: Refactor and allocate .bss section.Gravatar bunnei1-2/+2
2017-09-30Moved down_count to CoreTimingGravatar Huw Pascoe1-1/+1
2017-09-26Tests: Added Memory::IsValidVirtualAddress tests.Gravatar Subv1-0/+56
2017-09-26Tests: Fixed ARM VFP testsGravatar Subv1-9/+13
2017-09-24memory: Add GetCurrentPageTable/SetCurrentPageTableGravatar MerryMage1-1/+1
2017-09-15Tests/VFP: Use a standalone pagetable for the TestEnvironment memory operations.Gravatar Subv1-4/+14
2017-07-23tests: Add tests for vaddGravatar MerryMage4-2/+13509
2017-07-23tests: Arm testing frameworkGravatar MerryMage2-0/+206
2017-06-22Kernel: Fix typo in test nameGravatar Yuri Kunde Schlesner1-1/+1
2017-06-21Kernel/IPC: Support translation of null handlesGravatar Yuri Kunde Schlesner1-0/+23
2017-06-18Kernel/IPC: Add tests for HLERequestContext buffer translationGravatar Yuri Kunde Schlesner1-0/+193
2016-11-19FileSys: add PathParserGravatar wwylele1-0/+38