linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-21 21:51:36 to 2022-10-13 09:16:33 UTC [more...]

[PATCH v4 0/6] KVM: x86: Hyper-V invariant TSC control feature
 2022-10-13  9:16 UTC  (17+ messages)
` [PATCH v4 1/6] x86/hyperv: Add HV_INVARIANT_TSC_EXPOSED define
` [PATCH v4 2/6] KVM: x86: Introduce CPUID_8000_0007_EDX 'scattered' leaf
` [PATCH v4 3/6] KVM: x86: Hyper-V invariant TSC control
` [PATCH v4 4/6] KVM: selftests: Rename 'msr->availble' to 'msr->fault_exepected' in hyperv_features test
` [PATCH v4 5/6] KVM: selftests: Convert hyperv_features test to using KVM_X86_CPU_FEATURE()
` [PATCH v4 6/6] KVM: selftests: Test Hyper-V invariant TSC control

[PATCH v2] hv_netvsc: Fix a warning triggered by memcpy in rndis_filter
 2022-10-13  8:56 UTC  (3+ messages)

[PATCH] uio_hv_generic: Enable support for slower vmbus device channels
 2022-10-13  4:47 UTC  (5+ messages)

[bug report] RDMA/mana_ib: Add a driver for Microsoft Azure Network Adapter
 2022-10-12 19:28 UTC  (2+ messages)

[PATCH] net: hyperv: bugcheck trigered by memcpy in rndis_filter
 2022-10-11 23:27 UTC  (3+ messages)

[GIT PULL] Hyper-V next for 6.1
 2022-10-10 21:23 UTC  (2+ messages)

[bug report] RDMA/mana_ib: Add a driver for Microsoft Azure Network Adapter
 2022-10-10 19:38 UTC  (2+ messages)

[PATCH v2] x86/PCI: Prefer MMIO over PIO on all hypervisor
 2022-10-10 17:05 UTC  (16+ messages)

[PATCH] x86/hyperv: Replace kmap() with kmap_local_page()
 2022-10-10 12:06 UTC  (9+ messages)

[PATCH] hv: Remove unnecessary (void*) conversions
 2022-10-08  8:32 UTC 

[PATCH v2 net] hv_netvsc: Fix race between VF offering and VF association message from host
 2022-10-07  7:50 UTC  (3+ messages)

[PATCH net] hv_netvsc: Fix race between VF offering and VF association message from host
 2022-10-06  4:13 UTC  (8+ messages)

[PATCH] net: mana: store return status in signed variable
 2022-10-06  1:48 UTC  (2+ messages)

[PATCH v4 0/7] Make balloon drivers memory changes known to the rest of the kernel
 2022-10-05  9:01 UTC  (2+ messages)
