summaryrefslogtreecommitdiff
path: root/drivers/hwmon/dell-smm-hwmon.c
AgeCommit message (Expand)Author
2026-01-31hwmon: (dell-smm) Add support for Dell OptiPlex 7080Armin Wolf
2026-01-17hwmon: (dell-smm) Add Dell G15 5510 to fan control whitelistleobannocloutier@gmail.com
2025-12-14hwmon: (dell-smm) Limit fan multiplier to avoid overflowDenis Sergeev
2025-12-07hwmon: (dell-smm) Fix off-by-one error in dell_smm_is_visible()Armin Wolf
2025-12-01hwmon: (dell-smm) Add Dell G5 5505 to fan control whitelistGabriel Marcano
2025-09-24hwmon: (dell-smm) Add support for Dell OptiPlex 7040Armin Wolf
2025-09-24hwmon: (dell-smm) Add support for automatic fan modeArmin Wolf
2025-09-24hwmon: (dell-smm) Move clamping of fan speed out of i8k_set_fan()Armin Wolf
2025-09-24hwmon: (dell-smm) Remove Dell Precision 490 custom config dataArmin Wolf
2025-04-23hwmon: (dell-smm) Add the Dell OptiPlex 7050 to the DMI whitelistArmin Wolf
2025-03-11hwmon: (dell-smm) Increment the number of fansKurt Borja
2025-01-09hwmon: (dell-smm) Add Dell XPS 9370 to fan control whitelistPovilas Kanapickas
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-07-31hwmon: (dell-smm) Add Dell Latitude 7320 to fan control whitelistArmin Wolf
2024-07-15Merge tag 'hwmon-for-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-06-30hwmon: (dell-smm) Add Dell OptiPlex 7060 to DMI tableArmin Wolf
2024-05-29hwmon: (dell-smm) Add Dell G15 5511 to fan control whitelistArmin Wolf
2024-04-28hwmon: (dell-smm) Add Dell Precision 7540 to fan control whitelistSeiji Nishikawa
2024-04-28hwmon: (dell-smm) Add Dell G5 5505 to DMI tableTobias Jakobi
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-03-14Merge tag 'platform-drivers-x86-v6.9-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2024-03-12platform/x86: wmi: Do not instantiate older WMI drivers multiple timesArmin Wolf
2024-03-10hwmon: (dell-smm) Add XPS 9315 to fan control whitelistArmin Wolf
2024-03-06Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia ZiemiaƄska
2023-12-11hwmon: (dell-smm) Add Optiplex 7000 to fan control whitelistArmin Wolf
2023-12-11hwmon: (dell-smm) Add support for WMI SMM interfaceArmin Wolf
2023-12-11hwmon: (dell-smm) Introduce helper function for data initArmin Wolf
2023-12-11hwmon: (dell-smm) Move config entries out of i8k_dmi_tableArmin Wolf
2023-12-11hwmon: (dell-smm) Move DMI config handling to module initArmin Wolf
2023-12-11hwmon: (dell-smm) Move whitelist handling to module initArmin Wolf
2023-12-11hwmon: (dell-smm) Move blacklist handling to module initArmin Wolf
2023-12-11hwmon: (dell-smm) Prepare for multiple SMM calling backendsArmin Wolf
2023-04-19hwmon: dell-smm: constify pointers to hwmon_channel_infoKrzysztof Kozlowski
2022-12-04hwmon: (dell-smm) Move error message to make probing silentArmin Wolf
2022-09-19hwmon: (dell-smm) Improve warning messagesArmin Wolf
2022-07-13hwmon: (dell-smm) Improve assembly codeArmin Wolf
2022-07-13hwmon: (dell-smm) Add Dell G5 5590 to DMI tableArmin Wolf
2022-07-13hwmon: (dell-smm) Add Dell XPS 13 7390 to fan control whitelistArmin Wolf
2022-05-20hwmon: (dell-smm) Warn if SMM call took a very long time to executeArmin Wolf
2022-05-20hwmon: (dell-smm) Cleanup init codeArmin Wolf
2022-05-20hwmon: (dell-smm) Avoid unnecessary SMM calls during initArmin Wolf
2022-05-17hwmon: (dell-smm) Add cooling device supportArmin Wolf
2022-03-18hwmon: (dell-smm) Add Inspiron 3505 to fan type blacklistArmin Wolf
2022-02-27hwmon: (dell-smm) Improve temperature sensors detectionArmin Wolf
2022-02-27hwmon: (dell-smm) Make fan/temp sensor number a u8Armin Wolf
2022-02-27hwmon: (dell-smm) Reword and mark parameter "force" as unsafeArmin Wolf
2022-01-22proc: remove PDE_DATA() completelyMuchun Song
2021-12-26hwmon: (dell-smm) Pack the whole smm_regs structArmin Wolf
2021-12-26hwmon: (dell-smm) Unify i8k_ioctl() and i8k_ioctl_unlocked()Armin Wolf
2021-12-26hwmon: (dell-smm) Simplify ioctl handlerArmin Wolf