kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-11 08:50:35 to 2021-10-12 18:48:46 UTC [more...]

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-10-12 18:46 UTC  (3+ messages)
` [PATCH Part2 v5 26/45] KVM: SVM: Mark the private vma unmerable for SEV-SNP guests

[patch 00/31] x86/fpu: Preparatory cleanups for AMX support (part 1)
 2021-10-12 18:40 UTC  (49+ messages)
` [patch 01/31] x86/fpu: Remove pointless argument from switch_fpu_finish()
` [patch 02/31] x86/fpu: Update stale comments
` [patch 03/31] x86/pkru: Remove useless include
` [patch 04/31] x86/fpu: Restrict xsaves()/xrstors() to independent states
` [patch 05/31] x86/fpu: Cleanup the on_boot_cpu clutter
` [patch 06/31] x86/fpu: Remove pointless memset in fpu_clone()
` [patch 07/31] x86/process: Clone FPU in copy_thread()
` [patch 08/31] x86/fpu: Do not inherit FPU context for kernel and IO worker threads
` [patch 09/31] x86/fpu: Do not inherit FPU context for CLONE_THREAD
` [patch 10/31] x86/fpu: Cleanup xstate xcomp_bv initialization
` [patch 11/31] x86/fpu/xstate: Provide and use for_each_xfeature()
` [patch 12/31] x86/fpu/xstate: Mark all init only functions __init
` [patch 13/31] x86/fpu: Move KVMs FPU swapping to FPU core
` [patch 14/31] x86/fpu: Replace KVMs homebrewn FPU copy from user
` [patch 15/31] x86/fpu: Rework copy_xstate_to_uabi_buf()
` [patch 16/31] x86/fpu: Replace KVMs homebrewn FPU copy to user
      ` [patch V2 16/31] x86/fpu: Replace KVMs home brewed "
` [patch 17/31] x86/fpu: Mark fpu__init_prepare_fx_sw_frame() as __init
` [patch 18/31] x86/fpu: Move context switch and exit to user inlines into sched.h
` [patch 19/31] x86/fpu: Clean up cpu feature tests
` [patch 20/31] x86/fpu: Make os_xrstor_booting() private
` [patch 21/31] x86/fpu: Move os_xsave() and os_xrstor() to core
` [patch 22/31] x86/fpu: Move legacy ASM wrappers "
` [patch 23/31] x86/fpu: Make WARN_ON_FPU() private
` [patch 24/31] x86/fpu: Move fpregs_restore_userregs() to core
` [patch 25/31] x86/fpu: Move mxcsr related code "
` [patch 26/31] x86/fpu: Move fpstate functions to api.h
` [patch 27/31] x86/fpu: Remove internal.h dependency from fpu/signal.h
` [patch 28/31] x86/sev: Include fpu/xcr.h
` [patch 29/31] x86/fpu: Mop up the internal.h leftovers
` [patch 30/31] x86/fpu: Replace the includes of fpu/internal.h
` [patch 31/31] x86/fpu: Provide a proper function for ex_handler_fprestore()

[PATCH v2 0/2] x86: sgx_vepc: implement ioctl to EREMOVE all pages
 2021-10-12 17:43 UTC  (7+ messages)
` [PATCH v2 1/2] x86: sgx_vepc: extract sgx_vepc_remove_page
` [PATCH v2 2/2] x86: sgx_vepc: implement SGX_IOC_VEPC_REMOVE ioctl

[PATCH v6] vfio/pci: Add OpRegion 2.0+ Extended VBT support
 2021-10-12 17:12 UTC  (5+ messages)
` [PATCH v7] "
    ` [PATCH v8] "

[PATCH] KVM: MMU: make PTE_PREFETCH_NUM tunable
 2021-10-12 16:50 UTC  (2+ messages)

[PATCH v3 0/5] Add SBI v0.2 support for KVM
 2021-10-12 16:46 UTC  (7+ messages)
` [PATCH v3 5/5] RISC-V: Add SBI HSM extension in KVM

[PATCH v2 0/5] KVM: arm64: Assorted vgic-v3 fixes
 2021-10-12 16:05 UTC  (3+ messages)
