linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-23 18:21:53 to 2023-11-08 16:18:26 UTC [more...]

[PATCH RFC 00/17] Solve iommu probe races around iommu_fwspec
 2023-11-08 16:18 UTC  (35+ messages)
` [PATCH RFC 01/17] iommu: Remove struct iommu_ops *iommu from arch_setup_dma_ops()
` [PATCH RFC 02/17] of: Do not return struct iommu_ops from of_iommu_configure()
` [PATCH RFC 03/17] of: Use -ENODEV consistently in of_iommu_configure()
` [PATCH RFC 04/17] acpi: Do not return struct iommu_ops from acpi_iommu_configure_id()
` [PATCH RFC 05/17] iommu: Make iommu_fwspec->ids a distinct allocation
` [PATCH RFC 06/17] iommu: Add iommu_fwspec_alloc/dealloc()
` [PATCH RFC 07/17] iommu: Add iommu_probe_device_fwspec()
` [PATCH RFC 08/17] of: Do not use dev->iommu within of_iommu_configure()
` [PATCH RFC 09/17] iommu: Add iommu_fwspec_append_ids()
` [PATCH RFC 10/17] acpi: Do not use dev->iommu within acpi_iommu_configure()
` [PATCH RFC 11/17] iommu: Hold iommu_probe_device_lock while calling ops->of_xlate
` [PATCH RFC 12/17] iommu: Make iommu_ops_from_fwnode() static
` [PATCH RFC 13/17] iommu: Remove dev_iommu_fwspec_set()
` [PATCH RFC 14/17] iommu: Remove pointless iommu_fwspec_free()
` [PATCH RFC 15/17] iommu: Add ops->of_xlate_fwspec()
` [PATCH RFC 16/17] iommu: Mark dev_iommu_get() with lockdep
` [PATCH RFC 17/17] iommu: Mark dev_iommu_priv_set() with a lockdep

[RFC 0/33] KVM: x86: hyperv: Introduce VSM support
 2023-11-08 16:15 UTC  (53+ messages)
` [RFC 01/33] KVM: x86: Decouple lapic.h from hyperv.h
` [RFC 02/33] KVM: x86: Introduce KVM_CAP_APIC_ID_GROUPS
` [RFC 03/33] KVM: x86: hyper-v: Introduce XMM output support
` [RFC 04/33] KVM: x86: hyper-v: Move hypercall page handling into separate function
` [RFC 05/33] KVM: x86: hyper-v: Introduce VTL call/return prologues in hypercall page
` [RFC 06/33] KVM: x86: hyper-v: Introduce VTL awareness to Hyper-V's PV-IPIs
` [RFC 07/33] KVM: x86: hyper-v: Introduce KVM_CAP_HYPERV_VSM
` [RFC 08/33] KVM: x86: Don't use hv_timer if CAP_HYPERV_VSM enabled
` [RFC 09/33] KVM: x86: hyper-v: Introduce per-VTL vcpu helpers
` [RFC 10/33] KVM: x86: hyper-v: Introduce KVM_HV_GET_VSM_STATE
` [RFC 11/33] KVM: x86: hyper-v: Handle GET/SET_VP_REGISTER hcall in user-space
` [RFC 12/33] KVM: x86: hyper-v: Handle VSM hcalls "
` [RFC 13/33] KVM: Allow polling vCPUs for events
` [RFC 14/33] KVM: x86: Add VTL to the MMU role
` [RFC 15/33] KVM: x86/mmu: Introduce infrastructure to handle non-executable faults
` [RFC 16/33] KVM: x86/mmu: Expose R/W/X flags during memory fault exits
` [RFC 17/33] KVM: x86/mmu: Allow setting memory attributes if VSM enabled
` [RFC 18/33] KVM: x86: Decouple kvm_get_memory_attributes() from struct kvm's mem_attr_array
` [RFC 19/33] KVM: x86: Decouple kvm_range_has_memory_attributes() "
` [RFC 20/33] KVM: x86/mmu: Decouple hugepage_has_attrs() "
` [RFC 21/33] KVM: Pass memory attribute array as a MMU notifier argument
` [RFC 22/33] KVM: Decouple kvm_ioctl_set_mem_attributes() from kvm's mem_attr_array
` [RFC 23/33] KVM: Expose memory attribute helper functions unanimously
` [RFC 24/33] KVM: x86: hyper-v: Introduce KVM VTL device
` [RFC 25/33] KVM: Introduce a set of new memory attributes
` [RFC 26/33] KVM: x86: hyper-vsm: Allow setting per-VTL "
` [RFC 27/33] KVM: x86/mmu/hyper-v: Validate memory faults against per-VTL memprots
` [RFC 28/33] x86/hyper-v: Introduce memory intercept message structure
` [RFC 29/33] KVM: VMX: Save instruction length on EPT violation
` [RFC 30/33] KVM: x86: hyper-v: Introduce KVM_REQ_HV_INJECT_INTERCEPT request
` [RFC 31/33] KVM: x86: hyper-v: Inject intercept on VTL memory protection fault
` [RFC 32/33] KVM: x86: hyper-v: Implement HVCALL_TRANSLATE_VIRTUAL_ADDRESS
` [RFC 33/33] Documentation: KVM: Introduce "Emulating Hyper-V VSM with KVM"

