Age | Commit message (Expand) | Author |
2022-10-03 | Merge branch 'acpi-uid' | Rafael J. Wysocki |
2022-09-30 | Merge branches 'acpi-scan', 'acpi-bus' and 'acpi-platform' | Rafael J. Wysocki |
2022-09-24 | ACPI: bus: Add iterator for dependent devices | Daniel Scally |
2022-09-24 | ACPI: scan: Add acpi_dev_get_next_consumer_dev() | Daniel Scally |
2022-09-24 | ACPI: scan: Support multiple DMA windows with different offsets | Jianmin Lv |
2022-09-19 | ACPI: utils: Add acpi_dev_uid_to_integer() helper to get _UID as integer | Andy Shevchenko |
2022-08-30 | ACPI: Drop redundant acpi_dev_parent() header | Rafael J. Wysocki |
2022-08-24 | ACPI: Drop parent field from struct acpi_device | Rafael J. Wysocki |
2022-08-23 | ACPI: Rename acpi_bus_get/put_acpi_device() | Rafael J. Wysocki |
2022-08-11 | Merge branch 'acpi-properties' | Rafael J. Wysocki |
2022-07-27 | ACPI: property: Add support for parsing buffer property UUID | Sakari Ailus |
2022-07-01 | ACPI: bus: Drop unused list heads from struct acpi_device | Rafael J. Wysocki |
2022-06-30 | ACPI: bus: Drop driver member of struct acpi_device | Uwe Kleine-König |
2022-06-23 | ACPI / MMC: PM: Unify fixing up device power | Rafael J. Wysocki |
2022-06-20 | ACPI: bus: Introduce acpi_dev_for_each_child_reverse() | Rafael J. Wysocki |
2022-06-20 | ACPI: glue: Introduce acpi_find_child_by_adr() | Rafael J. Wysocki |
2022-05-27 | Merge tag 'cxl-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl... | Linus Torvalds |
2022-04-28 | PCI/ACPI: negotiate CXL _OSC | Vishal Verma |
2022-04-28 | PCI/ACPI: Prefer CXL _OSC instead of PCIe _OSC for CXL host bridges | Dan Williams |
2022-04-22 | ACPI: bus: Avoid non-ACPI device objects in walks over children | Rafael J. Wysocki |
2022-04-13 | ACPI: PM: Introduce acpi_dev_power_up_children_with_adr() | Rafael J. Wysocki |
2022-04-13 | ACPI: bus: Introduce acpi_dev_for_each_child() | Rafael J. Wysocki |
2022-04-05 | ACPI: bus: Eliminate acpi_bus_get_device() | Rafael J. Wysocki |
2022-03-02 | ACPI: bus: Introduce acpi_bus_for_each_dev() | Rafael J. Wysocki |
2022-01-12 | Merge tag 'usb-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds |
2022-01-10 | Merge tag 'acpi-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds |
2022-01-04 | ACPI / x86: Introduce an acpi_quirk_skip_acpi_ac_and_battery() helper | Hans de Goede |
2022-01-04 | Merge branch 'acpi-scan' into acpi-x86 | Rafael J. Wysocki |
2021-12-30 | ACPI / x86: Add acpi_quirk_skip_[i2c_client|serdev]_enumeration() helpers | Hans de Goede |
2021-12-30 | acpi: Store CRC-32 hash of the _PLD in struct acpi_device | Heikki Krogerus |
2021-12-17 | ACPI: scan: Introduce acpi_fetch_acpi_dev() | Rafael J. Wysocki |
2021-12-13 | ACPI: delay enumeration of devices with a _DEP pointing to an INT3472 device | Hans de Goede |
2021-12-01 | ACPI: Change acpi_device_always_present() into acpi_device_override_status() | Hans de Goede |
2021-11-03 | ACPI: scan: Obtain device's desired enumeration power state | Sakari Ailus |
2021-09-27 | ACPI: glue: Drop cleanup callback from struct acpi_bus_type | Rafael J. Wysocki |
2021-07-24 | ACPI: fix NULL pointer dereference | Linus Torvalds |
2021-07-19 | ACPI: utils: Fix reference counting in for_each_acpi_dev_match() | Andy Shevchenko |
2021-07-02 | Merge tag 'iommu-updates-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2021-06-29 | Merge tag 'devprop-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2021-06-25 | ACPI: Move IOMMU setup code out of IORT | Jean-Philippe Brucker |
2021-06-17 | ACPI: scan: Define acpi_bus_put_acpi_device() as static inline | Rafael J. Wysocki |
2021-06-07 | ACPI: scan: Add function to fetch dependent of ACPI device | Daniel Scally |
2021-06-07 | ACPI: scan: Extend acpi_walk_dep_device_list() | Daniel Scally |
2021-06-07 | ACPI: scan: Constify acpi_dma_supported() helper function | Andy Shevchenko |
2021-04-26 | Merge branches 'acpi-cppc', 'acpi-video' and 'acpi-utils' | Rafael J. Wysocki |
2021-04-13 | ACPI: utils: Document for_each_acpi_dev_match() macro | Andy Shevchenko |
2021-04-13 | ACPI: bus: Introduce acpi_dev_get() and reuse it in ACPI code | Andy Shevchenko |
2021-04-08 | ACPI: utils: Add acpi_reduced_hardware() helper | Hans de Goede |
2021-03-22 | ACPI: scan: Use unique number for instance_no | Andy Shevchenko |
2021-01-26 | media: ACPI / bus: Add acpi_dev_get_next_match_dev() and helper macro | Daniel Scally |