summaryrefslogtreecommitdiffstats
path: root/drivers/platform/surface
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-9/+9
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-11/+10
2026-02-17Merge tag 'tty-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-3/+3
2026-01-10platform/surface: aggregator_registry: Add Surface Pro 11 (QCOM)Dale Whinham-0/+18
2026-01-06platform/surface: Replace deprecated strcpy() in surface_button_add()Thorsten Blum-6/+5
2025-12-17platform/surface: Migrate to serdev specific shutdown functionUwe Kleine-König-3/+3
2025-12-10Merge tag 'platform-drivers-x86-v6.19-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-4/+4
2025-11-28platform: surface: replace use of system_wq with system_percpu_wqMarco Crivellari-2/+2
2025-11-28platform/surface: acpi-notify: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari-1/+1
2025-11-26platform: surface: Simplify with of_machine_get_match_data()Krzysztof Kozlowski-12/+1
2025-11-05platform/surface: aggregator: Omit a variable reassignment in ssam_serial_hub...Markus Elfring-1/+1
2025-04-24platform: Do not enable by default during compile testingKrzysztof Kozlowski-1/+1
2025-03-11platform/surface: aggregator_registry: Add Support for Surface Pro 11Lukas Hetzenecker-1/+4
2025-01-17ACPI: platform_profile: Remove platform_profile_handler from exported symbolsKurt Borja-6/+5
2025-01-16platform/surface: surface_platform_profile: Use devm_platform_profile_register()Kurt Borja-10/+1
2025-01-16ACPI: platform_profile: Add `probe` to platform_profile_opsKurt Borja-5/+11
2025-01-16ACPI: platform_profile: Add `ops` member to handlersKurt Borja-2/+6
2025-01-16ACPI: platform_profile: Remove platform_profile_handler from callbacksKurt Borja-4/+4
2025-01-16ACPI: platform_profile: Let drivers set drvdata to the class deviceKurt Borja-3/+3
2024-12-12Merge branch 'platform-drivers-x86-platform-profile' into for-nextIlpo Järvinen-1/+7
2024-12-10ACPI: platform_profile: Add platform handler argument to platform_profile_rem...Mario Limonciello-1/+5
2024-12-10ACPI: platform_profile: Add device pointer into platform profile handlerMario Limonciello-0/+1
2024-12-10ACPI: platform-profile: Add a name member to handlersMario Limonciello-0/+1
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds-7/+7
2024-11-20Merge tag 'platform-drivers-x86-v6.13-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-1/+18
2024-10-22platform/surface: aggregator_registry: Add Surface Pro 9 5GJérôme de Bretagne-1/+18
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-9/+9
2024-09-27[tree-wide] finally take no_llseek outAl Viro-2/+0
2024-09-05Merge tag 'hwmon-for-v6.11-rc7' into review-hansHans de Goede-7/+54
2024-08-19platform/surface: Add OF supportKonrad Dybcio-38/+158
2024-08-13platform/surface: aggregator: Fix warning when controller is destroyed in probeMaximilian Luz-1/+2
2024-08-13platform/surface: aggregator_registry: Add support for Surface Laptop 6Maximilian Luz-0/+19
2024-08-13platform/surface: aggregator_registry: Add fan and thermal sensor support for...Maximilian Luz-1/+3
2024-08-13platform/surface: aggregator_registry: Add support for Surface Laptop Studio 2Maximilian Luz-4/+23
2024-08-13platform/surface: aggregator_registry: Add support for Surface Laptop Go 3Maximilian Luz-0/+3
2024-08-13platform/surface: aggregator_registry: Add Support for Surface Pro 10Maximilian Luz-1/+4
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman-2/+2
2024-05-14platform/surface: aggregator: Log critical errors during SAM probingWeifeng Liu-14/+28
2024-04-08platform/surface: aggregator_registry: Add support for thermal sensors on the...Maximilian Luz-0/+7
2024-03-25platform/surface: platform_profile: add fan profile switchingIvor Wanders-24/+100
2024-03-21Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-2/+2
2024-02-06platform/surface: aggregator_registry: add entry for fan speedIvor Wanders-0/+7
2024-01-27treewide, serdev: change receive_buf() return type to size_tFrancesco Dolcini-2/+2
2024-01-18Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-7/+7
2024-01-17Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+3
2024-01-09Merge tag 'acpi-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds-29/+1
2024-01-09Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds-1/+1
2024-01-04platform/surface: aggregator: make ssam_bus_type constant and staticGreg Kroah-Hartman-2/+3
2024-01-04Merge branch 'acpi-utils'Rafael J. Wysocki-29/+1
2023-12-29lib: crc_ccitt_false() is identical to crc_itu_t()Mathis Marion-1/+1