linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-27 20:55:10 to 2021-05-28 22:43:51 UTC [more...]

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

[PATCH v6 1/3] drm/hyperv: Add DRM driver for hyperv synthetic video device
 2021-05-27 13:35 UTC  (5+ messages)
` [PATCH v6 2/3] drm/hyperv: Handle feature change message from device
` [PATCH v6 3/3] MAINTAINERS: Add maintainer for hyperv video device

[PATCH v5 1/3] drm/hyperv: Add DRM driver for hyperv synthetic video device
 2021-05-27 10:29 UTC  (6+ messages)
` [PATCH v5 2/3] drm/hyperv: Handle feature change message from device
` [PATCH v5 3/3] MAINTAINERS: Add maintainer for hyperv video device

[Patch v3 2/2] PCI: hv: Remove unused refcount and supporting functions for handling bus device removal
 2021-05-26 19:01 UTC  (2+ messages)

[Patch v3 1/2] PCI: hv: Fix a race condition when removing the device
 2021-05-26 18:55 UTC  (2+ messages)

[PATCH] PCI: hv: Move completion variable from stack to heap in hv_compose_msi_msg()
 2021-05-26 18:27 UTC  (2+ messages)

[PATCH] pci-hyperv: Add check for hyperv_initialized in init_hv_pci_drv()
 2021-05-26 10:08 UTC  (2+ messages)

[PATCH] drivers: hv: Fix missing error code in vmbus_connect()
 2021-05-26 10:07 UTC  (3+ messages)

[PATCH v3 0/6] fs/proc/kcore: don't read offline sections, logically offline pages and hwpoisoned pages
 2021-05-26  9:30 UTC  (7+ messages)
` [PATCH v3 1/6] fs/proc/kcore: drop KCORE_REMAP and KCORE_OTHER
` [PATCH v3 2/6] fs/proc/kcore: pfn_is_ram check only applies to KCORE_RAM
` [PATCH v3 3/6] fs/proc/kcore: don't read offline sections, logically offline pages and hwpoisoned pages
` [PATCH v3 4/6] mm: introduce page_offline_(begin|end|freeze|thaw) to synchronize setting PageOffline()
` [PATCH v3 5/6] virtio-mem: use page_offline_(start|end) when "
` [PATCH v3 6/6] fs/proc/kcore: use page_offline_(freeze|thaw)

[PATCH v3 0/4] Add support for XMM fast hypercalls
 2021-05-26  9:09 UTC  (6+ messages)
` [PATCH v3 4/4] KVM: hyper-v: Advertise support for fast XMM hypercalls

[PATCH v4 0/4] Add support for XMM fast hypercalls
 2021-05-26  9:03 UTC  (5+ messages)
` [PATCH v4 1/4] KVM: x86: Move FPU register accessors into fpu.h
` [PATCH v4 2/4] KVM: hyper-v: Collect hypercall params into struct
` [PATCH v4 3/4] KVM: x86: kvm_hv_flush_tlb use inputs from XMM registers
` [PATCH v4 4/4] KVM: hyper-v: Advertise support for fast XMM hypercalls

[PATCH v2 0/6] fs/proc/kcore: don't read offline sections, logically offline pages and hwpoisoned pages
 2021-05-25  8:21 UTC  (15+ messages)
` [PATCH v2 1/6] fs/proc/kcore: drop KCORE_REMAP and KCORE_OTHER
` [PATCH v2 2/6] fs/proc/kcore: pfn_is_ram check only applies to KCORE_RAM
` [PATCH v2 3/6] fs/proc/kcore: don't read offline sections, logically offline pages and hwpoisoned pages
` [PATCH v2 4/6] mm: introduce page_offline_(begin|end|freeze|thaw) to synchronize setting PageOffline()
` [PATCH v2 5/6] virtio-mem: use page_offline_(start|end) when "
` [PATCH v2 6/6] fs/proc/kcore: use page_offline_(freeze|thaw)

[PATCH 1/2] uio_hv_generic: Fix a memory leak in error handling paths
 2021-05-18 21:53 UTC  (9+ messages)
` [PATCH 2/2] uio_hv_generic: Fix another "

[PATCH v10 0/7] Enable Linux guests on Hyper-V on ARM64
 2021-05-18 17:00 UTC  (19+ messages)
