linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-21 04:11:58 to 2021-08-05 21:24:36 UTC [more...]

[PATCH v2 00/19] Microsoft Hypervisor root partition ioctl interface
 2021-08-05 21:23 UTC  (4+ messages)
` [PATCH 01/19] x86/hyperv: convert hyperv statuses to linux error codes
` [PATCH 02/19] x86/hyperv: convert hyperv statuses to strings
` [PATCH 03/19] drivers/hv: minimal mshv module (/dev/mshv/)

[PATCH] drm/aperture: Pass DRM driver structure instead of driver name
 2021-08-05 20:37 UTC  (2+ messages)

[Patch v5 0/3] Introduce a driver to support host accelerated access to Microsoft Azure Blob for Azure VM
 2021-08-05 18:34 UTC  (16+ messages)
` [Patch v5 1/3] Drivers: hv: vmbus: add support to ignore certain PCIE devices
` [Patch v5 2/3] Drivers: hv: add Azure Blob driver
` [Patch v5 3/3] Drivers: hv: Add to maintainer for Hyper-V/Azure drivers

[PATCH] x86/hyper-v: guard against cpu mask changes in hyperv_flush_tlb_others()
 2021-08-05 18:08 UTC 

[PATCH] x86/Hyper-V: Initialize Hyper-V stimer after enabling lapic
 2021-08-05 17:35 UTC  (4+ messages)

[PATCH V2 00/14] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-08-05 16:01 UTC  (23+ messages)
` [PATCH V2 01/14] x86/HV: Initialize GHCB page in Isolation VM
` [PATCH V2 02/14] x86/HV: Initialize shared memory boundary in the "
` [PATCH V2 03/14] x86/set_memory: Add x86_set_memory_enc static call support
` [PATCH V2 04/14] x86/HV: Add new hvcall guest address host visibility support
` [PATCH V2 05/14] HV: Mark vmbus ring buffer visible to host in Isolation VM
` [PATCH V2 06/14] HV: Add Write/Read MSR registers via ghcb page
` [PATCH V2 07/14] HV: Add ghcb hvcall support for SNP VM
` [PATCH V2 08/14] HV/Vmbus: Add SNP support for VMbus channel initiate message
` [PATCH V2 09/14] HV/Vmbus: Initialize VMbus ring buffer for Isolation VM
` [PATCH V2 10/14] DMA: Add dma_map_decrypted/dma_unmap_encrypted() function
` [PATCH V2 11/14] x86/Swiotlb: Add Swiotlb bounce buffer remap function for HV IVM
` [PATCH V2 12/14] HV/IOMMU: Enable swiotlb bounce buffer for Isolation VM
` [PATCH V2 13/14] HV/Netvsc: Add Isolation VM support for netvsc driver
` [PATCH V2 14/14] HV/Storvsc: Add Isolation VM support for storvsc driver

[PATCH 00/11] Provide offset-adjusted framebuffer mappings
 2021-08-04 18:22 UTC  (13+ messages)
` [PATCH 01/11] drm/gem: Provide offset-adjusted framebuffer BO mappings
` [PATCH 02/11] drm/ast: Use offset-adjusted shadow-plane mappings
` [PATCH 03/11] drm/gud: Get offset-adjusted mapping from drm_gem_fb_vmap()
` [PATCH 04/11] drm/hyperv: Use offset-adjusted shadow-plane mappings
` [PATCH 05/11] drm/mgag200: "
` [PATCH 06/11] drm/cirrus: "
` [PATCH 07/11] drm/gm12u320: "
` [PATCH 08/11] drm/simpledrm: Use offset-adjusted shadow-plane mapping
` [PATCH 09/11] drm/udl: "
` [PATCH 10/11] drm/vbox: Use offset-adjusted shadow-plane mappings
` [PATCH 11/11] drm/vkms: Use offset-adjusted shadow-plane mappings and output

[PATCH v12 0/5] Enable Linux guests on Hyper-V on ARM64
 2021-08-04 16:58 UTC  (14+ messages)
` [PATCH v12 1/5] arm64: hyperv: Add Hyper-V hypercall and register access utilities
` [PATCH v12 2/5] arm64: hyperv: Add panic handler
` [PATCH v12 3/5] arm64: hyperv: Initialize hypervisor on boot
` [PATCH v12 4/5] arm64: efi: Export screen_info
` [PATCH v12 5/5] Drivers: hv: Enable Hyper-V code to be built on ARM64

[PATCH v5] hyperv: root partition faults writing to VP ASSIST MSR PAGE
 2021-08-04 12:20 UTC  (4+ messages)

[RFC v1 0/8] MSHV: add PV-IOMMU driver
 2021-08-04  7:03 UTC  (14+ messages)
