kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-15 21:03:58 to 2022-11-17 09:32:07 UTC [more...]

[PATCH v9 00/10] s390x: CPU Topology
 2022-11-17  9:31 UTC  (3+ messages)

[PATCH 4.19 00/34] Intel RETBleed mitigations for 4.19
 2022-11-17  9:19 UTC  (35+ messages)
` [PATCH 4.19 01/34] Revert "x86/speculation: Add RSB VM Exit protections"
` [PATCH 4.19 02/34] Revert "x86/cpu: Add a steppings field to struct x86_cpu_id"
` [PATCH 4.19 03/34] x86/cpufeature: Add facility to check for min microcode revisions
` [PATCH 4.19 04/34] x86/cpufeature: Fix various quality problems in the <asm/cpu_device_hd.h> header
` [PATCH 4.19 05/34] x86/devicetable: Move x86 specific macro out of generic code
` [PATCH 4.19 06/34] x86/cpu: Add consistent CPU match macros
` [PATCH 4.19 07/34] x86/cpu: Add a steppings field to struct x86_cpu_id
` [PATCH 4.19 08/34] x86/cpufeatures: Move RETPOLINE flags to word 11
` [PATCH 4.19 09/34] x86/bugs: Report AMD retbleed vulnerability
` [PATCH 4.19 10/34] x86/bugs: Add AMD retbleed= boot parameter
` [PATCH 4.19 11/34] x86/bugs: Keep a per-CPU IA32_SPEC_CTRL value
` [PATCH 4.19 12/34] x86/entry: Remove skip_r11rcx
` [PATCH 4.19 13/34] x86/entry: Add kernel IBRS implementation
` [PATCH 4.19 14/34] x86/bugs: Optimize SPEC_CTRL MSR writes
` [PATCH 4.19 15/34] x86/speculation: Add spectre_v2=ibrs option to support Kernel IBRS
` [PATCH 4.19 16/34] x86/bugs: Split spectre_v2_select_mitigation() and spectre_v2_user_select_mitigation()
` [PATCH 4.19 17/34] x86/bugs: Report Intel retbleed vulnerability
` [PATCH 4.19 18/34] intel_idle: Disable IBRS during long idle
` [PATCH 4.19 19/34] x86/speculation: Change FILL_RETURN_BUFFER to work with objtool
` [PATCH 4.19 20/34] x86/speculation: Fix RSB filling with CONFIG_RETPOLINE=n
` [PATCH 4.19 21/34] x86/speculation: Fix firmware entry SPEC_CTRL handling
` [PATCH 4.19 22/34] x86/speculation: Fix SPEC_CTRL write on SMT state change
` [PATCH 4.19 23/34] x86/speculation: Use cached host SPEC_CTRL value for guest entry/exit
` [PATCH 4.19 24/34] x86/speculation: Remove x86_spec_ctrl_mask
` [PATCH 4.19 25/34] KVM: VMX: Prevent guest RSB poisoning attacks with eIBRS
` [PATCH 4.19 26/34] KVM: VMX: Fix IBRS handling after vmexit
` [PATCH 4.19 27/34] x86/speculation: Fill RSB on vmexit for IBRS
` [PATCH 4.19 28/34] x86/common: Stamp out the stepping madness
` [PATCH 4.19 29/34] x86/cpu/amd: Enumerate BTC_NO
` [PATCH 4.19 30/34] x86/bugs: Add Cannon lake to RETBleed affected CPU list
` [PATCH 4.19 31/34] x86/speculation: Disable RRSBA behavior
` [PATCH 4.19 32/34] x86/speculation: Use DECLARE_PER_CPU for x86_spec_ctrl_current
` [PATCH 4.19 33/34] x86/bugs: Warn when "ibrs" mitigation is selected on Enhanced IBRS parts
` [PATCH 4.19 34/34] x86/speculation: Add RSB VM Exit protections

[PATCH v1] s390/vfio-ap: GISA: sort out physical vs virtual pointers usage
 2022-11-17  8:50 UTC  (3+ messages)

[PATCH v11 00/11] s390x: CPU Topology
 2022-11-17  8:40 UTC  (14+ messages)
