linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-04 12:43:07 to 2022-10-20 17:58:44 UTC [more...]

[PATCH 00/12] Add PCI pass-thru support to Hyper-V Confidential VMs
 2022-10-20 17:57 UTC  (3+ messages)
` [PATCH 01/12] x86/ioremap: Fix page aligned size calculation in __ioremap_caller()
` [PATCH 02/12] x86/ioapic: Gate decrypted mapping on cc_platform_has() attribute

[PATCH 00/21] drm/fb-helper: Untangle fbdev emulation and helpers
 2022-10-20 12:00 UTC  (25+ messages)
` [PATCH 01/21] drm/amdgpu: Don't set struct drm_driver.lastclose
` [PATCH 02/21] drm/imx: "
` [PATCH 03/21] drm/ingenic: "
` [PATCH 04/21] drm/komeda: "
` [PATCH 05/21] drm/logicvc: "
` [PATCH 06/21] drm/mcde: "
` [PATCH 07/21] drm/rockchip: "
` [PATCH 08/21] drm/vboxvideo: "
` [PATCH 09/21] drm/panel-ili9341: Include <linux/backlight.h>
` [PATCH 10/21] drm/tve200: Include <linux/of.h>
` [PATCH 11/21] drm/fb-helper: Cleanup include statements in header file
` [PATCH 12/21] drm/fb_helper: Rename field fbdev to info in struct drm_fb_helper
` [PATCH 13/21] drm/fb-helper: Rename drm_fb_helper_alloc_fbi() to use _info postfix
` [PATCH 14/21] drm/fb-helper: Rename drm_fb_helper_unregister_fbi() "
` [PATCH 15/21] drm/fb-helper: Disconnect damage worker from update logic
` [PATCH 16/21] drm/fb-helper: Call fb_sync in I/O functions
` [PATCH 17/21] drm/fb-helper: Perform all fbdev I/O with the same implementation
` [PATCH 18/21] drm/fb_helper: Minimize damage-helper overhead
` [PATCH 19/21] drm/fb-helper: Always initialize generic fbdev emulation
` [PATCH 20/21] drm/fb-helper: Move generic fbdev emulation into separate source file
` [PATCH 21/21] drm/fb-helper: Remove unnecessary include statements

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

[PATCH v2] x86/hyperv: Remove BUG_ON() for kmap_local_page()
 2022-10-20  8:38 UTC 

[PATCH] x86/hyperv: Remove BUG_ON() for kmap_local_page()
 2022-10-20  8:30 UTC  (3+ messages)

[PATCH v11 00/46] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
 2022-10-20  8:22 UTC  (43+ messages)
` [PATCH v11 09/46] KVM: x86: hyper-v: Introduce TLB flush fifo
` [PATCH v11 11/46] KVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,EX} calls gently
` [PATCH v11 16/46] KVM: x86: hyper-v: Don't use sparse_set_to_vcpu_mask() in kvm_hv_send_ipi()
` [PATCH v11 17/46] KVM: x86: hyper-v: Create a separate fifo for L2 TLB flush
` [PATCH v11 18/46] KVM: x86: hyper-v: Use preallocated buffer in 'struct kvm_vcpu_hv' instead of on-stack 'sparse_banks'
` [PATCH v11 19/46] KVM: nVMX: Keep track of hv_vm_id/hv_vp_id when eVMCS is in use
` [PATCH v11 20/46] KVM: nSVM: Keep track of Hyper-V hv_vm_id/hv_vp_id
` [PATCH v11 21/46] KVM: x86: Introduce .hv_inject_synthetic_vmexit_post_tlb_flush() nested hook
` [PATCH v11 22/46] KVM: x86: hyper-v: Introduce kvm_hv_is_tlb_flush_hcall()
` [PATCH v11 23/46] KVM: x86: hyper-v: L2 TLB flush
` [PATCH v11 24/46] KVM: x86: hyper-v: Introduce fast guest_hv_cpuid_has_l2_tlb_flush() check
` [PATCH v11 25/46] KVM: nVMX: hyper-v: Cache VP assist page in 'struct kvm_vcpu_hv'
` [PATCH v11 26/46] KVM: nVMX: hyper-v: Enable L2 TLB flush
` [PATCH v11 27/46] KVM: x86: Make kvm_hv_get_assist_page() return 0/-errno
` [PATCH v11 28/46] KVM: nSVM: hyper-v: Enable L2 TLB flush
` [PATCH v11 29/46] KVM: x86: Expose Hyper-V L2 TLB flush feature
` [PATCH v11 30/46] KVM: selftests: Better XMM read/write helpers
` [PATCH v11 31/46] KVM: selftests: Move HYPERV_LINUX_OS_ID definition to a common header
` [PATCH v11 32/46] KVM: selftests: Move the function doing Hyper-V hypercall "
` [PATCH v11 33/46] KVM: selftests: Hyper-V PV IPI selftest
` [PATCH v11 34/46] KVM: selftests: Fill in vm->vpages_mapped bitmap in virt_map() too
` [PATCH v11 35/46] KVM: selftests: Export vm_vaddr_unused_gap() to make it possible to request unmapped ranges
` [PATCH v11 36/46] KVM: selftests: Drop helpers to read/write page table entries
` [PATCH v11 37/46] KVM: selftests: Hyper-V PV TLB flush selftest
` [PATCH v11 38/46] KVM: selftests: Sync 'struct hv_enlightened_vmcs' definition with hyperv-tlfs.h
` [PATCH v11 39/46] KVM: selftests: Sync 'struct hv_vp_assist_page' "
` [PATCH v11 40/46] KVM: selftests: Move Hyper-V VP assist page enablement out of evmcs.h
` [PATCH v11 41/46] KVM: selftests: Split off load_evmcs() from load_vmcs()
` [PATCH v11 42/46] KVM: selftests: Create a vendor independent helper to allocate Hyper-V specific test pages
` [PATCH v11 43/46] KVM: selftests: Allocate Hyper-V partition assist page
` [PATCH v11 44/46] KVM: selftests: evmcs_test: Introduce L2 TLB flush test
` [PATCH v11 45/46] KVM: selftests: hyperv_svm_test: "
` [PATCH v11 46/46] KVM: selftests: Rename 'evmcs_test' to 'hyperv_evmcs'

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

[RFC PATCH v5 0/8] Make balloon drivers' memory changes known to the rest of the kernel
 2022-10-19 18:03 UTC  (5+ messages)
` [RFC PATCH v5 7/8] drivers: hyperv: balloon - report inflated memory

[PATCH] Drivers: hv: fix repeated words in comments
 2022-10-19 12:56 UTC 

[PATCH] [next] HID: hyperv: Replace one-element array with flexible-array member
 2022-10-18 12:56 UTC  (5+ messages)

[PATCH 0/4] KVM: VMX: nVMX: Make eVMCS enablement more robust
 2022-10-18 10:10 UTC  (5+ messages)
` [PATCH 1/4] KVM: nVMX: Sanitize primary processor-based VM-execution controls with eVMCS too
` [PATCH 2/4] KVM: nVMX: Invert 'unsupported by eVMCSv1' check
` [PATCH 3/4] KVM: nVMX: Prepare to sanitize tertiary execution controls with eVMCS
` [PATCH 4/4] KVM: VMX: Resurrect vmcs_conf sanitization for KVM-on-Hyper-V

[PATCH] uio_hv_generic: Enable interrupt for low speed VMBus devices
 2022-10-18  7:53 UTC  (8+ messages)

[PATCH AUTOSEL 5.15 14/21] x86/hyperv: Replace kmap() with kmap_local_page()
 2022-10-18  0:09 UTC 

[PATCH AUTOSEL 5.19 19/29] x86/hyperv: Replace kmap() with kmap_local_page()
 2022-10-18  0:08 UTC 

[PATCH AUTOSEL 6.0 21/32] x86/hyperv: Replace kmap() with kmap_local_page()
 2022-10-18  0:07 UTC 

[PATCH V3 00/11] The panic notifiers refactor - fixes/clean-ups (V3)
 2022-10-17 19:43 UTC  (27+ 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 10/11] drivers/hv/vmbus, video/hyperv_fb: Untangle and refactor Hyper-V panic notifiers

[PATCH 0/2] Configurable order free page reporting in hyper-v
 2022-10-17 15:53 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] mm/page_reporting: Add checks for page_reporting_order param
  ` [PATCH v2 2/2] hv_balloon: Add support for configurable order free page reporting

