summaryrefslogtreecommitdiff
path: root/Source/UnitTests/Core/PageFaultTest.cpp
AgeCommit message (Expand)Author
2026-02-04UnitTests: Add PageTableHostMappingTestJosJuice
2026-01-25Remove unused importsMartino Fontana
2025-05-07Merge pull request #13572 from tygyh/UnitTests-Remove-redundant-virtual-speci...Jordan Woyak
2025-04-23UnitTests: Remove redundant `virtual` specifierDr. Dystopia
2025-04-23UnitTests: Rename lambda parameters which hide previous declarationsDr. Dystopia
2024-10-19DolphinQt: JIT Widget Refreshmitaclaw
2024-10-19JITs: Add GetMemoryStats Functionmitaclaw
2024-10-19JITs: Add EraseSingleBlock Functionmitaclaw
2023-08-29PageFaultTest: Use GTEST_SKIP instead of early returnDentomologist
2023-08-17UnitTests: Declare as CPU thread when using CPUThreadConfigCallbackJosJuice
2023-03-26JitInterface: Convert m_jit to unique_ptr.Admiral H. Curtiss
2023-03-26JitInterface: Refactor to class, move to System.Admiral H. Curtiss
2023-03-25JitBase: Avoid System::GetInstance() and ppcState.Admiral H. Curtiss
2022-06-14UnitTests: Use fmt::print in PageFaultTestPokechu22
2022-05-19UnitTests: Skip PageFaultTest if exception handlers are not supportedDentomologist
2021-10-13Fix all uninitialized variable warnings (C26495)Pokechu22
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-01-10msvc: add asan support (disabled by default)Shawn Hoffman
2018-12-15stop using g_jit outside of JitInterfaceCrystalGamma
2018-03-24CPUCoreBase: Make the GetName() member function const qualifiedLioncash
2017-01-07Add the g_ prefix to the jit globalLéo Lam
2016-08-07Common: namespace MemoryUtilLioncash
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2015-11-19Enable the page fault test on targets that aren't x86_64Ryan Houdek
2015-06-07Remove ARMv7 support.Ryan Houdek
2015-05-25Add missing license headersTillmann Karras
2015-03-01Fix include order of files outside of Source/CoreTillmann Karras
2014-10-19Add a test for page fault handling.comex