` [PATCH v11 03/11] s390x/cpu topology: core_id sets s390x CPU topology
` [PATCH v11 04/11] s390x/cpu topology: reporting the CPU topology to the guest
` [PATCH v11 08/11] s390x/cpu topology: add topology_capable QEMU capability
` [PATCH v11 09/11] s390x/cpu topology: add topology machine property

[PATCH v2 0/9] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
 2022-11-17  8:42 UTC  (5+ messages)
` [PATCH v2 1/9] s390/uaccess: Add storage key checked cmpxchg access to user space

[PATCH for 8.0 v7 00/10] ASID support in vhost-vdpa net
 2022-11-17  8:12 UTC  (20+ messages)
` [PATCH for 8.0 v7 01/10] vdpa: Use v->shadow_vqs_enabled in vhost_vdpa_svqs_start & stop
` [PATCH for 8.0 v7 02/10] vhost: set SVQ device call handler at SVQ start
` [PATCH for 8.0 v7 03/10] vhost: Allocate SVQ device file descriptors at device start
` [PATCH for 8.0 v7 04/10] vdpa: add vhost_vdpa_net_valid_svq_features
` [PATCH for 8.0 v7 05/10] vdpa: move SVQ vring features check to net/
` [PATCH for 8.0 v7 06/10] vdpa: Allocate SVQ unconditionally
` [PATCH for 8.0 v7 07/10] vdpa: Add asid parameter to vhost_vdpa_dma_map/unmap
` [PATCH for 8.0 v7 08/10] vdpa: Store x-svq parameter in VhostVDPAState
` [PATCH for 8.0 v7 09/10] vdpa: Add shadow_data to vhost_vdpa
` [PATCH for 8.0 v7 10/10] vdpa: Always start CVQ in SVQ mode if possible

[PATCH v4 00/16] KVM: arm64: PMU: Fixing chained events, and PMUv3p5 support
 2022-11-17  6:54 UTC  (7+ messages)
` [PATCH v4 02/16] KVM: arm64: PMU: Align chained counter implementation with architecture pseudocode
` [PATCH v4 05/16] KVM: arm64: PMU: Narrow the overflow checking when required
` [PATCH v4 06/16] KVM: arm64: PMU: Only narrow counters that are not 64bit wide

[PATCH] x86/sev: Add SEV-SNP guest feature negotiation support
 2022-11-17  4:44 UTC 

[RESEND PATCH 5/6] KVM: x86/VMX: add kvm_vmx_reinject_nmi_irq() for NMI/IRQ reinjection
 2022-11-17  3:37 UTC  (12+ messages)

[PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
 2022-11-17  1:39 UTC  (14+ messages)
` [PATCH 13/44] KVM: x86: Serialize vendor module initialization (hardware setup)
` [PATCH 33/44] KVM: x86: Do VMX/SVM support checks directly in vendor code
` [PATCH 38/44] KVM: Disable CPU hotplug during hardware enabling

[GIT PULL] KVM: selftests: Early pile of updates for 6.2
 2022-11-17  1:10 UTC 

[PATCH v3 0/2] KVM: Split huge pages mapped by the TDP MMU on fault
 2022-11-17  0:59 UTC  (3+ messages)
` [PATCH v3 2/2] KVM: x86/mmu: "

[PATCH v3 00/11] Connect VFIO to IOMMUFD
 2022-11-17  0:20 UTC  (14+ messages)
` [PATCH v3 01/11] vfio: Move vfio_device driver open/close code to a function
` [PATCH v3 02/11] vfio: Move vfio_device_assign_container() into vfio_device_first_open()
` [PATCH v3 03/11] vfio: Rename vfio_device_assign/unassign_container()
` [PATCH v3 04/11] vfio: Move storage of allow_unsafe_interrupts to vfio_main.c
` [PATCH v3 05/11] vfio: Use IOMMU_CAP_ENFORCE_CACHE_COHERENCY for vfio_file_enforced_coherent()
` [PATCH v3 06/11] vfio-iommufd: Allow iommufd to be used in place of a container fd
` [PATCH v3 07/11] vfio-iommufd: Support iommufd for physical VFIO devices
` [PATCH v3 08/11] vfio-iommufd: Support iommufd for emulated "
` [PATCH v3 09/11] vfio: Move container related MODULE_ALIAS statements into container.c
` [PATCH v3 10/11] vfio: Make vfio_container optionally compiled
` [PATCH v3 11/11] iommufd: Allow iommufd to supply /dev/vfio/vfio

[RFC PATCH 0/3] KVM: Restore original behavior of kvm.halt_poll_ns
 2022-11-17  0:16 UTC  (4+ messages)
` [RFC PATCH 1/3] KVM: Cap vcpu->halt_poll_ns before halting rather than after
` [RFC PATCH 2/3] KVM: Avoid re-reading kvm->max_halt_poll_ns during halt-polling
` [RFC PATCH 3/3] KVM: Obey kvm.halt_poll_ns in VMs not using KVM_CAP_HALT_POLL

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-11-16 23:41 UTC  (28+ messages)
` [PATCH Part2 v6 14/49] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled

[PATCH v3 00/16] KVM: x86: Always use non-compat vcpu_runstate_info size for gfn=>pfn cache
 2022-11-16 22:49 UTC  (9+ messages)
` [PATCH 03/16] KVM: x86: set gfn-to-pfn cache length consistently with VM word size

[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-11-16 22:24 UTC  (12+ messages)
` [PATCH v9 3/8] KVM: Add KVM_EXIT_MEMORY_FAULT exit
` [PATCH v9 5/8] KVM: Register/unregister the guest private memory regions

[PATCH v9 7/8] KVM: Handle page fault for private memory
 2022-11-16 22:13 UTC  (3+ messages)

[PATCH] KVM: x86: Allow APICv APIC ID inhibit to be cleared on legacy kernels
 2022-11-16 21:23 UTC  (3+ messages)
` [PATCH v2] KVM: x86: Allow APICv APIC ID inhibit to be cleared

[PATCH 0/3] x86/speculation: Support Automatic IBRS
 2022-11-16 21:01 UTC  (7+ messages)
` [PATCH 1/3] x86/cpufeatures: Add support for cpuid leaf 80000021/EAX (FeatureExt2Eax)

[PATCH v5 00/19] IOMMUFD Generic interface
 2022-11-16 21:00 UTC  (20+ messages)
` [PATCH v5 01/19] iommu: Add IOMMU_CAP_ENFORCE_CACHE_COHERENCY
` [PATCH v5 02/19] iommu: Add device-centric DMA ownership interfaces
` [PATCH v5 03/19] interval-tree: Add a utility to iterate over spans in an interval tree
` [PATCH v5 04/19] scripts/kernel-doc: support EXPORT_SYMBOL_NS_GPL() with -export
` [PATCH v5 05/19] iommufd: Document overview of iommufd
` [PATCH v5 06/19] iommufd: File descriptor, context, kconfig and makefiles
` [PATCH v5 07/19] kernel/user: Allow user::locked_vm to be usable for iommufd
` [PATCH v5 08/19] iommufd: PFN handling for iopt_pages
` [PATCH v5 09/19] iommufd: Algorithms for PFN storage
` [PATCH v5 10/19] iommufd: Data structure to provide IOVA to PFN mapping
` [PATCH v5 11/19] iommufd: IOCTLs for the io_pagetable
` [PATCH v5 12/19] iommufd: Add a HW pagetable object
` [PATCH v5 13/19] iommufd: Add kAPI toward external drivers for physical devices
` [PATCH v5 14/19] iommufd: Add kAPI toward external drivers for kernel access
` [PATCH v5 15/19] iommufd: vfio container FD ioctl compatibility
` [PATCH v5 16/19] iommufd: Add kernel support for testing iommufd
` [PATCH v5 17/19] iommufd: Add some fault injection points
` [PATCH v5 18/19] iommufd: Add additional invariant assertions
` [PATCH v5 19/19] iommufd: Add a selftest

[PATCH V5] virt: sev: Prevent IV reuse in SNP guest driver
 2022-11-16 19:02 UTC  (2+ messages)

[V4 PATCH 0/3] Minor improvements to the selftest setup logic
 2022-11-16 18:00 UTC  (8+ messages)
` [V4 PATCH 1/3] KVM: selftests: move common startup logic to kvm_util.c
` [V4 PATCH 2/3] KVM: selftests: Add arch specific initialization
` [V4 PATCH 3/3] KVM: selftests: Add arch specific post vm creation hook

[PATCH V4] virt: sev: Prevent IV reuse in SNP guest driver
 2022-11-16 17:57 UTC  (12+ messages)

[PATCH 00/14] KVM: Halt-polling fixes, cleanups and a new stat
 2022-11-16 17:19 UTC  (9+ messages)
` disabling halt polling broken? (was Re: [PATCH 00/14] KVM: Halt-polling fixes, cleanups and a new stat)

[PATCHv5 0/8] Virtual NMI feature
 2022-11-16 16:59 UTC  (8+ messages)

[PATCH v3 0/2] KVM: arm64: Fixes for parallel faults series
 2022-11-16 16:56 UTC  (3+ messages)
` [PATCH v3 1/2] KVM: arm64: Take a pointer to walker data in kvm_dereference_pteref()
` [PATCH v3 2/2] KVM: arm64: Don't acquire RCU read lock for exclusive table walks

[PATCH v10 000/108] KVM TDX basic feature support
 2022-11-16 11:58 UTC  (13+ messages)
` [PATCH v10 021/108] KVM: TDX: initialize VM with TDX specific parameters
` [PATCH v10 041/108] KVM: x86/tdp_mmu: refactor kvm_tdp_mmu_map()
` [PATCH v10 045/108] KVM: x86/mmu: Add a private pointer to struct kvm_mmu_page
` [PATCH v10 049/108] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU
` [PATCH v10 077/108] KVM: x86: Add a switch_db_regs flag to handle TDX's auto-switched behavior

[PATCH v2] x86/paravirt: use common macro for creating simple asm paravirt functions
 2022-11-16 11:06 UTC  (3+ messages)

[PATCH linux-next] KVM: x86: Replace IS_ERR() with IS_ERR_VALUE()
 2022-11-16  9:18 UTC 

[PATCH v2] KVM: arm64: Don't acquire RCU read lock for exclusive table walks
 2022-11-16  8:14 UTC  (4+ messages)

Bug report: QEMU/KVM: INIT-SIPI-SIPI while CPU is in SMM fails smp boot
 2022-11-16  4:01 UTC 

[PATCH v6 00/10] ASID support in vhost-vdpa net
 2022-11-16  3:33 UTC  (11+ messages)
` [PATCH v6 09/10] vdpa: Add listener_shadow_vq to vhost_vdpa

[PATCH v4 00/17] IOMMUFD Generic interface
 2022-11-16  2:30 UTC  (9+ messages)
` [PATCH v4 09/17] iommufd: Data structure to provide IOVA to PFN mapping

[PATCH v3 0/7] x86: KVM: Advertise CPUID of new Intel platform
 2022-11-16  2:27 UTC  (6+ messages)
` [PATCH v3 1/7] x86: KVM: Move existing x86 CPUID leaf [CPUID_7_1_EAX] to kvm-only leaf

kvm-unit-tests: inconsistent test result between run_tests.sh and standalone test
 2022-11-16  1:36 UTC  (5+ messages)

[RFC PATCH 00/12] KVM: arm64: Eager huge-page splitting for dirty-logging
 2022-11-15 23:54 UTC  (6+ messages)
` [RFC PATCH 04/12] KVM: arm64: Add kvm_pgtable_stage2_split()

[patch 00/10] genirq/msi: Treewide cleanup of pointless linux/msi.h includes
 2022-11-15 22:00 UTC  (3+ messages)
` [patch 09/10] vfio/fsl-mc: Remove linux/msi.h include

[V3 PATCH 0/4] Minor improvements to the selftest setup logic
 2022-11-15 21:03 UTC  (3+ messages)
` [V3 PATCH 1/4] KVM: selftests: move common startup logic to kvm_util.c


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