messages from 2023-11-03 16:45:09 to 2023-11-28 20:49:57 UTC [more...]
[PATCH 00/16] IOMMU memory observability
2023-11-28 20:49 UTC (17+ 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-28 20:31 UTC (8+ 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 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 (55+ messages)
` [PATCH RFC 01/17] iommu: Remove struct iommu_ops *iommu from arch_setup_dma_ops()
` [PATCH RFC 02/17] of: Do not return struct iommu_ops from of_iommu_configure()
` [PATCH RFC 03/17] of: Use -ENODEV consistently in of_iommu_configure()
` [PATCH RFC 04/17] acpi: Do not return struct iommu_ops from acpi_iommu_configure_id()
` [PATCH RFC 05/17] iommu: Make iommu_fwspec->ids a distinct allocation
` [PATCH RFC 06/17] iommu: Add iommu_fwspec_alloc/dealloc()
` [PATCH RFC 07/17] iommu: Add iommu_probe_device_fwspec()
` [PATCH RFC 08/17] of: Do not use dev->iommu within of_iommu_configure()
` [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 12/17] iommu: Make iommu_ops_from_fwnode() static
` [PATCH RFC 13/17] iommu: Remove dev_iommu_fwspec_set()
` [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
[PATCH 1/2] dt-bindings: watchdog: re-order entries to match coding convention
2023-11-08 16:41 UTC (8+ messages)
` [PATCH 2/2] dt-bindings: watchdog: intel,keembay: reference common watchdog schema
[PATCH] wifi: brcmfmac: cfg80211: Use WSEC to set SAE password
2023-11-08 11:12 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox