asahi.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-16 04:17:18 to 2023-11-30 20:15:08 UTC [more...]

[PATCH v2 00/10] IOMMU memory observability
 2023-11-30 20:14 UTC 

[PATCH 00/10] IOMMU related FW parsing cleanup
 2023-11-30 15:36 UTC  (29+ messages)
` [PATCH 01/10] iommu: Remove struct iommu_ops *iommu from arch_setup_dma_ops()
` [PATCH 02/10] iommmu/of: Do not return struct iommu_ops from of_iommu_configure()
` [PATCH 03/10] iommu/of: Use -ENODEV consistently in of_iommu_configure()
` [PATCH 04/10] iommu: Mark dev_iommu_get() with lockdep
` [PATCH 05/10] iommu: Mark dev_iommu_priv_set() with a lockdep
` [PATCH 06/10] iommu: Replace iommu_device_lock with iommu_probe_device_lock
` [PATCH 07/10] acpi: Do not return struct iommu_ops from acpi_iommu_configure_id()
` [PATCH 08/10] iommu/tegra: Use tegra_dev_iommu_get_stream_id() in the remaining places
` [PATCH 09/10] ACPI: IORT: Cast from ULL to phys_addr_t
` [PATCH 10/10] ACPI: IORT: Allow COMPILE_TEST of IORT

[PATCH 00/16] IOMMU memory observability
 2023-11-30 14:03 UTC  (49+ messages)
` [PATCH 01/16] iommu/vt-d: add wrapper functions for page allocations
` [PATCH 02/16] iommu/amd: use page allocation function provided by iommu-pages.h
` [PATCH 03/16] iommu/io-pgtable-arm: "
` [PATCH 04/16] iommu/io-pgtable-dart: "
` [PATCH 05/16] iommu/io-pgtable-arm-v7s: "
` [PATCH 06/16] iommu/dma: "
` [PATCH 07/16] iommu/exynos: "
` [PATCH 08/16] iommu/fsl: "
` [PATCH 09/16] iommu/iommufd: "
` [PATCH 10/16] iommu/rockchip: "
` [PATCH 11/16] iommu/sun50i: "
` [PATCH 12/16] iommu/tegra-smmu: "
` [PATCH 13/16] iommu: observability of the IOMMU allocations
` [PATCH 14/16] iommu: account IOMMU allocated memory
` [PATCH 15/16] vhost-vdpa: account iommu allocations
` [PATCH 16/16] vfio: "

[PATCH 00/30] Make a new API for drivers to use to get their FW
 2023-11-30 13:23 UTC  (34+ messages)
` [PATCH 01/30] iommu/of: Make a of_iommu_for_each_id()
` [PATCH 02/30] ACPI: VIOT: Make a viot_iommu_for_each_id()
` [PATCH 03/30] ACPI: IORT: Make a iort_iommu_for_each_id()
` [PATCH 04/30] ACPI: IORT: Remove fwspec from the reserved region code
` [PATCH 05/30] iommu: Add iommu_probe_info
` [PATCH 06/30] iommu: Make iommu_ops_from_fwnode() return the iommu_device
` [PATCH 07/30] iommu/of: Call of_iommu_get_resv_regions() directly
` [PATCH 08/30] iommu/of: Add iommu_of_get_single_iommu()
` [PATCH 09/30] iommu/rockchip: Move to iommu_of_get_single_iommu()
` [PATCH 10/30] iommu/sprd: "
` [PATCH 11/30] iommu/sun50i: "
` [PATCH 12/30] iommu/of: Add iommu_of_xlate()
` [PATCH 13/30] iommu/dart: Move to iommu_of_xlate()
` [PATCH 14/30] iommu/exynos: "
` [PATCH 15/30] iommu/msm: "
` [PATCH 16/30] iommu/tegra: Route tegra_dev_iommu_get_stream_id() through an op
` [PATCH 17/30] iommu: Add iommu_fw_alloc_per_device_ids()
` [PATCH 18/30] iommu/tegra: Move to iommu_fw_alloc_per_device_ids()
` [PATCH 19/30] iommu/mtk: "
` [PATCH 20/30] iommu/ipmmu-vmsa: "
` [PATCH 21/30] iommu/mtk_v1: "
` [PATCH 22/30] iommu/qcom: "
` [PATCH 23/30] iommu/viot: Add iommu_viot_get_single_iommu()
` [PATCH 24/30] iommu/virtio: Move to iommu_fw_alloc_per_device_ids()
` [PATCH 25/30] iommu/iort: Add iommu_iort_get_single_iommu()
` [PATCH 26/30] iommu/arm-smmu-v3: Move to iommu_fw_alloc_per_device_ids()
` [PATCH 27/30] iommu/arm-smmu: Move to iommu_of_xlate()
` [PATCH 28/30] iommu: Call all drivers if there is no fwspec
` [PATCH 29/30] iommu: Check for EPROBE_DEFER using the new FW parsers
` [PATCH 30/30] iommu: Remove fwspec and related

[PATCH] arm: apple: t602x: Add missing MMIO regions to memmap
 2023-11-30 12:42 UTC 

[PATCH v4 0/1] Enforce 4k sectorize by default for mkfs
 2023-11-30  3:38 UTC  (12+ messages)
` [PATCH v4 1/1] btrfs-progs: mkfs: Enforce 4k sectorsize by default

[PATCH] iommu: dart: Use readl instead of readl_relaxed for consistency
 2023-11-27 10:18 UTC  (5+ messages)

[PATCH v4 0/3] Apple M1 USB4/Thunderbolt DART support
 2023-11-27 10:15 UTC  (6+ messages)
` [PATCH v4 1/3] dt-bindings: iommu: dart: Add t8103-usb4-dart compatible
` [PATCH v4 2/3] iommu: dart: Write to all DART_T8020_STREAM_SELECT
` [PATCH v4 3/3] iommu: dart: Add support for t8103 USB4 DART

[PATCH v2] dmaengine: apple-admac: Keep upper bits of REG_BUS_WIDTH
 2023-11-24 13:33 UTC  (2+ messages)

[REGRESSION] Perf (userspace) broken on big.LITTLE systems since v6.5
 2023-11-23 17:15 UTC  (35+ messages)

[GIT PULL] Apple SoC mailbox updates for 6.8
 2023-11-23 10:26 UTC 

[RESEND PATCH] soc: apple: mailbox: Add explicit include of platform_device.h
 2023-11-23 10:20 UTC  (2+ messages)

[PATCH v2 06/17] iommu: Add iommu_fwspec_alloc/dealloc()
 2023-11-23  9:08 UTC  (7+ messages)

[PATCH 0/8] USB fixes: xHCI error handling
 2023-11-22 23:52 UTC  (8+ messages)

[PATCH v2 00/17] Solve iommu probe races around iommu_fwspec
 2023-11-21 17:55 UTC  (9+ messages)
` [PATCH v2 12/17] iommu: Make iommu_ops_from_fwnode() static

[PATCH v3 000/108] pwm: Fix lifetime issues for pwm_chips
 2023-11-21 13:49 UTC  (2+ messages)
` [PATCH v3 039/108] pwm: apple: Make use of devm_pwmchip_alloc() function

[REGRESSION] Bluetooth is not working on Macs with BCM4377 chip starting from kernel 6.5
 2023-11-21 12:16 UTC  (11+ messages)

[PATCH v3 0/1] Enforce 4k sectorize by default for mkfs
 2023-11-16 14:50 UTC  (2+ messages)
` [PATCH v3] btrfs-progs: mkfs: Enforce 4k sectorsize by default


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).