Age | Commit message (Expand) | Author |
2021-04-13 | ACPI: bus: Introduce acpi_dev_get() and reuse it in ACPI code | Andy Shevchenko |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428 | Thomas Gleixner |
2018-11-26 | ACPI / glue: Add acpi_platform_notify() function | Heikki Krogerus |
2018-09-10 | ACPI / glue: Split dev_is_platform() out of module for wide use | Andy Shevchenko |
2017-05-09 | Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2017-05-05 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2017-05-04 | Merge branches 'arm/exynos', 'arm/omap', 'arm/rockchip', 'arm/mediatek', 'arm... | Joerg Roedel |
2017-04-20 | of/acpi: Configure dma operations at probe time for platform/amba/pci bus dev... | Sricharan R |
2017-04-01 | ACPI / scan: Prefer devices without _HID for _ADR matching | Rafael J. Wysocki |
2017-03-30 | ACPI: platform: setup MSI domain for ACPI based platform device | Hanjun Guo |
2017-01-02 | ACPI / scan: Prefer devices without _HID/_CID for _ADR matching | Rafael J. Wysocki |
2016-12-26 | ACPI: Drop misplaced acpi_dma_deconfigure() call from acpi_bind_one() | Lorenzo Pieralisi |
2016-11-29 | ACPI: Implement acpi_dma_configure | Lorenzo Pieralisi |
2015-11-07 | Merge branch 'acpi-pci' | Rafael J. Wysocki |
2015-11-07 | device property: ACPI: Make use of the new DMA Attribute APIs | Suthikulpanit, Suravee |
2015-09-15 | ACPI: change init_acpi_device_notify() to return void | Rami Rosen |
2015-06-15 | ACPI / scan: Parse _CCA and setup device coherency | Suthikulpanit, Suravee |
2015-03-16 | ACPI: Introduce has_acpi_companion() | Rafael J. Wysocki |
2014-02-11 | ACPI / scan: Add bind/unbind callbacks to struct acpi_scan_handler | Rafael J. Wysocki |
2013-12-07 | ACPI / bind: Move acpi_get_child() to drivers/ide/ide-acpi.c | Rafael J. Wysocki |
2013-12-07 | ACPI / bind: Pass struct acpi_device pointer to acpi_bind_one() | Rafael J. Wysocki |
2013-12-07 | ACPI / bind: Rework struct acpi_bus_type | Rafael J. Wysocki |
2013-12-07 | ACPI / bind: Redefine acpi_preset_companion() | Rafael J. Wysocki |
2013-12-07 | ACPI / bind: Redefine acpi_get_child() | Rafael J. Wysocki |
2013-12-07 | PCI / ACPI: Use acpi_find_child_device() for child devices lookup | Rafael J. Wysocki |
2013-12-07 | ACPI / bind: Simplify child device lookups | Rafael J. Wysocki |
2013-11-14 | ACPI / bind: Use (put|get)_device() on ACPI device objects too | Rafael J. Wysocki |
2013-11-14 | ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_node | Rafael J. Wysocki |
2013-09-09 | ACPI / bind: Prefer device objects with _STA to those without it | Rafael J. Wysocki |
2013-08-09 | ACPI: Print diagnostic messages if device links cannot be created | Rafael J. Wysocki |
2013-08-09 | ACPI: Drop unnecessary label from acpi_bind_one() | Rafael J. Wysocki |
2013-08-07 | ACPI: Clean up error code path in acpi_unbind_one() | Rafael J. Wysocki |
2013-08-07 | ACPI: Use list_for_each_entry() in acpi_unbind_one() | Rafael J. Wysocki |
2013-08-07 | ACPI: acpi_bind_one()/acpi_unbind_one() whitespace cleanups | Rafael J. Wysocki |
2013-08-07 | ACPI: Create symlinks in acpi_bind_one() under physical_node_lock | Rafael J. Wysocki |
2013-08-07 | ACPI: Reduce acpi_bind_one()/acpi_unbind_one() code duplication | Rafael J. Wysocki |
2013-08-07 | ACPI: Do not fail acpi_bind_one() if device is already bound correctly | Rafael J. Wysocki |
2013-08-07 | ACPI: Try harder to resolve _ADR collisions for bridges | Rafael J. Wysocki |
2013-08-06 | ACPI: Drop physical_node_id_bitmap from struct acpi_device | Rafael J. Wysocki |
2013-06-28 | Merge branch 'acpi-assorted' | Rafael J. Wysocki |
2013-06-19 | ACPI: add _STA evaluation at do_acpi_find_child() | Jeff Wu |
2013-05-12 | ACPI / processor: Use common hotplug infrastructure | Rafael J. Wysocki |
2013-03-04 | ACPI / glue: Drop .find_bridge() callback from struct acpi_bus_type | Rafael J. Wysocki |
2013-03-04 | ACPI / glue: Add .match() callback to struct acpi_bus_type | Rafael J. Wysocki |
2013-02-15 | Merge branch 'acpi-assorted' | Rafael J. Wysocki |
2013-02-11 | Merge branch 'acpi-scan' | Rafael J. Wysocki |
2013-01-26 | ACPI: Rework acpi_get_child() to be more efficient | Rafael J. Wysocki |
2013-01-12 | ACPI / glue: Fix build with ACPI_GLUE_DEBUG set | Yinghai Lu |
2013-01-03 | ACPI / glue: Update DBG macro to include KERN_DEBUG | Joe Perches |
2013-01-03 | ACPI: Add .setup() and .cleanup() callbacks to struct acpi_bus_type | Rafael J. Wysocki |