linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-19 19:54:43 to 2022-08-03 13:46:43 UTC [more...]

[PATCH v9 00/40] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
 2022-08-03 13:46 UTC  (19+ messages)
` [PATCH v9 01/40] KVM: x86: Rename 'enable_direct_tlbflush' to 'enable_l2_tlb_flush'
` [PATCH v9 02/40] KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flag
` [PATCH v9 03/40] KVM: x86: hyper-v: Introduce TLB flush fifo
` [PATCH v9 04/40] KVM: x86: hyper-v: Add helper to read hypercall data for array
` [PATCH v9 05/40] KVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,EX} calls gently
` [PATCH v9 06/40] KVM: x86: hyper-v: Expose support for extended gva ranges for flush hypercalls
` [PATCH v9 07/40] KVM: x86: Prepare kvm_hv_flush_tlb() to handle L2's GPAs
` [PATCH v9 08/40] x86/hyperv: Introduce HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK constants
` [PATCH v9 09/40] KVM: x86: hyper-v: Use HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK instead of raw '64'
` [PATCH v9 10/40] KVM: x86: hyper-v: Don't use sparse_set_to_vcpu_mask() in kvm_hv_send_ipi()
` [PATCH v9 11/40] KVM: x86: hyper-v: Create a separate fifo for L2 TLB flush
` [PATCH v9 12/40] KVM: x86: hyper-v: Use preallocated buffer in 'struct kvm_vcpu_hv' instead of on-stack 'sparse_banks'
` [PATCH v9 13/40] KVM: nVMX: Keep track of hv_vm_id/hv_vp_id when eVMCS is in use
` [PATCH v9 14/40] KVM: nSVM: Keep track of Hyper-V hv_vm_id/hv_vp_id
` [PATCH v9 15/40] KVM: x86: Introduce .hv_inject_synthetic_vmexit_post_tlb_flush() nested hook
` [PATCH v9 16/40] KVM: x86: hyper-v: Introduce kvm_hv_is_tlb_flush_hcall()
` [PATCH v9 17/40] KVM: x86: hyper-v: L2 TLB flush
` [PATCH v9 18/40] KVM: x86: hyper-v: Introduce fast guest_hv_cpuid_has_l2_tlb_flush() check

[PATCH v8 00/39] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
 2022-08-03 13:22 UTC  (6+ messages)
` [PATCH v8 28/39] KVM: selftests: Fill in vm->vpages_mapped bitmap in virt_map() too
` [PATCH v8 33/39] KVM: selftests: nVMX: Allocate Hyper-V partition assist page

[PATCH v2 00/13] The panic notifiers refactor strikes back - fixes/clean-ups
 2022-08-03 11:44 UTC  (33+ messages)
` [PATCH v2 01/13] ARM: Disable FIQs (but not IRQs) on CPUs shutdown paths
` [PATCH v2 02/13] notifier: Add panic notifiers info and purge trailing whitespaces
` [PATCH v2 03/13] firmware: google: Test spinlock on panic path to avoid lockups
` [PATCH v2 04/13] soc: bcm: brcmstb: Document panic notifier action and remove useless header
` [PATCH v2 05/13] alpha: Clean-up the panic notifier code
` [PATCH v2 06/13] um: Improve panic notifiers consistency and ordering
` [PATCH v2 07/13] parisc: Replace regular spinlock with spin_trylock on panic path
` [PATCH v2 08/13] tracing: Improve panic/die notifiers
` [PATCH v2 09/13] notifier: Show function names on notifier routines if DEBUG_NOTIFIERS is set
` [PATCH v2 10/13] EDAC/altera: Skip the panic notifier if kdump is loaded
` [PATCH v2 11/13] video/hyperv_fb: Avoid taking busy spinlock on panic path
` [PATCH v2 12/13] drivers/hv/vmbus, video/hyperv_fb: Untangle and refactor Hyper-V panic notifiers
` [PATCH v2 13/13] panic: Fixes the panic_print NMI backtrace setting

[PATCH] Drivers: hv: vmbus: Optimize vmbus_on_event
 2022-08-03  4:37 UTC  (3+ messages)

[Patch v4 00/12] Introduce Microsoft Azure Network Adapter (MANA) RDMA driver
 2022-08-03  2:08 UTC  (26+ messages)
` [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 06/12] net: mana: Define data structures for protection domain and memory registration
` [Patch v4 12/12] RDMA/mana_ib: Add a driver for Microsoft Azure Network Adapter
    ` [EXTERNAL] "

[PATCH v4 00/25] KVM: VMX: Support updated eVMCSv1 revision + use vmcs_config for L1 VMX MSRs
 2022-08-02 16:28 UTC  (43+ messages)
