linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-05 08:59:46 to 2022-09-22 08:23:55 UTC [more...]

[Patch v6 00/12] Introduce Microsoft Azure Network Adapter (MANA) RDMA driver
 2022-09-22  8:23 UTC  (19+ messages)
` [Patch v6 01/12] net: mana: Add support for auxiliary device
` [Patch v6 02/12] net: mana: Record the physical address for doorbell page region
` [Patch v6 03/12] net: mana: Handle vport sharing between devices
` [Patch v6 04/12] net: mana: Add functions for allocating doorbell page from GDMA
` [Patch v6 05/12] net: mana: Set the DMA device max segment size
` [Patch v6 06/12] net: mana: Export Work Queue functions for use by RDMA driver
` [Patch v6 07/12] net: mana: Record port number in netdev
` [Patch v6 08/12] net: mana: Move header files to a common location
` [Patch v6 09/12] net: mana: Define max values for SGL entries
` [Patch v6 10/12] net: mana: Define and process GDMA response code GDMA_STATUS_MORE_ENTRIES
` [Patch v6 11/12] net: mana: Define data structures for protection domain and memory registration
` [Patch v6 12/12] RDMA/mana_ib: Add a driver for Microsoft Azure Network Adapter

[PATCH v10 00/39] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
 2022-09-21 22:59 UTC  (53+ messages)
