Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-09 | Update zenpower.c | HonsW | |
swap value and order of tDie and tCtl to reflect order of zenpower driver and fix https://github.com/ocerman/zenmonitor/issues/28 | |||
2020-06-14 | Added tooltips for sensorsv1.4.2 | Ondrej Čerman | |
Version 1.4.2 | |||
2020-06-07 | Changed sysfs CPU cores detection based on thread_siblings_listsysdet2 | Ondrej Čerman | |
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-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 | 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 | get_cpu_dev_ids FIX #13 | Ondrej Čerman | |
2019-11-04 | FIX typo | Ondrej Čerman | |
2019-11-04 | Added CCD temperatures | Ondrej Čerman | |
2019-10-12 | Update msr.c | Jonathan Farrugia | |
Corrects Syntax | |||
2019-10-12 | Update zenpower.c | Jonathan Farrugia | |
Corrects syntax | |||
2019-10-12 | Updated makefile + fixed warnings | Ondrej Čerman | |
2019-10-12 | FIX: clearing max core power | Ondrej Čerman | |
2019-10-12 | Merge branch 'nove' | Ondrej Čerman | |
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-08-07 | Update zenpower.c | Jonathan Farrugia | |
2019-06-22 | Added support for multiple threadripper nodes for zenpower d. | Ondrej Čerman | |
2019-06-19 | Added option to clear min/max values | Ondrej Čerman | |
2019-06-19 | Added min/max columns | Ondrej Čerman | |
2019-06-16 | Fix: Check zenpower hwmon | Ondrej Čerman | |
2019-06-15 | New version - code rewritten to c, added GTK3 gui, added Core and Package ↵ | Ondrej Čerman | |
Power monitoring via MSR |