` [PATCH v4 01/25] KVM: x86: hyper-v: Expose access to debug MSRs in the partition privilege flags
` [PATCH v4 09/25] KVM: VMX: nVMX: Support TSC scaling and PERF_GLOBAL_CTRL with enlightened VMCS
` [PATCH v4 12/25] KVM: VMX: Check VM_ENTRY_IA32E_MODE in setup_vmcs_config()
` [PATCH v4 13/25] KVM: VMX: Check CPU_BASED_{INTR,NMI}_WINDOW_EXITING "
` [PATCH v4 14/25] KVM: VMX: Tweak the special handling of SECONDARY_EXEC_ENCLS_EXITING "
` [PATCH v4 15/25] KVM: VMX: Extend VMX controls macro shenanigans
` [PATCH v4 16/25] KVM: VMX: Move CPU_BASED_CR8_{LOAD,STORE}_EXITING filtering out of setup_vmcs_config()
` [PATCH v4 17/25] KVM: VMX: Add missing VMEXIT controls to vmcs_config
` [PATCH v4 18/25] KVM: VMX: Add missing CPU based VM execution "
` [PATCH v4 21/25] KVM: VMX: Move LOAD_IA32_PERF_GLOBAL_CTRL errata handling out of setup_vmcs_config()
` [PATCH v4 24/25] KVM: VMX: Cache MSR_IA32_VMX_MISC in vmcs_config

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

[RFC PATCH v2 0/9] vsock: updates for SO_RCVLOWAT handling
 2022-08-02  8:04 UTC  (24+ messages)
` [RFC PATCH v2 1/9] vsock: use sk_rcvlowat to set POLLIN/POLLRDNORM
` [RFC PATCH v2 2/9] virtio/vsock: use 'target' in notify_poll_in, callback
` [RFC PATCH v2 3/9] vmci/vsock: "
` [RFC PATCH v2 4/9] vsock_test: POLLIN + SO_RCVLOWAT test
` [RFC PATCH v2 5/9] vsock: SO_RCVLOWAT transport set callback
` [RFC PATCH v2 6/9] hv_sock: disable SO_RCVLOWAT support
` [RFC PATCH v2 7/9] vsock: add API call for data ready
` [RFC PATCH v2 8/9] virtio/vsock: check SO_RCVLOWAT before wake up reader
` [RFC PATCH v2 9/9] vmci/vsock: "

[PATCH] scsi: storvsc: Remove WQ_MEM_RECLAIM from storvsc_error_wq
 2022-08-01  8:28 UTC 

[PATCH] hyperv_setup_vram() calls vmbus_allocate_mmio(). This must be undone in the error handling path of the probe, as already done in the remove function
 2022-07-31 20:00 UTC  (2+ messages)

[PATCH] drm/hyperv: Fix an error handling path in hyperv_vmbus_probe()
 2022-07-31 20:01 UTC 

[PATCH 00/12] drm/format-helper: Move to struct iosys_map
 2022-07-30 12:27 UTC  (20+ messages)
` [PATCH 01/12] drm/format-helper: Provide drm_fb_blit()
` [PATCH 02/12] drm/format-helper: Merge drm_fb_memcpy() and drm_fb_memcpy_toio()
` [PATCH 03/12] drm/format-helper: Convert drm_fb_swab() to struct iosys_map
` [PATCH 04/12] drm/format-helper: Rework XRGB8888-to-RGBG332 conversion
` [PATCH 05/12] drm/format-helper: Rework XRGB8888-to-RGBG565 conversion
` [PATCH 06/12] drm/format-helper: Rework XRGB8888-to-RGB888 conversion
` [PATCH 07/12] drm/format-helper: Rework RGB565-to-XRGB8888 conversion
` [PATCH 08/12] drm/format-helper: Rework RGB888-to-XRGB8888 conversion
` [PATCH 09/12] drm/format-helper: Rework XRGB8888-to-XRGB2101010 conversion
` [PATCH 10/12] drm/format-helper: Rework XRGB8888-to-GRAY8 conversion
` [PATCH 11/12] drm/format-helper: Rework XRGB8888-to-MONO conversion
` [PATCH 12/12] drm/format-helper: Move destination-buffer handling into internal helper

[PATCH 1/1] iommu/hyper-v: Use helper instead of directly accessing affinity
 2022-07-26 14:38 UTC  (7+ messages)

linux-next: Tree for Jul 25 (drivers/iommu/hyperv-iommu.c)
 2022-07-25 21:12 UTC  (2+ messages)

[PATCH] swiotlb: Clean up some coding style and minor issues
 2022-07-24 13:30 UTC  (6+ messages)

[PATCH] fbdev: Fix order of arguments to aperture_remove_conflicting_devices()
 2022-07-21 17:50 UTC  (3+ messages)

[PATCH V4] swiotlb: Split up single swiotlb lock
 2022-07-20  6:23 UTC  (4+ 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).