linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-07 22:42:52 to 2022-06-27 15:33:01 UTC [more...]

[PATCH 0/2] swiotlb: Split up single swiotlb lock
 2022-06-27 15:31 UTC  (2+ messages)
` [PATCH 2/2] x86/ACPI: Set swiotlb area according to the number of lapic entry in MADT

[PATCH RFC v1 00/10] KVM: nVMX: Use vmcs_config for setting up nested VMX MSRs
 2022-06-27 15:12 UTC  (16+ messages)
` [PATCH RFC v1 01/10] KVM: VMX: Move CPU_BASED_CR8_{LOAD,STORE}_EXITING filtering out of setup_vmcs_config()
` [PATCH RFC v1 02/10] KVM: VMX: Add missing CPU based VM execution controls to vmcs_config
` [PATCH RFC v1 03/10] KVM: VMX: Move CPU_BASED_{CR3_LOAD,CR3_STORE,INVLPG}_EXITING filtering out of setup_vmcs_config()
` [PATCH RFC v1 04/10] KVM: VMX: Add missing VMEXIT controls to vmcs_config
` [PATCH RFC v1 05/10] KVM: VMX: Add missing VMENTRY "
` [PATCH RFC v1 06/10] KVM: nVMX: Use sanitized allowed-1 bits for VMX control MSRs
` [PATCH RFC v1 07/10] KVM: VMX: Store required-1 VMX controls in vmcs_config
` [PATCH RFC v1 08/10] KVM: nVMX: Use sanitized required-1 bits for VMX control MSRs
` [PATCH RFC v1 09/10] KVM: VMX: Cache MSR_IA32_VMX_MISC in vmcs_config
` [PATCH RFC v1 10/10] KVM: nVMX: Use cached host MSR_IA32_VMX_MISC value for setting up nested MSR

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

[PATCH 4.19 049/234] random: remove unused irq_flags argument from add_interrupt_randomness()
 2022-06-23 16:41 UTC 

[PATCH 4.14 060/237] random: remove unused irq_flags argument from add_interrupt_randomness()
 2022-06-23 16:41 UTC 

[PATCH 4.9 082/264] random: remove unused irq_flags argument from add_interrupt_randomness()
 2022-06-23 16:41 UTC 

request to stable branch [PATCH] net: mana: Add handling of CQE_RX_TRUNCATED
 2022-06-23 15:47 UTC  (2+ messages)

[RFC PATCH V4 1/1] swiotlb: Split up single swiotlb lock
 2022-06-23 14:48 UTC  (4+ messages)

[PATCH] dma-direct: use the correct size for dma_set_encrypted()
 2022-06-23 13:28 UTC  (5+ messages)

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

[PATCH] drm/hyperv-drm: Include framebuffer and EDID headers
 2022-06-22 13:50 UTC  (3+ messages)

[PATCH net-next, 0/2] net: mana: Add handling of CQE_RX_TRUNCATED and a cleanup
 2022-06-21 20:34 UTC  (7+ messages)
` [PATCH net-next, 1/2] net: mana: Add handling of CQE_RX_TRUNCATED

[PATCH 00/11] KVM: VMX: Support TscScaling and EnclsExitingBitmap whith eVMCS
 2022-06-21 15:59 UTC  (13+ messages)
` [PATCH 01/11] KVM: x86: hyper-v: Expose access to debug MSRs in the partition privilege flags
` [PATCH 02/11] x86/hyperv: Fix 'struct hv_enlightened_vmcs' definition
` [PATCH 03/11] x86/hyperv: Update "
` [PATCH 04/11] KVM: VMX: Define VMCS-to-EVMCS conversion for the new fields
` [PATCH 05/11] KVM: nVMX: Support several new fields in eVMCSv1
` [PATCH 06/11] KVM: nVMX: Introduce KVM_CAP_HYPERV_ENLIGHTENED_VMCS2
` [PATCH 07/11] KVM: selftests: Switch to KVM_CAP_HYPERV_ENLIGHTENED_VMCS2
` [PATCH 08/11] KVM: VMX: Support TSC scaling with enlightened VMCS
` [PATCH 09/11] KVM: selftests: Add ENCLS_EXITING_BITMAP{,HIGH} VMCS fields
` [PATCH 10/11] KVM: selftests: Switch to updated eVMCSv1 definition
` [PATCH 11/11] KVM: selftests: Enable TSC scaling in evmcs selftest
` [PATCH QEMU EXAMPLE] i386: Support Enlightened VMCS revisions

