linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-28 10:08:53 to 2022-07-12 11:54:08 UTC [more...]

[PATCH v3 00/25] KVM: VMX: Support updated eVMCSv1 revision + use vmcs_config for L1 VMX MSRs
 2022-07-12 11:52 UTC  (33+ messages)
` [PATCH v3 01/25] KVM: x86: hyper-v: Expose access to debug MSRs in the partition privilege flags
` [PATCH v3 02/25] x86/hyperv: Fix 'struct hv_enlightened_vmcs' definition
` [PATCH v3 03/25] x86/hyperv: Update "
` [PATCH v3 04/25] KVM: VMX: Define VMCS-to-EVMCS conversion for the new fields
` [PATCH v3 05/25] KVM: nVMX: Support several new fields in eVMCSv1
` [PATCH v3 06/25] KVM: x86: hyper-v: Cache HYPERV_CPUID_NESTED_FEATURES CPUID leaf
` [PATCH v3 07/25] KVM: selftests: Add ENCLS_EXITING_BITMAP{,HIGH} VMCS fields
` [PATCH v3 08/25] KVM: selftests: Switch to updated eVMCSv1 definition
` [PATCH v3 09/25] KVM: VMX: nVMX: Support TSC scaling and PERF_GLOBAL_CTRL with enlightened VMCS
` [PATCH v3 10/25] KVM: selftests: Enable TSC scaling in evmcs selftest
` [PATCH v3 11/25] KVM: VMX: Get rid of eVMCS specific VMX controls sanitization
` [PATCH v3 12/25] KVM: VMX: Check VM_ENTRY_IA32E_MODE in setup_vmcs_config()
` [PATCH v3 13/25] KVM: VMX: Check CPU_BASED_{INTR,NMI}_WINDOW_EXITING "
` [PATCH v3 14/25] KVM: VMX: Tweak the special handling of SECONDARY_EXEC_ENCLS_EXITING "
` [PATCH v3 15/25] KVM: VMX: Extend VMX controls macro shenanigans
` [PATCH v3 16/25] KVM: VMX: Move CPU_BASED_CR8_{LOAD,STORE}_EXITING filtering out of setup_vmcs_config()
` [PATCH v3 17/25] KVM: VMX: Add missing VMEXIT controls to vmcs_config
` [PATCH v3 18/25] KVM: VMX: Add missing CPU based VM execution "
` [PATCH v3 19/25] KVM: VMX: Adjust CR3/INVPLG interception for EPT=y at runtime, not setup
` [PATCH v3 20/25] KVM: x86: VMX: Replace some Intel model numbers with mnemonics
` [PATCH v3 21/25] KVM: VMX: Move LOAD_IA32_PERF_GLOBAL_CTRL errata handling out of setup_vmcs_config()
` [PATCH v3 22/25] KVM: nVMX: Always set required-1 bits of pinbased_ctls to PIN_BASED_ALWAYSON_WITHOUT_TRUE_MSR
` [PATCH v3 23/25] KVM: nVMX: Use sanitized allowed-1 bits for VMX control MSRs
` [PATCH v3 24/25] KVM: VMX: Cache MSR_IA32_VMX_MISC in vmcs_config
` [PATCH v3 25/25] KVM: nVMX: Use cached host MSR_IA32_VMX_MISC value for setting up nested MSR

[PATCH V4] swiotlb: Split up single swiotlb lock
 2022-07-12  6:44 UTC  (2+ messages)

[PATCH v2] drm/hyperv : Removing the restruction of VRAM allocation with PCI bar size
 2022-07-11 19:01 UTC  (2+ messages)

[PATCH] PCI: hv: Take a const cpumask in hv_compose_msi_req_get_cpu()
 2022-07-11 18:58 UTC  (3+ messages)

[PATCH v2 0/3] Documentation: hyperv: Add basic info on Hyper-V enlightenments
 2022-07-11 18:56 UTC  (5+ messages)
` [PATCH v2 1/3] Documentation: hyperv: Add overview of "
` [PATCH v2 2/3] Documentation: hyperv: Add overview of VMbus
` [PATCH v2 3/3] Documentation: hyperv: Add overview of clocks and timers

[PATCH v3] Drivers: hv: vm_bus: Handle vmbus rescind calls after vmbus is suspended
 2022-07-11 18:54 UTC  (3+ messages)

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

