kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-06 17:41:53 to 2022-01-10 05:41:13 UTC [more...]

[PATCH 1/2] KVM: arm64: mixed-width check should be skipped for uninitialized vCPUs
 2022-01-10  5:40 UTC 

[PATCH v6 00/21] AMX support for KVM
 2022-01-10  5:25 UTC  (25+ messages)
` [PATCH v6 01/21] x86/fpu: Extend fpu_xstate_prctl() with guest permissions
` [PATCH v6 02/21] x86/fpu: Prepare guest FPU for dynamically enabled FPU features
` [PATCH v6 03/21] kvm: x86: Fix xstate_required_size() to follow XSTATE alignment rule
` [PATCH v6 04/21] kvm: x86: Exclude unpermitted xfeatures at KVM_GET_SUPPORTED_CPUID
` [PATCH v6 05/21] x86/fpu: Make XFD initialization in __fpstate_reset() a function argument
` [PATCH v6 06/21] x86/fpu: Add guest support to xfd_enable_feature()
` [PATCH v6 07/21] x86/fpu: Provide fpu_enable_guest_xfd_features() for KVM
` [PATCH v6 08/21] kvm: x86: Enable dynamic xfeatures at KVM_SET_CPUID2
` [PATCH v6 09/21] x86/fpu: Provide fpu_update_guest_xfd() for IA32_XFD emulation
` [PATCH v6 10/21] kvm: x86: Add emulation for IA32_XFD
` [PATCH v6 11/21] x86/fpu: Prepare xfd_err in struct fpu_guest
` [PATCH v6 12/21] kvm: x86: Intercept #NM for saving IA32_XFD_ERR
` [PATCH v6 13/21] kvm: x86: Emulate IA32_XFD_ERR for guest
` [PATCH v6 14/21] kvm: x86: Disable RDMSR interception of IA32_XFD_ERR
` [PATCH v6 15/21] kvm: x86: Add XCR0 support for Intel AMX
` [PATCH v6 16/21] kvm: x86: Add CPUID "
` [PATCH v6 17/21] x86/fpu: Add uabi_size to guest_fpu
` [PATCH v6 18/21] kvm: x86: Add support for getting/setting expanded xstate buffer
` [PATCH v6 19/21] kvm: selftests: Add support for KVM_CAP_XSAVE2
` [PATCH v6 20/21] x86/fpu: Provide fpu_sync_guest_vmexit_xfd_state()
` [PATCH v6 21/21] kvm: x86: Disable interception for IA32_XFD on demand

[PATCH v2] KVM: x86/pt: Ignore all unknown Intel PT capabilities
 2022-01-10  3:47 UTC 

[RFC PATCH] vfio: Update/Clarify migration uAPI, add NDMA state
 2022-01-10  3:14 UTC  (21+ messages)

linux-next: manual merge of the kvm tree with the tip tree
 2022-01-10  2:28 UTC  (2+ messages)

[PATCH v4 00/12] Add riscv kvm accel support
 2022-01-10  1:38 UTC  (13+ messages)
` [PATCH v4 01/12] update-linux-headers: Add asm-riscv/kvm.h
` [PATCH v4 02/12] target/riscv: Add target/riscv/kvm.c to place the public kvm interface
` [PATCH v4 03/12] target/riscv: Implement function kvm_arch_init_vcpu
` [PATCH v4 04/12] target/riscv: Implement kvm_arch_get_registers
` [PATCH v4 05/12] target/riscv: Implement kvm_arch_put_registers
` [PATCH v4 06/12] target/riscv: Support start kernel directly by KVM
` [PATCH v4 07/12] target/riscv: Support setting external interrupt "
` [PATCH v4 08/12] target/riscv: Handle KVM_EXIT_RISCV_SBI exit
` [PATCH v4 09/12] target/riscv: Add host cpu type
` [PATCH v4 10/12] target/riscv: Add kvm_riscv_get/put_regs_timer
` [PATCH v4 11/12] target/riscv: Implement virtual time adjusting with vm state changing
` [PATCH v4 12/12] target/riscv: Support virtual time context synchronization

[PATCH v3 00/12] Add riscv kvm accel support
 2022-01-10  1:33 UTC  (8+ messages)
` [PATCH v3 06/12] target/riscv: Support start kernel directly by KVM
` [PATCH v3 08/12] target/riscv: Handle KVM_EXIT_RISCV_SBI exit

[PATCH v17 00/15] s390/vfio-ap: dynamic configuration support
 2022-01-09 21:36 UTC  (3+ messages)
` [PATCH v17 09/15] s390/vfio-ap: allow hot plug/unplug of AP resources using mdev device