` [PATCH v2 3/5] KVM: arm64: vgic-v3: Reduce common group trapping to ICV_DIR_EL1 when possible

[PATCH] x86/hyperv: Protect set_hv_tscchange_cb() against getting preempted
 2021-10-12 15:50 UTC 

[RFC PATCH v1 0/6] Improvements to SIGP handling [KVM]
 2021-10-12 15:31 UTC  (20+ messages)
` [RFC PATCH v1 1/6] KVM: s390: Simplify SIGP Set Arch handling
` [RFC PATCH v1 2/6] KVM: s390: Reject SIGP when destination CPU is busy
` [RFC PATCH v1 3/6] KVM: s390: Simplify SIGP Restart
` [RFC PATCH v1 5/6] KVM: s390: Give BUSY to SIGP SENSE during Restart
` [RFC PATCH v1 6/6] KVM: s390: Add a routine for setting userspace CPU state

[PATCH kvmtool 00/10] Run kvm-unit-tests with --kernel
 2021-10-12 14:24 UTC  (5+ messages)
` [PATCH kvmtool 08/10] Add --nocompat option to disable compat warnings

[PATCH] KVM: arm64: Fix reporting of endianess when the access originates at EL0
 2021-10-12 14:20 UTC  (3+ messages)

[PATCH] iommu: intel: remove flooding of non-error logs, when new-DMA-PTE is the same as old-DMA-PTE
 2021-10-12 14:02 UTC  (10+ messages)

[PATCH v2 kvmtool 0/7] vfio/pci: Fix MSIX table and PBA size allocation
 2021-10-12 13:52 UTC  (10+ messages)
` [PATCH v2 kvmtool 1/7] arm/gicv2m: Set errno when gicv2_update_routing() fails
` [PATCH v2 kvmtool 2/7] vfio/pci.c: Remove double include for assert.h
` [PATCH v2 kvmtool 3/7] pci: Fix pci_dev_* print macros
` [PATCH v2 kvmtool 4/7] vfio/pci: Rename PBA offset in device descriptor to fd_offset
` [PATCH v2 kvmtool 5/7] vfio/pci: Rework MSIX table and PBA physical size allocation
` [PATCH v2 kvmtool 6/7] vfio/pci: Print an error when offset is outside of the MSIX table or PBA
` [PATCH v2 kvmtool 7/7] vfio/pci: Align MSIX Table and PBA size to guest maximum page size

[RFC 00/16] KVM: selftests: Add tests for SEV, SEV-ES, and SEV-SNP guests
 2021-10-12 12:55 UTC  (5+ messages)
` [RFC 06/16] KVM: selftests: add library for creating/interacting with SEV guests

[PATCH v5 00/14] KVM: s390: pv: implement lazy destroy for reboot
 2021-10-12 12:31 UTC  (13+ messages)
` [PATCH v5 04/14] KVM: s390: pv: avoid stalls when making pages secure
` [PATCH v5 05/14] KVM: s390: pv: leak the topmost page table when destroy fails
` [PATCH v5 06/14] KVM: s390: pv: properly handle page flags for protected guests
` [PATCH v5 08/14] KVM: s390: pv: handle secure storage exceptions for normal guests

[PATCH 0/5] Update vfio_group to use the modern cdev lifecycle
 2021-10-12 12:05 UTC  (14+ messages)
` [PATCH 1/5] vfio: Delete vfio_get/put_group from vfio_iommu_group_notifier()
` [PATCH 2/5] vfio: Do not open code the group list search in vfio_create_group()
` [PATCH 4/5] vfio: Use a refcount_t instead of a kref in the vfio_group
` [PATCH 5/5] vfio: Use cdev_device_add() instead of device_create()

[PATCH v1 kvmtool 0/7] vfio/pci: Fix MSIX table and PBA size allocation
 2021-10-12 10:50 UTC  (12+ messages)
` [PATCH v1 kvmtool 5/7] vfio/pci: Rework MSIX table and PBA physical "
` [PATCH v1 kvmtool 6/7] vfio/pci: Print an error when offset is outside of the MSIX table or PBA
` [PATCH v1 kvmtool 7/7] vfio/pci: Align MSIX Table and PBA size allocation to 64k

