asahi.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
[PATCH 0/9] Convert Tasklets to BH Workqueues
 2024-03-28 20:01 UTC  (34+ messages)
` [PATCH 1/9] hyperv: Convert from tasklet to BH workqueue
` [PATCH 2/9] dma: "
` [PATCH 3/9] IB: "
` [PATCH 4/9] USB: "
` [PATCH 5/9] mailbox: "
` [PATCH 6/9] ipmi: "
` [PATCH 7/9] s390: "
` [PATCH 8/9] drivers/media/*: "
` [PATCH 9/9] mmc: "

convert nvme to atomic queue limits updates v2
 2024-03-26 14:52 UTC  (22+ messages)
` [PATCH 01/16] nvme: set max_hw_sectors unconditionally
` [PATCH 02/16] nvme: move NVME_QUIRK_DEALLOCATE_ZEROES out of nvme_config_discard
` [PATCH 03/16] nvme: remove nvme_revalidate_zones
` [PATCH 04/16] nvme: move max_integrity_segments handling out of nvme_init_integrity
` [PATCH 05/16] nvme: cleanup the nvme_init_integrity calling conventions
` [PATCH 06/16] nvme: move blk_integrity_unregister into nvme_init_integrity
` [PATCH 07/16] nvme: don't use nvme_update_disk_info for the multipath disk
` [PATCH 08/16] nvme: move a few things out of nvme_update_disk_info
` [PATCH 09/16] nvme: move setting the write cache flags out of nvme_set_queue_limits
` [PATCH 10/16] nvme: move common logic into nvme_update_ns_info
` [PATCH 11/16] nvme: split out a nvme_identify_ns_nvm helper
` [PATCH 12/16] nvme: don't query identify data in configure_metadata
` [PATCH 13/16] nvme: cleanup nvme_configure_metadata
` [PATCH 14/16] nvme: use the atomic queue limits update API
` [PATCH 15/16] nvme-multipath: pass queue_limits to blk_alloc_disk
` [PATCH 16/16] nvme-multipath: use atomic queue limits API for stacking limits

[PATCH v3 0/6] USB keyboard improvements for asahi / desktop systems
 2024-03-26 11:29 UTC  (12+ messages)
` [PATCH v3 1/6] usb: xhci: refactor xhci_set_configuration
` [PATCH v3 2/6] usb: xhci: Set up endpoints for the first 2 interfaces
` [PATCH v3 3/6] usb: xhci: Abort transfers with unallocated rings
` [PATCH v3 4/6] usb: Add environment based device ignorelist
` [PATCH v3 5/6] usb: kbd: support Apple Magic Keyboards (2021)
` [PATCH v3 6/6] usb: kbd: Add probe quirk for Apple and Keychron keyboards

[PATCH 00/64] i2c: reword i2c_algorithm according to newest specification
 2024-03-26  0:36 UTC  (14+ messages)
` [PATCH 64/64] i2c: reword i2c_algorithm in drivers "

[PATCH v6 000/164] pwm: Improve lifetime tracking for pwm_chips
 2024-03-25  2:13 UTC  (3+ messages)

[PATCH v2 0/6] USB keyboard improvements for asahi / desktop systems
 2024-03-21 23:47 UTC  (20+ messages)
` [PATCH v2 1/6] usb: xhci: refactor xhci_set_configuration
` [PATCH v2 2/6] usb: xhci: Set up endpoints for the first 2 interfaces
` [PATCH v2 3/6] usb: xhci: Abort transfers with unallocated rings
` [PATCH v2 4/6] usb: Add environment based device blocklist
` [PATCH v2 5/6] usb: kbd: support Apple Magic Keyboards (2021)
` [PATCH v2 6/6] usb: kbd: Add probe quirk for Apple and Keychron keyboards

[PATCH 0/4] configs: apple: Switch to standard boot + small adjustments
 2024-03-17 15:51 UTC  (6+ messages)
` [PATCH 1/4] apple_m1_defconfig: Turn on CONFIG_SYS_64BIT_LBA
` [PATCH 2/4] configs: apple: Use "vidconsole,serial" as stdout/stderr
` [PATCH 3/4] configs: apple: Enable CMD_SELECT_FONT and FONT_16X32
` [PATCH 4/4] arm: apple: Switch to standard boot

[PATCH v5 00/11] IOMMU memory observability
 2024-03-15 21:53 UTC  (15+ messages)
` [PATCH v5 01/11] iommu/vt-d: add wrapper functions for page allocations
` [PATCH v5 02/11] iommu/dma: use iommu_put_pages_list() to releae freelist
` [PATCH v5 03/11] iommu/amd: use page allocation function provided by iommu-pages.h
` [PATCH v5 04/11] iommu/io-pgtable-arm: "
` [PATCH v5 05/11] iommu/io-pgtable-dart: "
` [PATCH v5 06/11] iommu/exynos: "
` [PATCH v5 07/11] iommu/rockchip: "
` [PATCH v5 08/11] iommu/sun50i: "
` [PATCH v5 09/11] iommu/tegra-smmu: "
` [PATCH v5 10/11] iommu: observability of the IOMMU allocations
` [PATCH v5 11/11] iommu: account IOMMU allocated memory

[PATCH] spi: Restore delays for non-GPIO chip select
 2024-03-12 16:57 UTC  (3+ messages)

[PATCH] nvme-apple: Convert to platform remove callback returning void
 2024-03-08 16:21 UTC  (2+ messages)

convert nvme to atomic queue limits updates
 2024-03-02 23:21 UTC  (38+ messages)
` [PATCH 01/21] block: add a queue_limits_set helper
` [PATCH 02/21] block: add a queue_limits_stack_bdev helper
` [PATCH 03/21] nvme: set max_hw_sectors unconditionally
` [PATCH 04/21] nvme: move NVME_QUIRK_DEALLOCATE_ZEROES out of nvme_config_discard
` [PATCH 05/21] nvme: remove nvme_revalidate_zones
` [PATCH 06/21] nvme: move max_integrity_segments handling out of nvme_init_integrity
` [PATCH 07/21] nvme: cleanup the nvme_init_integrity calling conventions
` [PATCH 08/21] nvme: move blk_integrity_unregister into nvme_init_integrity
` [PATCH 09/21] nvme: don't use nvme_update_disk_info for the multipath disk
` [PATCH 10/21] nvme: move a few things out of nvme_update_disk_info
` [PATCH 11/21] nvme: move setting the write cache flags out of nvme_set_queue_limits
` [PATCH 12/21] nvme: move common logic into nvme_update_ns_info
` [PATCH 13/21] nvme: split out a nvme_identify_ns_nvm helper
` [PATCH 14/21] nvme: don't query identify data in configure_metadata
` [PATCH 15/21] nvme: cleanup nvme_configure_metadata
` [PATCH 16/21] nvme-rdma: initialize max_hw_sectors earlier
` [PATCH 17/21] nvme-loop: "
` [PATCH 18/21] nvme-fc: "
` [PATCH 19/21] nvme-apple: "
` [PATCH 20/21] nvme: use the atomic queue limits update API
` [PATCH 21/21] nvme-multipath: pass queue_limits to blk_alloc_disk

[PATCH 1/4] iommu: constify pointer to bus_type
 2024-03-01 12:47 UTC  (2+ messages)

[PATCH 0/2] Fix per-policy boost behavior
 2024-02-28 10:09 UTC  (9+ messages)
` [PATCH 1/2] cpufreq: Fix per-policy boost behavior on SoCs using cpufreq_boost_set_sw
` [PATCH 2/2] cpufreq: apple-soc: Align per-policy and global boost flags

[PATCH 0/6] USB keyboard improvements for asahi / desktop systems
 2024-02-27 12:02 UTC  (24+ messages)
` [PATCH 1/6] usb: xhci: refactor xhci_set_configuration
` [PATCH 2/6] usb: xhci: Set up endpoints for the first 2 interfaces
` [PATCH 3/6] usb: xhci: Abort transfers with unallocated rings
` [PATCH 4/6] usb: kbd: Ignore Yubikeys
` [PATCH 5/6] usb: kbd: support Apple Magic Keyboards (2021)
` [PATCH 6/6] usb: kbd: Add probe quirk for Apple and Keychron keyboards

[PATCH v3 00/10] IOMMU memory observability
 2024-02-22  0:27 UTC  (9+ messages)
` [PATCH v3 10/10] iommu: account IOMMU allocated memory


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