Commit graph

283 commits

Author SHA1 Message Date
Francesco Palmarini f4566d52d4
Update README.md 2021-10-30 12:10:19 +02:00
erpalma a02679034f update requirements 2021-10-30 12:06:46 +02:00
erpalma 392f3f8ab9 add experimental code to test rw msr capabilities
move every instance of lenovo_fix to throttled
2021-10-30 12:05:48 +02:00
Francesco Palmarini 6219a9ed4a
Merge pull request #270 from flejz/master
README: Add P15s Gen 1 to tested hardware
2021-10-10 23:33:06 +02:00
flejz 0f9f40d0fa
README: Add P15s Gen 1 to tested hardware 2021-10-08 16:00:59 +02:00
Francesco Palmarini d24047a282
Merge pull request #263 from felixonmars/patch-1
Correct a typo in lenovo_fix.py
2021-08-30 15:56:00 +02:00
Felix Yan 2d6e3d4566
Correct a typo in lenovo_fix.py 2021-08-28 06:27:29 +08:00
Francesco Palmarini 7dd4cdc216
Merge pull request #260 from julfy/patch-1
README: Add T15 Gen 1 to tested hardware
2021-08-09 19:43:52 +02:00
Bogdan R 7eb8e7bc24
README: Add T15 Gen 1 to tested hardware 2021-08-09 03:20:15 -07:00
Francesco Palmarini f41aa3acef
Merge pull request #259 from Connor-Frank/patch-1
Add X1C8 to the tested hardware list in README.md
2021-07-30 11:37:30 +02:00
Connor Frank 4bae09be84
Add X1C8 to the tested hardware list in README.md
I've used this tool on my X1 Carbon Gen 8 and it's worked exactly as described.
2021-07-29 17:21:12 +00:00
Francesco Palmarini ad1baa0848
Make HWP_Mode entry commented by default 2021-05-25 17:15:27 +02:00
Francesco Palmarini 4d9dceae83
Fix incorrect fallback value for HWP_Mode (missing from 0b21989) 2021-05-25 17:09:46 +02:00
Francesco Palmarini 4277b17e08
Merge pull request #256 from jordanguedj/update-readme
Update README.md: add T470s to the list of tested hardware
2021-05-24 16:27:42 +02:00
Jordan Guedj 6d25dd9e59 update README.md: add T470s to the list of tested hardware 2021-05-24 09:45:20 +02:00
Francesco Palmarini 1f4f5525e2
Fix MSR string to int conversion in fatal method call in writemsr and readmsr (fix #252) 2021-05-10 20:46:45 +02:00
erpalma dbcef1e91a fix wrong bit for BDPROCHOT in MSR_POWER_CTL and BDPROCHOT config parsing error (thanks Andrea) 2021-04-30 09:02:44 +02:00
Francesco Palmarini 4c608699f9
print the failing MSR address 2021-04-12 15:49:06 +02:00
Francesco Palmarini dee2fbe93a
Merge pull request #249 from pdelteil/patch-2
Update README.md
2021-04-08 19:40:24 +02:00
Philippe Delteil 6042164423
Update README.md
Tested on XPS 13 7390 2-in-1
2021-04-07 16:02:39 -04:00
Francesco Palmarini 207375be87
Update README.md 2021-04-07 17:39:00 +02:00
Francesco Palmarini 99a3f49588
Update README.md 2021-03-27 18:28:18 +01:00
Francesco Palmarini f54f22fa62
Update README.md 2021-03-24 11:20:10 +01:00
erpalma 3f3b4420b8 don't read/write HWP MSR if disabled in config file (fix #236) 2021-03-22 11:52:10 +01:00
erpalma 0b219890d9 don't apply undervolt if omitted from config (fix #241) 2021-03-19 19:35:28 +01:00
erpalma fa66ea1033 handle EIO errno when reading/writing MSRs (fix #242) 2021-03-19 19:22:06 +01:00
erpalma 27feba1a71 better cpu detection (fix #243) 2021-03-19 19:17:19 +01:00
Francesco Palmarini 67617600ae
Merge pull request #240 from boytunp/patch-1
Update README.md
2021-02-17 12:13:41 +01:00
Oytun Peksel acf860b2b0
Update README.md 2021-02-16 23:45:10 +01:00
Francesco Palmarini ac6797db4b
Merge pull request #237 from dragetd/patch-1
Update installation instructions for Gentoo
2021-02-02 22:48:48 +01:00
Michael G 9d9388be5e
Update installation instructions for Gentoo
I removed the command to add the overlay, this is documented in the overlay repository.
Also added instructions for OpenRC, which is more often used that SystemD with Gentoo.
2021-02-02 10:30:42 +01:00
Francesco Palmarini dd42119b1f
Merge pull request #235 from cbenning/patch-1
Update README.md
2021-01-27 08:30:18 +01:00
Chris Benninger 84d5161267
Update README.md 2021-01-25 22:23:33 -08:00
Francesco Palmarini 64ccebed3e
Merge pull request #234 from plafue/t14-readme-update
Adds T14 to list of tested hardware in README.md
2021-01-25 11:46:09 +01:00
plafü eff60b58c5 Adds T14 to list of tested hardware in README.md
https://pcsupport.lenovo.com/de/en/products/laptops-and-netbooks/thinkpad-t-series-laptops/thinkpad-t14-type-20ud-20ue
2021-01-25 09:05:02 +01:00
Francesco Palmarini ecabdc28ee
Update install.sh
requirements.txt, lenovo_fix.py and mmio.py were not previously overwritten in case of update
2021-01-04 10:00:56 +01:00
erpalma 03fd246825 Print a warning if different MSR values are read. Fix #231 2020-12-22 09:46:17 +01:00
erpalma 1fd44fdc30 Add allow_writes=on to the MSR module parameters. Workaround for #206, #215 and #228 2020-12-22 09:45:49 +01:00
erpalma 99148e27f0 switched to a more readable key/value structure for accessing MSR 2020-12-22 09:12:59 +01:00
Francesco Palmarini 7ff78ce8fb
Merge pull request #222 from cassidyjames/patch-1
README: Update GitHub repo links
2020-10-16 08:58:01 +02:00
Cassidy James Blaede fec76b45a9
README: Update directories to match Git repo 2020-10-15 11:57:55 -06:00
Cassidy James Blaede 2ea89ba272
README: Update GitHub repo links
Replaces `lenovo-throttling-fix` with `throttled` since it looks like the GitHub repo moved. While the old remote links work, curious folks (like me!) might see that and think they are downloading code from a different repository, and be hesitant to run it.
2020-10-15 11:56:02 -06:00
Francesco Palmarini 8612aa17f4
Merge pull request #220 from bkchr/bkchr-comet-lake
Adds more Comet Lake identifiers
2020-10-13 10:15:29 +02:00
Bastian Köcher b0e1dd9920 Adds more Comet Lake identifiers
This adds the CPU identifier used by i7-10875H.
2020-10-12 23:59:02 +02:00
erpalma d6aeb6851d update dependencies, fix #217 2020-10-06 09:29:46 +02:00
Francesco Palmarini 2ab8631468
Merge pull request #212 from flokli/patch-1
lenovo_fix.service: Don't use deprecated logging options anymore
2020-10-06 09:18:37 +02:00
Francesco Palmarini 0fa5287148
Merge pull request #218 from cedws/MSRKernelNote
Add note about MSR writes in kernel >=5.9
2020-10-06 09:17:30 +02:00
Connor Edwards 8b357f790a Add note about MSR writes in kernel >=5.9 2020-10-04 21:43:57 +01:00
Florian Klink ad880babf5
lenovo_fix.service: Don't use deprecated logging options anymore
`StandardError` and `StandardOutput` don't support `syslog` anymore (they're long gone from the systemd manpages), and since 246, are migrated to `journal` under the hood.

As `journal` is also the default, don't configure it explicitly at all.

Related: https://github.com/NixOS/nixpkgs/pull/95353
2020-08-13 18:55:22 +02:00
Francesco Palmarini f02cc40f3c
Merge pull request #210 from hbriese/reload_when_modified
Reload when modified
2020-08-11 11:10:02 +02:00