kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-06 13:38:20 to 2022-02-08 11:26:47 UTC [more...]

[PATCH kvm/queue v2 0/3] KVM: x86/pmu: Fix out-of-date AMD amd_event_mapping[]
 2022-02-08 10:10 UTC  (4+ messages)
` [PATCH kvm/queue v2 3/3] KVM: x86/pmu: Setup the {inte|amd}_event_mapping[] when hardware_setup

[PATCH v2 00/11] KVM: s390: Do storage key checking
 2022-02-08  9:49 UTC  (14+ messages)
` [PATCH v2 01/11] s390/uaccess: Add copy_from/to_user_key functions
` [PATCH v2 02/11] KVM: s390: Honor storage keys when accessing guest memory
` [PATCH v2 03/11] KVM: s390: handle_tprot: Honor storage keys
` [PATCH v2 04/11] KVM: s390: selftests: Test TEST PROTECTION emulation
` [PATCH v2 05/11] KVM: s390: Add optional storage key checking to MEMOP IOCTL
` [PATCH v2 06/11] KVM: s390: Add vm IOCTL for key checked guest absolute memory access
` [PATCH v2 07/11] KVM: s390: Rename existing vcpu memop functions
` [PATCH v2 08/11] KVM: s390: selftests: Test memops with storage keys
` [PATCH v2 09/11] KVM: s390: Add capability for storage key extension of MEM_OP IOCTL
` [PATCH v2 10/11] KVM: s390: selftests: Make use of capability in MEM_OP test
` [PATCH v2 11/11] KVM: s390: Update api documentation for memop ioctl

[PATCH 0/2] KVM: x86/emulator: Fix wrong checks when loading code segment in emulator
 2022-02-08  9:34 UTC  (9+ messages)
` [PATCH 1/2] KVM: x86/emulator: Defer not-present segment check in __load_segment_descriptor()
` [PATCH 2/2] KVM: x86: Fix wrong privilege check for code segment "
` [PATCH v2 0/3] KVM: x86/emulator: Fix wrong checks when loading code segment in emulator
  ` [PATCH v2 1/3] KVM: x86/emulator: Defer not-present segment check in __load_segment_descriptor()
  ` [PATCH v2 2/3] KVM: x86/emulator: Fix wrong privilege check for code segment "
  ` [PATCH v2 3/3] KVM: x86/emulator: Move the unhandled outer privilege level logic of far return into __load_segment_descriptor()

[kvm-unit-tests PATCH 0/2] x86/emulator: Add some tests for loading segment descriptor in emulator
 2022-02-08  9:30 UTC  (6+ messages)
` [kvm-unit-tests PATCH 1/2] x86/emulator: Add some tests for lret instruction emulation
` [kvm-unit-tests PATCH v2 0/2] x86/emulator: Add some tests for loading segment descriptor in emulator
  ` [kvm-unit-tests PATCH v2 1/2] x86/emulator: Add some tests for lret instruction emulation
  ` [kvm-unit-tests PATCH v2 2/2] x86/emulator: Add some tests for ljmp "

[PATCH v4 00/12] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-02-08  8:49 UTC  (6+ messages)
` [PATCH v4 01/12] mm/shmem: Introduce F_SEAL_INACCESSIBLE
` [PATCH v4 02/12] mm/memfd: Introduce MFD_INACCESSIBLE flag

[PATCH v9 00/43] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-02-08  7:56 UTC  (39+ messages)
` [PATCH v9 30/43] KVM: SEV: Add documentation for SEV-SNP CPUID Enforcement
` [PATCH v9 31/43] x86/compressed/64: Add support for SEV-SNP CPUID table in #VC handlers
` [PATCH v9 33/43] x86/compressed: Add SEV-SNP feature detection/setup
` [PATCH v9 35/43] x86/compressed: Export and rename add_identity_map()
` [PATCH v9 36/43] x86/compressed/64: Add identity mapping for Confidential Computing blob
` [PATCH v9 37/43] x86/sev: Add SEV-SNP feature detection/setup
` [PATCH v9 38/43] x86/sev: Use firmware-validated CPUID for SEV-SNP guests
` [PATCH v9 40/43] x86/sev: Register SEV-SNP guest request platform device
` [PATCH v9 41/43] virt: Add SEV-SNP guest driver
` [PATCH v9 42/43] virt: sevguest: Add support to derive key
` [PATCH v9 43/43] virt: sevguest: Add support to get extended report

[PATCH 00/30] My patch queue
 2022-02-08  6:22 UTC  (2+ messages)

[PATCH v5 00/14] Fix BUG_ON in vfio_iommu_group_notifier()
 2022-02-08  5:55 UTC  (6+ messages)
` [PATCH v5 02/14] driver core: Add dma_cleanup callback in bus_type