[mst-vhost:vhost 30/44] drivers/vdpa/mlx5/net/mlx5_vnet.c:1247:23: sparse: sparse: cast to restricted __le16
 2022-01-09 15:55 UTC  (3+ messages)

WARNING in kvm_mmu_uninit_tdp_mmu
 2022-01-09 14:05 UTC 

[PATCH] KVM: x86/svm: Add module param to control PMU virtualization
 2022-01-09  1:23 UTC  (6+ messages)

[PATCH v3] hw/arm/virt: KVM: Enable PAuth when supported by the host
 2022-01-08 13:42 UTC  (3+ messages)

[PATCH] KVM: Fix OOM vulnerability caused by continuously creating devices
 2022-01-08 16:49 UTC 

linux-next: Signed-off-by missing for commit in the kvm tree
 2022-01-08  7:24 UTC 

[RFC PATCH v3 00/11] KVM: arm64: Add support for hypercall services selection
 2022-01-08  5:40 UTC  (8+ messages)
` [RFC PATCH v3 01/11] KVM: Capture VM start
` [RFC PATCH v3 03/11] KVM: Introduce KVM_CAP_ARM_HVC_FW_REG_BMAP

[PATCH v2] KVM: VMX: Dont' send posted IRQ if vCPU == this vCPU and vCPU is IN_GUEST_MODE
 2022-01-08  2:42 UTC 

[PATCH] KVM: VMX: Dont' deliver posted IRQ if vCPU == this vCPU and vCPU is IN_GUEST_MODE
 2022-01-08  2:08 UTC  (3+ messages)

[PATCH v6 0/6] x86/xen: Add in-kernel Xen event channel delivery
 2022-01-08  0:26 UTC  (7+ messages)

[PATCH RESEND] Enable full width counting for KVM: x86/pmu
 2022-01-08  0:06 UTC  (5+ messages)
` [kvm-unit-tests PATCH] x86: pmu: Test full-width counter writes support

[PATCH v2 0/5] RFC: KVM: SVM: Allow L1's AVIC to co-exist with nesting
 2022-01-07 23:42 UTC  (6+ messages)
` [PATCH v2 3/5] KVM: SVM: fix race between interrupt delivery and AVIC inhibition

[PATCH v2 0/5] KVM: nVMX: Fix Windows 11 + WSL2 + Enlightened VMCS
 2022-01-07 23:18 UTC  (8+ messages)
