index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
UnitTests
/
Core
/
PageFaultTest.cpp
Age
Commit message (
Expand
)
Author
2026-02-04
UnitTests: Add PageTableHostMappingTest
JosJuice
2026-01-25
Remove unused imports
Martino Fontana
2025-05-07
Merge pull request #13572 from tygyh/UnitTests-Remove-redundant-virtual-speci...
Jordan Woyak
2025-04-23
UnitTests: Remove redundant `virtual` specifier
Dr. Dystopia
2025-04-23
UnitTests: Rename lambda parameters which hide previous declarations
Dr. Dystopia
2024-10-19
DolphinQt: JIT Widget Refresh
mitaclaw
2024-10-19
JITs: Add GetMemoryStats Function
mitaclaw
2024-10-19
JITs: Add EraseSingleBlock Function
mitaclaw
2023-08-29
PageFaultTest: Use GTEST_SKIP instead of early return
Dentomologist
2023-08-17
UnitTests: Declare as CPU thread when using CPUThreadConfigCallback
JosJuice
2023-03-26
JitInterface: Convert m_jit to unique_ptr.
Admiral H. Curtiss
2023-03-26
JitInterface: Refactor to class, move to System.
Admiral H. Curtiss
2023-03-25
JitBase: Avoid System::GetInstance() and ppcState.
Admiral H. Curtiss
2022-06-14
UnitTests: Use fmt::print in PageFaultTest
Pokechu22
2022-05-19
UnitTests: Skip PageFaultTest if exception handlers are not supported
Dentomologist
2021-10-13
Fix all uninitialized variable warnings (C26495)
Pokechu22
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-01-10
msvc: add asan support (disabled by default)
Shawn Hoffman
2018-12-15
stop using g_jit outside of JitInterface
CrystalGamma
2018-03-24
CPUCoreBase: Make the GetName() member function const qualified
Lioncash
2017-01-07
Add the g_ prefix to the jit global
Léo Lam
2016-08-07
Common: namespace MemoryUtil
Lioncash
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2015-11-19
Enable the page fault test on targets that aren't x86_64
Ryan Houdek
2015-06-07
Remove ARMv7 support.
Ryan Houdek
2015-05-25
Add missing license headers
Tillmann Karras
2015-03-01
Fix include order of files outside of Source/Core
Tillmann Karras
2014-10-19
Add a test for page fault handling.
comex