summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/arm64 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iommu-updates-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-07-191-14/+5
|\
| * iommu: Resolve fwspec ops automaticallyRobin Murphy2024-07-041-14/+5
* | ACPI / amba: Drop unnecessary check for registered amba_dummy_clkYouwan Wang2024-06-241-5/+1
* | arm64: FFH: Move ACPI specific code into drivers/acpi/arm64/Sudeep Holla2024-06-132-0/+108
* | arm64: cpuidle: Move ACPI specific code into drivers/acpi/arm64/Sudeep Holla2024-06-132-0/+71
* | ACPI: arm64: Sort entries alphabeticallySudeep Holla2024-06-131-2/+2
|/
* Merge tag 'char-misc-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-221-8/+0
|\
| * coresight: debug: Move ACPI support from AMBA driver to platform driverAnshuman Khandual2024-04-161-1/+0
| * coresight: stm: Move ACPI support from AMBA driver to platform driverAnshuman Khandual2024-04-161-1/+0
| * coresight: tmc: Move ACPI support from AMBA driver to platform driverAnshuman Khandual2024-04-161-2/+0
| * coresight: tpiu: Move ACPI support from AMBA driver to platform driverAnshuman Khandual2024-04-161-1/+0
| * coresight: catu: Move ACPI support from AMBA driver to platform driverAnshuman Khandual2024-04-161-1/+0
| * coresight: funnel: Move ACPI support from AMBA driver to platform driverAnshuman Khandual2024-04-161-1/+0
| * coresight: replicator: Move ACPI support from AMBA driver to platform driverAnshuman Khandual2024-04-161-1/+0
* | dma-mapping: Add helpers for dma_range_map boundsRobin Murphy2024-04-261-7/+1
* | ACPI/IORT: Handle memory address size limits as limitsRobin Murphy2024-04-262-16/+13
|/
* ACPI: AGDI: Convert to platform remove callback returning voidUwe Kleine-König2024-02-271-5/+3
* ACPI: arm64: export acpi_arch_thermal_cpufreq_pctg()Arnd Bergmann2023-12-131-0/+2
* ACPI: processor: reduce CPUFREQ thermal reduction pctg for Tegra241Srikar Srimath Tirumala2023-12-062-0/+21
* amba: bus: balance firmware node reference countingAndy Shevchenko2023-10-171-1/+1
* Merge tag 'char-misc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-09-011-1/+0
|\
* \ Merge tag 'acpi-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2023-08-294-0/+134
|\ \
| * | ACPI: Move AMBA bus scan handling into arm64 specific directorySudeep Holla2023-08-014-0/+134
| |/
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2023-08-291-1/+4
|\ \ | |/ |/|
| * perf/smmuv3: Enable HiSilicon Erratum 162001900 quirk for HIP08/09Yicong Yang2023-08-151-1/+4
* | ACPI/IORT: Remove erroneous id_count check in iort_node_get_rmr_info()Guanghui Feng2023-07-281-3/+0
|/
*-. Merge branches 'for-next/kpti', 'for-next/missing-proto-warn', 'for-next/iss2...Catalin Marinas2023-06-236-3/+23
|\ \
| | * ACPI: bus: Consolidate all arm specific initialisation into acpi_arm_init()Sudeep Holla2023-06-086-3/+23
| |/
* / ACPI/APMT: Don't register invalid resourceRobin Murphy2023-06-091-4/+6
|/
* ACPI: AGDI: Improve error reporting for problems during .remove()Uwe Kleine-König2023-04-171-3/+10
* ACPI: APMT: Fix kerneldoc and indentationBesar Wicaksono2022-11-151-2/+3
* ACPI/IORT: Update SMMUv3 DeviceID supportRobin Murphy2022-11-071-4/+12
* ACPI: ARM Performance Monitoring Unit Table (APMT) initial supportBesar Wicaksono2022-11-073-0/+181
* iommu: Add gfp parameter to iommu_alloc_resv_regionLu Baolu2022-10-211-1/+2
* ACPI: scan: Support multiple DMA windows with different offsetsJianmin Lv2022-09-241-11/+17
* ACPI/IORT: Fix build error implicit-function-declarationRen Zhijie2022-07-291-28/+28
* ACPI/IORT: Add a helper to retrieve RMR info directlyShameer Kolothum2022-07-061-0/+28
* ACPI/IORT: Add support to retrieve IORT RMR reserved regionsShameer Kolothum2022-07-061-0/+291
* ACPI/IORT: Provide a generic helper to retrieve reserve regionsShameer Kolothum2022-07-061-7/+15
* ACPI/IORT: Make iort_iommu_msi_get_resv_regions() return voidShameer Kolothum2022-07-061-16/+9
* ACPI: AGDI: Fix missing prototype warning for acpi_agdi_init()Ilkka Koskinen2022-05-061-0/+1
* ACPI: AGDI: Add driver for Arm Generic Diagnostic Dump and Reset deviceIlkka Koskinen2022-03-103-0/+127
* ACPI/IORT: Check node revision for PMCG resourcesRobin Murphy2022-02-091-3/+11
* acpi/arm64: fix next_platform_timer() section mismatch errorJackie Liu2021-10-121-1/+1
* Merge tag 'iommu-updates-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-07-023-113/+70
|\
| *-. Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/smmu', 'x86/vt-d', 'x86/am...Joerg Roedel2021-06-253-113/+70
| |\ \
| | | * ACPI: Move IOMMU setup code out of IORTJean-Philippe Brucker2021-06-251-66/+8
| | | * ACPI: arm64: Move DMA setup operations out of IORTJean-Philippe Brucker2021-06-253-46/+59
| | |/ | |/|
| | * ACPI/IORT: Enable stall support for platform devicesJean-Philippe Brucker2021-06-081-1/+3
| |/
* / ACPI: IORT: Handle device properties with software node APIHeikki Krogerus2021-05-171-1/+1
|/