asahi.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-22 14:21:24 to 2023-10-29 15:09:53 UTC [more...]

[PATCH v2 0/8] USB fixes: xHCI error handling
 2023-10-29 14:35 UTC  (12+ 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/4] USB fixes: Mass Storage bugs & 64bit support
 2023-10-29 14:36 UTC  (10+ 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] usb: Ignore endpoints in non-zero altsettings
 2023-10-29 14:37 UTC  (3+ messages)

[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  (19+ messages)
` [PATCH v2 1/9] iommu: Move IOMMU_DOMAIN_BLOCKED global statics to ops->blocked_domain
` [PATCH v2 2/9] iommu/vt-d: Update the definition of the blocking domain
` [PATCH v2 3/9] iommu/vt-d: Use ops->blocked_domain
` [PATCH v2 4/9] iommufd: Convert to alloc_domain_paging()
` [PATCH v2 5/9] iommu/dart: Use static global identity domains
` [PATCH v2 6/9] iommu/dart: Move the blocked domain support to a global static
` [PATCH v2 7/9] iommu/dart: Convert to domain_alloc_paging()
` [PATCH v2 8/9] iommu/dart: Call apple_dart_finalize_domain() as part of alloc_paging()
` [PATCH v2 9/9] iommu/dart: Remove the force_bypass variable

[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  (10+ messages)

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

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

[PATCH] Bluetooth: hci_bcm4377: Mark bcm4378/bcm4387 as BROKEN_LE_CODED
 2023-10-16 17:40 UTC  (4+ messages)

[PATCH v3 0/2] Apple SIO driver
 2023-10-16  7:11 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: dma: apple,sio: Add schema
` [PATCH v3 2/2] dmaengine: apple-sio: Add Apple SIO driver

On brcm80211 maintenance and support
 2023-10-12 16:25 UTC  (12+ messages)

[PATCH] ASoC: apple: mca: Annotate struct mca_data with __counted_by
 2023-10-11 11:34 UTC  (8+ messages)

(No Subject)
 2023-10-11  6:29 UTC 

[PATCH] soc: apple: mailbox: Add explicit include of platform_device.h
 2023-10-10 20:56 UTC 

[PATCH v2 0/2] Apple SIO driver
 2023-10-04 14:01 UTC  (8+ messages)
` [PATCH v2 2/2] dmaengine: apple-sio: Add "

[PATCH v13 0/6] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
 2023-10-04  8:54 UTC  (10+ messages)
` [PATCH v13 1/6] iommu: Allow .iotlb_sync_map to fail and handle s390's -ENOMEM return
` [PATCH v13 2/6] s390/pci: prepare is_passed_through() for dma-iommu
` [PATCH v13 3/6] s390/pci: Use dma-iommu layer
` [PATCH v13 4/6] iommu/s390: Disable deferred flush for ISM devices
` [PATCH v13 5/6] iommu/dma: Allow a single FQ in addition to per-CPU FQs
` [PATCH v13 6/6] iommu/dma: Use a large flush queue and timeout for shadow_on_flush

[PATCH] dt-bindings: nvmem: move deprecated cells binding to its own file
 2023-10-03  6:34 UTC  (2+ messages)

[PATCH] watchdog: apple: Deactivate on suspend
 2023-09-30 11:58 UTC  (2+ messages)

[PATCH V5] nvmem: add explicit config option to read old syntax fixed OF cells
 2023-09-29  8:57 UTC  (3+ messages)

[PATCH 00/21] dmaengine: Annotate with __counted_by
 2023-09-28 23:42 UTC  (6+ messages)

[PATCH 00/59] dma: Convert to platform remove callback returning void
 2023-09-28  7:49 UTC  (3+ messages)

[PATCH v12 0/6] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
 2023-09-27 20:25 UTC  (14+ messages)

[PATCH 0/8] iommu: Convert dart & iommufd to the new domain_alloc_paging()
 2023-09-27 12:59 UTC  (21+ messages)
` [PATCH 1/8] iommu: Move IOMMU_DOMAIN_BLOCKED global statics to ops->blocked_domain
` [PATCH 2/8] iommu/vt-d: Update the definition of the blocking domain
` [PATCH 3/8] iommu/vt-d: Use ops->blocked_domain
` [PATCH 4/8] iommufd: Convert to alloc_domain_paging()
` [PATCH 5/8] iommu/dart: Use static global identity domains
` [PATCH 6/8] iommu/dart: Move the blocked domain support to a global static
` [PATCH 7/8] iommu/dart: Convert to domain_alloc_paging()
` [PATCH 8/8] iommu/dart: Call apple_dart_finalize_domain() as part of alloc_paging()

[PATCH v2] drm/simpledrm: Add support for multiple "power-domains"
 2023-09-27 11:41 UTC  (5+ messages)

[PATCH 00/54] ASoC: convert asoc_xxx() to snd_soc_xxx()
 2023-09-26 15:06 UTC  (2+ messages)

[PATCH REGRESSION v2] iommu/apple-dart: Handle DMA_FQ domains in attach_dev()
 2023-09-25  9:37 UTC  (4+ messages)

[PATCH V4] nvmem: add explicit config option to read old syntax fixed OF cells
 2023-09-25  9:00 UTC  (2+ messages)

[PATCH REGRESSION] iommu: Only allocate FQ domains for IOMMUs that support them
 2023-09-24  7:49 UTC  (5+ messages)


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 NNTP newsgroup(s).