Linux on Apple ARM platform development
 help / color / mirror / Atom feed
 messages from 2023-10-24 14:25:03 to 2023-11-19 08:10:56 UTC [more...]

[PATCH v2 00/17] Solve iommu probe races around iommu_fwspec
 2023-11-19  8:10 UTC  (28+ 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

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

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

[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)

Race between of_iommu_configure() and iommu_probe_device()
 2023-11-03 16:43 UTC  (3+ messages)

[PATCH 2/3] drm/scheduler: Fix UAF in drm_sched_fence_get_timeline_name
 2023-11-02 12:39 UTC  (17+ messages)
` [PATCH 0/3] DRM scheduler documentation & bug fixes

[PATCH] iommu/dart: Fix return code in apple_dart_domain_alloc_paging()
 2023-11-01  0:47 UTC  (5+ messages)

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

[PATCH] usb: Ignore endpoints in non-zero altsettings
 2023-10-29 17:34 UTC  (5+ messages)

[PATCH 0/4] USB fixes: Mass Storage bugs & 64bit support
 2023-10-29 17:33 UTC  (12+ messages)
` [PATCH 1/4] scsi: Fix a bunch of SCSI definitions
` [PATCH 2/4] usb: storage: Increase read/write timeout
` [PATCH 3/4] usb: storage: Use the correct CBW lengths
` [PATCH 4/4] usb: storage: Implement 64-bit LBA support

[PATCH] dmaengine: apple-admac: Keep upper bits of REG_BUS_WIDTH
 2023-10-29 17:10 UTC  (2+ messages)

[PATCH v2] dmaengine: apple-admac: Keep upper bits of REG_BUS_WIDTH
 2023-10-29 17:07 UTC 

[PATCH v2 0/8] USB fixes: xHCI error handling
 2023-10-29 16:21 UTC  (18+ messages)
` [PATCH v2 1/8] usb: xhci: Guard all calls to xhci_wait_for_event
` [PATCH v2 2/8] usb: xhci: Better error handling in abort_td()
` [PATCH v2 3/8] usb: xhci: Allow context state errors when halting an endpoint
` [PATCH v2 4/8] usb: xhci: Recover from halted bulk endpoints
` [PATCH v2 5/8] usb: xhci: Fail on attempt to queue TRBs to a halted endpoint
` [PATCH v2 6/8] usb: xhci: Do not panic on event timeouts
` [PATCH v2 7/8] usb: xhci: Fix DMA address calculation in queue_trb
` [PATCH v2 8/8] usb: xhci: Add more debugging

[PATCH 0/2] USB fixes: Add missing timeout, ignore YubiKeys
 2023-10-29 14:34 UTC  (6+ messages)
` [PATCH 1/2] usb: kbd: Ignore Yubikeys
` [PATCH 2/2] usb: hub: Add missing reset recovery delay

[PATCH 0/2] USB fixes: (Re)implement timeouts
 2023-10-29 14:39 UTC  (8+ messages)
` [PATCH 1/2] usb: Pass through timeout to drivers
` [PATCH 2/2] usb: xhci: Hook up timeouts

[PATCH 0/8] USB fixes: xHCI error handling
 2023-10-27 19:42 UTC  (12+ messages)
` [PATCH 1/8] usb: xhci: Guard all calls to xhci_wait_for_event
` [PATCH 2/8] usb: xhci: Better error handling in abort_td()
` [PATCH 3/8] usb: xhci: Allow context state errors when halting an endpoint
` [PATCH 4/8] usb: xhci: Recover from halted non-control endpoints
` [PATCH 5/8] usb: xhci: Fail on attempt to queue TRBs to a halted endpoint
` [PATCH 6/8] usb: xhci: Do not panic on event timeouts
` [PATCH 7/8] usb: xhci: Fix DMA address calculation in queue_trb
` [PATCH 8/8] usb: xhci: Add more debugging

[PATCH v2 0/9] iommu: Convert dart & iommufd to the new domain_alloc_paging()
 2023-10-26 14:55 UTC  (5+ messages)

[PATCH] rust: kernel: str: Implement Debug for CString
 2023-10-25 16:55 UTC  (5+ messages)

[PATCH RFC] dt-bindings: display: document display panel occlusions
 2023-10-25  8:31 UTC  (4+ messages)

[PATCH v2] watchdog: apple: Deactivate on suspend
 2023-10-24 18:04 UTC  (2+ messages)

[PATCH V2] dt-bindings: nvmem: move deprecated cells binding to its own file
 2023-10-24 15:41 UTC  (3+ messages)


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