` [PATCH v2 1/5] KVM: nVMX: Also filter MSR_IA32_VMX_TRUE_PINBASED_CTLS when eVMCS
` [PATCH v2 2/5] KVM: nVMX: eVMCS: Filter out VM_EXIT_SAVE_VMX_PREEMPTION_TIMER
` [PATCH v2 3/5] KVM: nVMX: Rename vmcs_to_field_offset{,_table}
` [PATCH v2 4/5] KVM: nVMX: Implement evmcs_field_offset() suitable for handle_vmread()
` [PATCH v2 5/5] KVM: nVMX: Allow VMREAD when Enlightened VMCS is in use

[PATCH v5 08/69] KVM: arm64: nv: Reset VCPU to EL2 registers if VCPU nested virt is set
 2022-01-07 21:54 UTC  (2+ messages)

[PATCH] KVM: x86: move the can_unsync and prefetch checks outside of the loop
 2022-01-07 21:55 UTC  (4+ messages)

[PATCH v1 00/13] KVM: x86/mmu: Eager Page Splitting for the TDP MMU
 2022-01-07 21:39 UTC  (34+ messages)
` [PATCH v1 03/13] KVM: x86/mmu: Automatically update iter->old_spte if cmpxchg fails
` [PATCH v1 04/13] KVM: x86/mmu: Factor out logic to atomically install a new page table
` [PATCH v1 05/13] KVM: x86/mmu: Move restore_acc_track_spte to spte.c
` [PATCH v1 06/13] KVM: x86/mmu: Refactor tdp_mmu iterators to take kvm_mmu_page root
` [PATCH v1 07/13] KVM: x86/mmu: Derive page role from parent
` [PATCH v1 08/13] KVM: x86/mmu: Refactor TDP MMU child page initialization
` [PATCH v1 09/13] KVM: x86/mmu: Split huge pages when dirty logging is enabled
` [PATCH v1 12/13] KVM: x86/mmu: Add tracepoint for splitting huge pages

[RFC PATCH 0/8] signals: Support more than 64 signals
 2022-01-07 19:29 UTC  (8+ messages)

[PATCH v3 0/5] target/arm: Reduced-IPA space and highmem=off fixes
 2022-01-07 19:04 UTC  (8+ messages)
` [PATCH v3 3/5] hw/arm/virt: Honor highmem setting when computing the memory map

[PATCH 0/2] KVM: x86: Forbid KVM_SET_CPUID{,2} after KVM_RUN
 2022-01-07 18:15 UTC  (12+ messages)
` [PATCH 2/2] "

[PATCH] KVM: x86/pt: Do not advertise Intel PT Event Trace capability
 2022-01-07 18:18 UTC  (2+ messages)

[PATCH] KVM: VMX: switch wakeup_vcpus_on_cpu_lock to raw spinlock
 2022-01-07 17:51 UTC 

[GIT PULL] Final batch of KVM fixes for Linux 5.16
 2022-01-07 17:34 UTC  (2+ messages)

[RFC 00/16] padata, vfio, sched: Multithreaded VFIO page pinning
 2022-01-07 17:12 UTC  (13+ messages)
` [RFC 08/16] vfio/type1: Cache locked_vm to ease mmap_lock contention

[PATCH v2 0/5] target/arm: Reduced-IPA space and highmem=off fixes
 2022-01-07 17:10 UTC  (9+ messages)
` [PATCH v2 1/5] hw/arm/virt: Key enablement of highmem PCIe on highmem_ecam

[PATCH v2] KVM: x86: Check for rmaps allocation
 2022-01-07 17:08 UTC  (6+ messages)

[PATCH] KVM: SEV: Add lock subtyping in sev_lock_two_vms so lockdep doesn't report false dependencies
 2022-01-07 17:01 UTC  (2+ messages)

[PATCH RESEND] KVM: x86/pmu: Make top-down.slots event unavailable in supported leaf
 2022-01-07 16:59 UTC  (2+ messages)

[PATCH v2] KVM: x86/pmu: Fix available_event_types check for REF_CPU_CYCLES event
 2022-01-07 16:48 UTC  (2+ messages)

[PATCH v5 0/4] KVM: allow mapping non-refcounted pages
 2022-01-07 16:46 UTC  (11+ messages)
` [PATCH v5 4/4] KVM: mmu: remove over-aggressive warnings

[PATCH v4 0/6] target/arm: Reduced-IPA space and highmem fixes
 2022-01-07 16:33 UTC  (7+ messages)
` [PATCH v4 1/6] hw/arm/virt: Add a control for the the highmem PCIe MMIO
` [PATCH v4 2/6] hw/arm/virt: Add a control for the the highmem redistributors
` [PATCH v4 3/6] hw/arm/virt: Honor highmem setting when computing the memory map
` [PATCH v4 4/6] hw/arm/virt: Use the PA range to compute "
` [PATCH v4 5/6] hw/arm/virt: Disable highmem devices that don't fit in the PA range
` [PATCH v4 6/6] hw/arm/virt: Drop superfluous checks against highmem