` [PATCH v10 1/7] asm-generic: hyperv: Fix incorrect architecture dependencies
` [PATCH v10 2/7] arm64: hyperv: Add Hyper-V hypercall and register access utilities
` [PATCH v10 3/7] arm64: hyperv: Add Hyper-V clocksource/clockevent support
` [PATCH v10 4/7] arm64: hyperv: Add kexec and panic handlers
` [PATCH v10 5/7] arm64: hyperv: Initialize hypervisor on boot
` [PATCH v10 6/7] arm64: efi: Export screen_info
` [PATCH v10 7/7] Drivers: hv: Enable Hyper-V code to be built on ARM64

[PATCH v4 1/3] drm/hyperv: Add DRM driver for hyperv synthetic video device
 2021-05-18 14:10 UTC  (8+ messages)
` [PATCH v4 2/3] drm/hyperv: Handle feature change message from device
` [PATCH v4 3/3] MAINTAINERS: Add maintainer for hyperv video device

[PATCH v3 00/14] PCI/MSI: Getting rid of msi_controller, and other cleanups
 2021-05-18  8:59 UTC  (4+ messages)
` [PATCH v3 13/14] PCI/MSI: Document the various ways of ending up with NO_MSI

[PATCH v2] clocksource/drivers/hyper-v: Re-enable VDSO_CLOCKMODE_HVCLOCK on X86
 2021-05-15 19:32 UTC  (5+ messages)

[PATCH -next] hv_utils: Fix passing zero to 'PTR_ERR' warning
 2021-05-15 15:50 UTC  (2+ messages)

[RFC v2 0/7] PCI: hv: Support host bridge probing on ARM64
 2021-05-14  9:19 UTC  (15+ messages)
` [RFC v2 1/7] PCI: Introduce pci_host_bridge::domain_nr
` [RFC v2 2/7] PCI: Allow msi domain set-up at host probing time
` [RFC v2 3/7] PCI: hv: Generify PCI probing
` [RFC v2 4/7] PCI: hv: Use pci_host_bridge::domain_nr for PCI domain
` [RFC v2 5/7] PCI: hv: Set up msi domain at bridge probing time
` [RFC v2 6/7] PCI: arm64: Allow pci_config_window::parent to be NULL
` [RFC v2 7/7] PCI: hv: Turn on the host bridge probing on ARM64

[PATCH][next] net: mana: Use struct_size() in kzalloc()
 2021-05-13 22:49 UTC 

[PATCH] clocksource/drivers/hyper-v: Re-enable VDSO_CLOCKMODE_HVCLOCK on X86
 2021-05-13  7:18 UTC  (4+ messages)

[Resend RFC PATCH V2 00/12] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-05-13  3:19 UTC  (6+ messages)
` [Resend RFC PATCH V2 10/12] HV/IOMMU: Add Hyper-V dma ops support

[PATCH v3 1/1] kernel.h: Split out panic and oops helpers
 2021-05-11 14:35 UTC  (2+ messages)

[PATCH v2] scsi: storvsc: Use blk_mq_unique_tag() to generate requestIDs
 2021-05-11  9:36 UTC  (3+ messages)

[PATCH hyperv-next] scsi: storvsc: Use blk_mq_unique_tag() to generate requestIDs
 2021-05-10 21:14 UTC  (5+ messages)

[PATCH hyperv-next] Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring buffer
 2021-05-10 17:32 UTC  (3+ messages)

[PATCH v1 0/7] fs/proc/kcore: don't read offline sections, logically offline pages and hwpoisoned pages
 2021-05-06  8:52 UTC  (37+ messages)
` [PATCH v1 1/7] fs/proc/kcore: drop KCORE_REMAP and KCORE_OTHER
` [PATCH v1 2/7] fs/proc/kcore: pfn_is_ram check only applies to KCORE_RAM
` [PATCH v1 3/7] mm: rename and move page_is_poisoned()
` [PATCH v1 4/7] fs/proc/kcore: don't read offline sections, logically offline pages and hwpoisoned pages
` [PATCH v1 5/7] mm: introduce page_offline_(begin|end|freeze|unfreeze) to synchronize setting PageOffline()
` [PATCH v1 6/7] virtio-mem: use page_offline_(start|end) when "
` [PATCH v1 7/7] fs/proc/kcore: use page_offline_(freeze|unfreeze)

[PATCH] hv_balloon: remove redundant assignment
 2021-05-04 12:55 UTC  (2+ messages)

[PATCH] hv_balloon: Remove redundant assignment to region_start
 2021-05-04 12:54 UTC  (2+ messages)

[PATCH v4 0/7] Hyper-V nested virt enlightenments for SVM
 2021-04-28 14:01 UTC  (9+ messages)
` [PATCH v4 1/7] hyperv: Detect Nested virtualization support "
` [PATCH v4 2/7] hyperv: SVM enlightened TLB flush support flag
` [PATCH v4 4/7] KVM: SVM: Software reserved fields
` [PATCH v4 5/7] KVM: SVM: hyper-v: Remote TLB flush for SVM
` [PATCH v4 6/7] KVM: SVM: hyper-v: Enlightened MSR-Bitmap support
` [PATCH v4 7/7] KVM: SVM: hyper-v: Direct Virtual Flush support

[PATCH] Remove space before tabs
 2021-04-28  9:35 UTC 


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