summaryrefslogtreecommitdiff
path: root/drivers/acpi/scan.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-6/+6
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-8/+8
2026-02-05Merge branch 'acpi-driver'Rafael J. Wysocki1-43/+22
2026-01-29ACPI: scan: Use async schedule function in acpi_scan_clear_dep_fn()Yicong Yang1-26/+15
2026-01-15ACPI: scan: Clean up after recent changesRafael J. Wysocki1-2/+1
2026-01-15ACPI: scan: Use acpi_setup_gpe_for_wake() for buttonsRafael J. Wysocki1-14/+4
2026-01-15ACPI: scan: Register platform devices for backlight device objectsRafael J. Wysocki1-1/+2
2026-01-02ACPI: scan: Drop outdated comment regarding removed functionJulia Lawall1-2/+0
2026-01-02ACPI: scan: Use resource_type() for resource type checkingRafael J. Wysocki1-2/+2
2025-12-29ACPI: EC: Convert the driver to a platform oneRafael J. Wysocki1-3/+1
2025-12-29ACPI: EC: Register a platform device for ECDT ECRafael J. Wysocki1-0/+2
2025-12-26ACPI: scan: Register platform devices for thermal zonesRafael J. Wysocki1-0/+1
2025-12-26ACPI: scan: Do not mark button ACPI devices as wakeup-capableRafael J. Wysocki1-1/+0
2025-12-26ACPI: scan: Do not bind ACPI drivers to fixed event buttonsRafael J. Wysocki1-8/+1
2025-12-26ACPI: scan: Reduce code duplication related to fixed event devicesRafael J. Wysocki1-25/+17
2025-12-26ACPI: scan: Register platform devices for fixed event buttonsRafael J. Wysocki1-0/+4
2025-12-16ACPI: PNP: Drop PNP0C01 and PNP0C02 from acpi_pnp_device_ids[]Rafael J. Wysocki1-4/+116
2025-12-03Merge tag 'thermal-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+0
2025-11-07ACPI: DPTF: Remove int340x thermal scan handlerSlawomir Rosek1-1/+0
2025-11-03ACPI: scan: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari1-1/+1
2025-10-04Merge tag 'riscv-for-linus-6.18-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+2
2025-10-04Merge tag 'iommu-updates-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+4
2025-09-29Merge branches 'acpi-property', 'acpi-resource', 'acpi-pm' and 'acpi-tables'Rafael J. Wysocki1-0/+1
2025-09-26ACPI: scan: Update honor list for RPMI System MSISunil V L1-0/+2
2025-09-05ACPI: scan: Add support for RISC-V in acpi_iommu_configure_id()Sunil V L1-0/+4
2025-09-04ACPI: scan: Add Intel CVS ACPI HIDs to acpi_ignore_dep_ids[]Hans de Goede1-0/+2
2025-08-25ACPI: PM: Add power resource init functionMaciej S. Szmigiero1-0/+1
2025-03-11iommu: Get DT/ACPI parsing into the proper probe pathRobin Murphy1-7/+0
2025-01-24Merge tag 'sound-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+1
2025-01-17ALSA: hda/tas2781: Add tas2781 hda SPI driverBaojun Xu1-0/+1
2024-12-19ACPI: bus: change the prototype for acpi_get_physical_device_locationRicardo Ribalda1-3/+1
2024-11-05ACPI: scan: Use strscpy() instead of strcpy()Muhammad Qasim Abdul Majeed1-7/+7
2024-09-11Merge branches 'acpi-ec', 'acpi-sysfs', 'acpi-utils' and 'acpi-soc'Rafael J. Wysocki1-4/+2
2024-08-27ACPI: pci_link: Clear the dependencies after probeSunil V L1-0/+1
2024-08-27ACPI: scan: Define weak function to populate dependenciesSunil V L1-0/+11
2024-08-27ACPI: scan: Add RISC-V interrupt controllers to honor listSunil V L1-0/+2
2024-08-27ACPI: scan: Refactor dependency creationSunil V L1-39/+47
2024-08-27ACPI: scan: Add a weak arch_sort_irqchip_probe() to order the IRQCHIP probeSunil V L1-0/+3
2024-08-13ACPI: EC: Evaluate _REG outside the EC scope more carefullyRafael J. Wysocki1-0/+2
2024-08-02ACPI: sysfs: remove return value of acpi_device_setup_files()Thomas Weißschuh1-4/+1
2024-08-02ACPI: sysfs: manage sysfs attributes through device coreThomas Weißschuh1-0/+1
2024-07-19Merge tag 'iommu-updates-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-28/+8
2024-07-04ACPI: Retire acpi_iommu_fwspec_ops()Robin Murphy1-23/+5
2024-07-04iommu: Resolve fwspec ops automaticallyRobin Murphy1-5/+3
2024-06-28ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplugJames Morse1-3/+27
2024-06-28ACPI: scan: switch to flags for acpi_scan_check_and_detach()Jonathan Cameron1-5/+12
2024-05-18Merge tag 'iommu-updates-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-6/+1
2024-05-13Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'core' and 'x86/vt-d' in...Joerg Roedel1-6/+1
2024-04-30ACPI: scan: Avoid enumerating devices with clearly invalid _STA valuesRafael J. Wysocki1-1/+1