[PATCH] fbdev: hyperv_fb: fix uninitialized local variable use
 2023-11-08 15:38 UTC  (2+ messages)

[PATCH v12 00/37] x86: enable FRED for x86-64
 2023-11-08 12:36 UTC  (3+ messages)
` [PATCH v12 01/37] x86/cpufeatures: Add the cpu feature bit for WRMSRNS

[PATCH net,v3, 0/2] hv_netvsc: fix race of netvsc and VF register
 2023-11-07 21:05 UTC  (3+ messages)
` [PATCH net,v3, 1/2] hv_netvsc: Fix race of netvsc and VF register_netdevice
` [PATCH net,v3, 2/2] hv_netvsc: Fix race of register_netdevice_notifier and VF register

[PATCH] hv/hv_kvp_daemon: Some small fixes for handling NM keyfiles
 2023-11-07  3:40 UTC  (4+ messages)

[PATCH] hv_utils: Allow implicit ICTIMESYNCFLAG_SYNC
 2023-11-06 19:01 UTC  (4+ messages)
  ` [EXTERNAL] "

[PATCH v2] x86/hyperv : Fixing removal of __iomem address space warning
 2023-11-06 15:23 UTC  (3+ messages)

[PATCH v4 15/15] Drivers: hv: Add modules to expose /dev/mshv to VMMs running on Hyper-V
 2023-11-06 11:51 UTC  (3+ messages)

[PATCH] Replace ioremap_cache() with memremap()
 2023-11-05 15:15 UTC  (2+ messages)

[PATCH 0/3] x86/apic: Misc pruning
 2023-11-04 19:15 UTC  (10+ messages)
` [PATCH 1/3] x86/apic: Drop apic::delivery_mode
` [PATCH 2/3] x86/apic: Drop enum apic_delivery_modes
` [PATCH 3/3] x86/apic: Drop struct local_apic
` Notes on BAD_APICID, Was: [PATCH 0/3] x86/apic: Misc pruning

[PATCH net,v2] hv_netvsc: fix race of netvsc and VF register_netdevice
 2023-11-03 22:44 UTC  (4+ messages)

[PATCH net-next v4 0/3] ethtool: Add ethtool_puts()
 2023-11-02 19:55 UTC  (7+ messages)
` [PATCH net-next v4 1/3] ethtool: Implement ethtool_puts()
` [PATCH net-next v4 2/3] checkpatch: add ethtool_sprintf rules
` [PATCH net-next v4 3/3] net: Convert some ethtool_sprintf() to ethtool_puts()

[Patch v2] hv_netvsc: Mark VF as slave before exposing it to user-mode
 2023-10-30 22:29 UTC  (3+ messages)

[PATCH] Fixing warning cast removes address space '__iomem' of expression
 2023-10-30 17:36 UTC  (5+ messages)

[Patch v7 0/5] RDMA/mana_ib
 2023-10-30 12:42 UTC  (14+ messages)
` [Patch v7 1/5] RDMA/mana_ib: Rename all mana_ib_dev type variables to mib_dev
` [Patch v7 2/5] RDMA/mana_ib: Register Mana IB device with Management SW
` [Patch v7 3/5] RDMA/mana_ib: Create adapter and Add error eq
` [Patch v7 5/5] RDMA/mana_ib: Send event to qp
    ` [EXTERNAL] "

[PATCH net-next v3 0/3] ethtool: Add ethtool_puts()
 2023-10-28 15:06 UTC  (8+ messages)
` [PATCH net-next v3 1/3] ethtool: Implement ethtool_puts()
` [PATCH net-next v3 2/3] checkpatch: add ethtool_sprintf rules
` [PATCH net-next v3 3/3] net: Convert some ethtool_sprintf() to ethtool_puts()

[PATCH net-next] Use xdp_set_features_flag instead of direct assignment
 2023-10-27 22:40 UTC  (2+ messages)

[PATCH next v2 0/3] ethtool: Add ethtool_puts()
 2023-10-27 21:57 UTC  (19+ messages)
` [PATCH next v2 1/3] ethtool: Implement ethtool_puts()
` [PATCH next v2 2/3] checkpatch: add ethtool_sprintf rules
` [PATCH next v2 3/3] treewide: Convert some ethtool_sprintf() to ethtool_puts()

[PATCH] hv_netvsc: Mark VF as slave before exposing it to user-mode
 2023-10-26 21:07 UTC  (5+ messages)

[PATCH 0/3] ethtool: Add ethtool_puts()
 2023-10-26 17:57 UTC  (19+ messages)
` [PATCH 1/3] ethtool: Implement ethtool_puts()
` [PATCH 2/3] treewide: Convert some ethtool_sprintf() to ethtool_puts()
` [PATCH 3/3] checkpatch: add ethtool_sprintf rules

[PATCH net] hv_netvsc: fix race of netvsc and VF register_netdevice
 2023-10-26 14:52 UTC  (3+ messages)

Wycena paneli fotowoltaicznych
 2023-10-24  8:05 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).