kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-07 11:22:03 to 2021-01-10 18:01:17 UTC [more...]

[PATCH v2] target/i386/sev: add support to query the attestation report
 2021-01-10 18:00 UTC  (2+ messages)

[RFC v2 00/13] Introduce VDUSE - vDPA Device in Userspace
 2021-01-10 10:03 UTC  (4+ messages)
` [RFC v2 06/13] vduse: "
    `  "

[Bug 211109] New: Hard kernel freeze due to large cpu allocation
 2021-01-10  9:48 UTC  (2+ messages)
` [Bug 211109] "

[kvm-unit-tests PATCH] x86/access: Fixed test stuck issue on new 52bit machine
 2021-01-10  9:19 UTC 

[PATCH] kvm: x86: Mark __kvm_vcpu_halt() as static
 2021-01-09  3:09 UTC 

[RFC PATCH 00/23] KVM SGX virtualization support
 2021-01-09  1:19 UTC  (22+ messages)
` [RFC PATCH 04/23] x86/cpufeatures: Add SGX1 and SGX2 sub-features

[PATCH 00/13] KVM: SVM: Misc SEV cleanups
 2021-01-09  0:47 UTC  (14+ messages)
` [PATCH 01/13] KVM: SVM: Free sev_asid_bitmap during init if SEV setup fails
` [PATCH 02/13] KVM: SVM: Zero out the VMCB array used to track SEV ASID association
` [PATCH 03/13] KVM: SVM: Move SEV module params/variables to sev.c
` [PATCH 04/13] x86/cpufeatures: Assign dedicated feature word for AMD mem encryption
` [PATCH 05/13] KVM: x86: Override reported SME/SEV feature flags with host mask
` [PATCH 06/13] x86/sev: Rename global "sev_enabled" flag to "sev_guest"
` [PATCH 07/13] KVM: SVM: Append "_enabled" to module-scoped SEV/SEV-ES control variables
` [PATCH 08/13] KVM: SVM: Unconditionally invoke sev_hardware_teardown()
` [PATCH 09/13] KVM: SVM: Explicitly check max SEV ASID during sev_hardware_setup()
` [PATCH 10/13] KVM: SVM: Move SEV VMCB tracking allocation to sev.c
` [PATCH 11/13] KVM: SVM: Drop redundant svm_sev_enabled() helper
` [PATCH 12/13] KVM: SVM: Remove an unnecessary prototype declaration of sev_flush_asids()
` [PATCH 13/13] KVM: SVM: Skip SEV cache flush if no ASIDs have been used

[GIT PULL] KVM fixes for 5.11-rc3
 2021-01-08 23:49 UTC  (2+ messages)

[PATCH V1 0/5] vfio virtual address update
 2021-01-08 21:32 UTC  (11+ messages)
` [PATCH V1 2/5] vfio: option to unmap all
` [PATCH V1 3/5] vfio: detect closed container
` [PATCH V1 4/5] vfio: VA suspend interface
` [PATCH V1 5/5] vfio: block during VA suspend

[PULL 00/66] MIPS patches for 2021-01-07
 2021-01-08 18:48 UTC  (70+ messages)
` [PULL 01/66] target/mips: Add CP0 Config0 register definitions for MIPS3 ISA
` [PULL 02/66] target/mips: Replace CP0_Config0 magic values by proper definitions
` [PULL 03/66] target/mips/addr: Add translation helpers for KSEG1
` [PULL 04/66] target/mips/mips-defs: Remove USE_HOST_FLOAT_REGS comment
` [PULL 05/66] target/mips/mips-defs: Reorder CPU_MIPS5 definition
` [PULL 06/66] target/mips/mips-defs: Rename CPU_MIPSxx Release 1 as CPU_MIPSxxR1
` [PULL 07/66] target/mips/mips-defs: Introduce CPU_MIPS64 and cpu_type_is_64bit()
` [PULL 08/66] hw/mips/boston: Check 64-bit support with cpu_type_is_64bit()
` [PULL 09/66] target/mips/mips-defs: Use ISA_MIPS32 definition to check Release 1
` [PULL 10/66] target/mips/mips-defs: Use ISA_MIPS32R2 definition to check Release 2
` [PULL 11/66] target/mips/mips-defs: Use ISA_MIPS32R3 definition to check Release 3
` [PULL 12/66] target/mips/mips-defs: Use ISA_MIPS32R5 definition to check Release 5
` [PULL 13/66] target/mips/mips-defs: Use ISA_MIPS32R6 definition to check Release 6
` [PULL 14/66] target/mips/mips-defs: Rename ISA_MIPS32 as ISA_MIPS_R1
` [PULL 15/66] target/mips/mips-defs: Rename ISA_MIPS32R2 as ISA_MIPS_R2
` [PULL 16/66] target/mips/mips-defs: Rename ISA_MIPS32R3 as ISA_MIPS_R3
` [PULL 17/66] target/mips/mips-defs: Rename ISA_MIPS32R5 as ISA_MIPS_R5
` [PULL 18/66] target/mips/mips-defs: Rename ISA_MIPS32R6 as ISA_MIPS_R6
` [PULL 19/66] target/mips: Inline cpu_state_reset() in mips_cpu_reset()
` [PULL 20/66] target/mips: Extract FPU helpers to 'fpu_helper.h'
` [PULL 21/66] target/mips: Add !CONFIG_USER_ONLY comment after #endif
` [PULL 22/66] target/mips: Remove consecutive CONFIG_USER_ONLY ifdefs
` [PULL 23/66] target/mips: Move common helpers from helper.c to cpu.c
` [PULL 24/66] target/mips: Rename helper.c as tlb_helper.c
` [PULL 25/66] target/mips: Fix code style for checkpatch.pl
` [PULL 26/66] target/mips: Move mmu_init() functions to tlb_helper.c
` [PULL 27/66] target/mips: Rename translate_init.c as cpu-defs.c
` [PULL 28/66] target/mips/translate: Extract DisasContext structure
` [PULL 29/66] target/mips/translate: Add declarations for generic code
` [PULL 30/66] target/mips: Replace gen_exception_err(err=0) by gen_exception_end()
` [PULL 32/66] target/mips: Declare generic FPU functions in 'translate.h'
` [PULL 33/66] target/mips: Extract FPU specific definitions to translate.h
` [PULL 34/66] target/mips: Only build TCG code when CONFIG_TCG is set
` [PULL 35/66] target/mips/translate: Extract decode_opc_legacy() from decode_opc()
` [PULL 36/66] target/mips/translate: Expose check_mips_64() to 32-bit mode
` [PULL 37/66] target/mips: Introduce ase_msa_available() helper
` [PULL 38/66] target/mips: Simplify msa_reset()
` [PULL 39/66] target/mips: Use CP0_Config3 to set MIPS_HFLAG_MSA
` [PULL 40/66] target/mips: Simplify MSA TCG logic
` [PULL 41/66] target/mips: Remove now unused ASE_MSA definition
` [PULL 42/66] target/mips: Alias MSA vector registers on FPU scalar registers
` [PULL 43/66] target/mips: Extract msa_translate_init() from mips_tcg_init()
` [PULL 44/66] target/mips: Remove CPUMIPSState* argument from gen_msa*() methods
` [PULL 45/66] target/mips: Explode gen_msa_branch() as gen_msa_BxZ_V/BxZ()
` [PULL 46/66] target/mips: Move msa_reset() to msa_helper.c
` [PULL 47/66] target/mips: Extract MSA helpers from op_helper.c
` [PULL 48/66] target/mips: Extract MSA helper definitions
` [PULL 49/66] target/mips: Declare gen_msa/_branch() in 'translate.h'
` [PULL 51/66] target/mips: Pass TCGCond argument to MSA gen_check_zero_element()
` [PULL 52/66] target/mips: Introduce decode tree bindings for MSA ASE
` [PULL 53/66] target/mips: Use decode_ase_msa() generated from decodetree
` [PULL 54/66] target/mips: Extract LSA/DLSA translation generators
` [PULL 55/66] target/mips: Introduce decodetree helpers for MSA LSA/DLSA opcodes
` [PULL 56/66] target/mips: Introduce decodetree helpers for Release6 "
` [PULL 57/66] target/mips: Remove now unreachable LSA/DLSA opcodes code
` [PULL 58/66] target/mips: Convert Rel6 Special2 opcode to decodetree
` [PULL 59/66] target/mips: Convert Rel6 COP1X "
` [PULL 60/66] target/mips: Convert Rel6 CACHE/PREF opcodes "
` [PULL 61/66] target/mips: Convert Rel6 LWL/LWR/SWL/SWR "
` [PULL 62/66] target/mips: Convert Rel6 LWLE/LWRE/SWLE/SWRE "
` [PULL 63/66] target/mips: Convert Rel6 LDL/LDR/SDL/SDR "
` [PULL 64/66] target/mips: Convert Rel6 LLD/SCD "
` [PULL 65/66] target/mips: Convert Rel6 LL/SC "
` [PULL 66/66] docs/system: Remove deprecated 'fulong2e' machine alias

[RESEND PATCH 0/2] Add KVM support for bus lock debug exception
 2021-01-08 18:16 UTC  (5+ messages)
` [RESEND PATCH 1/2] KVM: X86: Add support for the emulation of DR6_BUS_LOCK bit
` [RESEND PATCH 2/2] KVM: X86: Expose bus lock debug exception to guest

[PATCH v13 00/15] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-01-08 17:05 UTC  (2+ messages)

[PATCH v2 1/9] KVM: x86: Add AMD SEV specific Hypercall3
 2021-01-08 16:56 UTC  (18+ messages)

[PATCH] KVM: Documentation: Fix spec for KVM_CAP_ENABLE_CAP_VM
 2021-01-08 16:53 UTC 

[PATCH v11 00/13] SMMUv3 Nested Stage Setup (VFIO part)
 2021-01-08 15:19 UTC  (3+ messages)
` [PATCH v11 12/13] vfio/pci: Register a DMA fault response region

