linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-08 16:34:25 to 2022-04-27 22:41:58 UTC [more...]

[PATCH] PCI: hv: Do not set PCI_COMMAND_MEMORY to reduce VM boot time
 2022-04-27 22:41 UTC  (5+ messages)

[PATCH] video: hyperv_fb: Allow resolutions with size > 64 MB for Gen1
 2022-04-27 19:24 UTC  (2+ messages)

[PATCH v2 0/2] kernel: add new infrastructure for platform_has() support
 2022-04-27 19:24 UTC  (6+ messages)
` [PATCH v2 1/2] kernel: add platform_has() infrastructure
` [PATCH v2 2/2] virtio: replace arch_has_restricted_virtio_memory_access()

[PATCH] PCI: hv: Fix hv_arch_irq_unmask() for multi-MSI
 2022-04-27 17:11 UTC  (2+ messages)

[PATCH 0/2] kernel: add new infrastructure for platform_has() support
 2022-04-27 14:14 UTC  (18+ messages)
` [PATCH 1/2] kernel: add platform_has() infrastructure
` [PATCH 2/2] virtio: replace arch_has_restricted_virtio_memory_access()

[PATCH v2 0/5] hv_sock: Hardening changes
 2022-04-27 13:38 UTC  (8+ messages)
` [PATCH v2 1/5] hv_sock: Check hv_pkt_iter_first_raw()'s return value
` [PATCH v2 2/5] hv_sock: Copy packets sent by Hyper-V out of the ring buffer
` [PATCH v2 3/5] hv_sock: Add validation for untrusted Hyper-V values
` [PATCH v2 4/5] Drivers: hv: vmbus: Accept hv_sock offers in isolated guests
` [PATCH v2 5/5] Drivers: hv: vmbus: Refactor the ring-buffer iterator functions

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

[PATCH v2] PCI: hv: Fix multi-MSI to allow more than one MSI vector
 2022-04-25 16:52 UTC  (5+ messages)

[PATCH v2 0/6] PCI: hv: VMbus requestor and related fixes
 2022-04-25 16:51 UTC  (12+ messages)
` [PATCH v2 1/6] Drivers: hv: vmbus: Fix handling of messages with transaction ID of zero
` [PATCH v2 2/6] PCI: hv: Use vmbus_requestor to generate transaction IDs for VMbus hardening
` [PATCH v2 3/6] Drivers: hv: vmbus: Introduce vmbus_sendpacket_getid()
` [PATCH v2 4/6] Drivers: hv: vmbus: Introduce vmbus_request_addr_match()
` [PATCH v2 5/6] Drivers: hv: vmbus: Introduce {lock,unlock}_requestor()
` [PATCH v2 6/6] PCI: hv: Fix synchronization between channel callback and hv_compose_msi_msg()

[PATCH 1/1] Drivers: hv: vmbus: Add VMbus IMC device to unsupported list
 2022-04-25 15:31 UTC  (2+ messages)

[PATCH v7 00/12] Fix broken usage of driver_override (and kfree of static memory)
 2022-04-23 16:09 UTC  (17+ messages)
` [PATCH v7 01/12] driver: platform: Add helper for safer setting of driver_override
` [PATCH v7 02/12] amba: Use driver_set_override() instead of open-coding
` [PATCH v7 03/12] fsl-mc: "
` [PATCH v7 04/12] hv: "
` [PATCH v7 05/12] PCI: "
` [PATCH v7 06/12] s390/cio: "
` [PATCH v7 07/12] spi: Use helper for safer setting of driver_override
` [PATCH v7 08/12] vdpa: "
` [PATCH v7 09/12] clk: imx: scu: Fix kfree() of static memory on setting driver_override
` [PATCH v7 10/12] slimbus: qcom-ngd: "
` [PATCH v7 11/12] rpmsg: Constify local variable in field store macro
` [PATCH v7 12/12] rpmsg: Fix kfree() of static memory on setting driver_override

[PATCH 0/5] hv_sock: Hardening changes
 2022-04-21 16:14 UTC  (17+ messages)
` [PATCH 1/5] hv_sock: Check hv_pkt_iter_first_raw()'s return value
` [PATCH 2/5] hv_sock: Copy packets sent by Hyper-V out of the ring buffer
` [PATCH 3/5] hv_sock: Add validation for untrusted Hyper-V values
` [PATCH 4/5] Drivers: hv: vmbus: Accept hv_sock offers in isolated guests
` [PATCH 5/5] Drivers: hv: vmbus: Refactor the ring-buffer iterator functions

[PATCH] PCI: hv: Do not set PCI_COMMAND_MEMORY to reduce VM boot time
 2022-04-20 14:47 UTC  (2+ messages)

