Linux on Apple ARM platform development
 help / color / mirror / Atom feed
 messages from 2023-11-13 20:12:38 to 2023-11-29 20:45:02 UTC [more...]

[PATCH 00/16] IOMMU memory observability
 2023-11-29 20:44 UTC  (44+ 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 v4 0/1] Enforce 4k sectorize by default for mkfs
 2023-11-29 20:27 UTC  (11+ messages)
` [PATCH v4 1/1] btrfs-progs: mkfs: Enforce 4k sectorsize by default

[PATCH 00/10] IOMMU related FW parsing cleanup
 2023-11-29 19:26 UTC  (25+ 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] 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 00/17] Solve iommu probe races around iommu_fwspec
 2023-11-23  9:08 UTC  (35+ messages)
` [PATCH v2 01/17] iommu: Remove struct iommu_ops *iommu from arch_setup_dma_ops()
` [PATCH v2 02/17] iommmu/of: Do not return struct iommu_ops from of_iommu_configure()
` [PATCH v2 03/17] iommu/of: Use -ENODEV consistently in of_iommu_configure()
` [PATCH v2 04/17] acpi: Do not return struct iommu_ops from acpi_iommu_configure_id()
` [PATCH v2 05/17] iommu: Make iommu_fwspec->ids a distinct allocation
` [PATCH v2 06/17] iommu: Add iommu_fwspec_alloc/dealloc()
` [PATCH v2 07/17] iommu: Add iommu_probe_device_fwspec()
` [PATCH v2 08/17] iommu/of: Do not use dev->iommu within of_iommu_configure()
` [PATCH v2 09/17] iommu: Add iommu_fwspec_append_ids()
` [PATCH v2 10/17] acpi: Do not use dev->iommu within acpi_iommu_configure()
` [PATCH v2 11/17] iommu: Hold iommu_probe_device_lock while calling ops->of_xlate
` [PATCH v2 12/17] iommu: Make iommu_ops_from_fwnode() static
` [PATCH v2 13/17] iommu: Remove dev_iommu_fwspec_set()
` [PATCH v2 14/17] iommu: Remove pointless iommu_fwspec_free()
` [PATCH v2 15/17] iommu: Add ops->of_xlate_fwspec()
` [PATCH v2 16/17] iommu: Mark dev_iommu_get() with lockdep
` [PATCH v2 17/17] iommu: Mark dev_iommu_priv_set() with a lockdep

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

[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  (14+ 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

[PATCH] Bluetooth: hci_bcm4377: Fix msgid release
 2023-11-14 15:13 UTC  (2+ messages)

[PATCH RFC 00/17] Solve iommu probe races around iommu_fwspec
 2023-11-14  4:56 UTC  (18+ messages)
` [PATCH RFC 09/17] iommu: Add iommu_fwspec_append_ids()
` [PATCH RFC 10/17] acpi: Do not use dev->iommu within acpi_iommu_configure()
` [PATCH RFC 11/17] iommu: Hold iommu_probe_device_lock while calling ops->of_xlate
` [PATCH RFC 14/17] iommu: Remove pointless iommu_fwspec_free()
` [PATCH RFC 15/17] iommu: Add ops->of_xlate_fwspec()
` [PATCH RFC 16/17] iommu: Mark dev_iommu_get() with lockdep
` [PATCH RFC 17/17] iommu: Mark dev_iommu_priv_set() with a lockdep


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox