linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-21 20:26:48 to 2022-07-08 14:42:39 UTC [more...]

[PATCH v3 00/25] KVM: VMX: Support updated eVMCSv1 revision + use vmcs_config for L1 VMX MSRs
 2022-07-08 14:41 UTC  (2+ messages)
` [PATCH v3 01/25] KVM: x86: hyper-v: Expose access to debug MSRs in the partition privilege flags

[PATCH v2] KVM: x86: Fully initialize 'struct kvm_lapic_irq' in kvm_pv_kick_cpu_op()
 2022-07-08 14:27 UTC  (2+ 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

[PATCH] PCI: hv: Take a const cpumask in hv_compose_msi_req_get_cpu()
 2022-07-08  4:27 UTC  (2+ messages)

[PATCH V3] swiotlb: Split up single swiotlb lock
 2022-07-07 17:07 UTC  (2+ messages)

[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  (31+ messages)
` [PATCH 01/14] KVM: VMX: Check VM_ENTRY_IA32E_MODE in setup_vmcs_config()
` [PATCH 02/14] KVM: VMX: Check CPU_BASED_{INTR,NMI}_WINDOW_EXITING "
` [PATCH 03/14] KVM: VMX: Tweak the special handling of SECONDARY_EXEC_ENCLS_EXITING "
` [PATCH 04/14] KVM: VMX: Extend VMX controls macro shenanigans
` [PATCH 05/14] KVM: VMX: Move CPU_BASED_CR8_{LOAD,STORE}_EXITING filtering out of setup_vmcs_config()
` [PATCH 06/14] KVM: VMX: Add missing VMEXIT controls to vmcs_config
` [PATCH 07/14] KVM: VMX: Add missing VMENTRY "
` [PATCH 08/14] KVM: VMX: Add missing CPU based VM execution "
` [PATCH 09/14] KVM: VMX: Clear controls obsoleted by EPT at runtime, not setup
` [PATCH 10/14] KVM: nVMX: Use sanitized allowed-1 bits for VMX control MSRs
` [PATCH 11/14] KVM: VMX: Store required-1 VMX controls in vmcs_config
` [PATCH 12/14] KVM: nVMX: Use sanitized required-1 bits for VMX control MSRs
` [PATCH 13/14] KVM: VMX: Cache MSR_IA32_VMX_MISC in vmcs_config
` [PATCH 14/14] KVM: nVMX: Use cached host MSR_IA32_VMX_MISC value for setting up nested MSR

[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 v1 1/1] Create debugfs file with hyper-v balloon usage information
 2022-07-06 18:15 UTC  (5+ messages)
  ` [PATCH v2 "

[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 

[PATCH RFC v1 00/10] KVM: nVMX: Use vmcs_config for setting up nested VMX MSRs
 2022-06-27 16:06 UTC  (17+ 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  (4+ messages)
` [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  (6+ messages)
` [PATCH v7 10/39] KVM: x86: hyper-v: Don't use sparse_set_to_vcpu_mask() in kvm_hv_send_ipi()

[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


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