` [PATCH v10 01/39] KVM: x86: Rename 'enable_direct_tlbflush' to 'enable_l2_tlb_flush'
` [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 04/39] KVM: x86: hyper-v: Add helper to read hypercall data for array
` [PATCH v10 05/39] KVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,EX} calls gently
` [PATCH v10 06/39] KVM: x86: hyper-v: Expose support for extended gva ranges for flush hypercalls
` [PATCH v10 07/39] KVM: x86: Prepare kvm_hv_flush_tlb() to handle L2's GPAs
` [PATCH v10 08/39] x86/hyperv: Introduce HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK constants
` [PATCH v10 09/39] KVM: x86: hyper-v: Use HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK instead of raw '64'
` [PATCH v10 10/39] KVM: x86: hyper-v: Don't use sparse_set_to_vcpu_mask() in kvm_hv_send_ipi()
` [PATCH v10 11/39] KVM: x86: hyper-v: Create a separate fifo for L2 TLB flush
` [PATCH v10 12/39] KVM: x86: hyper-v: Use preallocated buffer in 'struct kvm_vcpu_hv' instead of on-stack 'sparse_banks'
` [PATCH v10 13/39] KVM: nVMX: Keep track of hv_vm_id/hv_vp_id when eVMCS is in use
` [PATCH v10 14/39] KVM: nSVM: Keep track of Hyper-V hv_vm_id/hv_vp_id
` [PATCH v10 15/39] KVM: x86: Introduce .hv_inject_synthetic_vmexit_post_tlb_flush() nested hook
` [PATCH v10 16/39] KVM: x86: hyper-v: Introduce kvm_hv_is_tlb_flush_hcall()
` [PATCH v10 17/39] KVM: x86: hyper-v: L2 TLB flush
` [PATCH v10 18/39] KVM: x86: hyper-v: Introduce fast guest_hv_cpuid_has_l2_tlb_flush() check
` [PATCH v10 19/39] KVM: nVMX: hyper-v: Cache VP assist page in 'struct kvm_vcpu_hv'
` [PATCH v10 20/39] KVM: nVMX: hyper-v: Enable L2 TLB flush
` [PATCH v10 21/39] KVM: nSVM: "
` [PATCH v10 22/39] KVM: x86: Expose Hyper-V L2 TLB flush feature
` [PATCH v10 23/39] KVM: selftests: Better XMM read/write helpers
` [PATCH v10 24/39] KVM: selftests: Move HYPERV_LINUX_OS_ID definition to a common header
` [PATCH v10 25/39] KVM: selftests: Move the function doing Hyper-V hypercall "
` [PATCH v10 26/39] KVM: selftests: Hyper-V PV IPI selftest
` [PATCH v10 27/39] KVM: selftests: Fill in vm->vpages_mapped bitmap in virt_map() too
` [PATCH v10 28/39] KVM: selftests: Export vm_vaddr_unused_gap() to make it possible to request unmapped ranges
` [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 31/39] KVM: selftests: Sync 'struct hv_enlightened_vmcs' definition with hyperv-tlfs.h
` [PATCH v10 32/39] KVM: selftests: Sync 'struct hv_vp_assist_page' "
` [PATCH v10 33/39] KVM: selftests: Move Hyper-V VP assist page enablement out of evmcs.h
` [PATCH v10 34/39] KVM: selftests: Split off load_evmcs() from load_vmcs()
` [PATCH v10 35/39] KVM: selftests: Create a vendor independent helper to allocate Hyper-V specific test pages
` [PATCH v10 36/39] KVM: selftests: Allocate Hyper-V partition assist page
` [PATCH v10 37/39] KVM: selftests: evmcs_test: Introduce L2 TLB flush test
` [PATCH v10 38/39] KVM: selftests: hyperv_svm_test: "
` [PATCH v10 39/39] KVM: selftests: Rename 'evmcs_test' to 'hyperv_evmcs'

[PATCH 0/4] x86/hyperv: KVM: VMCB enlightenment cleanups
 2022-09-21 20:16 UTC  (5+ messages)
` [PATCH 1/4] x86/hyperv: Move VMCB enlightenment definitions to hyperv-tlfs.h
` [PATCH 2/4] KVM: selftests: Move "struct hv_enlightenments" to x86_64/svm.h
` [PATCH 3/4] KVM: SVM: Add a proper field for Hyper-V VMCB enlightenments
` [PATCH 4/4] x86/hyperv: KVM: Rename "hv_enlightenments" to "hv_vmcb_enlightenments"

[Patch v5 00/12] Introduce Microsoft Azure Network Adapter (MANA) RDMA driver
 2022-09-21 18:52 UTC  (33+ messages)
` [Patch v5 01/12] net: mana: Add support for auxiliary device
` [Patch v5 02/12] net: mana: Record the physical address for doorbell page region
` [Patch v5 03/12] net: mana: Handle vport sharing between devices
` [Patch v5 04/12] net: mana: Add functions for allocating doorbell page from GDMA
` [Patch v5 05/12] net: mana: Set the DMA device max segment size
` [Patch v5 06/12] net: mana: Export Work Queue functions for use by RDMA driver
` [Patch v5 07/12] net: mana: Record port number in netdev
` [Patch v5 08/12] net: mana: Move header files to a common location
` [Patch v5 09/12] net: mana: Define max values for SGL entries
` [Patch v5 10/12] net: mana: Define and process GDMA response code GDMA_STATUS_MORE_ENTRIES
` [Patch v5 11/12] net: mana: Define data structures for protection domain and memory registration
` [Patch v5 12/12] RDMA/mana_ib: Add a driver for Microsoft Azure Network Adapter

[PATCH] Drivers: hv: vmbus: Don't wait for the ACPI device upon initialization
 2022-09-21 18:39 UTC 

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

[PATCH AUTOSEL 4.19 1/3] Drivers: hv: Never allocate anything besides framebuffer from framebuffer memory region
 2022-09-21 15:54 UTC 

[PATCH AUTOSEL 4.14] Drivers: hv: Never allocate anything besides framebuffer from framebuffer memory region
 2022-09-21 15:54 UTC 

[PATCH AUTOSEL 5.10 1/7] Drivers: hv: Never allocate anything besides framebuffer from framebuffer memory region
 2022-09-21 15:54 UTC 

[PATCH AUTOSEL 5.4 1/5] Drivers: hv: Never allocate anything besides framebuffer from framebuffer memory region
 2022-09-21 15:54 UTC 

[PATCH AUTOSEL 5.15 01/10] Drivers: hv: Never allocate anything besides framebuffer from framebuffer memory region
 2022-09-21 15:53 UTC 

[PATCH AUTOSEL 4.9] Drivers: hv: Never allocate anything besides framebuffer from framebuffer memory region
 2022-09-21 15:54 UTC 

[PATCH v9 00/40] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
 2022-09-21 15:15 UTC  (4+ messages)

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

[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-20  3:28 UTC 

[PATCH] asm-generic: Remove the parameters of the generate_guest_id function and modify the return type and modify the function name
 2022-09-20  3:03 UTC 

[PATCH] net: mana: Fix return type of mana_start_xmit
 2022-09-20  1:28 UTC  (3+ messages)

[PATCH] asm-generic: Remove unnecessary ‘0’ values from guest_id
 2022-09-20  1:21 UTC  (3+ messages)

[PATCH net] net: mana: Add rmb after checking owner bits
 2022-09-20  1:00 UTC  (3+ messages)

[PATCH] Use PCI_VENDOR_ID_MICROSOFT define instead of magic number
 2022-09-19 22:04 UTC  (2+ messages)
` [PATCH] hv: Use PCI_VENDOR_ID_MICROSOFT for better discoverability