[GIT PULL] KVM/riscv changes for 5.17, take #1
 2022-01-07 15:43 UTC  (2+ messages)

[GIT PULL] KVM/arm64 updates for 5.17
 2022-01-07 15:43 UTC  (2+ messages)

[PATCH v8 00/40] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-01-07 13:22 UTC  (32+ messages)
` [PATCH v8 13/40] x86/kernel: Make the bss.decrypted section shared in RMP table
` [PATCH v8 22/40] x86/sev: move MSR-based VMGEXITs for CPUID to helper
` [PATCH v8 23/40] KVM: x86: move lookup of indexed CPUID leafs "
` [PATCH v8 24/40] x86/compressed/acpi: move EFI system table lookup "
` [PATCH v8 25/40] x86/compressed/acpi: move EFI config "
` [PATCH v8 26/40] x86/compressed/acpi: move EFI vendor "
` [PATCH v8 27/40] x86/boot: Add Confidential Computing type to setup_data
` [PATCH v8 28/40] KVM: SEV: Add documentation for SEV-SNP CPUID Enforcement

[Bug 215459] New: VM freezes starting with kernel 5.15
 2022-01-07 10:08 UTC  (7+ messages)
` [Bug 215459] "

[PATCH 0/5] KVM: nVMX: Fix Windows 11 + WSL2 + Enlightened VMCS
 2022-01-07  8:49 UTC  (7+ messages)
` [PATCH 3/5] KVM: nVMX: Rename vmcs_to_field_offset{,_table} to vmcs12_field_offset{,_table}
` [PATCH 5/5] KVM: nVMX: Allow VMREAD when Enlightened VMCS is in use

[PATCH v5 0/8] IPI virtualization support for VM
 2022-01-07  8:31 UTC  (7+ messages)
` [PATCH v5 7/8] KVM: VMX: Update PID-pointer table entry when APIC ID is changed

[RFC PATCH v4 00/26] KVM: arm64: Make CPU ID registers writable by userspace
 2022-01-07  7:12 UTC  (3+ messages)
` [RFC PATCH v4 01/26] KVM: arm64: Introduce a validation function for an ID register

[RFC PATCH v2 00/44] TDX support
 2022-01-07  7:05 UTC  (6+ messages)
` [RFC PATCH v2 20/44] i386/tdx: Parse tdx metadata and store the result into TdxGuestState

[RFC PATCH 0/6] KVM: X86: Add and use shadow page with level promoted or acting as pae_root
 2022-01-07  4:36 UTC  (8+ messages)
` [RFC PATCH 5/6] KVM: X86: Alloc pae_root shadow page

[PATCH v2] KVM: x86/pmu: Make top-down.slots event unavailable in supported leaf
 2022-01-07  4:13 UTC  (4+ messages)
    ` [DROP PATCH "

[kvm-unit-tests PATCH 0/3] Add L2 exception handling KVM unit tests for nSVM
 2022-01-07  4:05 UTC  (2+ messages)

[PATCH v5 09/14] PCI: portdrv: Suppress kernel DMA ownership auto-claiming
 2022-01-07  1:53 UTC  (3+ messages)

[PATCH v5 01/14] iommu: Add dma ownership management interfaces
 2022-01-07  1:50 UTC  (6+ messages)

[PATCH v1 0/8] Scrap iommu_attach/detach_group() interfaces
 2022-01-07  1:19 UTC  (16+ messages)
` [PATCH v1 1/8] iommu: Add iommu_group_replace_domain()
` [PATCH v1 3/8] iommu: Extend iommu_at[de]tach_device() for multi-device groups
` [PATCH v1 5/8] iommu/amd: Use iommu_attach/detach_device()
` [PATCH v1 6/8] gpu/host1x: "

[PATCH v2] hw/arm/virt: KVM: Enable PAuth when supported by the host
 2022-01-06 19:25 UTC  (7+ messages)

[PATCH v2] KVM: X86: Emulate APERF/MPERF to report actual vCPU frequency
 2022-01-06 18:01 UTC  (11+ 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).