summaryrefslogtreecommitdiff
path: root/drivers/platform
AgeCommit message (Expand)AuthorFilesLines
2024-10-27Merge tag 'platform-drivers-x86-v6.12-3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds10-65/+22
2024-10-26platform/x86: asus-wmi: Fix thermal profile initializationArmin Wolf1-0/+10
2024-10-21platform/x86: dell-wmi: Ignore suspend notificationsArmin Wolf1-0/+9
2024-10-21platform/x86/intel/pmc: Fix pmc_core_iounmap to call iounmap for valid addressesVamsi Krishna Brahmajosyula1-1/+3
2024-10-21platform/x86:intel/pmc: Revert "Enable the ACPI PM Timer to be turned off whe...Marek Maslanka7-64/+0
2024-10-06Merge tag 'platform-drivers-x86-v6.12-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds6-8/+22
2024-10-06platform/x86: x86-android-tablets: Fix use after free on platform_device_regi...Hans de Goede1-2/+4
2024-10-06platform/x86: dell-sysman: add support for alienware productsCrag Wang1-0/+1
2024-10-06platform/x86/intel: power-domains: Add Diamond Rapids supportSrinivas Pandruvada1-0/+1
2024-10-06platform/x86: ISST: Add Diamond Rapids to support listSrinivas Pandruvada1-0/+1
2024-10-06platform/x86:intel/pmc: Disable ACPI PM Timer disabling on Sky and Kaby LakeHans de Goede1-2/+0
2024-10-06platform/x86: dell-laptop: Do not fail when encountering unsupported batteriesArmin Wolf1-3/+12
2024-10-05platform/x86: ISST: Fix the KASAN report slab-out-of-bounds bugZach Wade1-1/+3
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro19-19/+19
2024-09-27[tree-wide] finally take no_llseek outAl Viro6-6/+0
2024-09-19Merge tag 'platform-drivers-x86-v6.12-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds75-917/+2229
2024-09-18Merge tag 'chrome-platform-for-6.12' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-13/+40
2024-09-17Merge tag 'soc-drivers-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2024-09-17Merge tag 'spi-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds1-2/+2
2024-09-17Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds8-0/+65
2024-09-16platform/x86: x86-android-tablets: Adjust Xiaomi Pad 2 bottom bezel touch but...Hans de Goede1-5/+5
2024-09-16Merge tag 'thermal-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-27/+6
2024-09-14platform/mellanox: mlxbf-pmc: fix lockdep warningLuiz Capitulino1-0/+5
2024-09-14platform/x86/amd: pmf: Add quirk for TUF Gaming A14aln81-0/+8
2024-09-14platform/x86: touchscreen_dmi: add nanote-next quirkCkath1-0/+26
2024-09-12Merge tag 'platform-drivers-x86-v6.11-7' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-11/+57
2024-09-12spi: Merge up fixesMark Brown23-139/+363
2024-09-11Merge tag 'arm-fixes-6.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2024-09-11platform/x86: asus-wmi: don't fail if platform_profile already registeredLuke D. Jones1-1/+6
2024-09-11platform/x86: asus-wmi: add debug print in more key placesLuke D. Jones1-10/+48
2024-09-11platform/x86: intel_scu_wdt: Move intel_scu_wdt.h to x86 subfolderAndy Shevchenko1-1/+2
2024-09-11platform/x86: intel_scu_ipc: Move intel_scu_ipc.h out of arch/x86/include/asmMika Westerberg4-4/+4
2024-09-11platform/x86: panasonic-laptop: Add support for programmable buttonsJames Harmison1-2/+14
2024-09-11platform/olpc: Remove redundant null pointer checks in olpc_ec_setup_debugfs()Li Zetao1-3/+0
2024-09-11platform/x86: intel/pmc: Ignore all LTRs during suspendXi Pardee2-0/+55
2024-09-11platform: cznic: turris-omnia-mcu: fix HW_RANDOM dependencyArnd Bergmann1-1/+1
2024-09-10platform/x86: asus-wmi: Disable OOBE experience on Zenbook S 16Bas Nieuwenhuizen1-0/+10
2024-09-10Merge branch 'linus' into timers/coreThomas Gleixner27-143/+391
2024-09-10platform/olpc: olpc-xo175-ec: switch to use spi_target_abort().Yang Yingliang1-2/+2
2024-09-09platform/x86: panasonic-laptop: Allocate 1 entry extra in the sinf arrayHans de Goede1-1/+8
2024-09-09platform/x86: panasonic-laptop: Fix SINF array out of bounds accessesHans de Goede1-10/+39
2024-09-06platform/x86:intel/pmc: Fix comment for the pmc_core_acpi_pm_timer_suspend_re...Marek Maslanka1-1/+1
2024-09-06platform/x86:intel/pmc: Enable the ACPI PM Timer to be turned off when suspendedMarek Maslanka8-0/+65
2024-09-05Merge tag 'platform-drivers-x86-v6.11-6' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-2/+5
2024-09-05platform: cznic: turris-omnia-mcu: Fix error check in omnia_mcu_register_trng()Dan Carpenter1-2/+2
2024-09-05platform/x86: wmi: Call both legacy and WMI driver notify handlersArmin Wolf1-8/+6
2024-09-05platform/x86: wmi: Merge get_event_data() with wmi_get_notify_data()Armin Wolf1-26/+17
2024-09-05platform/x86: wmi: Remove wmi_get_event_data()Armin Wolf1-57/+0
2024-09-05platform/x86: wmi: Pass event data directly to legacy notify handlersArmin Wolf9-139/+30
2024-09-05Merge tag 'hwmon-for-v6.11-rc7' into review-hansHans de Goede16-44/+207