[PATCH 1/3] hv: Use PCI_VENDOR_ID_MICROSOFT for better discoverability
 2022-09-19 19:39 UTC  (9+ messages)
` [PATCH 2/3] pci_ids: Add Microsoft PCI Vendor ID, and remove redundant definitions
      ` [PATCH v2 1/2] hv: Use PCI_VENDOR_ID_MICROSOFT for better discoverability
      ` [PATCH v2 2/2] pci_ids: Add the various Microsoft PCI device IDs
` [PATCH 3/3] "

Follow up questions on LPC 2022: MC: Instant Detection of Virtual Devices
 2022-09-19 17:50 UTC 

[PATCH V3 00/11] The panic notifiers refactor - fixes/clean-ups (V3)
 2022-09-19 11:44 UTC  (17+ messages)
` [PATCH V3 01/11] ARM: Disable FIQs (but not IRQs) on CPUs shutdown paths
` [PATCH V3 04/11] um: Improve panic notifiers consistency and ordering
` [PATCH V3 06/11] tracing: Improve panic/die notifiers
` [PATCH V3 07/11] notifiers: Add tracepoints to the notifiers infrastructure
` [PATCH V3 08/11] EDAC/altera: Skip the panic notifier if kdump is loaded
` [PATCH V3 09/11] video/hyperv_fb: Avoid taking busy spinlock on panic path
` [PATCH V3 11/11] panic: Fixes the panic_print NMI backtrace setting

[PATCH] Drivers: hv: vmbus: Fix kernel-doc
 2022-09-19  6:38 UTC 

[PATCH v6 00/33] KVM: VMX: Support updated eVMCSv1 revision + use vmcs_config for L1 VMX MSRs
 2022-09-17  1:05 UTC  (8+ messages)
` [PATCH v6 02/33] x86/hyperv: Update 'struct hv_enlightened_vmcs' definition
` [PATCH v6 03/33] KVM: x86: Zero out entire Hyper-V CPUID cache before processing entries
` [PATCH v6 04/33] KVM: x86: Check for existing Hyper-V vCPU in kvm_hv_vcpu_init()

[PATCH 0/6] virtio/vsock: introduce dgrams, sk_buff, and qdisc
 2022-09-16  3:51 UTC  (13+ messages)
    ` Call to discuss vsock netdev/sk_buff [was Re: [PATCH 0/6] virtio/vsock: introduce dgrams, sk_buff, and qdisc]

[PATCH v2 0/3] KVM: x86: Hyper-V invariant TSC control feature
 2022-09-14  7:48 UTC  (10+ messages)
` [PATCH v2 1/3] KVM: x86: Hyper-V invariant TSC control
` [PATCH v2 2/3] KVM: selftests: Rename 'msr->availble' to 'msr->should_not_gp' in hyperv_features test
` [PATCH v2 3/3] KVM: selftests: Test Hyper-V invariant TSC control

[PATCH] drm/hyperv: Don't rely on screen_info.lfb_base for Gen1 VMs
 2022-09-13 15:25 UTC  (7+ messages)

[PATCH v2] x86/PCI: Prefer MMIO over PIO on all hypervisor
 2022-09-13 13:34 UTC  (2+ messages)

[GIT PULL] Hyper-V fixes for 6.0-rc6
 2022-09-12 22:42 UTC  (2+ messages)

[PATCH] drm/hyperv: Don't overwrite dirt_needed value set by host
 2022-09-12 22:02 UTC  (2+ messages)

[PATCH v2] x86/PCI: Prefer MMIO over PIO on VMware hypervisor
 2022-09-12 15:17 UTC  (3+ messages)

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

[PATCH] drivers/scsi: fix repeated words in comments
 2022-09-08 13:07 UTC 

[PATCH v1 1/1] Create debugfs file with hyper-v balloon usage information
 2022-09-07  8:15 UTC  (8+ messages)
` [PATCH v3 "

[PATCH v3 0/3] Drivers: hv: Avoid allocating MMIO from framebuffer region for other passed through PCI devices
 2022-09-05 17:03 UTC  (2+ messages)

[PATCH v3 1/3] PCI: Move PCI_VENDOR_ID_MICROSOFT/PCI_DEVICE_ID_HYPERV_VIDEO definitions to pci_ids.h
 2022-09-05 16:58 UTC  (3+ messages)

[PATCH] hv/hv_kvp_daemon: remove unnecessary (void*) conversions
 2022-09-05 16:56 UTC  (3+ messages)

[PATCH] Drivers: hv: Fix double word in comments
 2022-09-05 16:45 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).