linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-15 16:14:10 to 2023-11-30 12:05:12 UTC [more...]

[PATCH V2 net-next] net: mana: Assigning IRQ affinity on HT cores
 2023-11-30 12:05 UTC  (14+ messages)
  ` [EXTERNAL] "

[RFC PATCH v2 00/19] Hypervisor-Enforced Kernel Integrity
 2023-11-30 11:33 UTC  (12+ messages)
` [RFC PATCH v2 17/19] heki: x86: Update permissions counters during text patching
` [RFC PATCH v2 18/19] heki: x86: Protect guest kernel memory using the KVM hypervisor

[PATCH 00/10] IOMMU related FW parsing cleanup
 2023-11-30 11:12 UTC  (26+ messages)
` [PATCH 01/10] iommu: Remove struct iommu_ops *iommu from arch_setup_dma_ops()
` [PATCH 02/10] iommmu/of: Do not return struct iommu_ops from of_iommu_configure()
` [PATCH 03/10] iommu/of: Use -ENODEV consistently in of_iommu_configure()
` [PATCH 04/10] iommu: Mark dev_iommu_get() with lockdep
` [PATCH 05/10] iommu: Mark dev_iommu_priv_set() with a lockdep
` [PATCH 06/10] iommu: Replace iommu_device_lock with iommu_probe_device_lock
` [PATCH 07/10] acpi: Do not return struct iommu_ops from acpi_iommu_configure_id()
` [PATCH 08/10] iommu/tegra: Use tegra_dev_iommu_get_stream_id() in the remaining places
` [PATCH 09/10] ACPI: IORT: Cast from ULL to phys_addr_t
` [PATCH 10/10] ACPI: IORT: Allow COMPILE_TEST of IORT

[PATCH v1 1/3] x86/tdx: Check for TDX partitioning during early TDX init
 2023-11-30  9:21 UTC  (21+ messages)
` [PATCH v1 2/3] x86/coco: Disable TDX module calls when TD partitioning is active
` [PATCH v1 3/3] x86/tdx: Provide stub tdx_accept_memory() for non-TDX configs

[PATCH v12 00/37] x86: enable FRED for x86-64
 2023-11-30  6:01 UTC  (17+ messages)
` [PATCH v12 02/37] x86/opcode: Add the WRMSRNS instruction to the x86 opcode map
` [PATCH v12 15/37] x86/ptrace: Cleanup the definition of the pt_regs structure
` [PATCH v12 16/37] x86/ptrace: Add FRED additional information to "
` [PATCH v12 20/37] x86/fred: Disallow the swapgs instruction when FRED is enabled
` [PATCH v12 23/37] x86/fred: Make exc_page_fault() work for FRED
` [PATCH v12 24/37] x86/idtentry: Incorporate definitions/declarations of the FRED entries

[PATCH v2] hv_netvsc: rndis_filter needs to select NLS
 2023-11-30  5:58 UTC 

[PATCH][next] net: mana: Fix spelling mistake "enforecement" -> "enforcement"
 2023-11-30  4:20 UTC  (3+ messages)

[PATCH v2 0/8] x86/coco: Mark CoCo VM pages not present when changing encrypted state
 2023-11-29 15:10 UTC  (21+ messages)
` [PATCH v2 1/8] x86/coco: Use slow_virt_to_phys() in page transition hypervisor callbacks
` [PATCH v2 2/8] x86/mm: Don't do a TLB flush if changing a PTE that isn't marked present
` [PATCH v2 3/8] x86/mm: Remove "static" from vmap_pages_range()
` [PATCH v2 4/8] x86/sev: Enable PVALIDATE for PFNs without a valid virtual address
` [PATCH v2 5/8] x86/mm: Mark CoCo VM pages not present while changing encrypted state
` [PATCH v2 6/8] x86/mm: Merge CoCo prepare and finish hypervisor callbacks
` [PATCH v2 7/8] x86/mm: Remove unnecessary call layer for __set_memory_enc_pgtable()
` [PATCH v2 8/8] x86/mm: Add comments about errors in set_memory_decrypted()/encrypted()

Merging raw block device writes
 2023-11-28 21:59 UTC  (5+ messages)

[PATCH AUTOSEL 6.1 01/25] x86/hyperv: Fix the detection of E820_TYPE_PRAM in a Gen2 VM
 2023-11-28 21:07 UTC 

[PATCH AUTOSEL 6.6 01/40] x86/hyperv: Fix the detection of E820_TYPE_PRAM in a Gen2 VM
 2023-11-28 21:05 UTC 

[RFC 0/33] KVM: x86: hyperv: Introduce VSM support
 2023-11-28 16:33 UTC  (59+ messages)
` [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 26/33] KVM: x86: hyper-vsm: Allow setting per-VTL memory attributes
` [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 30/33] KVM: x86: hyper-v: Introduce KVM_REQ_HV_INJECT_INTERCEPT request
` [RFC 33/33] Documentation: KVM: Introduce "Emulating Hyper-V VSM with KVM"

