summaryrefslogtreecommitdiff
path: root/drivers/acpi/bus.c
AgeCommit message (Expand)Author
2026-02-05Merge branch 'acpi-driver'Rafael J. Wysocki
2026-02-05Merge branch 'acpi-bus'Rafael J. Wysocki
2026-01-27irqchip/gic-v5: Add ACPI IRS probingLorenzo Pieralisi
2026-01-15ACPI: scan: Register platform devices for backlight device objectsRafael J. Wysocki
2026-01-14ACPI: bus: Align acpi_device_get_match_data() with driver match orderKartik Rajput
2026-01-02ACPI: bus: Fix typo under sizeof() in acpi_run_osc()Rafael J. Wysocki
2026-01-02ACPI: bus: Adjust acpi_osc_handshake() parameter listRafael J. Wysocki
2025-12-23ACPI: bus: Rework the handling of \_SB._OSC USB4 featuresRafael J. Wysocki
2025-12-23ACPI: bus: Adjust feature mask creation for \_SB._OSCRafael J. Wysocki
2025-12-23ACPI: bus: Rework the handling of \_SB._OSC platform featuresRafael J. Wysocki
2025-12-23ACPI: bus: Rename label and use ACPI_FREE() in acpi_run_osc()Rafael J. Wysocki
2025-12-23ACPI: bus: Split _OSC error processing out of acpi_run_osc()Rafael J. Wysocki
2025-12-23ACPI: bus: Split _OSC evaluation out of acpi_run_osc()Rafael J. Wysocki
2025-12-23ACPI: bus: Rework printing debug messages on _OSC errorsRafael J. Wysocki
2025-12-23ACPI: bus: Fix handling of _OSC errors in acpi_run_osc()Rafael J. Wysocki
2025-07-22ACPI: Fix typosBjorn Helgaas
2025-05-23ACPI: bus: Bail out if acpi_kobj registration failsArmin Wolf
2024-11-22ACPI: introduce acpi_arch_init()Miao Wang
2024-08-27ACPI: bus: Add RINTC IRQ model for RISC-VSunil V L
2024-08-27ACPI: bus: Add acpi_riscv_init() functionSunil V L
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman
2024-07-01ACPI: bus: Indicate support for battery charge limiting thru _OSCArmin Wolf
2024-05-13Merge branches 'acpi-scan' and 'acpi-tables'Rafael J. Wysocki
2024-04-30ACPI: scan: Avoid enumerating devices with clearly invalid _STA valuesRafael J. Wysocki
2024-04-08ACPI: store owner from modules with acpi_bus_register_driver()Krzysztof Kozlowski
2024-03-27ACPI: bus: Indicate support for IRQ ResourceSource thru _OSCArmin Wolf
2024-03-27ACPI: bus: Indicate support for the Generic Event Device thru _OSCArmin Wolf
2024-03-27ACPI: bus: Indicate support for more than 16 p-states thru _OSCArmin Wolf
2024-03-27ACPI: bus: Indicate support for _TFP thru _OSCArmin Wolf
2024-02-12ACPI: bus: make acpi_bus_type constRicardo B. Marliere
2023-11-20ACPI: Run USB4 _OSC() first with query bit setMika Westerberg
2023-10-26Merge branch 'acpi-bus'Rafael J. Wysocki
2023-10-18ACPI: bus: Move acpi_arm_init() to the place of after acpi_ghes_init()Hanjun Guo
2023-10-06ACPI: bus: Add context argument to acpi_dev_install_notify_handler()Rafael J. Wysocki
2023-08-25Merge branch 'acpi-processor'Rafael J. Wysocki
2023-07-17ACPI: processor: Use _OSC to convey OSPM processor support informationMichal Wilczynski
2023-07-14ACPI: bus: Set driver_data to NULL every time .add() failsMichal Wilczynski
2023-07-14ACPI: bus: Introduce wrappers for ACPICA notify handler install/removeMichal Wilczynski
2023-07-06Merge branches 'acpi-bus' and 'acpi-scan'Rafael J. Wysocki
2023-07-04ACPI: bus: Introduce acpi_match_acpi_device() helperAndy Shevchenko
2023-06-29ACPI: bus: Constify acpi_companion_match() returned valueAndy Shevchenko
2023-06-26Merge tag 'acpi-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2023-06-16ACPI: bus: Simplify installation and removal of notify callbackRafael J. Wysocki
2023-06-08ACPI: bus: Consolidate all arm specific initialisation into acpi_arm_init()Sudeep Holla
2023-04-27Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-04-18ACPI: bus: Ensure that notify handlers are not running after removalRafael J. Wysocki
2023-04-18ACPI: bus: Add missing braces to acpi_sb_notify()Rafael J. Wysocki
2023-04-10Merge 6.3-rc6 into char-misc-nextGreg Kroah-Hartman
2023-04-05of: Rename of_modalias_node()Miquel Raynal