[PATCH v17 00/15] s390/vfio-ap: dynamic configuration support
 2022-02-08  3:27 UTC  (6+ messages)
` [PATCH v17 14/15] s390/ap: notify drivers on config changed and scan complete callbacks

[PATCH v2 1/1] x86/kvm/fpu: Mask guest fpstate->xfeatures with guest_supported_xcr0
 2022-02-08  2:28 UTC 

[PATCH v1 0/2] x86/kvm/fpu: Fix guest migration bugs that can crash guest
 2022-02-08  2:14 UTC  (8+ messages)
` [PATCH v1 1/2] x86/kvm/fpu: Mask guest fpstate->xfeatures with guest_supported_xcr0

[PATCH] KVM: arm64: Drop unused param from kvm_psci_version()
 2022-02-08  1:27 UTC 

[kvm-unit-tests 00/13] Add #VC exception handling for AMD SEV-ES
 2022-02-08  1:58 UTC  (13+ messages)
` [kvm-unit-tests 02/13] x86: AMD SEV-ES: Setup #VC exception handler "
` [kvm-unit-tests 07/13] x86: AMD SEV-ES: Handle WBINVD #VC
` [kvm-unit-tests 10/13] x86: AMD SEV-ES: Handle RDTSC/RDTSCP #VC

[PATCH 00/23] KVM: MMU: MMU role refactoring
 2022-02-07 23:53 UTC  (30+ messages)
` [PATCH 01/23] KVM: MMU: pass uses_nx directly to reset_shadow_zero_bits_mask
` [PATCH 06/23] KVM: MMU: load new PGD once nested two-dimensional paging is initialized
` [PATCH 10/23] KVM: MMU: split cpu_role from mmu_role
` [PATCH 11/23] KVM: MMU: do not recompute root level from kvm_mmu_role_regs
` [PATCH 13/23] KVM: MMU: remove kvm_calc_shadow_root_page_role_common
` [PATCH 20/23] KVM: MMU: pull CPU role computation to kvm_init_mmu
` [PATCH 21/23] KVM: MMU: store shadow_root_level into mmu_role
` [PATCH 22/23] KVM: MMU: use cpu_role for root_level
` [PATCH 23/23] KVM: MMU: replace direct_map with mmu_role.direct

[PATCH] KVM: SEV: Allow SEV intra-host migration of VM with mirrors
 2022-02-07 23:19 UTC  (2+ messages)

[PATCH 0/5] kvm: x86: better handling of NULL-able kvm_x86_ops
 2022-02-08  0:41 UTC  (5+ messages)
` [PATCH 5/5] KVM: x86: allow defining return-0 static calls

[PATCH v3 00/10] x86/sev: KEXEC/KDUMP support for SEV-ES guests
 2022-02-07 22:11 UTC  (5+ messages)
` [PATCH v3 04/10] x86/sev: Cache AP Jump Table Address
` [PATCH v3 05/10] x86/sev: Setup code to park APs in the AP Jump Table

[kvm-unit-tests v2 PATCH] vmx: Fix EPT accessed and dirty flag test
 2022-02-07 21:30 UTC  (2+ messages)

[PATCH v3 00/30] KVM: s390: enable zPCI for interpretive execution
 2022-02-07 20:09 UTC  (20+ messages)
` [PATCH v3 05/30] s390/airq: pass more TPI info to airq handlers
` [PATCH v3 06/30] s390/airq: allow for airq structure that uses an input vector
` [PATCH v3 12/30] s390/pci: get SHM information from list pci
` [PATCH v3 14/30] vfio/pci: re-introduce CONFIG_VFIO_PCI_ZDEV
` [PATCH v3 26/30] vfio-pci/zdev: wire up zPCI adapter interrupt forwarding support
` [PATCH v3 29/30] KVM: s390: introduce CPU feature for zPCI Interpretation
` [PATCH v3 30/30] MAINTAINERS: additional files related kvm s390 pci passthrough

[PATCH v2] vfio/pci: fix memory leak during D3hot to D0 transition
 2022-02-07 19:20 UTC  (5+ messages)

[PATCH v1] KVM: X86: Introduce vfio_intr_stat per-vm debugfs file
 2022-02-07 18:59 UTC  (2+ messages)

[PATCH v2 0/7] VMX: nVMX: VMX control MSR fixes
 2022-02-07 18:52 UTC  (16+ messages)
