messages from 2023-11-08 19:00:28 to 2023-11-20 15:53:04 UTC [more...]
[PATCH v1 00/23] Enable FRED with KVM VMX
2023-11-20 15:52 UTC (60+ messages)
` [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 net,v5, 0/3] hv_netvsc: fix race of netvsc, VF register, and slave bit
2023-11-19 16:53 UTC (5+ 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
[PATCH v2 00/17] Solve iommu probe races around iommu_fwspec
2023-11-19 14:13 UTC (30+ messages)
` [PATCH v2 01/17] iommu: Remove struct iommu_ops *iommu from arch_setup_dma_ops()
` [PATCH v2 02/17] iommmu/of: Do not return struct iommu_ops from of_iommu_configure()
` [PATCH v2 03/17] iommu/of: Use -ENODEV consistently in of_iommu_configure()
` [PATCH v2 04/17] acpi: Do not return struct iommu_ops from acpi_iommu_configure_id()
` [PATCH v2 05/17] iommu: Make iommu_fwspec->ids a distinct allocation
` [PATCH v2 06/17] iommu: Add iommu_fwspec_alloc/dealloc()
` [PATCH v2 07/17] iommu: Add iommu_probe_device_fwspec()
` [PATCH v2 08/17] iommu/of: Do not use dev->iommu within of_iommu_configure()
` [PATCH v2 09/17] iommu: Add iommu_fwspec_append_ids()
` [PATCH v2 10/17] acpi: Do not use dev->iommu within acpi_iommu_configure()
` [PATCH v2 11/17] iommu: Hold iommu_probe_device_lock while calling ops->of_xlate
` [PATCH v2 12/17] iommu: Make iommu_ops_from_fwnode() static
` [PATCH v2 13/17] iommu: Remove dev_iommu_fwspec_set()
` [PATCH v2 14/17] iommu: Remove pointless iommu_fwspec_free()
` [PATCH v2 15/17] iommu: Add ops->of_xlate_fwspec()
` [PATCH v2 16/17] iommu: Mark dev_iommu_get() with lockdep
` [PATCH v2 17/17] iommu: Mark dev_iommu_priv_set() with a lockdep
[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-next v4] hv_netvsc: Mark VF as slave before exposing it to user-mode
2023-11-18 17:38 UTC (6+ messages)
[PATCH net-next] net: mana: Assigning IRQ affinity on HT cores
2023-11-16 11:21 UTC (5+ messages)
[PATCH net,v4, 0/3] hv_netvsc: fix race of netvsc, VF register, and slave bit
2023-11-15 23:52 UTC (10+ 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
[PATCH] x86/hyperv: Use atomic_try_cmpxchg() to micro-optimize hv_nmi_unknown()
2023-11-15 20:58 UTC (3+ messages)
[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 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 (34+ messages)
` [PATCH RFC 01/17] iommu: Remove struct iommu_ops *iommu from arch_setup_dma_ops()
` [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 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 (13+ messages)
` [RFC 02/33] KVM: x86: Introduce KVM_CAP_APIC_ID_GROUPS
` [RFC 14/33] KVM: x86: Add VTL to the MMU role
[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] 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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).