Commit Graph

1767 Commits

Author SHA1 Message Date
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
f0f3246f08 Added os.cmake 2019-12-08 13:30:26 +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
xmrig
87c2aee054 Merge pull request #1391 from SChernykh/dev
Fixed compilation on systems without 1GB pages support
2019-12-06 19:58:48 +07:00
SChernykh
46e3823d3f Fixed compilation on systems without 1GB pages support 2019-12-06 13:55:33 +01:00
xmrig
9b29aaa5b3 Merge pull request #1390 from SChernykh/dev
Fix ARM compilation
2019-12-06 19:48:58 +07:00
SChernykh
c188d885ee Fix ARM compilation 2019-12-06 13:43:59 +01:00
XMRig
7d9599442c Updated libuv version in build_deps.sh. 2019-12-06 18:39:14 +07: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
xmrig
30d70b1865 Merge pull request #1388 from SChernykh/dev
1GB hugepages support for Linux
2019-12-06 07:58:00 +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
230eced763 Merge branch 'master' into dev 2019-12-05 12:15:20 +07:00
XMRig
7e231f0e90 v5.1.1 2019-12-04 16:59:48 +07:00
XMRig
fa6f036593 Merge branch 'dev' 2019-12-04 16:57:23 +07:00
SChernykh
823857fc72 Merge remote-tracking branch 'upstream/dev' into dev 2019-12-04 10:24:10 +01:00
xmrig
404cfd8442 Update CHANGELOG.md 2019-12-04 10:52:35 +07: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
85376a6a9d Merge branch 'master' into dev 2019-12-02 21:06:17 +07:00
XMRig
1dda0eabcc Merge branch 'dev' 2019-12-01 15:30:06 +07:00
xmrig
9831cea4ac Update CHANGELOG.md 2019-12-01 15:28:05 +07:00
xmrig
3014bdccec Merge pull request #1351 from SChernykh/dev
RandomX fixes
2019-12-01 14:55:22 +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
ab2b5b5cdb Update CHANGELOG.md 2019-11-29 13:54:30 +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
XMRig
d01982ccb8 v5.1.0-dev 2019-11-29 11:27:09 +07:00
XMRig
14fac4e70c Added total memory size to summary. 2019-11-29 11:06:28 +07:00
XMRig
38d591c24f Added "resources" field to API. 2019-11-29 10:50:30 +07:00
XMRig
61cc3f6fc6 Code cleanup. 2019-11-29 10:17:05 +07:00
XMRig
3dc67f9fc3 Fixed zero size buffers handling. 2019-11-28 07:28:28 +07:00
XMRig
b2fd91a435 Minor changes, based on https://github.com/xmrig/xmrig-nvidia/pull/305 2019-11-28 05:14:17 +07:00