` [PATCH v4 7/7] drivers: hyperv: balloon - report inflated memory

Thank you! We have received your message
 2022-10-04 17:11 UTC 

[PATCH V3 00/11] The panic notifiers refactor - fixes/clean-ups (V3)
 2022-10-04 17:20 UTC  (6+ messages)
` [PATCH V3 09/11] video/hyperv_fb: Avoid taking busy spinlock on panic path
` [PATCH V3 10/11] drivers/hv/vmbus, video/hyperv_fb: Untangle and refactor Hyper-V panic notifiers

[PATCH v11 00/46] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
 2022-10-04 12:39 UTC  (47+ messages)
` [PATCH v11 01/46] x86/hyperv: Move VMCB enlightenment definitions to hyperv-tlfs.h
` [PATCH v11 02/46] KVM: selftests: Move "struct hv_enlightenments" to x86_64/svm.h
` [PATCH v11 03/46] KVM: SVM: Add a proper field for Hyper-V VMCB enlightenments
` [PATCH v11 04/46] x86/hyperv: KVM: Rename "hv_enlightenments" to "hv_vmcb_enlightenments"
` [PATCH v11 05/46] KVM: x86: Rename 'enable_direct_tlbflush' to 'enable_l2_tlb_flush'
` [PATCH v11 06/46] KVM: VMX: Rename "vmx/evmcs.{ch}" to "vmx/hyperv.{ch}"
` [PATCH v11 07/46] KVM: x86: Move clearing of TLB_FLUSH_CURRENT to kvm_vcpu_flush_tlb_all()
` [PATCH v11 08/46] KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flag
` [PATCH v11 09/46] KVM: x86: hyper-v: Introduce TLB flush fifo
` [PATCH v11 10/46] KVM: x86: hyper-v: Add helper to read hypercall data for array
` [PATCH v11 11/46] KVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,EX} calls gently
` [PATCH v11 12/46] KVM: x86: hyper-v: Expose support for extended gva ranges for flush hypercalls
` [PATCH v11 13/46] KVM: x86: Prepare kvm_hv_flush_tlb() to handle L2's GPAs
` [PATCH v11 14/46] x86/hyperv: Introduce HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK constants
` [PATCH v11 15/46] KVM: x86: hyper-v: Use HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK instead of raw '64'
` [PATCH v11 16/46] KVM: x86: hyper-v: Don't use sparse_set_to_vcpu_mask() in kvm_hv_send_ipi()
` [PATCH v11 17/46] KVM: x86: hyper-v: Create a separate fifo for L2 TLB flush
` [PATCH v11 18/46] KVM: x86: hyper-v: Use preallocated buffer in 'struct kvm_vcpu_hv' instead of on-stack 'sparse_banks'
` [PATCH v11 19/46] KVM: nVMX: Keep track of hv_vm_id/hv_vp_id when eVMCS is in use
` [PATCH v11 20/46] KVM: nSVM: Keep track of Hyper-V hv_vm_id/hv_vp_id
` [PATCH v11 21/46] KVM: x86: Introduce .hv_inject_synthetic_vmexit_post_tlb_flush() nested hook
` [PATCH v11 22/46] KVM: x86: hyper-v: Introduce kvm_hv_is_tlb_flush_hcall()
` [PATCH v11 23/46] KVM: x86: hyper-v: L2 TLB flush
` [PATCH v11 24/46] KVM: x86: hyper-v: Introduce fast guest_hv_cpuid_has_l2_tlb_flush() check
` [PATCH v11 25/46] KVM: nVMX: hyper-v: Cache VP assist page in 'struct kvm_vcpu_hv'
` [PATCH v11 26/46] KVM: nVMX: hyper-v: Enable L2 TLB flush
` [PATCH v11 27/46] KVM: x86: Make kvm_hv_get_assist_page() return 0/-errno
` [PATCH v11 28/46] KVM: nSVM: hyper-v: Enable L2 TLB flush
` [PATCH v11 29/46] KVM: x86: Expose Hyper-V L2 TLB flush feature
` [PATCH v11 30/46] KVM: selftests: Better XMM read/write helpers
` [PATCH v11 31/46] KVM: selftests: Move HYPERV_LINUX_OS_ID definition to a common header
` [PATCH v11 32/46] KVM: selftests: Move the function doing Hyper-V hypercall "
` [PATCH v11 33/46] KVM: selftests: Hyper-V PV IPI selftest
` [PATCH v11 34/46] KVM: selftests: Fill in vm->vpages_mapped bitmap in virt_map() too
` [PATCH v11 35/46] KVM: selftests: Export vm_vaddr_unused_gap() to make it possible to request unmapped ranges
` [PATCH v11 36/46] KVM: selftests: Drop helpers to read/write page table entries
` [PATCH v11 37/46] KVM: selftests: Hyper-V PV TLB flush selftest
` [PATCH v11 38/46] KVM: selftests: Sync 'struct hv_enlightened_vmcs' definition with hyperv-tlfs.h
` [PATCH v11 39/46] KVM: selftests: Sync 'struct hv_vp_assist_page' "
` [PATCH v11 40/46] KVM: selftests: Move Hyper-V VP assist page enablement out of evmcs.h
` [PATCH v11 41/46] KVM: selftests: Split off load_evmcs() from load_vmcs()
` [PATCH v11 42/46] KVM: selftests: Create a vendor independent helper to allocate Hyper-V specific test pages
` [PATCH v11 43/46] KVM: selftests: Allocate Hyper-V partition assist page
` [PATCH v11 44/46] KVM: selftests: evmcs_test: Introduce L2 TLB flush test
` [PATCH v11 45/46] KVM: selftests: hyperv_svm_test: "
` [PATCH v11 46/46] KVM: selftests: Rename 'evmcs_test' to 'hyperv_evmcs'

[PATCH] net: mana: Fix return type of mana_start_xmit
 2022-10-03 23:39 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v10 00/39] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
 2022-10-03 16:00 UTC  (28+ messages)
` [PATCH v10 02/39] KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flag
` [PATCH v10 03/39] KVM: x86: hyper-v: Introduce TLB flush fifo
` [PATCH v10 14/39] KVM: nSVM: Keep track of Hyper-V hv_vm_id/hv_vp_id
` [PATCH v10 20/39] KVM: nVMX: hyper-v: Enable L2 TLB flush
` [PATCH v10 25/39] KVM: selftests: Move the function doing Hyper-V hypercall to a common header
` [PATCH v10 29/39] KVM: selftests: Export _vm_get_page_table_entry()
` [PATCH v10 30/39] KVM: selftests: Hyper-V PV TLB flush selftest
` [PATCH v10 35/39] KVM: selftests: Create a vendor independent helper to allocate Hyper-V specific test pages

[PATCH 0/2] Configurable order free page reporting in hyper-v
 2022-09-30  6:01 UTC  (5+ messages)
` [PATCH 2/2] hv_balloon: Add support for configurable order free page reporting
` [PATCH v2 0/2] Configurable order free page reporting in hyper-v
  ` [PATCH v2 1/2] mm/page_reporting: Add checks for page_reporting_order param
  ` [PATCH v2 2/2] hv_balloon: Add support for configurable order free page reporting

[PATCH] drm/hyperv: Add ratelimit on error message
 2022-09-29 16:28 UTC  (4+ messages)

[PATCH 1/2] mm/page_reporting: Add checks for page_reporting_order param value
 2022-09-29 10:32 UTC 

[PATCH v6] hyperv: simplify and rename generate_guest_id
 2022-09-29  1:18 UTC  (4+ messages)

[PATCH v2] Drivers: hv: vmbus: Split memcpy of flex-array
 2022-09-28 13:36 UTC  (4+ messages)

[PATCH] Drivers: hv: vmbus: Split memcpy of flex-array
 2022-09-27 21:23 UTC  (6+ messages)

[PATCH v5] hyperv: simplify and rename generate_guest_id
 2022-09-27 21:08 UTC  (2+ messages)

[PATCH 0/6] virtio/vsock: introduce dgrams, sk_buff, and qdisc
 2022-09-27 17:45 UTC  (7+ messages)
` [PATCH 2/6] vsock: return errors other than -ENOMEM to socket

