27 Commits (ce7c02735ec3a8e87f46f64556c6d5ede18c699d)

Author SHA1 Message Date
bunnei d95ceaa8ec arm_test_common: Updates for new VMM. 6 years ago
Lioncash 323680e5ad core/memory: Migrate over memory mapping functions to the new Memory class 6 years ago
Zach Hilman fc0bf91a96 kernel: Differentiate kernel and user processes when picking ID 7 years ago
Lioncash e779686a76 kernel: Handle page table switching within MakeCurrentProcess() 7 years ago
bunnei 93da8e0abf core: Move PageTable struct into Common. 7 years ago
Lioncash 8e510d5afa kernel: Make the address arbiter instance per-process 7 years ago
Lioncash c161389a0f kernel/address_arbiter: Pass in system instance to constructor 7 years ago
Frederic L 7a5eda5914 global: Use std::optional instead of boost::optional (#1578) 8 years ago
Lioncash 5c0408596f kernel/thread: Use a regular pointer for the owner/current process 8 years ago
Lioncash cf9d6c6f52 kernel/process: Make data member variables private 8 years ago
Lioncash 7fd598636e memory: Dehardcode the use of a 36-bit address space 8 years ago
fearlessTobi 63c2e32e20 Port #4182 from Citra: "Prefix all size_t with std::" 8 years ago
Lioncash 0cbcd6ec9a kernel: Eliminate kernel global state 8 years ago
Lioncash 48733744bb arm_test_common: Get rid of truncation warnings 8 years ago
Lioncash a8bb1eb39f arm_test_common: Make file static variable a member variable of the testing environment 8 years ago
Lioncash a44475207c arm_test_common: Add missing header guard 8 years ago
bunnei 7d6653268f core: Move process creation out of global state. 8 years ago
Subv 827f8ca3c7 Kernel: Store the program id in the Process class instead of the CodeSet class. 8 years ago
MerryMage 738f91a57d memory: Replace all memory hooking with Special regions 8 years ago
bunnei b172f0d770 arm: Remove SkyEye/Dyncom code that is ARMv6-only. 8 years ago
Huw Pascoe 529f4a0131 Moved down_count to CoreTiming 9 years ago
Subv c102e3ae28 Tests: Fixed ARM VFP tests 9 years ago
MerryMage c02bbb7030 memory: Add GetCurrentPageTable/SetCurrentPageTable 9 years ago
Subv 3bde97ea05 Tests/VFP: Use a standalone pagetable for the TestEnvironment memory operations. 9 years ago
MerryMage a08edd67eb tests: Add tests for vadd 9 years ago
MerryMage 567c3a2ee7 tests: Arm testing framework 9 years ago