summaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'platform-drivers-x86-v6.12-4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2024-11-067-3/+42
|\
| * platform/x86: thinkpad_acpi: Fix for ThinkPad's with ECFW showing incorrect f...Vishnu Sankar2024-11-061-3/+25
| * platform/x86: ideapad-laptop: add missing Ideapad Pro 5 fn keysRenato Caldas2024-11-041-0/+3
| * platform/x86: dell-wmi-base: Handle META key Lock/Unlock eventsKurt Borja2024-11-041-0/+6
| * platform/x86: dell-smbios-base: Extends support to Alienware productsKurt Borja2024-11-041-0/+1
| * platform/x86/amd/pmc: Detect when STB is not availableCorey Hickey2024-11-041-0/+5
| * platform/x86/amd/pmf: Add SMU metrics table support for 1Ah family 60h modelShyam Sundar S K2024-11-042-0/+2
* | Merge tag 'platform-drivers-x86-v6.12-3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2024-10-2710-65/+22
|\|
| * platform/x86: asus-wmi: Fix thermal profile initializationArmin Wolf2024-10-261-0/+10
| * platform/x86: dell-wmi: Ignore suspend notificationsArmin Wolf2024-10-211-0/+9
| * platform/x86/intel/pmc: Fix pmc_core_iounmap to call iounmap for valid addressesVamsi Krishna Brahmajosyula2024-10-211-1/+3
| * platform/x86:intel/pmc: Revert "Enable the ACPI PM Timer to be turned off whe...Marek Maslanka2024-10-217-64/+0
* | Merge tag 'platform-drivers-x86-v6.12-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2024-10-066-8/+22
|\|
| * platform/x86: x86-android-tablets: Fix use after free on platform_device_regi...Hans de Goede2024-10-061-2/+4
| * platform/x86: dell-sysman: add support for alienware productsCrag Wang2024-10-061-0/+1
| * platform/x86/intel: power-domains: Add Diamond Rapids supportSrinivas Pandruvada2024-10-061-0/+1
| * platform/x86: ISST: Add Diamond Rapids to support listSrinivas Pandruvada2024-10-061-0/+1
| * platform/x86:intel/pmc: Disable ACPI PM Timer disabling on Sky and Kaby LakeHans de Goede2024-10-061-2/+0
| * platform/x86: dell-laptop: Do not fail when encountering unsupported batteriesArmin Wolf2024-10-061-3/+12
| * platform/x86: ISST: Fix the KASAN report slab-out-of-bounds bugZach Wade2024-10-051-1/+3
* | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-024-4/+4
|/
* Merge tag 'platform-drivers-x86-v6.12-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2024-09-1969-876/+2066
|\
| * platform/x86: x86-android-tablets: Adjust Xiaomi Pad 2 bottom bezel touch but...Hans de Goede2024-09-161-5/+5
| * platform/x86/amd: pmf: Add quirk for TUF Gaming A14aln82024-09-141-0/+8
| * platform/x86: touchscreen_dmi: add nanote-next quirkCkath2024-09-141-0/+26
| * platform/x86: asus-wmi: don't fail if platform_profile already registeredLuke D. Jones2024-09-111-1/+6
| * platform/x86: asus-wmi: add debug print in more key placesLuke D. Jones2024-09-111-10/+48
| * platform/x86: intel_scu_wdt: Move intel_scu_wdt.h to x86 subfolderAndy Shevchenko2024-09-111-1/+2
| * platform/x86: intel_scu_ipc: Move intel_scu_ipc.h out of arch/x86/include/asmMika Westerberg2024-09-114-4/+4
| * platform/x86: panasonic-laptop: Add support for programmable buttonsJames Harmison2024-09-111-2/+14
| * platform/x86: intel/pmc: Ignore all LTRs during suspendXi Pardee2024-09-112-0/+55
| * platform/x86: wmi: Call both legacy and WMI driver notify handlersArmin Wolf2024-09-051-8/+6
| * platform/x86: wmi: Merge get_event_data() with wmi_get_notify_data()Armin Wolf2024-09-051-26/+17
| * platform/x86: wmi: Remove wmi_get_event_data()Armin Wolf2024-09-051-57/+0
| * platform/x86: wmi: Pass event data directly to legacy notify handlersArmin Wolf2024-09-059-139/+30
| * Merge tag 'hwmon-for-v6.11-rc7' into review-hansHans de Goede2024-09-059-6/+48
| |\
| * | platform/x86: thinkpad_acpi: Fix uninitialized symbol 's' warningMatthias Fetzer2024-09-041-1/+1
| * | platform/x86: x86-android-tablets: Fix spelling in the commentsAndy Shevchenko2024-09-048-52/+52
| * | platform/x86: ideapad-laptop: Make the scope_guard() clear of its scopeAndy Shevchenko2024-09-041-21/+27
| * | platform/x86/intel-uncore-freq: Add efficiency latency control to sysfs inter...Tero Kristo2024-09-042-6/+49
| * | platform/x86/intel-uncore-freq: Add support for efficiency latency controlTero Kristo2024-09-042-2/+160
| * | platform/x86: lenovo-ymc: Ignore the 0x0 stateGergo Koteles2024-09-041-0/+2
| * | platform/x86: int3472: Use str_high_low()Andy Shevchenko2024-09-041-1/+2
| * | platform/x86: int3472: Use GPIO_LOOKUP() macroAndy Shevchenko2024-09-041-5/+1
| * | platform/x86:dell-laptop: remove duplicate code w/ battery functionAndres Salomon2024-09-041-82/+27
| * | platform/x86:dell-laptop: Add knobs to change battery charge settingsAndres Salomon2024-09-043-0/+318
| * | platform/x86: intel-hid: Use string_choices API instead of ternary operatorAndy Shevchenko2024-08-261-4/+3
| * | platform/x86/intel-uncore-freq: Do not present separate package-die domainSrinivas Pandruvada2024-08-261-1/+6
| * | platform/x86/intel/ifs: Fix SBAF title underline lengthKuppuswamy Sathyanarayanan2024-08-241-1/+1
| * | platform/x86: thinkpad_acpi: Add Thinkpad Edge E531 fan supportMatthias Fetzer2024-08-191-1/+142