rpcsx/rpcs3/Emu
Nekotekina 0da24f21d6 CPU: improve cpu_thread::suspend_all for cache efficiency (TSX)
Add prefetch hint list parameter.
Workloads may be executed by another thread on another CPU core.
It means they may benefit from directly prefetching the data as hinted.
Also implement mov_rdata_nt, for "streaming" data from such workloads.
2020-10-30 05:22:09 +03:00
..
Audio audio: rename audio channels to audio downmix 2020-07-08 21:11:23 +02:00
Cell CPU: improve cpu_thread::suspend_all for cache efficiency (TSX) 2020-10-30 05:22:09 +03:00
CPU CPU: improve cpu_thread::suspend_all for cache efficiency (TSX) 2020-10-30 05:22:09 +03:00
Io DS4: Add error logging and remove some unused code 2020-10-27 15:25:08 +01:00
Memory CPU: improve cpu_thread::suspend_all for cache efficiency (TSX) 2020-10-30 05:22:09 +03:00
NP Implement ethernet address determination 2020-10-16 22:53:48 +03:00
RSX Remove some vm::reservation_lock instances 2020-10-27 17:56:19 +03:00
CMakeLists.txt SPU: improve accurate DMA 2020-10-28 03:47:41 +03:00
GameInfo.h Compilation fix 2020-02-29 21:16:28 +03:00
GDB.cpp Fix various explicitness, laziness, hard codes 2020-04-12 17:29:42 +03:00
GDB.h GDB: remove wrong_checksum_exception 2019-11-08 19:27:11 +03:00
IdManager.cpp idm: Implement creation/destruction invalidation counter 2020-05-24 19:24:07 +03:00
IdManager.h IDM: Implement idm::clear<typename> 2020-06-12 22:12:36 +03:00
IPC.h Cleanup semaphore<> (sema.h) and mutex.h (shared_mutex) 2018-09-03 23:00:36 +03:00
localized_string.cpp Qt/overlays: use Argument list for translatable strings 2020-09-14 18:24:18 +02:00
localized_string.h move localized_string_id to own file 2020-09-14 18:24:18 +02:00
localized_string_id.h HLE: improve cellHddGameCheck 2020-10-24 00:26:41 +03:00
perf_meter.cpp Fix UTF-8 strings in perf_meter files 2020-10-24 14:16:32 +03:00
perf_meter.hpp perf_meter.hpp: fix double rdtsc bug, add restart() method 2020-10-30 03:19:13 +03:00
System.cpp Qt: add custom game icons 2020-10-23 23:13:22 +02:00
System.h Emu: use vulkan as default renderer 2020-10-01 09:19:13 +02:00
system_config.cpp Qt: disable TSX in the config.yml if not supported 2020-05-18 17:46:31 +02:00
system_config.h Implement perf stat counter for PPU/SPU reservation ops 2020-10-19 19:41:28 +03:00
system_config_types.cpp RPCN Client (#8663) 2020-08-27 20:47:04 +01:00
system_config_types.h RPCN Client (#8663) 2020-08-27 20:47:04 +01:00
title.cpp Add more game window title options 2020-02-20 20:07:25 +01:00
title.h Add more game window title options 2020-02-20 20:07:25 +01:00
VFS.cpp fs: improve mountpoint detection 2020-10-02 12:32:35 +03:00
VFS.h Improve Trophy Installer robustness 2020-10-01 22:00:57 +03:00