` [PATCH v2 1/7] KVM: nVMX: Keep KVM updates to BNDCFGS ctrl bits across MSR write
` [PATCH v2 2/7] KVM: nVMX: Keep KVM updates to PERF_GLOBAL_CTRL "
` [PATCH v2 4/7] KVM: nVMX: Add a quirk for KVM tweaks to VMX control MSRs
` [PATCH v2 6/7] selftests: KVM: Add test for BNDCFGS VMX control MSR bits
` [PATCH v2 7/7] KVM: VMX: Use local pointer to vcpu_vmx in vmx_vcpu_after_set_cpuid()

[PATCH v4 0/9] Parallel CPU bringup for x86_64
 2022-02-07 18:50 UTC  (2+ messages)

[PATCH] KVM: fix trailing spaces and incorrect indent in function parameter
 2022-02-07 18:31 UTC 

[PATCH v2 3/7] KVM: nVMX: Roll all entry/exit ctl updates into a single helper
 2022-02-07 17:56 UTC  (4+ messages)

[PATCH V7 mlx5-next 00/15] Add mlx5 live migration driver and v2 migration protocol
 2022-02-07 17:22 UTC  (16+ messages)
` [PATCH V7 mlx5-next 01/15] PCI/IOV: Add pci_iov_vf_id() to get VF index
` [PATCH V7 mlx5-next 02/15] net/mlx5: Reuse exported virtfn index function call
` [PATCH V7 mlx5-next 03/15] net/mlx5: Disable SRIOV before PF removal
` [PATCH V7 mlx5-next 04/15] PCI/IOV: Add pci_iov_get_pf_drvdata() to allow VF reaching the drvdata of a PF
` [PATCH V7 mlx5-next 05/15] net/mlx5: Expose APIs to get/put the mlx5 core device
` [PATCH V7 mlx5-next 06/15] net/mlx5: Introduce migration bits and structures
` [PATCH V7 mlx5-next 07/15] vfio: Have the core code decode the VFIO_DEVICE_FEATURE ioctl
` [PATCH V7 mlx5-next 08/15] vfio: Define device migration protocol v2
` [PATCH V7 mlx5-next 09/15] vfio: Extend the device migration protocol with RUNNING_P2P
` [PATCH V7 mlx5-next 10/15] vfio: Remove migration protocol v1 documentation
` [PATCH V7 mlx5-next 11/15] vfio/mlx5: Expose migration commands over mlx5 device
` [PATCH V7 mlx5-next 12/15] vfio/mlx5: Implement vfio_pci driver for mlx5 devices
` [PATCH V7 mlx5-next 13/15] vfio/pci: Expose vfio_pci_core_aer_err_detected()
` [PATCH V7 mlx5-next 14/15] vfio/mlx5: Use its own PCI reset_done error handler
` [PATCH V7 mlx5-next 15/15] vfio: Extend the device migration protocol with PRE_COPY

[PATCH] KVM: s390: pv: make use of ultravisor AIV support
 2022-02-07 17:09 UTC  (3+ messages)

[PATCH 00/11] KVM: x86: Prep work for VMX IPI virtualization
 2022-02-07 16:44 UTC  (3+ messages)
