summaryrefslogtreecommitdiff
path: root/drivers/acpi/acpi_video.c
AgeCommit message (Expand)Author
2026-03-10ACPI: video: Switch over to auxiliary bus typeRafael J. Wysocki
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-13ACPI: video: Clear driver_data pointer on removeRafael J. Wysocki
2026-01-23ACPI: video: simplify code with acpi_get_local_u64_address()Andy Shevchenko
2026-01-15ACPI: video: Convert the driver to a platform oneRafael J. Wysocki
2026-01-15ACPI: video: Adjust event notification routineRafael J. Wysocki
2025-10-23ACPI: video: Fix use-after-free in acpi_video_switch_brightness()Yuhao Jiang
2025-03-31ACPI: video: Handle fetching EDID as ACPI_TYPE_PACKAGEGergo Koteles
2025-02-18ACPI: video: Use str_yes_no() helper in acpi_video_bus_add()Thorsten Blum
2025-01-13ACPI: video: Fix random crashes due to bad kfree()Chris Bainbridge
2024-07-04ACPI: video: Use strscpy() instead of strcpy()Muhammad Qasim Abdul Majeed
2024-02-08ACPI: video: Handle fetching EDID that is longer than 256 bytesMario Limonciello
2023-12-06ACPI: video: Add quirk for the Colorful X15 AT 23 LaptopYuluo Qiu
2023-12-02Merge back earlier ACPI backlight driver changes for v6.8.Rafael J. Wysocki
2023-11-27ACPI: video: Use acpi_video_device for cooling-dev driver dataHans de Goede
2023-11-21ACPI: video: check for error while searching for backlight device parentNikita Kiryushin
2023-11-20ACPI: video: Drop should_check_lcd_flag()Hans de Goede
2023-11-20ACPI: video: Use acpi_device_fix_up_power_children()Hans de Goede
2023-10-06ACPI: bus: Add context argument to acpi_dev_install_notify_handler()Rafael J. Wysocki
2023-09-25ACPI: video: Fix NULL pointer dereference in acpi_video_bus_add()Dinghao Liu
2023-08-25Merge branches 'acpi-bus' and 'acpi-video'Rafael J. Wysocki
2023-08-17ACPI: video: Put ACPI video and its child devices into D0 on bootKai-Heng Feng
2023-07-14ACPI: video: Install Notify() handler directlyMichal Wilczynski
2023-04-11ACPI: video: Remove register_backlight_delay module option and codeHans de Goede
2023-04-05ACPI: video: Make acpi_backlight=video work independent from GPU driverHans de Goede
2022-12-22ACPI: video: Don't enable fallback path for creating ACPI backlight by defaultMario Limonciello
2022-12-22ACPI: video: Allow GPU drivers to report no panelsMario Limonciello
2022-11-23ACPI: make remove callback of ACPI driver voidDawei Li
2022-10-05Merge tag 'platform-drivers-x86-v6.1-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2022-10-03Merge branches 'acpi-ec', 'acpi-ac', 'acpi-fan', 'acpi-video' and 'acpi-amba'Rafael J. Wysocki
2022-09-09ACPI: video: Change disable_backlight_sysfs_if quirks to acpi_backlight=nativeHans de Goede
2022-09-03ACPI: video: Add Toshiba Satellite/Portege Z830 quirkArvid Norlander
2022-09-03ACPI: video: Remove acpi_video_set_dmi_backlight_type()Hans de Goede
2022-09-02ACPI: video: Remove code to unregister acpi_video backlight when a native bac...Hans de Goede
2022-09-02ACPI: video: Make backlight class device registration a separate step (v2)Hans de Goede
2022-09-02ACPI: video: Simplify acpi_video_unregister_backlight()Hans de Goede
2022-09-02ACPI: video: Remove acpi_video_bus from list before tearing it downHans de Goede
2022-08-24ACPI: Drop parent field from struct acpi_deviceRafael J. Wysocki
2022-07-29Merge branch 'acpi-bus'Rafael J. Wysocki
2022-07-14ACPI: video: Fix acpi_video_handles_brightness_key_presses()Hans de Goede
2022-06-28ACPI: video: Change how we determine if brightness key-presses are handledHans de Goede
2022-06-20ACPI: video: Use acpi_dev_for_each_child()Rafael J. Wysocki
2022-05-19ACPI: video: improve PM notifer callbackZhang Rui
2021-12-17ACPI: Use acpi_fetch_acpi_dev() instead of acpi_bus_get_device()Rafael J. Wysocki
2021-06-30ACPI: video: Add quirk for the Dell Vostro 3350Hans de Goede
2021-06-14ACPI: video: Drop three redundant return statementsClayton Casciato
2021-04-26Merge branch 'acpi-misc'Rafael J. Wysocki
2021-04-08ACPI: video: Check LCD flag on ACPI-reduced-hardware devicesHans de Goede