[PATCH 0/2] KVM: x86: Fix and cleanup for recent AVIC changes
 2021-10-12  9:53 UTC  (8+ messages)
` [PATCH 2/2] KVM: x86: Simplify APICv update request logic

[PATCH] KVM: x86: directly call wbinvd for local cpu when emulate wbinvd
 2021-10-12  8:48 UTC  (3+ messages)
  ` 答复: "

[RFC 00/20] Introduce /dev/iommu for userspace I/O address space management
 2021-10-12  8:33 UTC  (18+ messages)
` [RFC 11/20] iommu/iommufd: Add IOMMU_IOASID_ALLOC/FREE

[PATCH 00/14] nSVM fixes and optional features
 2021-10-12  7:51 UTC  (6+ messages)
` [PATCH 07/14] KVM: x86: SVM: add warning for CVE-2021-3656

[PATCH kvm-unit-tests] arm64: gic-v3: Avoid NULL dereferences
 2021-10-12  6:53 UTC  (2+ messages)

[PATCH v4 00/23] target/i386/sev: Housekeeping SEV + measured Linux SEV guest
 2021-10-12  6:15 UTC  (4+ messages)
` [PATCH v4 12/23] target/i386/sev: Use g_autofree in sev_launch_get_measure()

MMIO/PIO dispatch file descriptors (ioregionfd) design discussion
 2021-10-12  5:34 UTC  (2+ messages)

[PROBLEM] Frequently get "irq 31: nobody cared" when passing through 2x GPUs that share same pci switch via vfio
 2021-10-12  4:58 UTC  (6+ messages)

[RFC PATCH 00/25] KVM: arm64: Make CPU ID registers writable by userspace
 2021-10-12  4:35 UTC  (26+ messages)
` [RFC PATCH 01/25] KVM: arm64: Add has_reset_once flag for vcpu
` [RFC PATCH 02/25] KVM: arm64: Save ID registers' sanitized value per vCPU
` [RFC PATCH 03/25] KVM: arm64: Introduce a validation function for an ID register
` [RFC PATCH 04/25] KVM: arm64: Introduce struct id_reg_info
` [RFC PATCH 05/25] KVM: arm64: Keep consistency of ID registers between vCPUs
` [RFC PATCH 06/25] KVM: arm64: Make ID_AA64PFR0_EL1 writable
` [RFC PATCH 07/25] KVM: arm64: Make ID_AA64PFR1_EL1 writable
` [RFC PATCH 08/25] KVM: arm64: Make ID_AA64ISAR0_EL1 writable
` [RFC PATCH 09/25] KVM: arm64: Make ID_AA64ISAR1_EL1 writable
` [RFC PATCH 10/25] KVM: arm64: Make ID_AA64DFR0_EL1 writable
` [RFC PATCH 11/25] KVM: arm64: Make ID_DFR0_EL1 writable
` [RFC PATCH 12/25] KVM: arm64: Make MVFR1_EL1 writable
` [RFC PATCH 13/25] KVM: arm64: Make ID registers without id_reg_info writable
` [RFC PATCH 14/25] KVM: arm64: Add consistency checking for frac fields of ID registers
` [RFC PATCH 15/25] KVM: arm64: Introduce KVM_CAP_ARM_ID_REG_WRITABLE capability
` [RFC PATCH 16/25] KVM: arm64: Use vcpu->arch cptr_el2 to track value of cptr_el2 for VHE
` [RFC PATCH 17/25] KVM: arm64: Use vcpu->arch.mdcr_el2 to track value of mdcr_el2
` [RFC PATCH 18/25] KVM: arm64: Introduce framework to trap disabled features
` [RFC PATCH 19/25] KVM: arm64: Trap disabled features of ID_AA64PFR0_EL1
` [RFC PATCH 20/25] KVM: arm64: Trap disabled features of ID_AA64PFR1_EL1
` [RFC PATCH 21/25] KVM: arm64: Trap disabled features of ID_AA64DFR0_EL1
` [RFC PATCH 22/25] KVM: arm64: Trap disabled features of ID_AA64MMFR1_EL1
` [RFC PATCH 23/25] KVM: arm64: Trap disabled features of ID_AA64ISAR1_EL1
` [RFC PATCH 24/25] KVM: arm64: Activate trapping of disabled CPU features for the guest
` [RFC PATCH 25/25] KVM: arm64: selftests: Introduce id_reg_test