propagating vmgenid outward and upward
 2022-04-19 16:43 UTC  (6+ messages)

[RFC PATCH 0/6] hv_sock: Hardening changes
 2022-04-15 17:05 UTC  (24+ messages)
` [RFC PATCH 1/6] hv_sock: Check hv_pkt_iter_first_raw()'s return value
` [RFC PATCH 2/6] hv_sock: Copy packets sent by Hyper-V out of the ring buffer
` [RFC PATCH 3/6] hv_sock: Add validation for untrusted Hyper-V values
` [RFC PATCH 4/6] hv_sock: Initialize send_buf in hvs_stream_enqueue()
` [RFC PATCH 5/6] Drivers: hv: vmbus: Accept hv_sock offers in isolated guests
` [RFC PATCH 6/6] Drivers: hv: vmbus: Refactor the ring-buffer iterator functions

[PATCH 4.19 003/338] hv: utils: add PTP_1588_CLOCK to Kconfig to fix build
 2022-04-14 16:02 UTC  (2+ messages)

[PATCH 5.4 004/475] hv: utils: add PTP_1588_CLOCK to Kconfig to fix build
 2022-04-14 15:47 UTC  (3+ messages)

[PATCH v6 00/12] Fix broken usage of driver_override (and kfree of static memory)
 2022-04-13  8:47 UTC  (5+ messages)
` [PATCH v6 12/12] rpmsg: Fix kfree() of static memory on setting driver_override

cleanup swiotlb initialization v8
 2022-04-13  6:20 UTC  (5+ messages)
` [PATCH 10/15] swiotlb: add a SWIOTLB_ANY flag to lift the low memory restriction

[PATCH] PCI: hv: Fix multi-MSI to allow more than one MSI vector
 2022-04-12 19:32 UTC  (3+ messages)

[PATCH v4] drm/hyperv: Add error message for fb size greater than allocated
 2022-04-12  5:06 UTC  (2+ messages)

[PATCH v3] drm/hyperv: Added error message for fb size greater than allocated
 2022-04-12  4:07 UTC  (5+ messages)

[PATCH net-next] hv_netvsc: Add support for XDP_REDIRECT
 2022-04-12  1:30 UTC  (2+ messages)

[PATCH AUTOSEL 5.4 06/21] Drivers: hv: vmbus: Prevent load re-ordering when reading ring buffer
 2022-04-12  0:50 UTC 

[PATCH AUTOSEL 4.14 03/11] Drivers: hv: vmbus: Prevent load re-ordering when reading ring buffer
 2022-04-12  0:52 UTC 

[PATCH AUTOSEL 4.19 03/12] Drivers: hv: vmbus: Prevent load re-ordering when reading ring buffer
 2022-04-12  0:51 UTC 

[PATCH AUTOSEL 5.10 10/30] Drivers: hv: vmbus: Prevent load re-ordering when reading ring buffer
 2022-04-12  0:48 UTC 

[PATCH AUTOSEL 5.15 12/41] Drivers: hv: vmbus: Deactivate sysctl_record_panic_msg by default in isolated guests
 2022-04-12  0:46 UTC  (4+ messages)
` [PATCH AUTOSEL 5.15 13/41] PCI: hv: Propagate coherence from VMbus device to PCI device
` [PATCH AUTOSEL 5.15 14/41] Drivers: hv: vmbus: Prevent load re-ordering when reading ring buffer
` [PATCH AUTOSEL 5.15 25/41] Drivers: hv: balloon: Disable balloon and hot-add accordingly

[PATCH AUTOSEL 5.17 13/49] Drivers: hv: vmbus: Deactivate sysctl_record_panic_msg by default in isolated guests
 2022-04-12  0:43 UTC  (5+ messages)
` [PATCH AUTOSEL 5.17 14/49] Drivers: hv: vmbus: Propagate VMbus coherence to each VMbus device
` [PATCH AUTOSEL 5.17 15/49] PCI: hv: Propagate coherence from VMbus device to PCI device
` [PATCH AUTOSEL 5.17 16/49] Drivers: hv: vmbus: Prevent load re-ordering when reading ring buffer
` [PATCH AUTOSEL 5.17 31/49] Drivers: hv: balloon: Disable balloon and hot-add accordingly

[PATCH 0/6] PCI: hv: VMbus requestor and related fixes
 2022-04-11  2:31 UTC  (10+ messages)
` [PATCH 2/6] PCI: hv: Use vmbus_requestor to generate transaction IDs for VMbus hardening
` [PATCH 4/6] Drivers: hv: vmbus: Introduce vmbus_request_addr_match()


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