Age | Commit message (Expand) | Author | Files | Lines |
2022-03-10 | ACPI: AGDI: Add driver for Arm Generic Diagnostic Dump and Reset device | Ilkka Koskinen | 3 | -0/+127 |
2022-02-09 | ACPI/IORT: Check node revision for PMCG resources | Robin Murphy | 1 | -3/+11 |
2021-10-12 | acpi/arm64: fix next_platform_timer() section mismatch error | Jackie Liu | 1 | -1/+1 |
2021-07-02 | Merge tag 'iommu-updates-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 3 | -113/+70 |
2021-06-25 | Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/smmu', 'x86/vt-d', 'x86/am... | Joerg Roedel | 3 | -113/+70 |
2021-06-25 | ACPI: Move IOMMU setup code out of IORT | Jean-Philippe Brucker | 1 | -66/+8 |
2021-06-25 | ACPI: arm64: Move DMA setup operations out of IORT | Jean-Philippe Brucker | 3 | -46/+59 |
2021-06-08 | ACPI/IORT: Enable stall support for platform devices | Jean-Philippe Brucker | 1 | -1/+3 |
2021-05-17 | ACPI: IORT: Handle device properties with software node API | Heikki Krogerus | 1 | -1/+1 |
2021-05-07 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 1 | -4/+6 |
2021-04-23 | ACPI: GTDT: Don't corrupt interrupt mappings on watchdow probe failure | Marc Zyngier | 1 | -4/+6 |
2021-04-07 | iommu/arm-smmu-v3: Use device properties for pasid-num-bits | Jean-Philippe Brucker | 1 | -6/+7 |
2021-01-27 | ACPI/IORT: Do not blindly trust DMA masks from firmware | Moritz Fischer | 1 | -2/+12 |
2020-12-09 | Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/core | Catalin Marinas | 1 | -3/+5 |
2020-11-23 | ACPI/IORT: Fix doc warnings in iort.c | Shiju Jose | 1 | -3/+5 |
2020-11-20 | arm64: mm: Set ZONE_DMA size based on early IORT scan | Ard Biesheuvel | 1 | -0/+55 |
2020-10-15 | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -2/+4 |
2020-10-14 | Merge tag 'acpi-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 1 | -1/+1 |
2020-10-06 | dma-mapping: split <linux/dma-mapping.h> | Christoph Hellwig | 1 | -1/+1 |
2020-09-24 | ACPI: Do not create new NUMA domains from ACPI static tables that are not SRAT | Jonathan Cameron | 1 | -1/+1 |
2020-09-17 | dma-mapping: introduce DMA range map, supplanting dma_pfn_offset | Jim Quinlan | 1 | -2/+4 |
2020-09-07 | ACPI/IORT: Remove the unused inline functions | Zenghui Yu | 1 | -4/+0 |
2020-09-07 | ACPI/IORT: Drop the unused @ops of iort_add_device_replay() | Zenghui Yu | 1 | -5/+3 |
2020-07-28 | ACPI/IORT: Add an input ID to acpi_dma_configure() | Lorenzo Pieralisi | 1 | -15/+44 |
2020-07-28 | ACPI/IORT: Remove useless PCI bus walk | Lorenzo Pieralisi | 1 | -3/+0 |
2020-07-28 | ACPI/IORT: Make iort_msi_map_rid() PCI agnostic | Lorenzo Pieralisi | 1 | -6/+6 |
2020-07-28 | ACPI/IORT: Make iort_get_device_domain IRQ domain agnostic | Lorenzo Pieralisi | 1 | -7/+7 |
2020-07-28 | ACPI/IORT: Make iort_match_node_callback walk the ACPI namespace for NC | Lorenzo Pieralisi | 1 | -2/+18 |
2020-05-26 | ACPI/IORT: Remove the unused __get_pci_rid() | Zenghui Yu | 1 | -9/+0 |
2020-05-20 | ACPI/IORT: Fix PMCG node single ID mapping handling | Tuan Phan | 1 | -0/+5 |
2020-05-18 | ACPI: IORT: Add comments for not calling acpi_put_table() | Hanjun Guo | 1 | -0/+4 |
2020-05-18 | ACPI: GTDT: Put GTDT table after parsing | Hanjun Guo | 1 | -1/+3 |
2020-05-11 | ACPI: IORT: Add extra message "applying workaround" for off-by-1 issue | Hanjun Guo | 1 | -0/+2 |
2020-05-04 | ACPI/IORT: work around num_ids ambiguity | Ard Biesheuvel | 1 | -6/+34 |
2020-05-04 | Revert "ACPI/IORT: Fix 'Number of IDs' handling in iort_id_map()" | Ard Biesheuvel | 1 | -55/+2 |
2020-04-28 | ACPI/IORT: take _DMA methods into account for named components | Ard Biesheuvel | 1 | -7/+4 |
2020-03-27 | ACPI/IORT: Remove direct access of dev->iommu_fwspec | Joerg Roedel | 1 | -2/+4 |
2020-02-05 | Merge tag 'iommu-updates-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+20 |
2020-01-17 | ACPI/IORT: Fix 'Number of IDs' handling in iort_id_map() | Hanjun Guo | 1 | -2/+55 |
2020-01-15 | ACPI/IORT: Parse SSID property of named component node | Jean-Philippe Brucker | 1 | -0/+18 |
2019-12-23 | iommu/arm-smmu: Support SMMU module probing from the IORT | Ard Biesheuvel | 1 | -2/+2 |
2019-11-21 | dma-mapping: treat dev->bus_dma_mask as a DMA limit | Nicolas Saenz Julienne | 1 | -13/+7 |
2019-08-05 | ACPI/IORT: Rename arm_smmu_v3_set_proximity() 'node' local variable | Lorenzo Pieralisi | 1 | -3/+3 |
2019-07-23 | ACPI/IORT: Fix off-by-one check in iort_dev_find_its_id() | Lorenzo Pieralisi | 1 | -2/+2 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288 | Thomas Gleixner | 1 | -9/+1 |
2019-05-24 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 1 | -118/+120 |
2019-05-23 | ACPI/IORT: Fix build error when IOMMU_SUPPORT is disabled | Lorenzo Pieralisi | 1 | -118/+120 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2 | -0/+2 |
2019-05-13 | Merge tag 'iommu-updates-v5.2' of ssh://gitolite.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+11 |