rpcs3/Utilities
eladash 4a28319edf Implement SPU page faults notifications
* Implement both RawSPU and threaded SPU page fault recovery
* Guard page_fault_notification_entries access with a mutex
* Add missing lock in sys_ppu_thread_recover_page_fault/get_page_fault_context
* Fix EINVAL check in sys_ppu_thread_recover_page_fault, previously when the event was not found begin() was erased and
CELL_OK was returned.
* Fixed page fault recovery waiting logic:
- Do not rely on a single thread_ctrl notification (unsafe)
- Avoided a race where ::awake(ppu) can be called before ::sleep(ppu) therefore nop-ing out the notification
* Avoid inconsistencies with vm flags on page fault cause detection
* Fix sys_mmapper_enable_page_fault_notification EBUSY check
from RE it's allowed to register the same queue twice (on a different area) but not to enable page fault notifications twice
2019-03-12 13:28:31 +03:00
..
address_range.h Implement address_range utility class 2018-09-24 15:26:40 +03:00
asm.h Add dummy __has_builtin macro, use rotate builtins if possible 2019-03-01 00:08:19 +03:00
Atomic.h Initial support for HLE in internal API 2019-01-29 04:33:59 +03:00
AtomicPtr.h
BEType.h Fix le_t<> compilation error 2019-01-22 22:02:03 +03:00
bin_patch.cpp
bin_patch.h
bit_set.h Fix bitset formatting 2018-09-15 17:09:56 +03:00
BitField.h
cfmt.h Move rotate/cntlz/cnttz helpers to Utilities/asm.h 2018-09-08 00:32:04 +03:00
cond.cpp SPU: multithread compilation 2019-01-22 22:02:02 +03:00
cond.h Rewrite condition variables 2018-11-29 01:30:05 +03:00
Config.cpp Reintroduce LOG_CHANNEL 2018-08-25 15:39:00 +03:00
Config.h Add missing deleted operators 2018-09-27 12:16:43 +03:00
CPUStats.h c++17: use std::size 2018-09-06 13:15:59 +03:00
CRC.h
date_time.h RSX: use localtime_s instead of localtime 2018-07-28 23:10:45 +02:00
dynamic_library.cpp
dynamic_library.h Internal: register WaitOnAddress family functions (WinAPI) 2018-10-19 22:22:35 +03:00
event.h atomic_t<>: extend fetch_op to support cancellation 2018-09-08 00:32:04 +03:00
File.cpp Move PPU and shader cache 2019-01-14 01:24:05 +03:00
File.h Move PPU and shader cache 2019-01-14 01:24:05 +03:00
GDBDebugServer.cpp New named_thread template (preview) 2018-09-27 14:04:16 +03:00
GDBDebugServer.h Migration to named_thread<> 2018-10-19 22:22:35 +03:00
geometry.h
git-version-gen.cmd Git Revision Fix (#5043) 2018-08-27 22:53:45 +04:00
GSL.h Update GSL and yaml-cpp submodules 2018-08-25 01:15:47 +03:00
hash.h rsx: Optimize hash_struct; vk cleanup 2018-08-18 16:14:30 +03:00
Interval.h
JIT.cpp LLVM: handle cascadelake CPU name 2019-03-05 21:47:34 +03:00
JIT.h spu_runtime::add minor optimization 2019-01-29 03:32:16 +03:00
lockless.h lf_queue: implement wait() method 2019-01-13 14:45:36 +03:00
Log.cpp Implement fs::get_cache_dir 2019-01-13 14:45:36 +03:00
Log.h Optimize logs 2018-09-19 14:14:04 +03:00
LUrlParser.cpp
LUrlParser.h
mutex.cpp Rewrite condition variables 2018-11-29 01:30:05 +03:00
mutex.h Initial support for HLE in internal API 2019-01-29 04:33:59 +03:00
rXml.cpp
rXml.h
sema.cpp Implement cond_one sync primitive 2018-11-05 13:14:11 +03:00
sema.h Migration to named_thread<> 2018-10-19 22:22:35 +03:00
StrFmt.cpp Rewrite vfs::get and vfs::mount 2018-09-15 17:09:56 +03:00
StrFmt.h Fix type-safe formatting 2018-08-25 12:06:57 +03:00
StrUtil.h Rewrite vfs::get and vfs::mount 2018-09-15 17:09:56 +03:00
sync.h SPU: multithread compilation 2019-01-22 22:02:02 +03:00
sysinfo.cpp Fix trailing zeros in CPU brand 2018-09-17 12:18:40 +03:00
sysinfo.h
Thread.cpp Implement SPU page faults notifications 2019-03-12 13:28:31 +03:00
Thread.h Migration to named_thread<> 2018-10-19 22:22:35 +03:00
Timer.h RSX/Overlays: don't press buttons on every iteration 2018-10-03 21:37:05 +02:00
typemap.h Implement utils::refptr for typemap (with && syntax) 2019-03-01 00:08:19 +03:00
types.h Add dummy __has_builtin macro, use rotate builtins if possible 2019-03-01 00:08:19 +03:00
version.cpp
version.h
VirtualMemory.cpp Make vm::get_super_ptr return contiguous memory 2018-09-27 23:37:13 +03:00
VirtualMemory.h Make vm::get_super_ptr return contiguous memory 2018-09-27 23:37:13 +03:00