Releases: erpalma/throttled
Releases · erpalma/throttled
v0.11
- Add support for more SKUs
- Refined UPower query system (@jcarrano)
v0.10.0
- Add experimental support for Alder Lake
- Dynamically infer MCHBAR base address
This version requires pciutils
package installed.
v0.9.2
- Minor internal updates
- Automatically add
allow_writes=on
to the MSR module params for newer kerels
- Better CPU architecture detection (experimental)
- Do not apply undervolt (i.e., don't access MSR) if sections are omitted from the config file
- Fix bad BDPROCHOT handling
v0.9
- Minor internal updates
- Automatically add
allow_writes=on
to the MSR module params for newer kerels
- Better CPU architecture detection (experimental)
- Do not apply undervolt (i.e., don't access MSR) if sections are omitted from the config file
v0.8
- More Come Lake CPUs supported
- Fix systemd stdout/stderr
- Add config autoreload
- Updated dependecies
v0.7
- Support for disabling BDPROCHOT
- Add OpenRC scripts
- Add Comet Lake support
- Support logging to file
- Reworked HWP handling
- Several other fixes
v0.6
--monitor
switch shows additional info
- fixed logging to journald
- add IccMax override
v0.5
--monitor
switch for realtime monitoring of throttling causes
- check kernel / cpu support
- add fallback power source detection methods
v0.4
- dropped
psutil
dependency
- add more system/kernel checks and debug output
- bug fixing
v0.3
- cTDP configuration
- replace constants with actual values read from registers
- add logging and debugging