messages from 2021-11-10 13:20:36 to 2021-12-07 07:45:04 UTC [more...]
[patch V2 00/23] genirq/msi, PCI/MSI: Spring cleaning - Part 1
2021-12-07 7:44 UTC (29+ messages)
` [patch V2 01/23] powerpc/4xx: Remove MSI support which never worked
` [patch V2 02/23] PCI/MSI: Fix pci_irq_vector()/pci_irq_get_affinity()
` [patch V2 03/23] genirq/msi: Guard sysfs code
` [patch V2 04/23] genirq/msi: Remove unused domain callbacks
` [patch V2 05/23] genirq/msi: Fixup includes
` [patch V2 06/23] PCI/MSI: Make pci_msi_domain_write_msg() static
` [patch V2 07/23] PCI/MSI: Remove msi_desc_to_pci_sysdata()
` [patch V2 08/23] PCI/sysfs: Use pci_irq_vector()
` [patch V2 09/23] MIPS: Octeon: Use arch_setup_msi_irq()
` [patch V2 10/23] genirq/msi, treewide: Use a named struct for PCI/MSI attributes
` [patch V2 11/23] x86/hyperv: Refactor hv_msi_domain_free_irqs()
` [patch V2 12/23] PCI/MSI: Make arch_restore_msi_irqs() less horrible
` [patch V2 13/23] PCI/MSI: Cleanup include zoo
` [patch V2 14/23] PCI/MSI: Make msix_update_entries() smarter
` [patch V2 15/23] PCI/MSI: Move code into a separate directory
` [patch V2 16/23] PCI/MSI: Split out CONFIG_PCI_MSI independent part
` [patch V2 17/23] PCI/MSI: Split out !IRQDOMAIN code
` [patch V2 18/23] PCI/MSI: Split out irqdomain code
` [patch V2 19/23] PCI/MSI: Sanitize MSIX table map handling
` [patch V2 20/23] PCI/MSI: Move msi_lock to struct pci_dev
` [patch V2 21/23] PCI/MSI: Make pci_msi_domain_check_cap() static
` [patch V2 22/23] genirq/msi: Handle PCI/MSI allocation fail in core code
` [patch V2 23/23] PCI/MSI: Move descriptor counting on allocation fail to the legacy code
[PATCH V6 0/5] x86/Hyper-V: Add Hyper-V Isolation VM support(Second part)
2021-12-07 7:19 UTC (6+ messages)
` [PATCH V6 1/5] swiotlb: Add swiotlb bounce buffer remap function for HV IVM
` [PATCH V6 2/5] x86/hyper-v: Add hyperv Isolation VM check in the cc_platform_has()
` [PATCH V6 3/5] hyper-v: Enable swiotlb bounce buffer for Isolation VM
` [PATCH V6 4/5] scsi: storvsc: Add Isolation VM support for storvsc driver
` [PATCH V6 5/5] net: netvsc: Add Isolation VM support for netvsc driver
[PATCH] hv_sock: Extract hvs_send_data() helper that takes only header
2021-12-07 6:32 UTC
[PATCH V4 0/5] x86/Hyper-V: Add Hyper-V Isolation VM support(Second part)
2021-12-06 14:19 UTC (14+ messages)
` [PATCH V4 1/5] Swiotlb: Add Swiotlb bounce buffer remap function for HV IVM
` [PATCH V4 2/5] x86/hyper-v: Add hyperv Isolation VM check in the cc_platform_has()
` [PATCH V4 3/5] hyperv/IOMMU: Enable swiotlb bounce buffer for Isolation VM
` [PATCH V4 4/5] scsi: storvsc: Add Isolation VM support for storvsc driver
` [PATCH V4 5/5] hv_netvsc: Add Isolation VM support for netvsc driver
[PATCH V5 0/5] x86/Hyper-V: Add Hyper-V Isolation VM support(Second part)
2021-12-06 14:11 UTC (6+ messages)
` [PATCH V5 1/5] Swiotlb: Add Swiotlb bounce buffer remap function for HV IVM
` [PATCH V5 2/5] x86/hyper-v: Add hyperv Isolation VM check in the cc_platform_has()
` [PATCH V5 3/5] hyper-v: Enable swiotlb bounce buffer for Isolation VM
` [PATCH V5 4/5] scsi: storvsc: Add Isolation VM support for storvsc driver
` [PATCH V5 5/5] net: netvsc: Add Isolation VM support for netvsc driver
[PATCH V3 0/5] x86/Hyper-V: Add Hyper-V Isolation VM support(Second part)
2021-12-04 7:42 UTC (19+ messages)
` [PATCH V3 1/5] Swiotlb: Add Swiotlb bounce buffer remap function for HV IVM
` [PATCH V3 2/5] x86/hyper-v: Add hyperv Isolation VM check in the cc_platform_has()
` [PATCH V3 3/5] hyperv/IOMMU: Enable swiotlb bounce buffer for Isolation VM
` [PATCH V3 4/5] scsi: storvsc: Add Isolation VM support for storvsc driver
` [PATCH V3 5/5] hv_netvsc: Add Isolation VM support for netvsc driver
[PATCH v2 0/8] KVM: x86: Hyper-V hypercall fix and cleanups
2021-12-03 23:48 UTC (12+ messages)
` [PATCH v2 3/8] KVM: x86: Refactor kvm_hv_flush_tlb() to reduce indentation
` [PATCH v2 7/8] KVM: x86: Reject fixeds-size Hyper-V hypercalls with non-zero "var_cnt"
` [PATCH v2 8/8] KVM: x86: Add checks for reserved-to-zero Hyper-V hypercall fields
` ** POTENTIAL FRAUD ALERT - RED HAT ** "
[patch 00/22] genirq/msi, PCI/MSI: Spring cleaning - Part 1
2021-12-02 14:36 UTC (61+ messages)
` [patch 01/22] powerpc/4xx: Remove MSI support which never worked
` [patch 02/22] PCI/MSI: Fix pci_irq_vector()/pci_irq_get_attinity()
` [patch 03/22] genirq/msi: Guard sysfs code
` [patch 04/22] genirq/msi: Remove unused domain callbacks
` [patch 05/22] genirq/msi: Fixup includes
` [patch 06/22] PCI/MSI: Make pci_msi_domain_write_msg() static
` [patch 07/22] PCI/MSI: Remove msi_desc_to_pci_sysdata()
` [patch 08/22] PCI/sysfs: Use pci_irq_vector()
` [patch 09/22] MIPS: Octeon: Use arch_setup_msi_irq()
` [patch 10/22] genirq/msi, treewide: Use a named struct for PCI/MSI attributes
` [patch 11/22] x86/hyperv: Refactor hv_msi_domain_free_irqs()
` [patch 12/22] PCI/MSI: Make arch_restore_msi_irqs() less horrible
` [patch 13/22] PCI/MSI: Cleanup include zoo
` [patch 14/22] PCI/MSI: Make msix_update_entries() smarter
` [patch 16/22] PCI/MSI: Split out CONFIG_PCI_MSI independent part
` [patch 18/22] PCI/MSI: Split out irqdomain code
` [patch 19/22] PCI/MSI: Sanitize MSIX table map handling
` [patch 21/22] genirq/msi: Handle PCI/MSI allocation fail in core code
` [patch 22/22] PCI/MSI: Move descriptor counting on allocation fail to the legacy code
` [patch 15/22] PCI/MSI: Move code into a separate directory
` [patch 17/22] PCI/MSI: Split out !IRQDOMAIN code
` [patch 20/22] PCI/MSI: Make pci_msi_domain_check_cap() static
[PATCH] hv: utils: add PTP_1588_CLOCK to Kconfig to fix build
2021-11-28 22:49 UTC (4+ messages)
[PATCH 0/5] x86/Hyper-V: Add Hyper-V Isolation VM support(Second part)
2021-11-26 11:39 UTC (15+ messages)
` [PATCH 1/5] x86/Swiotlb: Add Swiotlb bounce buffer remap function for HV IVM
` [PATCH 2/5] dma-mapping: Add vmap/vunmap_noncontiguous() callback in dma ops
` [PATCH 3/5] hyperv/IOMMU: Enable swiotlb bounce buffer for Isolation VM
` [PATCH 4/5] net: netvsc: Add Isolation VM support for netvsc driver
` [PATCH 5/5] scsi: storvsc: Add Isolation VM support for storvsc driver
[PATCH AUTOSEL 5.15 08/39] x86/hyperv: Move required MSRs check to initial platform probing
2021-11-26 2:31 UTC
[PATCH V2 0/6] x86/Hyper-V: Add Hyper-V Isolation VM support(Second part)
2021-11-25 21:58 UTC (13+ messages)
` [PATCH V2 1/6] Swiotlb: Add Swiotlb bounce buffer remap function for HV IVM
` [PATCH V2 2/6] dma-mapping: Add vmap/vunmap_noncontiguous() callback in dma ops
` [PATCH V2 3/6] x86/hyper-v: Add hyperv Isolation VM check in the cc_platform_has()
` [PATCH V2 4/6] hyperv/IOMMU: Enable swiotlb bounce buffer for Isolation VM
` [PATCH V2 5/6] net: netvsc: Add Isolation VM support for netvsc driver
` [PATCH V2 6/6] scsi: storvsc: Add Isolation VM support for storvsc driver
[PATCH] hv_netvsc: Use bitmap_zalloc() when applicable
2021-11-22 15:00 UTC (2+ messages)
[PATCH] drm/hyperv: Fix device removal on Gen1 VMs
2021-11-20 0:42 UTC (2+ messages)
[PATCH net-next] net: mana: Add XDP support
2021-11-20 0:29 UTC
[PATCH v6 0/2] PCI: hv: Hyper-V vPCI for arm64
2021-11-19 15:47 UTC (4+ messages)
` [PATCH v6 1/2] PCI: hv: Make the code arch neutral by adding arch specific interfaces
` [PATCH v6 2/2] arm64: PCI: hv: Add support for Hyper-V vPCI
[PATCH v4 00/25] Unify PCI error response checking
2021-11-18 20:44 UTC (3+ messages)
` [PATCH v4 24/25] PCI: hv: Use PCI_ERROR_RESPONSE to specify hardware read error
[PATCH v3 01/25] PCI: Add PCI_ERROR_RESPONSE and it's related definitions
2021-11-18 13:30 UTC (3+ messages)
[GIT PULL] Hyper-V fixes for 5.16-rc2
2021-11-17 16:49 UTC (2+ messages)
[PATCH v5 0/2] PCI: hv: Hyper-V vPCI for arm64
2021-11-16 23:21 UTC (6+ messages)
` [PATCH v5 1/2] PCI: hv: Make the code arch neutral by adding arch specific interfaces
` [PATCH v5 2/2] arm64: PCI: hv: Add support for Hyper-V vPCI
[PATCH v4 0/2] PCI: hv: Hyper-V vPCI for arm64
2021-11-10 22:48 UTC (6+ messages)
` [PATCH v4 2/2] arm64: PCI: hv: Add support for Hyper-V vPCI
` [EXTERNAL] "
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;
as well as URLs for NNTP newsgroup(s).