Age | Commit message (Expand) | Author |
2023-10-06 | ACPI: bus: Add context argument to acpi_dev_install_notify_handler() | Rafael J. Wysocki |
2023-09-25 | ACPI: video: Fix NULL pointer dereference in acpi_video_bus_add() | Dinghao Liu |
2023-08-25 | Merge branches 'acpi-bus' and 'acpi-video' | Rafael J. Wysocki |
2023-08-17 | ACPI: video: Put ACPI video and its child devices into D0 on boot | Kai-Heng Feng |
2023-07-14 | ACPI: video: Install Notify() handler directly | Michal Wilczynski |
2023-04-11 | ACPI: video: Remove register_backlight_delay module option and code | Hans de Goede |
2023-04-05 | ACPI: video: Make acpi_backlight=video work independent from GPU driver | Hans de Goede |
2022-12-22 | ACPI: video: Don't enable fallback path for creating ACPI backlight by default | Mario Limonciello |
2022-12-22 | ACPI: video: Allow GPU drivers to report no panels | Mario Limonciello |
2022-11-23 | ACPI: make remove callback of ACPI driver void | Dawei Li |
2022-10-05 | Merge tag 'platform-drivers-x86-v6.1-1' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds |
2022-10-03 | Merge branches 'acpi-ec', 'acpi-ac', 'acpi-fan', 'acpi-video' and 'acpi-amba' | Rafael J. Wysocki |
2022-09-09 | ACPI: video: Change disable_backlight_sysfs_if quirks to acpi_backlight=native | Hans de Goede |
2022-09-03 | ACPI: video: Add Toshiba Satellite/Portege Z830 quirk | Arvid Norlander |
2022-09-03 | ACPI: video: Remove acpi_video_set_dmi_backlight_type() | Hans de Goede |
2022-09-02 | ACPI: video: Remove code to unregister acpi_video backlight when a native bac... | Hans de Goede |
2022-09-02 | ACPI: video: Make backlight class device registration a separate step (v2) | Hans de Goede |
2022-09-02 | ACPI: video: Simplify acpi_video_unregister_backlight() | Hans de Goede |
2022-09-02 | ACPI: video: Remove acpi_video_bus from list before tearing it down | Hans de Goede |
2022-08-24 | ACPI: Drop parent field from struct acpi_device | Rafael J. Wysocki |
2022-07-29 | Merge branch 'acpi-bus' | Rafael J. Wysocki |
2022-07-14 | ACPI: video: Fix acpi_video_handles_brightness_key_presses() | Hans de Goede |
2022-06-28 | ACPI: video: Change how we determine if brightness key-presses are handled | Hans de Goede |
2022-06-20 | ACPI: video: Use acpi_dev_for_each_child() | Rafael J. Wysocki |
2022-05-19 | ACPI: video: improve PM notifer callback | Zhang Rui |
2021-12-17 | ACPI: Use acpi_fetch_acpi_dev() instead of acpi_bus_get_device() | Rafael J. Wysocki |
2021-06-30 | ACPI: video: Add quirk for the Dell Vostro 3350 | Hans de Goede |
2021-06-14 | ACPI: video: Drop three redundant return statements | Clayton Casciato |
2021-04-26 | Merge branch 'acpi-misc' | Rafael J. Wysocki |
2021-04-08 | ACPI: video: Check LCD flag on ACPI-reduced-hardware devices | Hans de Goede |
2021-03-19 | ACPI: fix various typos in comments | Tom Saeger |
2021-02-04 | ACPI: video: Clean up printing messages | Rafael J. Wysocki |
2020-11-09 | ACPI: Fix whitespace inconsistencies | Maximilian Luz |
2020-03-04 | ACPI: video: remove redundant assignments to variable result | Colin Ian King |
2019-12-16 | ACPI: video: fix typo in comment | Kacper Piwiński |
2019-10-11 | ACPI: video: update doc for acpi_video_bus_DOS() | Kacper Piwiński |
2019-07-16 | ACPI: video: Add new hw_changes_brightness quirk, set it on PB Easynote MZ35 | Hans de Goede |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 | Thomas Gleixner |
2019-02-13 | ACPI / video: Extend chassis-type detection with a "Lunch Box" check | Hans de Goede |
2019-02-13 | ACPI / video: Refactor and fix dmi_is_desktop() | Hans de Goede |
2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook |
2018-04-24 | ACPI / video: Only default only_lcd to true on Win8-ready _desktops_ | Hans de Goede |
2018-02-04 | ACPI / video: Use true for boolean value | Gustavo A. R. Silva |
2017-12-28 | ACPI / video: Default lcd_only to true on Win8-ready and newer machines | Hans de Goede |
2017-09-14 | dmi: Mark all struct dmi_system_id instances const | Christoph Hellwig |
2017-04-19 | ACPI / video: add comments about subtle cases | Dmitry Frank |
2017-04-19 | ACPI / video: get rid of magic numbers and use enum instead | Dmitry Frank |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds |
2016-11-16 | ACPI / video: Move ACPI_VIDEO_NOTIFY_* defines to acpi/video.h | Hans de Goede |
2016-06-22 | ACPI / video: skip evaluating _DOD when it does not exist | Alex Hung |