linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-01 16:28:27 to 2022-04-19 12:24:14 UTC [more...]

[PATCH v2 0/6] PCI: hv: VMbus requestor and related fixes
 2022-04-19 12:23 UTC  (6+ 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 v7 00/12] Fix broken usage of driver_override (and kfree of static memory)
 2022-04-19 11:34 UTC  (13+ 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

[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 v3 00/34] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush feature
 2022-04-14 13:20 UTC  (35+ 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-13 13:36 UTC 

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

cleanup swiotlb initialization v8
 2022-04-13  6:20 UTC  (25+ messages)
` [PATCH 01/15] dma-direct: use is_swiotlb_active in dma_direct_map_page
` [PATCH 02/15] swiotlb: make swiotlb_exit a no-op if SWIOTLB_FORCE is set
` [PATCH 03/15] swiotlb: simplify swiotlb_max_segment
` [PATCH 04/15] swiotlb: rename swiotlb_late_init_with_default_size
` [PATCH 05/15] arm/xen: don't check for xen_initial_domain() in xen_create_contiguous_region
` [PATCH 06/15] MIPS/octeon: use swiotlb_init instead of open coding it
` [PATCH 07/15] x86: remove the IOMMU table infrastructure
` [PATCH 08/15] x86: centralize setting SWIOTLB_FORCE when guest memory encryption is enabled
` [PATCH 09/15] swiotlb: make the swiotlb_init interface more useful
` [PATCH 10/15] swiotlb: add a SWIOTLB_ANY flag to lift the low memory restriction
` [PATCH 11/15] swiotlb: pass a gfp_mask argument to swiotlb_init_late
` [PATCH 12/15] swiotlb: provide swiotlb_init variants that remap the buffer
` [PATCH 13/15] swiotlb: merge swiotlb-xen initialization into swiotlb
` [PATCH 14/15] swiotlb: remove swiotlb_init_with_tbl and swiotlb_init_late_with_tbl
` [PATCH 15/15] x86: remove cruft from <asm/dma-mapping.h>

[PATCH 1/1] Drivers: hv: vmbus: Add VMbus IMC device to unsupported list
 2022-04-13  2:49 UTC 

[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  (18+ messages)
` [PATCH 1/6] Drivers: hv: vmbus: Fix handling of messages with transaction ID of zero
` [PATCH 2/6] PCI: hv: Use vmbus_requestor to generate transaction IDs for VMbus hardening
` [PATCH 3/6] Drivers: hv: vmbus: Introduce vmbus_sendpacket_getid()
` [PATCH 4/6] Drivers: hv: vmbus: Introduce vmbus_request_addr_match()
` [PATCH 5/6] Drivers: hv: vmbus: Introduce {lock,unlock}_requestor()
` [PATCH 6/6] PCI: hv: Fix synchronization between channel callback and hv_compose_msi_msg()

[PATCH 0/2] storvsc, netvsc: Improve logging
 2022-04-08  4:10 UTC  (4+ messages)
` [PATCH 1/2] scsi: storvsc: Print value of invalid ID in storvsc_on_channel_callback()
` [PATCH 2/2] hv_netvsc: Print value of invalid ID in netvsc_send_{completion,tx_complete}()

[PATCH v2] drm/hyperv: Added error message for fb size greater then allocated
 2022-04-07 17:43 UTC  (4+ messages)

[GIT PULL] Hyper-V fixes for 5.18-rc2
 2022-04-07 16:43 UTC  (2+ messages)

[PATCH net-next 1/3] net: hyperv: remove use of bpf_op_t
 2022-04-07 13:12 UTC  (2+ messages)

[PATCH v3 12/35] x86/msi: Provide msi message shadow structs
 2022-04-07 11:06 UTC  (6+ messages)
  ` [PATCH] x86/msi: Fix msi message data shadow struct

[PATCH] drm/hyperv: Added error message for fb size greater then allocated
 2022-04-07  5:41 UTC 

[RFC PATCH 0/4] PCI: hv: Miscellaneous changes
 2022-04-07  2:54 UTC  (12+ messages)
` [RFC PATCH 1/4] Drivers: hv: vmbus: Remove special code for unsolicited messages
` [RFC PATCH 2/4] PCI: hv: Use vmbus_requestor to generate transaction IDs for VMbus hardening
` [RFC PATCH 3/4] Drivers: hv: vmbus: Introduce vmbus_sendpacket_getid()
` [RFC PATCH 4/4] PCI: hv: Fix synchronization between channel callback and hv_compose_msi_msg()

[PATCH] Drivers: hv: vmbus: Replace smp_store_mb() with virt_store_mb()
 2022-04-06 13:32 UTC  (2+ messages)

[PATCH v2 0/2] Drivers: hv: balloon: Temporary fixes for ARM64
 2022-04-06 13:16 UTC  (4+ messages)
` [PATCH v2 2/2] Drivers: hv: balloon: Disable balloon and hot-add accordingly

[PATCH 5.10 004/599] hv: utils: add PTP_1588_CLOCK to Kconfig to fix build
 2022-04-05  7:24 UTC 

[PATCH 5.15 007/913] hv: utils: add PTP_1588_CLOCK to Kconfig to fix build
 2022-04-05  7:17 UTC 

[PATCH v5 00/11] Fix broken usage of driver_override (and kfree of static memory)
 2022-04-03 18:26 UTC  (4+ messages)
` [PATCH v5 01/11] driver: platform: Add helper for safer setting of driver_override


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