linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-31 13:16:15 to 2021-10-07 14:33:36 UTC [more...]

[PATCH v2] drm/hyperv: Fix double mouse pointers
 2021-10-07 14:33 UTC  (3+ messages)

[PATCH v3] scsi: storvsc: Fix validation for unsolicited incoming packets
 2021-10-07 12:28 UTC 

[GIT PULL] Hyper-V fixes for 5.15-rc8
 2021-10-07 10:32 UTC 

[PATCH][next] net: mana: Use kcalloc() instead of kzalloc()
 2021-10-06 18:24 UTC  (2+ messages)

[PATCH] scsi: storvsc: Cap scsi_driver.can_queue to fix a hang issue during boot
 2021-10-06 17:28 UTC  (8+ messages)

[PATCH v2] scsi: storvsc: Fix validation for unsolicited incoming packets
 2021-10-06 16:58 UTC  (4+ messages)

[PATCH] x86/hyperv: Avoid erroneously sending IPI to 'self'
 2021-10-06 15:55 UTC  (3+ messages)

[PATCH] scsi: storvsc: Fix validation for unsolicited incoming packets
 2021-10-06 13:39 UTC  (5+ messages)

[PATCH v1 1/1] hyper-v: Replace uuid.h with types.h
 2021-10-06 12:06 UTC  (4+ messages)

[PATCH v2 0/2] Remove on-stack cpumask in hv_apic.c
 2021-10-06 11:39 UTC  (10+ messages)
` [PATCH v2 1/2] asm-generic/hyperv: provide cpumask_to_vpset_noself
` [PATCH v2 2/2] x86/hyperv: remove on-stack cpumask from hv_send_ipi_mask_allbutself

[PATCH V7 0/9] x86/Hyper-V: Add Hyper-V Isolation VM support(First part)
 2021-10-06  6:36 UTC  (10+ messages)
` [PATCH V7 1/9] x86/hyperv: Initialize GHCB page in Isolation VM
` [PATCH V7 2/9] x86/hyperv: Initialize shared memory boundary in the "
` [PATCH V7 3/9] x86/hyperv: Add new hvcall guest address host visibility support
` [PATCH V7 4/9] Drivers: hv: vmbus: Mark vmbus ring buffer visible to host in Isolation VM
` [PATCH V7 5/9] x86/sev-es: Expose __sev_es_ghcb_hv_call() to call ghcb hv call out of sev code
` [PATCH V7 6/9] x86/hyperv: Add Write/Read MSR registers via ghcb page
` [PATCH V7 7/9] x86/hyperv: Add ghcb hvcall support for SNP VM
` [PATCH V7 8/9] Drivers: hv: vmbus: Add SNP support for VMbus channel initiate message
` [PATCH V7 9/9] Drivers: hv : vmbus: Initialize VMbus ring buffer for Isolation VM

[PATCH v3 00/19] Microsoft Hypervisor root partition ioctl interface
 2021-10-04 17:08 UTC  (24+ messages)
` [PATCH v3 01/19] x86/hyperv: convert hyperv statuses to linux error codes
` [PATCH v3 02/19] x86/hyperv: convert hyperv statuses to strings
` [PATCH v3 03/19] drivers/hv: minimal mshv module (/dev/mshv/)
` [PATCH v3 04/19] drivers/hv: check extension ioctl
` [PATCH v3 05/19] drivers/hv: create partition ioctl
` [PATCH v3 06/19] drivers/hv: create, initialize, finalize, delete partition hypercalls
` [PATCH v3 07/19] drivers/hv: withdraw memory hypercall
` [PATCH v3 08/19] drivers/hv: map and unmap guest memory
` [PATCH v3 09/19] drivers/hv: create vcpu ioctl
` [PATCH v3 10/19] drivers/hv: get and set vcpu registers ioctls
` [PATCH v3 11/19] drivers/hv: set up synic pages for intercept messages
` [PATCH v3 12/19] drivers/hv: run vp ioctl and isr
` [PATCH v3 13/19] drivers/hv: install intercept ioctl
` [PATCH v3 14/19] drivers/hv: assert interrupt ioctl
` [PATCH v3 15/19] drivers/hv: get and set vp state ioctls
` [PATCH v3 16/19] drivers/hv: mmap vp register page
` [PATCH v3 17/19] drivers/hv: get and set partition property ioctls
` [PATCH v3 18/19] drivers/hv: Add enlightenment bits to create partition ioctl
` [PATCH v3 19/19] drivers/hv: Translate GVA to GPA