` [PATCH 01/11] Revert "svm: Add warning message for AVIC IPI invalid target"

[PATCH v6 00/64] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2022-02-07 16:36 UTC  (10+ messages)
` [PATCH v6 22/64] KVM: arm64: nv: Respect virtual HCR_EL2.TWX setting
` [PATCH v6 24/64] KVM: arm64: nv: Respect the virtual HCR_EL2.NV bit setting
` [PATCH v6 25/64] KVM: arm64: nv: Respect virtual HCR_EL2.TVM and TRVM settings
` [PATCH v6 26/64] KVM: arm64: nv: Respect the virtual HCR_EL2.NV1 bit setting

[PATCH 04/11] KVM: SVM: Use common kvm_apic_write_nodecode() for AVIC write traps
 2022-02-07 16:16 UTC  (3+ messages)

[PATCH RESEND 00/30] My patch queue
 2022-02-07 15:54 UTC  (31+ messages)
` [PATCH RESEND 01/30] KVM: x86: SVM: don't passthrough SMAP/SMEP/PKE bits in !NPT && !gCR0.PG case
` [PATCH RESEND 02/30] KVM: x86: nSVM: fix potential NULL derefernce on nested migration
` [PATCH RESEND 03/30] KVM: x86: nSVM: mark vmcb01 as dirty when restoring SMM saved state
` [PATCH RESEND 04/30] KVM: x86: nSVM/nVMX: set nested_run_pending on VM entry which is a result of RSM
` [PATCH RESEND 05/30] KVM: x86: nSVM: expose clean bit support to the guest
` [PATCH RESEND 06/30] KVM: x86: mark syntethic SMM vmexit as SVM_EXIT_SW
` [PATCH RESEND 07/30] KVM: x86: nSVM: deal with L1 hypervisor that intercepts interrupts but lets L2 control them
` [PATCH RESEND 08/30] KVM: x86: lapic: don't touch irr_pending in kvm_apic_update_apicv when inhibiting it
` [PATCH RESEND 09/30] KVM: x86: SVM: move avic definitions from AMD's spec to svm.h
` [PATCH RESEND 10/30] KVM: x86: SVM: fix race between interrupt delivery and AVIC inhibition
` [PATCH RESEND 11/30] KVM: x86: SVM: use vmcb01 in avic_init_vmcb
` [PATCH RESEND 12/30] KVM: x86: SVM: allow AVIC to co-exist with a nested guest running
` [PATCH RESEND 13/30] KVM: x86: lapic: don't allow to change APIC ID when apic acceleration is enabled
` [PATCH RESEND 14/30] KVM: x86: lapic: don't allow to change local apic id when using older x2apic api
` [PATCH RESEND 15/30] KVM: x86: SVM: remove avic's broken code that updated APIC ID
` [PATCH RESEND 16/30] KVM: x86: SVM: allow to force AVIC to be enabled
` [PATCH RESEND 17/30] KVM: x86: mmu: trace kvm_mmu_set_spte after the new SPTE was set
` [PATCH RESEND 18/30] KVM: x86: mmu: add strict mmu mode
` [PATCH RESEND 19/30] KVM: x86: mmu: add gfn_in_memslot helper
` [PATCH RESEND 20/30] KVM: x86: mmu: allow to enable write tracking externally
` [PATCH RESEND 21/30] x86: KVMGT: use kvm_page_track_write_tracking_enable
` [PATCH RESEND 22/30] KVM: x86: nSVM: correctly virtualize LBR msrs when L2 is running
` [PATCH RESEND 23/30] KVM: x86: nSVM: implement nested LBR virtualization
` [PATCH RESEND 24/30] KVM: x86: nSVM: implement nested VMLOAD/VMSAVE
` [PATCH RESEND 25/30] KVM: x86: nSVM: support PAUSE filter threshold and count when cpu_pm=on
` [PATCH RESEND 26/30] KVM: x86: nSVM: implement nested vGIF
` [PATCH RESEND 27/30] KVM: x86: add force_intercept_exceptions_mask
` [PATCH RESEND 28/30] KVM: SVM: implement force_intercept_exceptions_mask
` [PATCH RESEND 29/30] KVM: VMX: "
` [PATCH RESEND 30/30] KVM: x86: get rid of KVM_REQ_GET_NESTED_STATE_PAGES

[PATCH v7 00/17] KVM: s390: pv: implement lazy destroy for reboot
 2022-02-07 15:40 UTC  (29+ messages)
` [PATCH v7 01/17] KVM: s390: pv: leak the topmost page table when destroy fails
` [PATCH v7 03/17] KVM: s390: pv: handle secure storage exceptions for normal guests
` [PATCH v7 04/17] KVM: s390: pv: refactor s390_reset_acc
` [PATCH v7 08/17] KVM: s390: pv: make kvm_s390_cpus_from_pv global
` [PATCH v7 09/17] KVM: s390: pv: clear the state without memset
` [PATCH v7 10/17] KVM: s390: pv: add mmu_notifier
` [PATCH v7 12/17] KVM: s390: pv: refactoring of kvm_s390_pv_deinit_vm
` [PATCH v7 15/17] KVM: s390: pv: api documentation for asynchronous destroy
` [PATCH v7 16/17] KVM: s390: pv: add KVM_CAP_S390_PROT_REBOOT_ASYNC

kvm-unit-tests: timed out on arm64 devices
 2022-02-07 12:12 UTC 

[kvm-unit-tests PATCH 0/3] nSVM: Add testing for routing L2 exceptions
 2022-02-07  5:12 UTC  (4+ messages)
` [kvm-unit-tests PATCH 1/3] x86: Add routines to set/clear PT_USER_MASK for all pages
` [kvm-unit-tests PATCH 2/3] x86: Make exception_mnemonic() visible to the tests
` [kvm-unit-tests PATCH 3/3] x86: nSVM: Add an exception test framework and tests

[PATCH v4 00/17] perf: KVM: Fix, optimize, and clean up callbacks
 2022-02-07  2:55 UTC  (7+ messages)
` [PATCH v4 09/17] perf/core: Use static_call to optimize perf_guest_info_callbacks

[PATCH] KVM: X86: set vcpu preempted only if it is preempted
 2022-02-06 13:42 UTC  (5+ 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).