summaryrefslogtreecommitdiff
path: root/drivers/platform
AgeCommit message (Expand)AuthorFilesLines
2026-05-19platform/x86: uniwill-laptop: Properly initialize charging thresholdArmin Wolf1-1/+34
2026-05-19platform/surface: surfacepro3_button: Check ACPI_COMPANION()Rafael J. Wysocki1-3/+7
2026-05-19platform/x86: intel-vbtn: Check ACPI_HANDLE() against NULLRafael J. Wysocki1-1/+5
2026-05-19platform/x86: intel_sar: Check ACPI_HANDLE() against NULLRafael J. Wysocki1-1/+6
2026-05-19platform/x86: intel-hid: Check ACPI_HANDLE() against NULLRafael J. Wysocki1-1/+5
2026-05-19platform/x86: hp_accel: Check ACPI_COMPANION() against NULLRafael J. Wysocki1-0/+3
2026-05-19platform/x86: adv_swbutton: Check ACPI_HANDLE() against NULLRafael J. Wysocki1-1/+5
2026-05-19hp-wmi: fix support for thermal profile Omen 16-с0xxx laptopsКоненко Андрей Викторович1-0/+4
2026-05-19platform/surface: aggregator_registry: omit battery & AC nodes on Surface Lap...Oliver White1-2/+0
2026-05-15Merge tag 'platform-drivers-x86-v7.1-3' of git://git.kernel.org/pub/scm/linux...Linus Torvalds15-232/+418
2026-05-11platform/x86: asus-nb-wmi: add DMI quirk for ASUS Zenbook Duo UX8407AAPaolo Pisati1-0/+9
2026-05-11platform/x86: lenovo-wmi-other: Limit adding attributes to supported devicesDerek J. Clark1-4/+88
2026-05-11platform/x86: lenovo-wmi-other: Add Attribute ID helper functionsDerek J. Clark3-33/+44
2026-05-11platform/x86: lenovo-wmi-helpers: Move gamezone enums to wmi-helpersDerek J. Clark5-23/+14
2026-05-11platform/x86: lenovo: Decouple lenovo-wmi-gamezone and lenovo-wmi-otherRong Zhang6-122/+112
2026-05-11platform/x86: lenovo-wmi-other: Fix tunable_attr_01 struct membersDerek J. Clark1-4/+3
2026-05-11platform/x86: lenovo-wmi-other: Zero initialize WMI argumentsDerek J. Clark2-4/+4
2026-05-11platform/x86: lenovo-wmi-other: Balance component bind and unbindRong Zhang1-1/+4
2026-05-11platform/x86: lenovo-wmi-other: Balance IDA id allocation and freeRong Zhang1-15/+21
2026-05-11platform/x86: lenovo-wmi-helpers: Fix memory leak in lwmi_dev_evaluate_int()Rong Zhang1-2/+2
2026-05-07Merge tag 'platform-drivers-x86-v7.1-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-1/+6
2026-05-07platform/x86: hp-wmi: Add support for Victus 16-r0xxx (8BC2)Haichen Feng1-0/+4
2026-05-07platform/x86/intel/tpmi/plr: Prevent fault during unbindSrinivas Pandruvada1-2/+43
2026-05-07platform/x86: intel: Add notifiers supportSrinivas Pandruvada1-0/+19
2026-05-07platform/x86: intel: Move debugfs register before creating devicesSrinivas Pandruvada1-4/+6
2026-05-07platform/x86: samsung-galaxybook: Handle ACPI hotkey notificationsAyaan Mirza Baig1-0/+23
2026-05-07platform/x86: samsung-galaxybook: Refactor camera lens cover input deviceAyaan Mirza Baig1-21/+25
2026-05-07Merge tag 'chrome-platform-fixes-v7.1-rc3' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-0/+1
2026-05-06platform/chrome: cros_ec_typec: Init mutex in Thunderbolt registrationTzung-Bi Shih1-0/+1
2026-04-30platform/x86: lenovo: wmi-other: Fix uninitialized variable in lwmi_om_hwmon_...Yufei CHENG1-0/+2
2026-04-30platform/x86: hp-wmi: silence unknown board warning for 8D41Krishna Chomal1-1/+1
2026-04-30platform/wmi: Fix unchecked min_size in wmidev_invoke_method()Kurt Borja1-0/+3
2026-04-20Merge tag 'platform-drivers-x86-v7.1-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds63-1262/+2669
2026-04-16Merge tag 'chrome-platform-v7.1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-83/+107
2026-04-15Merge tag 'media/v7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds3-8/+101
2026-04-14platform/x86: hp-wmi: Add support for Omen 16-wf1xxx (8C77)Krishna Chomal1-0/+4
2026-04-14platform/x86: hp-wmi: Add support for Omen 16-n0xxx (8A44)Krishna Chomal1-0/+4
2026-04-14platform/x86: hp-wmi: Add support for OMEN MAX 16-ak0xxx (8D87)Krishna Chomal1-2/+16
2026-04-14platform/x86: hp-wmi: fix fan table parsingKrishna Chomal1-8/+33
2026-04-14Merge tag 'acpi-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2-3/+0
2026-04-14Merge tag 'driver-core-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-31/+5
2026-04-13platform/x86: hp-wmi: add Omen 14-fb0xxx (board 8C58) supportShaun Varghese1-0/+1
2026-04-13platform/wmi: Replace .no_notify_data with .min_event_sizeArmin Wolf11-11/+19
2026-04-13platform/wmi: Extend wmidev_query_block() to reject undersized dataArmin Wolf3-11/+8
2026-04-13platform/wmi: Extend wmidev_invoke_method() to reject undersized dataArmin Wolf2-21/+13
2026-04-13platform/wmi: Prepare to reject undersized unmarshalling resultsArmin Wolf4-7/+32
2026-04-13platform/wmi: Convert drivers to use wmidev_invoke_procedure()Armin Wolf2-9/+10
2026-04-13platform/wmi: Add wmidev_invoke_procedure()Armin Wolf1-0/+44
2026-04-13platform/x86: int3472: Add support for GPIO type 0x02 (IR flood LED)Marco Nenciarini2-12/+20
2026-04-10platform/x86: int3472: Parameterize LED con_id in registrationMarco Nenciarini2-5/+6