[PATCH v2] hv_utils: Allow implicit ICTIMESYNCFLAG_SYNC
 2023-11-27 21:35 UTC 

[Patch v1 0/4]
 2023-11-27 19:00 UTC  (7+ messages)
` [Patch v1 1/4] RDMA/mana_ib: register RDMA device with GDMA
` [Patch v1 2/4] RDMA/mana_ib: create and process EQ events
` [Patch v1 3/4] RDMA/mana_ib: create RDMA adapter handle
` [Patch v1 4/4] RDMA/mana_ib: query device capabilities

[PATCH] Replace ioremap_cache() with memremap()
 2023-11-27 18:56 UTC  (3+ messages)

[PATCH] net :mana :Add remaining GDMA stats for MANA to ethtool
 2023-11-27 12:20 UTC  (3+ messages)

[PATCH V3 net-next] net: mana: Assigning IRQ affinity on HT cores
 2023-11-27  9:26 UTC 

[PATCH v2 06/17] iommu: Add iommu_fwspec_alloc/dealloc()
 2023-11-23  9:08 UTC  (7+ messages)

[GIT PULL] Hyper-V fixes for 6.7-rc3
 2023-11-22 19:17 UTC  (2+ messages)

[PATCH] x86/mm: Check cc_vendor when printing memory encryption info
 2023-11-22 17:11 UTC  (15+ messages)

[PATCH] x86/hyperv: Use atomic_try_cmpxchg() to micro-optimize hv_nmi_unknown()
 2023-11-22 16:52 UTC  (7+ messages)

[PATCH v2 00/17] Solve iommu probe races around iommu_fwspec
 2023-11-21 17:55 UTC  (9+ messages)
` [PATCH v2 12/17] iommu: Make iommu_ops_from_fwnode() static

[PATCH net-next] net: mana: Assigning IRQ affinity on HT cores
 2023-11-21 13:59 UTC  (6+ messages)

[PATCH net,v5, 0/3] hv_netvsc: fix race of netvsc, VF register, and slave bit
 2023-11-21 12:20 UTC  (7+ messages)
` [PATCH net,v5, 1/3] hv_netvsc: fix race of netvsc and VF register_netdevice
` [PATCH net,v5, 2/3] hv_netvsc: Fix race of register_netdevice_notifier and VF register
` [PATCH net,v5, 3/3] hv_netvsc: Mark VF as slave before exposing it to user-mode

Proszę o kontakt
 2023-11-21  8:51 UTC 

[PATCH net-next v4] hv_netvsc: Mark VF as slave before exposing it to user-mode
 2023-11-21  0:23 UTC  (7+ messages)

[PATCH v1 00/23] Enable FRED with KVM VMX
 2023-11-20 17:42 UTC  (23+ messages)
` [PATCH v1 06/23] KVM: VMX: Defer enabling FRED MSRs save/load until after set CPUID
` [PATCH v1 11/23] KVM: x86: Add kvm_is_fred_enabled()
` [PATCH v1 12/23] KVM: VMX: Handle FRED event data
` [PATCH v1 15/23] KVM: nVMX: Add support for the secondary VM exit controls

[PATCH 00/34] biops: add atomig find_bit() operations
 2023-11-18 19:06 UTC  (7+ messages)
` [PATCH 01/34] lib/find: add atomic find_bit() primitives
` [PATCH 14/34] PCI: hv: switch hv_get_dom_num() to use atomic find_bit()

[PATCH net,v4, 0/3] hv_netvsc: fix race of netvsc, VF register, and slave bit
 2023-11-15 23:52 UTC  (3+ messages)
` [PATCH net,v4, 3/3] hv_netvsc: Mark VF as slave before exposing it to user-mode


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