[PATCH V6 0/8] x86/Hyper-V: Add Hyper-V Isolation VM support(First part)
 2021-10-04  2:39 UTC  (20+ messages)
` [PATCH V6 1/8] x86/hyperv: Initialize GHCB page in Isolation VM
` [PATCH V6 2/8] x86/hyperv: Initialize shared memory boundary in the "
` [PATCH V6 3/8] x86/hyperv: Add new hvcall guest address host visibility support
` [PATCH V6 4/8] Drivers: hv: vmbus: Mark vmbus ring buffer visible to host in Isolation VM
` [PATCH V6 5/8] x86/hyperv: Add Write/Read MSR registers via ghcb page
` [PATCH V6 6/8] x86/hyperv: Add ghcb hvcall support for SNP VM
` [PATCH V6 7/8] Drivers: hv: vmbus: Add SNP support for VMbus channel initiate message
` [PATCH V6 8/8] Drivers: hv : vmbus: Initialize VMbus ring buffer for Isolation VM

[Patch v5 0/3] Introduce a driver to support host accelerated access to Microsoft Azure Blob for Azure VM
 2021-10-01  7:36 UTC  (12+ messages)
` [Patch v5 2/3] Drivers: hv: add Azure Blob driver

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

[RFC PATCH] scsi: storvsc: Fix validation for unsolicited incoming packets
 2021-09-29 13:55 UTC  (4+ messages)

[Patch v2] PCI: hv: Fix sleep while in non-sleep context when removing child devices from the bus
 2021-09-24  9:35 UTC  (3+ messages)

[PATCH] net: mana: Prefer struct_size over open coded arithmetic
 2021-09-19  8:27 UTC  (7+ messages)

[PATCH] drm/hyperv: Fix double mouse pointers
 2021-09-16 17:15 UTC  (7+ messages)

[PATCH 1/2] PCI: hv: Make the code arch neutral
 2021-09-16  1:48 UTC  (2+ messages)

[GIT PULL] Hyper-V fixes for 5.15-rc2
 2021-09-16  0:32 UTC  (2+ messages)

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

[PATCH 2/2] PCI: hv: Support for Hyper-V vPCI for ARM64
 2021-09-13 19:16 UTC  (3+ messages)
  ` [EXTERNAL] "

[PATCH 0/2] PCI: hv: Hyper-V vPCI for ARM64
 2021-09-13 17:35 UTC 

[PATCH v2 4/5] mm/page_alloc: place pages to tail in __free_pages_core()
 2021-09-10 23:06 UTC  (3+ messages)

[PATCH 0/2] Remove on-stack cpumask in hv_apic.c
 2021-09-10 18:36 UTC  (7+ messages)
` [PATCH 1/2] asm-generic/hyperv: provide cpumask_to_vpset_noself
` [PATCH 2/2] x86/hyperv: remove on-stack cpumask from hv_send_ipi_mask_allbutself

[PATCH AUTOSEL 5.10 006/176] x86/hyperv: fix for unwanted manipulation of sched_clock when TSC marked unstable
 2021-09-09 11:48 UTC 

[PATCH AUTOSEL 5.13 013/219] x86/hyperv: fix for unwanted manipulation of sched_clock when TSC marked unstable
 2021-09-09 11:43 UTC 

[PATCH AUTOSEL 5.14 019/252] x86/hyperv: fix for unwanted manipulation of sched_clock when TSC marked unstable
 2021-09-09 11:37 UTC 

[PATCH] Drivers: hv: vmbus: Fix kernel crash upon unbinding a device from uio_hv_generic driver
 2021-09-03 11:00 UTC  (6+ messages)

[GIT PULL] Hyper-V commits for 5.15
 2021-09-02  2:14 UTC  (2+ 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).