[RFC PATCH] Hyper-V: Initialize crash reporting before vmbus
 2022-06-21  7:15 UTC  (5+ messages)

[PATCH 5.4 038/240] random: remove unused irq_flags argument from add_interrupt_randomness()
 2022-06-20 12:48 UTC 

[GIT PULL] Hyper-V fixes for 5.19-rc3
 2022-06-17 19:22 UTC  (2+ messages)

[PATCH v3] scsi: storvsc: Correct reporting of Hyper-V I/O size limits
 2022-06-17  2:20 UTC  (3+ messages)

[PATCH net-next,v2,0/2] net: mana: Add PF and XDP_REDIRECT support
 2022-06-16  9:10 UTC  (4+ messages)
` [PATCH net-next,v2,1/2] net: mana: Add the Linux MANA PF driver
` [PATCH net-next,v2,2/2] net: mana: Add support of XDP_REDIRECT action

[PATCH V3] x86/Hyper-V: Add SEV negotiate protocol support in Isolation VM
 2022-06-15 18:28 UTC  (3+ messages)

[PATCH 00/30] The panic notifiers refactor
 2022-06-15  9:36 UTC  (6+ messages)
` [PATCH 24/30] panic: Refactor the panic path

[PATCH RFC v1 0/5] KVM: VMX: Support TscScaling and EnclsExitingBitmap whith eVMCS
 2022-06-15 12:49 UTC  (6+ messages)
` [PATCH RFC v1 1/5] x86/hyperv: Fix 'struct hv_enlightened_vmcs' definition
` [PATCH RFC v1 2/5] x86/hyperv: Update "
` [PATCH RFC v1 3/5] KVM: VMX: Define VMCS-to-EVMCS conversion for the new fields
` [PATCH RFC v1 4/5] KVM: nVMX: Support several new fields in eVMCSv1
` [PATCH RFC v1 5/5] KVM: VMX: Support TSC scaling with enlightened VMCS

[PATCH net-next,0/2] net: mana: Add PF and XDP_REDIRECT support
 2022-06-14 20:06 UTC  (5+ messages)
` [PATCH net-next,1/2] net: mana: Add the Linux MANA PF driver
` [PATCH net-next,2/2] net: mana: Add support of XDP_REDIRECT action

hv_balloon: Only works in ubuntu
 2022-06-14 17:01 UTC  (13+ messages)
  ` AW: "

[PATCH v2] scsi: storvsc: Correct reporting of Hyper-V I/O size limits
 2022-06-14  5:18 UTC  (2+ messages)

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

[PATCH] scsi: storvsc: Correct sysfs parameters as per Hyper-V storvsc requirement
 2022-06-13 14:38 UTC  (6+ messages)

[PATCH v6 00/38] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
 2022-06-13 12:58 UTC  (10+ messages)
` [PATCH v6 03/38] KVM: x86: hyper-v: Introduce TLB flush fifo
` [PATCH v6 05/38] KVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,EX} calls gently

[PATCH] Drivers: hv: vmbus: Release cpu lock in error case
 2022-06-10  8:40 UTC  (3+ messages)

[PATCH] Drivers: hv: vmbus: Add cpu read lock
 2022-06-09 14:15 UTC  (4+ messages)

[PATCH V2] x86/Hyper-V: Add SEV negotiate protocol support in Isolation VM
 2022-06-09  7:55 UTC  (3+ messages)

[PATCH 1/1] HID: hyperv: Correctly access fields declared as __le16
 2022-06-08 12:28 UTC  (2+ messages)

[PATCH] clocksource: hyper-v: unexport __init-annotated hv_init_clocksource()
 2022-06-08 12:27 UTC  (3+ messages)

[PATCH] Drivers: hv: Fix syntax errors in comments
 2022-06-08 12:26 UTC  (3+ messages)

[RESEND PATCH v2] Drivers: hv: vmbus: Don't assign VMbus channel interrupts to isolated CPUs
 2022-06-08 12:25 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).