linux-hyperv.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-08 11:21:11 to 2023-11-14 11:32:29 UTC [more...]

[PATCH 0/3] x86/apic: Misc pruning
 2023-11-14 11:32 UTC  (4+ messages)
` [PATCH 3/3] x86/apic: Drop struct local_apic

[PATCH v1 00/23] Enable FRED with KVM VMX
 2023-11-14  8:58 UTC  (52+ messages)
` [PATCH v1 01/23] KVM: VMX: Cleanup VMX basic information defines and usages
` [PATCH v1 02/23] KVM: VMX: Cleanup VMX misc "
` [PATCH v1 03/23] KVM: VMX: Add support for the secondary VM exit controls
` [PATCH v1 04/23] KVM: x86: Mark CR4.FRED as not reserved
` [PATCH v1 05/23] KVM: VMX: Initialize FRED VM entry/exit controls in vmcs_config
` [PATCH v1 06/23] KVM: VMX: Defer enabling FRED MSRs save/load until after set CPUID
` [PATCH v1 07/23] KVM: VMX: Disable intercepting FRED MSRs
` [PATCH v1 08/23] KVM: VMX: Initialize VMCS FRED fields
` [PATCH v1 09/23] KVM: VMX: Switch FRED RSP0 between host and guest
` [PATCH v1 10/23] KVM: VMX: Add support for FRED context save/restore
` [PATCH v1 11/23] KVM: x86: Add kvm_is_fred_enabled()
` [PATCH v1 12/23] KVM: VMX: Handle FRED event data
` [PATCH v1 13/23] KVM: VMX: Handle VMX nested exception for FRED
` [PATCH v1 14/23] KVM: VMX: Dump FRED context in dump_vmcs()
` [PATCH v1 15/23] KVM: nVMX: Add support for the secondary VM exit controls
` [PATCH v1 16/23] KVM: nVMX: Add FRED VMCS fields
` [PATCH v1 17/23] KVM: nVMX: Add support for VMX FRED controls
` [PATCH v1 18/23] KVM: nVMX: Add VMCS FRED states checking
` [PATCH v1 19/23] KVM: x86: Allow FRED/LKGS/WRMSRNS to be exposed to guests
` [PATCH v1 20/23] KVM: selftests: Add FRED VMCS fields to evmcs
` [PATCH v1 21/23] KVM: selftests: Run debug_regs test with FRED enabled
` [PATCH v1 22/23] KVM: selftests: Add a new VM guest mode to run user level code
` [PATCH v1 23/23] KVM: selftests: Add fred exception tests

[PATCH v12 00/37] x86: enable FRED for x86-64
 2023-11-14  5:58 UTC  (11+ messages)
` [PATCH v12 01/37] x86/cpufeatures: Add the cpu feature bit for WRMSRNS
` [PATCH v12 19/37] x86/fred: Update MSR_IA32_FRED_RSP0 during task switch

[PATCH RFC 00/17] Solve iommu probe races around iommu_fwspec
 2023-11-14  4:56 UTC  (40+ 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 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

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

[RFC PATCH v2 00/19] Hypervisor-Enforced Kernel Integrity
 2023-11-13  8:54 UTC  (22+ messages)
` [RFC PATCH v2 01/19] virt: Introduce Hypervisor Enforced Kernel Integrity (Heki)
` [RFC PATCH v2 02/19] KVM: x86: Add new hypercall to lock control registers
` [RFC PATCH v2 03/19] KVM: x86: Add notifications for Heki policy configuration and violation
` [RFC PATCH v2 04/19] heki: Lock guest control registers at the end of guest kernel init
` [RFC PATCH v2 05/19] KVM: VMX: Add MBEC support
` [RFC PATCH v2 06/19] KVM: x86: Add kvm_x86_ops.fault_gva()
` [RFC PATCH v2 07/19] KVM: x86: Make memory attribute helpers more generic
` [RFC PATCH v2 08/19] KVM: x86: Extend kvm_vm_set_mem_attributes() with a mask
` [RFC PATCH v2 09/19] KVM: x86: Extend kvm_range_has_memory_attributes() with match_all
` [RFC PATCH v2 10/19] KVM: x86: Implement per-guest-page permissions
` [RFC PATCH v2 11/19] KVM: x86: Add new hypercall to set EPT permissions
` [RFC PATCH v2 12/19] x86: Implement the Memory Table feature to store arbitrary per-page data
` [RFC PATCH v2 13/19] heki: Implement a kernel page table walker
` [RFC PATCH v2 14/19] heki: x86: Initialize permissions counters for pages mapped into KVA
` [RFC PATCH v2 15/19] heki: x86: Initialize permissions counters for pages in vmap()/vunmap()
` [RFC PATCH v2 16/19] heki: x86: Update permissions counters when guest page permissions change
` [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
` [RFC PATCH v2 19/19] virt: Add Heki KUnit tests

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

[PATCH v2] x86/hyperv: Fix the detection of E820_TYPE_PRAM in a Gen2 VM
 2023-11-12 22:50 UTC  (2+ messages)

[RFC 0/33] KVM: x86: hyperv: Introduce VSM support
 2023-11-11 11:55 UTC  (64+ 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 05/33] KVM: x86: hyper-v: Introduce VTL call/return prologues in hypercall page
` [RFC 09/33] KVM: x86: hyper-v: Introduce per-VTL vcpu helpers
` [RFC 11/33] KVM: x86: hyper-v: Handle GET/SET_VP_REGISTER hcall in user-space
` [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] x86/hyperv: Fix the detection of E820_TYPE_PRAM in a Gen2 VM
 2023-11-10 23:38 UTC  (3+ messages)

[PATCH] hv/hv_kvp_daemon: Some small fixes for handling NM keyfiles
 2023-11-10 23:28 UTC  (6+ messages)

[PATCH net-next v4] hv_netvsc: Mark VF as slave before exposing it to user-mode
 2023-11-10 20:05 UTC  (4+ messages)

[PATCH] x86/mm: Check cc_vendor when printing memory encryption info
 2023-11-10 18:57 UTC  (13+ messages)

[PATCH net,v3, 0/2] hv_netvsc: fix race of netvsc and VF register
 2023-11-09 14:39 UTC  (4+ messages)
` [PATCH net,v3, 2/2] hv_netvsc: Fix race of register_netdevice_notifier "

[PATCH net v3] hv_netvsc: Mark VF as slave before exposing it to user-mode
 2023-11-08 22:06 UTC 

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


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