[Patch v4 00/12] Introduce Microsoft Azure Network Adapter (MANA) RDMA driver
 2022-07-11  1:42 UTC  (25+ 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

[PATCH v2] Drivers: hv: vm_bus: Handle vmbus rescind calls after vmbus is suspended
 2022-07-11  1:31 UTC  (2+ messages)

[PATCH V3] swiotlb: Split up single swiotlb lock
 2022-07-08 16:21 UTC  (3+ messages)

[PATCH v2] KVM: x86: Fully initialize 'struct kvm_lapic_irq' in kvm_pv_kick_cpu_op()
 2022-07-08 15:58 UTC  (3+ messages)

[PATCH] KVM: x86: Fully initialize 'struct kvm_lapic_irq' in kvm_pv_kick_cpu_op()
 2022-07-08 12:44 UTC  (3+ messages)

[PATCH] scsi: storvsc: Prevent running tasklet for long
 2022-07-08 12:43 UTC  (9+ messages)

[PATCH v2 00/28] KVM: VMX: Support TscScaling and EnclsExitingBitmap with eVMCS + use vmcs_config for L1 VMX MSRs
 2022-07-08  7:55 UTC  (62+ messages)
` [PATCH v2 01/28] KVM: x86: hyper-v: Expose access to debug MSRs in the partition privilege flags
` [PATCH v2 02/28] x86/hyperv: Fix 'struct hv_enlightened_vmcs' definition
` [PATCH v2 03/28] x86/hyperv: Update "
` [PATCH v2 04/28] KVM: VMX: Define VMCS-to-EVMCS conversion for the new fields
` [PATCH v2 05/28] KVM: nVMX: Support several new fields in eVMCSv1
` [PATCH v2 06/28] KVM: nVMX: Introduce KVM_CAP_HYPERV_ENLIGHTENED_VMCS2
` [PATCH v2 07/28] KVM: selftests: Switch to KVM_CAP_HYPERV_ENLIGHTENED_VMCS2
` [PATCH v2 08/28] KVM: VMX: Support TSC scaling with enlightened VMCS
` [PATCH v2 09/28] KVM: selftests: Add ENCLS_EXITING_BITMAP{,HIGH} VMCS fields
` [PATCH v2 10/28] KVM: selftests: Switch to updated eVMCSv1 definition
` [PATCH v2 11/28] KVM: selftests: Enable TSC scaling in evmcs selftest
` [PATCH v2 12/28] KVM: VMX: Enable VM_{EXIT,ENTRY}_LOAD_IA32_PERF_GLOBAL_CTRL for KVM on Hyper-V
` [PATCH v2 13/28] KVM: VMX: Get rid of eVMCS specific VMX controls sanitization
` [PATCH v2 14/28] KVM: VMX: Check VM_ENTRY_IA32E_MODE in setup_vmcs_config()
` [PATCH v2 15/28] KVM: VMX: Check CPU_BASED_{INTR,NMI}_WINDOW_EXITING "
` [PATCH v2 16/28] KVM: VMX: Tweak the special handling of SECONDARY_EXEC_ENCLS_EXITING "
` [PATCH v2 17/28] KVM: VMX: Extend VMX controls macro shenanigans
` [PATCH v2 18/28] KVM: VMX: Move CPU_BASED_CR8_{LOAD,STORE}_EXITING filtering out of setup_vmcs_config()
` [PATCH v2 19/28] KVM: VMX: Add missing VMEXIT controls to vmcs_config
` [PATCH v2 20/28] KVM: VMX: Add missing VMENTRY "
` [PATCH v2 21/28] KVM: VMX: Add missing CPU based VM execution "
` [PATCH v2 22/28] KVM: VMX: Clear controls obsoleted by EPT at runtime, not setup
` [PATCH v2 23/28] KVM: VMX: Move LOAD_IA32_PERF_GLOBAL_CTRL errata handling out of setup_vmcs_config()
` [PATCH v2 24/28] KVM: nVMX: Use sanitized allowed-1 bits for VMX control MSRs
` [PATCH v2 25/28] KVM: VMX: Store required-1 VMX controls in vmcs_config
` [PATCH v2 26/28] KVM: nVMX: Use sanitized required-1 bits for VMX control MSRs
` [PATCH v2 27/28] KVM: VMX: Cache MSR_IA32_VMX_MISC in vmcs_config
` [PATCH v2 28/28] KVM: nVMX: Use cached host MSR_IA32_VMX_MISC value for setting up nested MSR

[RFC PATCH 0/2] dma_direct_{alloc,free}() for Hyper-V IVMs
 2022-07-07 14:20 UTC  (5+ messages)
` [RFC PATCH 1/2] swiotlb,dma-direct: Move swiotlb_unencrypted_base to direct.c
` [RFC PATCH 2/2] dma-direct: Fix dma_direct_{alloc,free}() for Hyperv-V IVMs

[PATCH v3 0/8] genirq: Provide real IRQ affinity masks in non-SMP configs
 2022-07-07 10:45 UTC  (17+ messages)
` [PATCH v3 1/8] irqchip/mips-gic: Only register IPI domain when SMP is enabled
` [PATCH v3 2/8] genirq: GENERIC_IRQ_IPI depends on SMP
` [PATCH v3 3/8] genirq: GENERIC_IRQ_EFFECTIVE_AFF_MASK "
` [PATCH v3 4/8] genirq: Drop redundant irq_init_effective_affinity
` [PATCH v3 5/8] genirq: Refactor accessors to use irq_data_get_affinity_mask
` [PATCH v3 6/8] genirq: Add and use an irq_data_update_affinity helper
` [PATCH v3 7/8] genirq: Return a const cpumask from irq_data_get_affinity_mask
` [PATCH v3 8/8] genirq: Provide an IRQ affinity mask in non-SMP configs

[PATCH 00/14] KVM: nVMX: Use vmcs_config for setting up nested VMX MSRs
 2022-07-06 22:30 UTC  (18+ messages)
` [PATCH 04/14] KVM: VMX: Extend VMX controls macro shenanigans

[PATCH 0/3] Documentation: hyperv: Add basic info on Hyper-V enlightenments
 2022-07-06 18:47 UTC  (8+ messages)
` [PATCH 1/3] Documentation: hyperv: Add overview of "
` [PATCH 2/3] Documentation: hyperv: Add overview of VMbus
` [PATCH 3/3] Documentation: hyperv: Add overview of clocks and timers

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

[PATCH] Drivers: hv: vm_bus: Handle vmbus rescind calls after vmbus is suspended
 2022-07-05 15:41 UTC  (2+ messages)

[PATCH V2 1/1] swiotlb: Split up single swiotlb lock
 2022-06-30 17:00 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).