Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-07 | Changed sysfs CPU cores detection based on thread_siblings_listsysdet2 | Ondrej Čerman | |
2020-06-06 | Version 1.4.1v1.4.1 | Ondrej Čerman | |
2020-06-06 | Merge pull request #26 from Maxr1998/fix-gcc10 | Ondrej Čerman | |
Fix build on GCC 10 | |||
2020-06-02 | Fix build on GCC 10 | Maxr1998 | |
Variable declarations in header files need the extern keyword to not cause duplication definition errors | |||
2020-04-13 | Merge pull request #21 from leogx9r/effective_frequency | Ondrej Čerman | |
Add effective frequency | |||
2020-04-13 | Add effective frequency | Leonardo Gates | |
Like HWiNFO64, the popular monitoring tool for Windows, this patch adds support for reading the cores' effective frequency or multiplier by making use of the undocumented MSR, 0xC0010293. This MSR was found by reverse-engineering Ryzen Master, the AMD software for Windows overclocking and monitoring of Zen based processors. Although this MSR is undocumented, since it is used in software written by AMD themselves, it is safe to assume it is accurate. The MSR returns two things, the FID or effective frequency ID and the FDID. The FID, when divided by the FDID for a core, produces a frequency in increments of 200 MHz -- the effective frequency. | |||
2020-02-21 | Added <stdlib.h> (#19) | Jonathan Farrugia | |
Silences a warning during compilation | |||
2020-02-18 | Merge pull request #18 from spannerman79/patch-1 | Ondrej Čerman | |
Add Arch setup | |||
2020-02-18 | Auto resize FIX: take vertical separator into account | Ondrej Čerman | |
2020-02-19 | Add Arch setup | Spanner_Man | |
2020-02-16 | Version 1.4.0v1.4.0 | Ondrej Čerman | |
2020-02-16 | Updated readme: added capabilities workaround | Ondrej Čerman | |
2020-02-16 | Resize window to size based on number of visible sensors, FIX #15 | Ondrej Čerman | |
2020-02-16 | Added support up to 8 CCD Temperatures | Ondrej Čerman | |
2020-02-16 | Fixed wrong readings when energy counter overflow occurs, FIX #17 | Ondrej Čerman | |
2020-01-31 | Fixed mem leakv1.3.1 | Ondrej Čerman | |
Version 1.3.1 | |||
2020-01-23 | Added command line arguments | Ondrej Čerman | |
2020-01-23 | Core index is now displayed by default, added command line argument ↵v1.3 | Ondrej Čerman | |
"--core_id" to display core_id instead Fixed dates in LICENSE file Version 1.3 | |||
2020-01-09 | Added quick search | Ondrej Čerman | |
2020-01-09 | Added tooltips | Ondrej Čerman | |
2020-01-09 | get_cpu_dev_ids FIX #13 | Ondrej Čerman | |
2019-12-29 | Added license file | Ondrej Čerman | |
2019-12-29 | Makefile: Added option for app installation | Ondrej Čerman | |
2019-11-04 | Version 1.2v1.2 | Ondrej Čerman | |
2019-11-04 | FIX typo | Ondrej Čerman | |
2019-11-04 | Added CCD temperatures | Ondrej Čerman | |
2019-10-12 | Merge pull request #8 from jrugia/master | Ondrej Čerman | |
Corrects Syntax usage | |||
2019-10-12 | Update msr.c | Jonathan Farrugia | |
Corrects Syntax | |||
2019-10-12 | Update zenpower.c | Jonathan Farrugia | |
Corrects syntax | |||
2019-10-12 | Update zenmonitor.c | Jonathan Farrugia | |
Corrects syntax. | |||
2019-10-12 | Version 1.1v1.1 | Ondrej Čerman | |
2019-10-12 | Updated makefile + fixed warnings | Ondrej Čerman | |
2019-10-12 | Updated readme and screenshot | Ondrej Čerman | |
2019-10-12 | FIX: clearing max core power | Ondrej Čerman | |
2019-10-12 | Merge branch 'nove' | Ondrej Čerman | |
2019-10-12 | Merge branch 'master' of https://github.com/ocerman/zenmonitor | Ondrej Čerman | |
2019-10-12 | Merge pull request #7 from jrugia/master | Ondrej Čerman | |
Silences a few warnings during compilation. | |||
2019-10-12 | Removed unused variables + added static keywords | Ondrej Čerman | |
2019-10-12 | Added CPU Frequency (reported by OS) | Ondrej Čerman | |
2019-10-12 | FIX: Core ID to cpu device id mapping. | Ondrej Čerman | |
2019-10-11 | Update msr.c | Jonathan Farrugia | |
Silences even more warnings at compile time. | |||
2019-10-11 | Update zenpower.c | Jonathan Farrugia | |
Silences a warning at compile time. | |||
2019-10-11 | Update zenmonitor.c | Jonathan Farrugia | |
Silences a warning at compile time. | |||
2019-08-17 | Strchomp for model name | Ondrej Čerman | |
2019-08-07 | Merge pull request #5 from jrugia/Jrugia-patch-1 | Ondrej Čerman | |
Update zenpower.c | |||
2019-08-07 | Update zenpower.c | Jonathan Farrugia | |
2019-06-22 | Added version numberv1.0 | Ondrej Čerman | |
2019-06-22 | Added support for multiple threadripper nodes for zenpower d. | Ondrej Čerman | |
2019-06-19 | New screenshot | Ondrej Čerman | |
2019-06-19 | Added option to clear min/max values | Ondrej Čerman | |