Commit Graph

1222 Commits

Author SHA1 Message Date
XMRig
2f19cddc9f Added additional MSR registers for Ryzen CPUs. 2019-12-12 14:21:15 +07:00
XMRig
7acb7ddbc9 Fixed potential division by 0. 2019-12-12 14:09:18 +07:00
XMRig
86e5ab861b Don't build Rx_linux.cpp on ARM. 2019-12-11 21:20:37 +07:00
XMRig
6d176d2013 Fixed MSR. 2019-12-11 20:09:25 +07:00
XMRig
7a507a2c8a Added support for AMD specific MSR registers. 2019-12-11 19:37:13 +07:00
XMRig
79a7d91166 Fixed --randomx-wrmsr option without parameters. 2019-12-11 19:16:01 +07:00
XMRig
bb5887866c v5.2.1 2019-12-11 17:58:44 +07:00
XMRig
7e578b76ab v5.2.0 2019-12-11 14:06:53 +07:00
XMRig
f960d1cf16 Added RandomX option "wrmsr" with command line equivalent --randomx-wrmsr=N. 2019-12-10 23:57:29 +07:00
XMRig
e1171d3ae7 Added CPU vendor enum. 2019-12-10 12:49:42 +07:00
XMRig
4b3ab4f99a Added command line option --randomx-1gb-pages 2019-12-10 11:56:31 +07:00
SChernykh
9629001fe4 Update jit_compiler_x86_static.S 2019-12-09 20:30:37 +01:00
SChernykh
7e724aa70d More optimizations for Ryzen 2019-12-09 20:29:05 +01:00
SChernykh
e35ce64e14 Fixed assembly selection for RandomX when it's on Auto 2019-12-09 18:59:49 +01:00
XMRig
fbd39ca49d Move "1gb-pages" option to "randomx" object. 2019-12-09 21:42:40 +07:00
XMRig
29029028cf Added missing Cpu::release call. 2019-12-09 01:07:42 +07:00
XMRig
09bad67a85 v5.2.0-dev 2019-12-08 23:23:03 +07:00
XMRig
280618a9eb Memory allocation refactoring. 2019-12-08 23:17:39 +07:00
SChernykh
08eef1bf9a Fix GCC compilation 2019-12-08 16:51:37 +01:00
SChernykh
8a1679ec89 Fixed indentation 2019-12-08 16:20:46 +01:00
SChernykh
2ed2629653 Optimized dataset read for Ryzen CPUs
Removed register dependency in dataset read, +0.8% speedup on average.
2019-12-08 16:14:02 +01:00
XMRig
2c2912ddba Fix summary. 2019-12-08 14:30:44 +07:00
XMRig
6bba6eadb9 New summary information about 1GB pages. 2019-12-08 14:21:28 +07:00
XMRig
2979e0c075 Fixed build without hwloc. 2019-12-08 10:20:23 +07:00
XMRig
0c926c5f57 #1385 "max-threads-hint" option now also limit RandomX dataset initialization threads. 2019-12-07 22:18:06 +07:00
XMRig
5d6abe4ae6 #1386 Added priority for RandomX dataset initialization threads. 2019-12-06 22:17:04 +07:00
SChernykh
46e3823d3f Fixed compilation on systems without 1GB pages support 2019-12-06 13:55:33 +01:00
SChernykh
c188d885ee Fix ARM compilation 2019-12-06 13:43:59 +01:00
XMRig
209f485f70 Removed strdup from FileLog. 2019-12-06 11:56:13 +07:00
XMRig
e9b0940ec5 #1306 Added some network workarounds. 2019-12-06 10:56:43 +07:00
SChernykh
0a5c12295d Added 1GB hugepages support for Linux 2019-12-05 19:39:47 +01:00
SChernykh
7050eaa272 Merge remote-tracking branch 'upstream/dev' into dev 2019-12-05 16:33:45 +01:00
XMRig
3812c81ed5 hwloc for MSVC updated to v2.1.0. 2019-12-05 12:47:31 +07:00
XMRig
6f42debfc9 v5.1.2-dev 2019-12-05 12:16:05 +07:00
XMRig
7e231f0e90 v5.1.1 2019-12-04 16:59:48 +07:00
SChernykh
823857fc72 Merge remote-tracking branch 'upstream/dev' into dev 2019-12-04 10:24:10 +01:00
XMRig
9200b3f7e3 Use normalize for load average values. 2019-12-04 10:25:26 +07:00
XMRig
bc4e456ac1 Option "yield" enabled by default and added command line option --cpu-no-yield. 2019-12-04 08:50:54 +07:00
SChernykh
8c853ea8f2 Update VirtualMemory_unix.cpp 2019-12-03 20:25:51 +01:00
XMRig
c8bb620264 Removed unused code. 2019-12-03 21:11:27 +07:00
XMRig
75195e95d3 #1363 Fixed main thread priority. 2019-12-03 18:28:10 +07:00
XMRig
1797fe3e20 Added CPU option "yield". 2019-12-03 09:04:20 +07:00
XMRig
1a02e5996f v5.1.1-dev 2019-12-03 08:37:08 +07:00
XMRig
1dda0eabcc Merge branch 'dev' 2019-12-01 15:30:06 +07:00
SChernykh
4b0f3fab83 RandomX fixes
Intel JCC erratum fix and various other improvements, see more here: https://www.phoronix.com/scan.php?page=article&item=intel-jcc-microcode&num=1
2019-12-01 08:46:35 +01:00
XMRig
078f451118 #1329 Revert version in master branch. 2019-11-29 19:06:50 +07:00
XMRig
9c5db50ca4 Use total memory (Linux report low free memory) and fix typo. 2019-11-29 13:43:26 +07:00
XMRig
3931b12e60 Changed memory print format. 2019-11-29 13:25:24 +07:00
XMRig
39462aeec7 Use uv_get_free_memory. 2019-11-29 13:12:36 +07:00
XMRig
b7e1d97d93 Added option "mode" (or --randomx-mode) for RandomX. 2019-11-29 13:00:17 +07:00