| Commit message (Expand) | Author | Age | Files | Lines |
* | ACPI: APMT: Fix kerneldoc and indentation | Besar Wicaksono | 2022-11-15 | 1 | -2/+3 |
* | ACPI/IORT: Update SMMUv3 DeviceID support | Robin Murphy | 2022-11-07 | 1 | -4/+12 |
* | ACPI: ARM Performance Monitoring Unit Table (APMT) initial support | Besar Wicaksono | 2022-11-07 | 3 | -0/+181 |
* | iommu: Add gfp parameter to iommu_alloc_resv_region | Lu Baolu | 2022-10-21 | 1 | -1/+2 |
* | ACPI: scan: Support multiple DMA windows with different offsets | Jianmin Lv | 2022-09-24 | 1 | -11/+17 |
* | ACPI/IORT: Fix build error implicit-function-declaration | Ren Zhijie | 2022-07-29 | 1 | -28/+28 |
* | ACPI/IORT: Add a helper to retrieve RMR info directly | Shameer Kolothum | 2022-07-06 | 1 | -0/+28 |
* | ACPI/IORT: Add support to retrieve IORT RMR reserved regions | Shameer Kolothum | 2022-07-06 | 1 | -0/+291 |
* | ACPI/IORT: Provide a generic helper to retrieve reserve regions | Shameer Kolothum | 2022-07-06 | 1 | -7/+15 |
* | ACPI/IORT: Make iort_iommu_msi_get_resv_regions() return void | Shameer Kolothum | 2022-07-06 | 1 | -16/+9 |
* | ACPI: AGDI: Fix missing prototype warning for acpi_agdi_init() | Ilkka Koskinen | 2022-05-06 | 1 | -0/+1 |
* | ACPI: AGDI: Add driver for Arm Generic Diagnostic Dump and Reset device | Ilkka Koskinen | 2022-03-10 | 3 | -0/+127 |
* | ACPI/IORT: Check node revision for PMCG resources | Robin Murphy | 2022-02-09 | 1 | -3/+11 |
* | acpi/arm64: fix next_platform_timer() section mismatch error | Jackie Liu | 2021-10-12 | 1 | -1/+1 |
* | Merge tag 'iommu-updates-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2021-07-02 | 3 | -113/+70 |
|\ |
|
| *-. | Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/smmu', 'x86/vt-d', 'x86/am... | Joerg Roedel | 2021-06-25 | 3 | -113/+70 |
| |\ \ |
|
| | | * | ACPI: Move IOMMU setup code out of IORT | Jean-Philippe Brucker | 2021-06-25 | 1 | -66/+8 |
| | | * | ACPI: arm64: Move DMA setup operations out of IORT | Jean-Philippe Brucker | 2021-06-25 | 3 | -46/+59 |
| | |/
| |/| |
|
| | * | ACPI/IORT: Enable stall support for platform devices | Jean-Philippe Brucker | 2021-06-08 | 1 | -1/+3 |
| |/ |
|
* / | ACPI: IORT: Handle device properties with software node API | Heikki Krogerus | 2021-05-17 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 2021-05-07 | 1 | -4/+6 |
|\ |
|
| * | ACPI: GTDT: Don't corrupt interrupt mappings on watchdow probe failure | Marc Zyngier | 2021-04-23 | 1 | -4/+6 |
* | | iommu/arm-smmu-v3: Use device properties for pasid-num-bits | Jean-Philippe Brucker | 2021-04-07 | 1 | -6/+7 |
|/ |
|
* | ACPI/IORT: Do not blindly trust DMA masks from firmware | Moritz Fischer | 2021-01-27 | 1 | -2/+12 |
* | Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/core | Catalin Marinas | 2020-12-09 | 1 | -3/+5 |
|\ |
|
| * | ACPI/IORT: Fix doc warnings in iort.c | Shiju Jose | 2020-11-23 | 1 | -3/+5 |
* | | arm64: mm: Set ZONE_DMA size based on early IORT scan | Ard Biesheuvel | 2020-11-20 | 1 | -0/+55 |
|/ |
|
* | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2020-10-15 | 1 | -2/+4 |
|\ |
|
| * | dma-mapping: split <linux/dma-mapping.h> | Christoph Hellwig | 2020-10-06 | 1 | -1/+1 |
| * | dma-mapping: introduce DMA range map, supplanting dma_pfn_offset | Jim Quinlan | 2020-09-17 | 1 | -2/+4 |
* | | Merge tag 'acpi-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 2020-10-14 | 1 | -1/+1 |
|\ \ |
|
| * | | ACPI: Do not create new NUMA domains from ACPI static tables that are not SRAT | Jonathan Cameron | 2020-09-24 | 1 | -1/+1 |
| |/ |
|
* | | ACPI/IORT: Remove the unused inline functions | Zenghui Yu | 2020-09-07 | 1 | -4/+0 |
* | | ACPI/IORT: Drop the unused @ops of iort_add_device_replay() | Zenghui Yu | 2020-09-07 | 1 | -5/+3 |
|/ |
|
* | ACPI/IORT: Add an input ID to acpi_dma_configure() | Lorenzo Pieralisi | 2020-07-28 | 1 | -15/+44 |
* | ACPI/IORT: Remove useless PCI bus walk | Lorenzo Pieralisi | 2020-07-28 | 1 | -3/+0 |
* | ACPI/IORT: Make iort_msi_map_rid() PCI agnostic | Lorenzo Pieralisi | 2020-07-28 | 1 | -6/+6 |
* | ACPI/IORT: Make iort_get_device_domain IRQ domain agnostic | Lorenzo Pieralisi | 2020-07-28 | 1 | -7/+7 |
* | ACPI/IORT: Make iort_match_node_callback walk the ACPI namespace for NC | Lorenzo Pieralisi | 2020-07-28 | 1 | -2/+18 |
* | ACPI/IORT: Remove the unused __get_pci_rid() | Zenghui Yu | 2020-05-26 | 1 | -9/+0 |
* | ACPI/IORT: Fix PMCG node single ID mapping handling | Tuan Phan | 2020-05-20 | 1 | -0/+5 |
* | ACPI: IORT: Add comments for not calling acpi_put_table() | Hanjun Guo | 2020-05-18 | 1 | -0/+4 |
* | ACPI: GTDT: Put GTDT table after parsing | Hanjun Guo | 2020-05-18 | 1 | -1/+3 |
* | ACPI: IORT: Add extra message "applying workaround" for off-by-1 issue | Hanjun Guo | 2020-05-11 | 1 | -0/+2 |
* | ACPI/IORT: work around num_ids ambiguity | Ard Biesheuvel | 2020-05-04 | 1 | -6/+34 |
* | Revert "ACPI/IORT: Fix 'Number of IDs' handling in iort_id_map()" | Ard Biesheuvel | 2020-05-04 | 1 | -55/+2 |
* | ACPI/IORT: take _DMA methods into account for named components | Ard Biesheuvel | 2020-04-28 | 1 | -7/+4 |
* | ACPI/IORT: Remove direct access of dev->iommu_fwspec | Joerg Roedel | 2020-03-27 | 1 | -2/+4 |
* | Merge tag 'iommu-updates-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2020-02-05 | 1 | -2/+20 |
|\ |
|
| * | ACPI/IORT: Parse SSID property of named component node | Jean-Philippe Brucker | 2020-01-15 | 1 | -0/+18 |