[PATCH v2 1/2] bus/fsl-mc: Add generic implementation for open/reset/close commands
 2021-10-11 22:19 UTC  (4+ messages)
` [PATCH v2 2/2] vfio/fsl-mc: Add per device reset support

[PATCH] kvm: Inject #GP on invalid writes to x2APIC registers
 2021-10-11 22:12 UTC  (3+ messages)

[PATCH] KVM: x86/mmu: Rename slot_handle_leaf to slot_handle_level_4k
 2021-10-11 21:27 UTC  (4+ messages)

[PATCH] KVM: VMX: Add a wrapper for reading INVPCID/INVEPT/INVVPID type
 2021-10-11 20:51 UTC  (3+ messages)

[PATCH v2 0/4] KVM: nVMX: Enlightened MSR Bitmap feature for Hyper-V on KVM
 2021-10-11 16:44 UTC  (5+ messages)
` [PATCH v2 3/4] KVM: nVMX: Track whether changes in L0 require MSR bitmap for L2 to be rebuilt

[PATCH v8 00/15] KVM: arm64: selftests: Introduce arch_timer selftest
 2021-10-11 16:08 UTC  (4+ messages)
` [PATCH v8 03/15] KVM: arm64: selftests: Use read/write definitions from sysreg.h

[PATCH v3 00/16] perf: KVM: Fix, optimize, and clean up callbacks
 2021-10-11 15:33 UTC  (9+ messages)
` [PATCH v3 12/16] KVM: Move x86's perf guest info callbacks to generic KVM
` [PATCH v3 14/16] KVM: arm64: Convert to the generic perf callbacks
` [PATCH v3 15/16] KVM: arm64: Drop perf.c and fold its tiny bits of code into arm.c / pmu.c

[kvm-unit-tests PATCH v2] arm64: Add mmio_addr arg to arm/micro-bench
 2021-10-11 14:44 UTC  (2+ messages)

[PATCH v3 0/8] KVM: nSVM: avoid TOC/TOU race when checking vmcb12
 2021-10-11 14:37 UTC  (9+ messages)
` [PATCH v3 1/8] KVM: nSVM: move nested_vmcb_check_cr3_cr4 logic in nested_vmcb_valid_sregs
` [PATCH v3 2/8] nSVM: introduce smv->nested.save to cache save area fields
` [PATCH v3 3/8] nSVM: rename nested_load_control_from_vmcb12 in nested_copy_vmcb_control_to_cache
` [PATCH v3 4/8] nSVM: use vmcb_save_area_cached in nested_vmcb_valid_sregs()
` [PATCH v3 5/8] nSVM: use svm->nested.save to load vmcb12 registers and avoid TOC/TOU races
` [PATCH v3 6/8] nSVM: introduce struct vmcb_ctrl_area_cached
` [PATCH v3 7/8] nSVM: use vmcb_ctrl_area_cached instead of vmcb_control_area in struct svm_nested_state
` [PATCH v3 8/8] nSVM: remove unnecessary parameter in nested_vmcb_check_controls

[PATCH] KVM: x86: Account for 32-bit kernels when handling address in TSC attrs
 2021-10-11 14:35 UTC  (2+ messages)

[PATCH v8 00/11] KVM: arm64: Fixed features for protected VMs
 2021-10-11 13:36 UTC  (7+ messages)
` [PATCH v8 07/11] KVM: arm64: Add handlers for protected VM System Registers
` [PATCH v8 11/11] KVM: arm64: Handle protected guests at 32 bits

[PATCH v6 00/42] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-10-11 13:15 UTC  (3+ messages)
` [PATCH v6 02/42] x86/sev: Shorten GHCB terminate macro names

[PATCH v2] KVM: arm64: Allow KVM to be disabled from the command line
 2021-10-11  9:18 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).