[PATCH] KVM: x86: __kvm_vcpu_halt can be static
 2021-01-08 10:54 UTC 

[PATCH 0/5] virtio/vsock: introduce SOCK_SEQPACKET support
 2021-01-08 10:33 UTC  (4+ messages)
` [PATCH 1/5] vsock/virtio: support for SOCK_SEQPACKET socket

[GIT PULL] KVM/arm64 fixes for 5.11, take #1
 2021-01-08 10:03 UTC  (21+ messages)
` [PATCH 02/18] KVM: arm64: Prevent use of invalid PSCI v0.1 function IDs
` [PATCH 04/18] KVM: arm64: Skip computing hyp VA layout for VHE
` [PATCH 05/18] KVM: arm64: Minor cleanup of hyp variables used in host
` [PATCH 06/18] KVM: arm64: Remove unused includes in psci-relay.c
` [PATCH 07/18] KVM: arm64: Move skip_host_instruction to adjust_pc.h
` [PATCH 08/18] KVM: arm64: Declutter host PSCI 0.1 handling
` [PATCH 09/18] KVM: Documentation: Add arm64 KVM_RUN error codes
` [PATCH 10/18] KVM: arm64: arch_timer: Remove VGIC initialization check
` [PATCH 11/18] KVM: arm64: Move double-checked lock to kvm_vgic_map_resources()
` [PATCH 12/18] KVM: arm64: Update comment in kvm_vgic_map_resources()
` [PATCH 13/18] KVM: arm64: Remove redundant call to kvm_pmu_vcpu_reset()
` [PATCH 14/18] KVM: arm64: Consolidate dist->ready setting into kvm_vgic_map_resources()
` [PATCH 15/18] KVM: arm64: Fix hyp_cpu_pm_{init,exit} __init annotation
` [PATCH 16/18] KVM: arm64: Remove spurious semicolon in reg_to_encoding()
` [PATCH 17/18] KVM: arm64: Replace KVM_ARM_PMU with HW_PERF_EVENTS
` [PATCH 18/18] arm64: cpufeature: remove non-exist CONFIG_KVM_ARM_HOST

[RESEND v5 0/4] Add bus lock VM exit support
 2021-01-08  6:55 UTC  (5+ messages)
` [RESEND v5 1/4] KVM: VMX: Convert vcpu_vmx.exit_reason to a union
` [RESEND v5 2/4] KVM: X86: Reset the vcpu->run->flags at the beginning of vcpu_run
` [RESEND v5 3/4] KVM: VMX: Enable bus lock VM exit
` [RESEND v5 4/4] KVM: X86: Add the Document for KVM_CAP_X86_BUS_LOCK_EXIT

[RESEND v5 0/4] Add bus lock VM exit support
 2021-01-08  6:52 UTC 

[for-6.0 v5 00/13] Generalize memory encryption models
 2021-01-08  4:03 UTC  (7+ messages)
` [for-6.0 v5 03/13] securable guest memory: Handle memory encryption via interface
` [for-6.0 v5 10/13] spapr: Add PEF based securable guest memory

[PATCH v3 00/17] KVM: x86/pmu: Add support to enable Guest PEBS via DS
 2021-01-08  3:05 UTC  (7+ messages)
` [PATCH v3 06/17] KVM: x86/pmu: Add IA32_PEBS_ENABLE MSR emulation for extended PEBS
` [PATCH v3 07/17] KVM: x86/pmu: Add IA32_DS_AREA MSR emulation to manage guest DS buffer

[RESEND v13 00/10] KVM: x86/pmu: Guest Last Branch Recording Enabling
 2021-01-08  1:37 UTC  (11+ messages)
` [RESEND v13 01/10] KVM: x86: Move common set/get handler of MSR_IA32_DEBUGCTLMSR to VMX
` [RESEND v13 02/10] KVM: x86/vmx: Make vmx_set_intercept_for_msr() non-static
` [RESEND v13 03/10] KVM: x86/pmu: Use IA32_PERF_CAPABILITIES to adjust features visibility
` [RESEND v13 04/10] KVM: vmx/pmu: Clear PMU_CAP_LBR_FMT when guest LBR is disabled
` [RESEND v13 05/10] KVM: vmx/pmu: Create a guest LBR event when vcpu sets DEBUGCTLMSR_LBR
` [RESEND v13 06/10] KVM: vmx/pmu: Pass-through LBR msrs when the guest LBR event is ACTIVE
` [RESEND v13 07/10] KVM: vmx/pmu: Reduce the overhead of LBR pass-through or cancellation
` [RESEND v13 08/10] KVM: vmx/pmu: Emulate legacy freezing LBRs on virtual PMI
` [RESEND v13 09/10] KVM: vmx/pmu: Expose LBR_FMT in the MSR_IA32_PERF_CAPABILITIES
` [RESEND v13 10/10] KVM: vmx/pmu: Release guest LBR event via lazy release mechanism

[Patch v4 0/2] cgroup: KVM: New Encryption IDs cgroup controller
 2021-01-08  1:28 UTC  (3+ messages)
` [Patch v4 1/2] cgroup: svm: Add Encryption ID controller
` [Patch v4 2/2] cgroup: svm: Encryption IDs cgroup documentation

[PATCH 0/3] KVM: SVM: Refactor vcpu_load/put to use vmload/vmsave for host state
 2021-01-08  0:32 UTC  (7+ messages)
` [PATCH v3 1/3] KVM: SVM: use vmsave/vmload for saving/restoring additional "

