aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-07Changed sysfs CPU cores detection based on thread_siblings_listsysdet2Ondrej Čerman
2020-06-06Version 1.4.1v1.4.1Ondrej Čerman
2020-06-06Merge pull request #26 from Maxr1998/fix-gcc10Ondrej Čerman
Fix build on GCC 10
2020-06-02Fix build on GCC 10Maxr1998
Variable declarations in header files need the extern keyword to not cause duplication definition errors
2020-04-13Merge pull request #21 from leogx9r/effective_frequencyOndrej Čerman
Add effective frequency
2020-04-13Add effective frequencyLeonardo 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-21Added <stdlib.h> (#19)Jonathan Farrugia
Silences a warning during compilation
2020-02-18Merge pull request #18 from spannerman79/patch-1Ondrej Čerman
Add Arch setup
2020-02-18Auto resize FIX: take vertical separator into accountOndrej Čerman
2020-02-19Add Arch setupSpanner_Man
2020-02-16Version 1.4.0v1.4.0Ondrej Čerman
2020-02-16Updated readme: added capabilities workaroundOndrej Čerman
2020-02-16Resize window to size based on number of visible sensors, FIX #15Ondrej Čerman
2020-02-16Added support up to 8 CCD TemperaturesOndrej Čerman
2020-02-16Fixed wrong readings when energy counter overflow occurs, FIX #17Ondrej Čerman
2020-01-31Fixed mem leakv1.3.1Ondrej Čerman
Version 1.3.1
2020-01-23Added command line argumentsOndrej Čerman
2020-01-23Core index is now displayed by default, added command line argument ↵v1.3Ondrej Čerman
"--core_id" to display core_id instead Fixed dates in LICENSE file Version 1.3
2020-01-09Added quick searchOndrej Čerman
2020-01-09Added tooltipsOndrej Čerman
2020-01-09get_cpu_dev_ids FIX #13Ondrej Čerman
2019-12-29Added license fileOndrej Čerman
2019-12-29Makefile: Added option for app installationOndrej Čerman
2019-11-04Version 1.2v1.2Ondrej Čerman
2019-11-04FIX typoOndrej Čerman
2019-11-04Added CCD temperaturesOndrej Čerman
2019-10-12Merge pull request #8 from jrugia/masterOndrej Čerman
Corrects Syntax usage
2019-10-12Update msr.cJonathan Farrugia
Corrects Syntax
2019-10-12Update zenpower.cJonathan Farrugia
Corrects syntax
2019-10-12Update zenmonitor.cJonathan Farrugia
Corrects syntax.
2019-10-12Version 1.1v1.1Ondrej Čerman
2019-10-12Updated makefile + fixed warningsOndrej Čerman
2019-10-12Updated readme and screenshotOndrej Čerman
2019-10-12FIX: clearing max core powerOndrej Čerman
2019-10-12Merge branch 'nove'Ondrej Čerman
2019-10-12Merge branch 'master' of https://github.com/ocerman/zenmonitorOndrej Čerman
2019-10-12Merge pull request #7 from jrugia/masterOndrej Čerman
Silences a few warnings during compilation.
2019-10-12Removed unused variables + added static keywordsOndrej Čerman
2019-10-12Added CPU Frequency (reported by OS)Ondrej Čerman
2019-10-12FIX: Core ID to cpu device id mapping.Ondrej Čerman
2019-10-11Update msr.cJonathan Farrugia
Silences even more warnings at compile time.
2019-10-11Update zenpower.cJonathan Farrugia
Silences a warning at compile time.
2019-10-11Update zenmonitor.cJonathan Farrugia
Silences a warning at compile time.
2019-08-17Strchomp for model nameOndrej Čerman
2019-08-07Merge pull request #5 from jrugia/Jrugia-patch-1Ondrej Čerman
Update zenpower.c
2019-08-07Update zenpower.cJonathan Farrugia
2019-06-22Added version numberv1.0Ondrej Čerman
2019-06-22Added support for multiple threadripper nodes for zenpower d.Ondrej Čerman
2019-06-19New screenshotOndrej Čerman
2019-06-19Added option to clear min/max valuesOndrej Čerman