` [RFC v1 5/8] mshv: add paravirtualized IOMMU support
` [RFC v1 6/8] mshv: command line option to skip devices in PV-IOMMU
` [RFC v1 7/8] mshv: implement in-kernel device framework
` [RFC v1 8/8] mshv: add vfio bridge device

[PATCH v6 0/8] PCI: hv: Support host bridge probing on ARM64
 2021-08-03 17:14 UTC  (15+ messages)
` [PATCH v6 1/8] PCI: Introduce domain_nr in pci_host_bridge
` [PATCH v6 2/8] PCI: Support populating MSI domains of root buses via bridges
` [PATCH v6 3/8] arm64: PCI: Restructure pcibios_root_bridge_prepare()
` [PATCH v6 4/8] arm64: PCI: Support root bridge preparation for Hyper-V
` [PATCH v6 5/8] PCI: hv: Generify PCI probing
` [PATCH v6 6/8] PCI: hv: Set ->domain_nr of pci_host_bridge at probing time
` [PATCH v6 7/8] PCI: hv: Set up MSI domain at bridge "
` [PATCH v6 8/8] PCI: hv: Turn on the host bridge probing on ARM64

[PATCH v11 0/5] Enable Linux guests on Hyper-V on ARM64
 2021-08-02 17:13 UTC  (15+ messages)
` [PATCH v11 2/5] arm64: hyperv: Add panic handler
` [PATCH v11 3/5] arm64: hyperv: Initialize hypervisor on boot
` [PATCH v11 5/5] Drivers: hv: Enable Hyper-V code to be built on ARM64

[PATCH 00/13] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-08-02 14:08 UTC  (42+ messages)
` [PATCH 01/13] x86/HV: Initialize GHCB page in Isolation VM
` [PATCH 02/13] x86/HV: Initialize shared memory boundary in the "
` [PATCH 03/13] x86/HV: Add new hvcall guest address host visibility support
` [PATCH 04/13] HV: Mark vmbus ring buffer visible to host in Isolation VM
` [PATCH 05/13] HV: Add Write/Read MSR registers via ghcb page
` [PATCH 06/13] HV: Add ghcb hvcall support for SNP VM
` [PATCH 07/13] HV/Vmbus: Add SNP support for VMbus channel initiate message
` [PATCH 08/13] HV/Vmbus: Initialize VMbus ring buffer for Isolation VM
` [PATCH 09/13] DMA: Add dma_map_decrypted/dma_unmap_encrypted() function
` [PATCH 10/13] x86/Swiotlb: Add Swiotlb bounce buffer remap function for HV IVM
` [PATCH 11/13] HV/IOMMU: Enable swiotlb bounce buffer for Isolation VM
` [PATCH 12/13] HV/Netvsc: Add Isolation VM support for netvsc driver
` [PATCH 13/13] HV/Storvsc: Add Isolation VM support for storvsc driver

[PATCH v4] hyperv: root partition faults writing to VP ASSIST MSR PAGE
 2021-07-31  0:12 UTC  (2+ messages)

[PATCH] asm-generic/hyperv: Fix struct hv_message_header ordering
 2021-07-30  9:35 UTC  (6+ messages)

[PATCH v3] hyperv: root partition faults writing to VP ASSIST MSR PAGE
 2021-07-27 17:51 UTC  (8+ messages)

[PATCH v2] hyperv: root partition faults writing to VP ASSIST MSR PAGE
 2021-07-24 15:43 UTC  (5+ messages)

[GIT PULL] Hyper-V fixes for 5.14-rc3
 2021-07-22 18:00 UTC  (4+ messages)

[RFC v5.1 1/8] PCI: Introduce domain_nr in pci_host_bridge
 2021-07-22 15:53 UTC  (2+ messages)

[PATCH] hv: Remove unused inline functions in hyperv.h
 2021-07-22 10:16 UTC  (3+ messages)

[PATCH v4 0/5] bus: Make remove callback return void
 2021-07-22  8:45 UTC  (3+ messages)

[Patch v4 0/3] Introduce a driver to support host accelerated access to Microsoft Azure Blob
 2021-07-21 16:07 UTC  (12+ messages)
` [Patch v4 2/3] Drivers: hv: add Azure Blob driver

[Resend RFC PATCH V4 00/13] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-07-21 15:11 UTC  (6+ messages)
` [Resend RFC PATCH V4 09/13] x86/Swiotlb/HV: Add Swiotlb bounce buffer remap function for HV IVM

[PATCH] hyperv: root partition faults writing to VP ASSIST MSR PAGE
 2021-07-21 15:07 UTC  (11+ messages)

[PATCH] Input: serio - make write method mandatory
 2021-07-21  4:11 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;
as well as URLs for NNTP newsgroup(s).