[PATCH 0/4] x86/hyperv: KVM: VMCB enlightenment cleanups
 2022-09-27 10:11 UTC  (7+ messages)
` [PATCH 1/4] x86/hyperv: Move VMCB enlightenment definitions to hyperv-tlfs.h
` [PATCH 4/4] x86/hyperv: KVM: Rename "hv_enlightenments" to "hv_vmcb_enlightenments"

[PATCH v3] hyperv: simplify and rename generate_guest_id
 2022-09-27  4:54 UTC  (6+ messages)

[PATCH v4] hyperv: simplify and rename generate_guest_id
 2022-09-26  1:48 UTC 

[PATCH AUTOSEL 5.19 01/16] Drivers: hv: Never allocate anything besides framebuffer from framebuffer memory region
 2022-09-25  3:18 UTC  (3+ messages)

[PATCH -next] RDMA/mana_ib: change mana_ib_dev_ops to static
 2022-09-23 18:08 UTC  (3+ messages)

[PATCH v2] asm-generic: Remove the parameters of the generate_guest_id function and modify the return type and modify the function name
 2022-09-23 11:19 UTC  (3+ messages)

[PATCH] drivers/scsi: fix repeated words in comments
 2022-09-23 10:43 UTC  (2+ messages)

[PATCH] Drivers: hv: vmbus: Don't wait for the ACPI device upon initialization
 2022-09-23 10:39 UTC  (5+ messages)

[PATCH] Use PCI_VENDOR_ID_MICROSOFT define instead of magic number
 2022-09-23 10:31 UTC  (5+ messages)
` [PATCH] hv: Use PCI_VENDOR_ID_MICROSOFT for better discoverability

[PATCH] Drivers: hv: vmbus: Fix kernel-doc
 2022-09-23 10:29 UTC  (3+ messages)

[PATCH] drm/hyperv: Don't overwrite dirt_needed value set by host
 2022-09-23 10:15 UTC  (3+ messages)

[PATCH] Drivers: hv: vmbus: Optimize vmbus_on_event
 2022-09-23  9:27 UTC  (3+ messages)

[Patch v6 00/12] Introduce Microsoft Azure Network Adapter (MANA) RDMA driver
 2022-09-22  8:23 UTC  (4+ messages)
` [Patch v6 12/12] RDMA/mana_ib: Add a driver for Microsoft Azure Network Adapter


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