[PATCH v2 0/4] KVM: nSVM: few random fixes
 2021-01-07 21:05 UTC  (11+ messages)
` [PATCH v2 1/4] KVM: nSVM: cancel KVM_REQ_GET_NESTED_STATE_PAGES on nested vmexit
` [PATCH v2 2/4] KVM: nSVM: correctly restore nested_run_pending on migration

[PATCH v5 27/34] KVM: SVM: Add support for booting APs for an SEV-ES guest
 2021-01-07 19:53 UTC  (4+ messages)
` [PATCH v5.1 27/34] KVM: SVM: Add support for booting APs in "

[PATCH v3 10/21] x86/fpu/xstate: Update xstate save function to support dynamic xstate
 2021-01-07 18:40 UTC  (3+ messages)

[PATCH v2 00/24] target/mips: Convert MSA ASE to decodetree
 2021-01-07 18:29 UTC  (9+ messages)
` [PATCH v2 03/24] target/mips/cpu: Introduce isa_rel6_available() helper

[PATCH] MAINTAINERS: Really update email address for Sean Christopherson
 2021-01-07 18:09 UTC  (2+ messages)

[PATCH v3 1/2] KVM: x86/mmu: Ensure TDP MMU roots are freed after yield
 2021-01-07 17:53 UTC  (6+ messages)
` [PATCH v3 2/2] KVM: x86/mmu: Clarify TDP MMU page list invariants

[RFC 1/2] KVM: add initial support for KVM_SET_IOREGION
 2021-01-07 17:53 UTC  (11+ messages)

[PATCH v13 00/15] s390/vfio-ap: dynamic configuration support
 2021-01-07 14:41 UTC  (3+ messages)

[PATCH] uio: uio_pci_generic: don't fail probe if pdev->irq equals to IRQ_NOTCONNECTED
 2021-01-07 11: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).