[PATCH v3] net: hv_netvsc: Fix a warning triggered by memcpy in rndis_filter
 2022-10-15 10:20 UTC  (2+ messages)

[PATCH v5 0/7] KVM: x86: Hyper-V invariant TSC control feature
 2022-10-14 20:04 UTC  (9+ messages)
` [PATCH v5 1/7] x86/hyperv: Add HV_EXPOSE_INVARIANT_TSC define
` [PATCH v5 2/7] KVM: x86: Add a KVM-only leaf for CPUID_8000_0007_EDX
` [PATCH v5 3/7] KVM: x86: Hyper-V invariant TSC control
` [PATCH v5 4/7] KVM: selftests: Rename 'msr->available' to 'msr->fault_exepected' in hyperv_features test
` [PATCH v5 5/7] KVM: selftests: Convert hyperv_features test to using KVM_X86_CPU_FEATURE()
` [PATCH v5 6/7] KVM: selftests: Test that values written to Hyper-V MSRs are preserved
` [PATCH v5 7/7] KVM: selftests: Test Hyper-V invariant TSC control

[PATCH v2] hv_netvsc: Fix a warning triggered by memcpy in rndis_filter
 2022-10-14  2:46 UTC  (4+ messages)

[PATCH v4 0/6] KVM: x86: Hyper-V invariant TSC control feature
 2022-10-13  9:16 UTC  (10+ messages)
` [PATCH v4 2/6] KVM: x86: Introduce CPUID_8000_0007_EDX 'scattered' leaf
` [PATCH v4 4/6] KVM: selftests: Rename 'msr->availble' to 'msr->fault_exepected' in hyperv_features test
` [PATCH v4 6/6] KVM: selftests: Test Hyper-V invariant TSC control

[PATCH] uio_hv_generic: Enable support for slower vmbus device channels
 2022-10-13  4:47 UTC  (5+ messages)

[bug report] RDMA/mana_ib: Add a driver for Microsoft Azure Network Adapter
 2022-10-12 19:28 UTC  (2+ messages)

[PATCH] net: hyperv: bugcheck trigered by memcpy in rndis_filter
 2022-10-11 23:27 UTC  (3+ messages)

[GIT PULL] Hyper-V next for 6.1
 2022-10-10 21:23 UTC  (2+ messages)

[bug report] RDMA/mana_ib: Add a driver for Microsoft Azure Network Adapter
 2022-10-10 19:38 UTC  (2+ messages)

[PATCH v2] x86/PCI: Prefer MMIO over PIO on all hypervisor
 2022-10-10 17:05 UTC  (9+ messages)

[PATCH] x86/hyperv: Replace kmap() with kmap_local_page()
 2022-10-10 12:06 UTC  (9+ messages)

[PATCH] hv: Remove unnecessary (void*) conversions
 2022-10-08  8:32 UTC 

[PATCH v2 net] hv_netvsc: Fix race between VF offering and VF association message from host
 2022-10-07  7:50 UTC  (3+ messages)

[PATCH net] hv_netvsc: Fix race between VF offering and VF association message from host
 2022-10-06  4:13 UTC  (4+ messages)

[PATCH] net: mana: store return status in signed variable
 2022-10-06  1:48 UTC  (2+ messages)

[PATCH v4 0/7] Make balloon drivers memory changes known to the rest of the kernel
 2022-10-05  9:01 UTC  (2+ messages)
` [PATCH v4 7/7] drivers: hyperv: balloon - report inflated memory

Thank you! We have received your message
 2022-10-04 17:11 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).