messages from 2025-06-26 19:35:34 to 2025-07-02 20:12:20 UTC [more...]
[PATCH v7 00/28] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
2025-07-02 20:12 UTC (52+ messages)
` [PATCH v7 01/28] iommufd: Report unmapped bytes in the error path of iopt_unmap_iova_range
` [PATCH v7 02/28] iommufd/viommu: Explicitly define vdev->virt_id
` [PATCH v7 03/28] iommu: Use enum iommu_hw_info_type for type in hw_info op
` [PATCH v7 06/28] iommufd/viommu: Allow driver-specific user data for a vIOMMU object
` [PATCH v7 07/28] iommufd/selftest: Support user_data in mock_viommu_alloc
` [PATCH v7 08/28] iommufd/selftest: Add coverage for viommu data
` [PATCH v7 09/28] iommufd/access: Add internal APIs for HW queue to use
` [PATCH v7 10/28] iommufd/access: Bypass access->ops->unmap for internal use
` [PATCH v7 11/28] iommufd/viommu: Add driver-defined vDEVICE support
` [PATCH v7 12/28] iommufd/viommu: Introduce IOMMUFD_OBJ_HW_QUEUE and its related struct
` [PATCH v7 13/28] iommufd/viommu: Add IOMMUFD_CMD_HW_QUEUE_ALLOC ioctl
` [PATCH v7 14/28] iommufd/driver: Add iommufd_hw_queue_depend/undepend() helpers
` [PATCH v7 15/28] iommufd/selftest: Add coverage for IOMMUFD_CMD_HW_QUEUE_ALLOC
` [PATCH v7 16/28] iommufd: Add mmap interface
` [PATCH v7 17/28] iommufd/selftest: Add coverage for the new "
` [PATCH v7 18/28] Documentation: userspace-api: iommufd: Update HW QUEUE
` [PATCH v7 19/28] iommu: Allow an input type in hw_info op
` [PATCH v7 20/28] iommufd: Allow an input data_type via iommu_hw_info
` [PATCH v7 21/28] iommufd/selftest: Update hw_info coverage for an input data_type
` [PATCH v7 22/28] iommu/arm-smmu-v3-iommufd: Add vsmmu_size/type and vsmmu_init impl ops
` [PATCH v7 23/28] iommu/arm-smmu-v3-iommufd: Add hw_info to impl_ops
` [PATCH v7 24/28] iommu/tegra241-cmdqv: Use request_threaded_irq
` [PATCH v7 25/28] iommu/tegra241-cmdqv: Simplify deinit flow in tegra241_cmdqv_remove_vintf()
` [PATCH v7 26/28] iommu/tegra241-cmdqv: Do not statically map LVCMDQs
` [PATCH v7 27/28] iommu/tegra241-cmdqv: Add user-space use support
` [PATCH v7 28/28] iommu/tegra241-cmdqv: Add IOMMU_VEVENTQ_TYPE_TEGRA241_CMDQV support
[PATCH v3 14/15] iommu/amd: Remove AMD io_pgtable support
2025-07-02 17:06 UTC (2+ messages)
[PATCH] vfio/pci: Do vf_token checks for VFIO_DEVICE_BIND_IOMMUFD
2025-07-02 14:56 UTC (3+ messages)
[PATCH v2 2/2] rust: update ARef and AlwaysRefCounted call sites to import from sync::aref
2025-07-02 12:24 UTC (2+ messages)
[PATCH v2 1/2] rust: move ARef and AlwaysRefCounted to sync::aref
2025-07-02 11:01 UTC (2+ messages)
[PATCH v3 0/7] Reorganize Intel VT-D to be ready for iommupt
2025-07-02 9:16 UTC (10+ messages)
` [PATCH v3 1/7] iommu/vt-d: Lift the __pa to domain_setup_first_level/intel_svm_set_dev_pasid()
` [PATCH v3 2/7] iommu/vt-d: Fold domain_exit() into intel_iommu_domain_free()
` [PATCH v3 3/7] iommu/vt-d: Do not wipe out the page table NID when devices detach
` [PATCH v3 4/7] iommu/vt-d: Split intel_iommu_domain_alloc_paging_flags()
` [PATCH v3 5/7] iommu/vt-d: Create unique domain ops for each stage
` [PATCH v3 6/7] iommu/vt-d: Split intel_iommu_enforce_cache_coherency()
` [PATCH v3 7/7] iommu/vt-d: Split paging_domain_compatible()
[PATCH 00/11] Fix incorrect iommu_groups with PCIe switches
2025-07-02 1:47 UTC (18+ messages)
` [PATCH 01/11] PCI: Move REQ_ACS_FLAGS into pci_regs.h as PCI_ACS_ISOLATED
` [PATCH 02/11] PCI: Add pci_bus_isolation()
` [PATCH 03/11] iommu: Compute iommu_groups properly for PCIe switches
` [PATCH 04/11] iommu: Organize iommu_group by member size
` [PATCH 05/11] PCI: Add pci_reachable_set()
` [PATCH 06/11] iommu: Use pci_reachable_set() in pci_device_group()
` [PATCH 07/11] iommu: Validate that pci_for_each_dma_alias() matches the groups
` [PATCH 08/11] PCI: Add the ACS Enhanced Capability definitions
` [PATCH 09/11] PCI: Enable ACS Enhanced bits for enable_acs and config_acs
` [PATCH 10/11] PCI: Check ACS DSP/USP redirect bits in pci_enable_pasid()
` [PATCH 11/11] PCI: Check ACS Extended flags for pci_bus_isolated()
[PATCH] rust: acpi: remove unneeded cast to clean future Clippy warning
2025-07-01 21:38 UTC (2+ messages)
[PATCH RFC v2 0/4] Disable ATS via iommu during PCI resets
2025-06-30 22:49 UTC (9+ messages)
` [PATCH RFC v2 1/4] iommu: Lock group->mutex in iommu_deferred_attach
` [PATCH RFC v2 2/4] iommu: Pass in gdev to __iommu_device_set_domain
` [PATCH RFC v2 3/4] iommu: Introduce iommu_dev_reset_prepare() and iommu_dev_reset_done()
` [PATCH RFC v2 4/4] pci: Suspend iommu function prior to resetting a device
[PATCH v6 00/30] x86,fs/resctrl telemetry monitoring
2025-06-30 22:46 UTC (15+ messages)
` [PATCH v6 01/30] x86,fs/resctrl: Consolidate monitor event descriptions
` [PATCH v6 02/30] x86,fs/resctrl: Replace architecture event enabled checks
` [PATCH v6 14/30] x86,fs/resctrl: Support binary fixed point event counters
` [PATCH v6 17/30] x86/resctrl: Discover hardware telemetry events
[PATCH AUTOSEL 5.4 1/5] atm: idt77252: Add missing `dma_map_error()`
2025-06-30 21:02 UTC (5+ messages)
` [PATCH AUTOSEL 5.4 2/5] net: usb: qmi_wwan: add SIMCom 8230C composition
` [PATCH AUTOSEL 5.4 3/5] vt: add missing notification when switching back to text mode
` [PATCH AUTOSEL 5.4 4/5] HID: Add IGNORE quirk for SMARTLINKTECHNOLOGY
` [PATCH AUTOSEL 5.4 5/5] HID: quirks: Add quirk for 2 Chicony Electronics HP 5MP Cameras
[PATCH AUTOSEL 5.10 1/6] atm: idt77252: Add missing `dma_map_error()`
2025-06-30 21:02 UTC (6+ messages)
` [PATCH AUTOSEL 5.10 2/6] um: vector: Reduce stack usage in vector_eth_configure()
` [PATCH AUTOSEL 5.10 3/6] net: usb: qmi_wwan: add SIMCom 8230C composition
` [PATCH AUTOSEL 5.10 4/6] vt: add missing notification when switching back to text mode
` [PATCH AUTOSEL 5.10 5/6] HID: Add IGNORE quirk for SMARTLINKTECHNOLOGY
` [PATCH AUTOSEL 5.10 6/6] HID: quirks: Add quirk for 2 Chicony Electronics HP 5MP Cameras
[PATCH AUTOSEL 5.15 1/7] atm: idt77252: Add missing `dma_map_error()`
2025-06-30 21:01 UTC (7+ messages)
` [PATCH AUTOSEL 5.15 2/7] um: vector: Reduce stack usage in vector_eth_configure()
` [PATCH AUTOSEL 5.15 3/7] net: usb: qmi_wwan: add SIMCom 8230C composition
` [PATCH AUTOSEL 5.15 4/7] HID: lenovo: Add support for ThinkPad X1 Tablet Thin Keyboard Gen2
` [PATCH AUTOSEL 5.15 5/7] vt: add missing notification when switching back to text mode
` [PATCH AUTOSEL 5.15 6/7] HID: Add IGNORE quirk for SMARTLINKTECHNOLOGY
` [PATCH AUTOSEL 5.15 7/7] HID: quirks: Add quirk for 2 Chicony Electronics HP 5MP Cameras
[PATCH AUTOSEL 6.1 01/10] atm: idt77252: Add missing `dma_map_error()`
2025-06-30 20:47 UTC (10+ messages)
` [PATCH AUTOSEL 6.1 02/10] um: vector: Reduce stack usage in vector_eth_configure()
` [PATCH AUTOSEL 6.1 03/10] ASoC: amd: yc: add quirk for Acer Nitro ANV15-41 internal mic
` [PATCH AUTOSEL 6.1 04/10] ALSA: hda/realtek - Enable mute LED on HP Pavilion Laptop 15-eg100
` [PATCH AUTOSEL 6.1 05/10] net: usb: qmi_wwan: add SIMCom 8230C composition
` [PATCH AUTOSEL 6.1 06/10] HID: lenovo: Add support for ThinkPad X1 Tablet Thin Keyboard Gen2
` [PATCH AUTOSEL 6.1 07/10] btrfs: fix assertion when building free space tree
` [PATCH AUTOSEL 6.1 08/10] vt: add missing notification when switching back to text mode
` [PATCH AUTOSEL 6.1 09/10] HID: Add IGNORE quirk for SMARTLINKTECHNOLOGY
` [PATCH AUTOSEL 6.1 10/10] HID: quirks: Add quirk for 2 Chicony Electronics HP 5MP Cameras
[PATCH AUTOSEL 6.6 01/14] ublk: sanity check add_dev input for underflow
2025-06-30 20:46 UTC (14+ messages)
` [PATCH AUTOSEL 6.6 02/14] atm: idt77252: Add missing `dma_map_error()`
` [PATCH AUTOSEL 6.6 03/14] um: vector: Reduce stack usage in vector_eth_configure()
` [PATCH AUTOSEL 6.6 04/14] io_uring: make fallocate be hashed work
` [PATCH AUTOSEL 6.6 05/14] ASoC: amd: yc: add quirk for Acer Nitro ANV15-41 internal mic
` [PATCH AUTOSEL 6.6 06/14] ALSA: hda/realtek - Enable mute LED on HP Pavilion Laptop 15-eg100
` [PATCH AUTOSEL 6.6 07/14] net: usb: qmi_wwan: add SIMCom 8230C composition
` [PATCH AUTOSEL 6.6 08/14] HID: lenovo: Add support for ThinkPad X1 Tablet Thin Keyboard Gen2
` [PATCH AUTOSEL 6.6 09/14] net: mana: Record doorbell physical address in PF mode
` [PATCH AUTOSEL 6.6 10/14] btrfs: fix assertion when building free space tree
` [PATCH AUTOSEL 6.6 11/14] vt: add missing notification when switching back to text mode
` [PATCH AUTOSEL 6.6 12/14] bpf: Adjust free target to avoid global starvation of LRU map
` [PATCH AUTOSEL 6.6 13/14] HID: Add IGNORE quirk for SMARTLINKTECHNOLOGY
` [PATCH AUTOSEL 6.6 14/14] HID: quirks: Add quirk for 2 Chicony Electronics HP 5MP Cameras
[PATCH AUTOSEL 6.12 01/21] ublk: sanity check add_dev input for underflow
2025-06-30 20:45 UTC (21+ messages)
` [PATCH AUTOSEL 6.12 02/21] atm: idt77252: Add missing `dma_map_error()`
` [PATCH AUTOSEL 6.12 03/21] um: vector: Reduce stack usage in vector_eth_configure()
` [PATCH AUTOSEL 6.12 04/21] ASoC: SOF: Intel: hda: Use devm_kstrdup() to avoid memleak
` [PATCH AUTOSEL 6.12 05/21] Revert "PCI/ACPI: Fix allocated memory release on error in pci_acpi_scan_root()"
` [PATCH AUTOSEL 6.12 06/21] ALSA: hda/realtek: Add mic-mute LED setup for ASUS UM5606
` [PATCH AUTOSEL 6.12 07/21] io_uring: make fallocate be hashed work
` [PATCH AUTOSEL 6.12 08/21] ASoC: amd: yc: add quirk for Acer Nitro ANV15-41 internal mic
` [PATCH AUTOSEL 6.12 09/21] ALSA: hda/realtek - Enable mute LED on HP Pavilion Laptop 15-eg100
` [PATCH AUTOSEL 6.12 10/21] ALSA: hda/realtek: Add quirks for some Clevo laptops
` [PATCH AUTOSEL 6.12 11/21] net: usb: qmi_wwan: add SIMCom 8230C composition
` [PATCH AUTOSEL 6.12 12/21] driver: bluetooth: hci_qca:fix unable to load the BT driver
` [PATCH AUTOSEL 6.12 13/21] HID: lenovo: Add support for ThinkPad X1 Tablet Thin Keyboard Gen2
` [PATCH AUTOSEL 6.12 14/21] net: mana: Record doorbell physical address in PF mode
` [PATCH AUTOSEL 6.12 15/21] btrfs: fix assertion when building free space tree
` [PATCH AUTOSEL 6.12 16/21] vt: add missing notification when switching back to text mode
` [PATCH AUTOSEL 6.12 17/21] bpf: Adjust free target to avoid global starvation of LRU map
` [PATCH AUTOSEL 6.12 18/21] riscv: vdso: Exclude .rodata from the PT_DYNAMIC segment
` [PATCH AUTOSEL 6.12 19/21] HID: Add IGNORE quirk for SMARTLINKTECHNOLOGY
` [PATCH AUTOSEL 6.12 20/21] HID: quirks: Add quirk for 2 Chicony Electronics HP 5MP Cameras
` [PATCH AUTOSEL 6.12 21/21] HID: nintendo: avoid bluetooth suspend/resume stalls
[PATCH AUTOSEL 6.15 01/23] ublk: sanity check add_dev input for underflow
2025-06-30 20:44 UTC (23+ messages)
` [PATCH AUTOSEL 6.15 02/23] atm: idt77252: Add missing `dma_map_error()`
` [PATCH AUTOSEL 6.15 03/23] um: vector: Reduce stack usage in vector_eth_configure()
` [PATCH AUTOSEL 6.15 04/23] ASoC: SOF: Intel: hda: Use devm_kstrdup() to avoid memleak
` [PATCH AUTOSEL 6.15 05/23] ASoC: rt721-sdca: fix boost gain calculation error
` [PATCH AUTOSEL 6.15 06/23] Revert "PCI/ACPI: Fix allocated memory release on error in pci_acpi_scan_root()"
` [PATCH AUTOSEL 6.15 07/23] ALSA: hda/realtek: Add mic-mute LED setup for ASUS UM5606
` [PATCH AUTOSEL 6.15 08/23] ALSA: hda/realtek: fix mute/micmute LEDs for HP EliteBook 6 G1a
` [PATCH AUTOSEL 6.15 09/23] io_uring: make fallocate be hashed work
` [PATCH AUTOSEL 6.15 10/23] ASoC: amd: yc: add quirk for Acer Nitro ANV15-41 internal mic
` [PATCH AUTOSEL 6.15 11/23] ALSA: hda/realtek - Enable mute LED on HP Pavilion Laptop 15-eg100
` [PATCH AUTOSEL 6.15 12/23] ALSA: hda/realtek: Add quirks for some Clevo laptops
` [PATCH AUTOSEL 6.15 13/23] net: usb: qmi_wwan: add SIMCom 8230C composition
` [PATCH AUTOSEL 6.15 14/23] driver: bluetooth: hci_qca:fix unable to load the BT driver
` [PATCH AUTOSEL 6.15 15/23] HID: lenovo: Add support for ThinkPad X1 Tablet Thin Keyboard Gen2
` [PATCH AUTOSEL 6.15 16/23] net: mana: Record doorbell physical address in PF mode
` [PATCH AUTOSEL 6.15 17/23] btrfs: fix assertion when building free space tree
` [PATCH AUTOSEL 6.15 18/23] vt: add missing notification when switching back to text mode
` [PATCH AUTOSEL 6.15 19/23] bpf: Adjust free target to avoid global starvation of LRU map
` [PATCH AUTOSEL 6.15 20/23] riscv: vdso: Exclude .rodata from the PT_DYNAMIC segment
` [PATCH AUTOSEL 6.15 21/23] HID: Add IGNORE quirk for SMARTLINKTECHNOLOGY
` [PATCH AUTOSEL 6.15 22/23] HID: quirks: Add quirk for 2 Chicony Electronics HP 5MP Cameras
` [PATCH AUTOSEL 6.15 23/23] HID: nintendo: avoid bluetooth suspend/resume stalls
[PATCH v2 0/7] Reorganize Intel VT-D to be ready for iommupt
2025-06-30 15:04 UTC (6+ messages)
` [PATCH v2 6/7] iommu/vt-d: Split intel_iommu_enforce_cache_coherency()
[PATCH] iommu/msm: Remove ops->pgsize_bitmap
2025-06-27 15:34 UTC (3+ messages)
[PATCH v2 0/7] Remove ops.pgsize_bitmap
2025-06-27 12:59 UTC (5+ messages)
` [PATCH v2 7/7] iommu: Remove ops->pgsize_bitmap
[PATCH] mm: limit THP alignment – performance gain observed in AI inference workloads
2025-06-27 10:45 UTC
[PATCH 6.15 000/589] 6.15.4-rc3 review
2025-06-27 9:39 UTC (5+ 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