public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-02-08 09:34:20 to 2022-02-09 17:01:45 UTC [more...]

[PATCH 00/12] KVM: MMU: do not unload MMU roots on all role changes
 2022-02-09 17:00 UTC  (13+ messages)
` [PATCH 01/12] KVM: x86: host-initiated EFER.LME write affects the MMU
` [PATCH 02/12] KVM: MMU: move MMU role accessors to header
` [PATCH 03/12] KVM: x86: do not deliver asynchronous page faults if CR0.PG=0
` [PATCH 04/12] KVM: MMU: WARN if PAE roots linger after kvm_mmu_unload
` [PATCH 05/12] KVM: MMU: avoid NULL-pointer dereference on page freeing bugs
` [PATCH 06/12] KVM: MMU: rename kvm_mmu_reload
` [PATCH 07/12] KVM: x86: use struct kvm_mmu_root_info for mmu->root
` [PATCH 08/12] KVM: MMU: do not consult levels when freeing roots
` [PATCH 09/12] KVM: MMU: look for a cached PGD when going from 32-bit to 64-bit
` [PATCH 10/12] KVM: MMU: load new PGD after the shadow MMU is initialized
` [PATCH 11/12] KVM: MMU: remove kvm_mmu_calc_root_page_role
` [PATCH 12/12] KVM: x86: do not unload MMU roots on all role changes

[PATCH v6 00/64] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2022-02-09 16:56 UTC  (11+ messages)
` [PATCH v6 27/64] KVM: arm64: nv: Allow a sysreg to be hidden from userspace only
` [PATCH v6 28/64] KVM: arm64: nv: Emulate EL12 register accesses from the virtual EL2
` [PATCH v6 29/64] KVM: arm64: nv: Forward debug traps to the nested guest
` [PATCH v6 30/64] KVM: arm64: nv: Configure HCR_EL2 for nested virtualization
` [PATCH v6 31/64] KVM: arm64: nv: Only toggle cache for virtual EL2 when SCTLR_EL2 changes

[kvm-unit-tests PATCH v2 00/10] Add #VC exception handling for AMD SEV-ES
 2022-02-09 16:44 UTC  (11+ messages)
` [kvm-unit-tests PATCH v2 01/10] x86: AMD SEV-ES: Setup #VC exception handler "
` [kvm-unit-tests PATCH v2 02/10] x86: Move svm.h to lib/x86/
` [kvm-unit-tests PATCH v2 03/10] lib: x86: Import insn decoder from Linux
` [kvm-unit-tests PATCH v2 04/10] x86: AMD SEV-ES: Pull related GHCB definitions and helpers "
` [kvm-unit-tests PATCH v2 05/10] x86: AMD SEV-ES: Prepare for #VC processing
` [kvm-unit-tests PATCH v2 06/10] lib/x86: Move xsave helpers to lib/
` [kvm-unit-tests PATCH v2 07/10] x86: AMD SEV-ES: Handle CPUID #VC
` [kvm-unit-tests PATCH v2 08/10] x86: AMD SEV-ES: Handle MSR #VC
` [kvm-unit-tests PATCH v2 09/10] x86: AMD SEV-ES: Handle IOIO #VC
` [kvm-unit-tests PATCH v2 10/10] x86: AMD SEV-ES: Handle string IO for "

[kvm-unit-tests PATCH v2] x86/efi: Allow specifying AMD SEV/SEV-ES guest launch policy to run
 2022-02-09 16:42 UTC 

warning in kvm_hv_invalidate_tsc_page due to writes to guest memory from VM ioctl context
 2022-02-09 16:22 UTC  (7+ messages)

[PATCH kvm/queue v2 0/3] KVM: x86/pmu: Fix out-of-date AMD amd_event_mapping[]
 2022-02-09 15:40 UTC  (12+ messages)
` [PATCH kvm/queue v2 2/3] perf: x86/core: Add interface to query perfmon_event_map[] directly
      ` KVM: x86: Reconsider the current approach of vPMU
` [PATCH kvm/queue v2 3/3] KVM: x86/pmu: Setup the {inte|amd}_event_mapping[] when hardware_setup

[PATCH v5] KVM: SVM: Allow AVIC support on system w/ physical APIC ID > 255
 2022-02-09 15:20 UTC 

[PATCH v3 0/1] KVM: s390: pv: make use of ultravisor AIV support
 2022-02-09 15:22 UTC  (2+ messages)
` [PATCH v3 1/1] "

[PATCH v9 00/43] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-02-09 15:02 UTC  (20+ messages)
` [PATCH v9 02/43] KVM: SVM: Create a separate mapping for the SEV-ES save area
` [PATCH v9 30/43] KVM: SEV: Add documentation for SEV-SNP CPUID Enforcement
` [PATCH v9 33/43] x86/compressed: Add SEV-SNP feature detection/setup
` [PATCH v9 42/43] virt: sevguest: Add support to derive key

Call for GSoC and Outreachy project ideas for summer 2022
 2022-02-09 14:49 UTC  (2+ messages)

[PATCH] KVM: x86/xen: Fix runstate updates to be atomic when preempting vCPU
 2022-02-09 14:30 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 00/11] perf intel-pt: Add perf event clocks to better support VM tracing
 2022-02-09 14:26 UTC  (17+ messages)
` [PATCH 01/11] perf/x86: Fix native_perf_sched_clock_from_tsc() with __sched_clock_offset
` [PATCH 02/11] perf/x86: Add support for TSC as a perf event clock
` [PATCH 03/11] perf/x86: Add support for TSC in nanoseconds "
` [PATCH 04/11] perf tools: Add new perf clock IDs
` [PATCH 05/11] perf tools: Add API probes for new "
` [PATCH 06/11] perf tools: Add new clock IDs to "perf time to TSC" test
` [PATCH 07/11] perf tools: Add perf_read_tsc_conv_for_clockid()
` [PATCH 08/11] perf intel-pt: Add support for new clock IDs
` [PATCH 09/11] perf intel-pt: Use CLOCK_PERF_HW_CLOCK_NS by default
` [PATCH 10/11] perf intel-pt: Add config variables for timing parameters
` [PATCH 11/11] perf intel-pt: Add documentation for new clock IDs

[PATCH v2] vfio/pci: fix memory leak during D3hot to D0 transition
 2022-02-09 13:39 UTC  (7+ messages)

[PATCH v2 00/11] KVM: s390: Do storage key checking
 2022-02-09 13:20 UTC  (29+ 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 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 09/11] KVM: s390: Add capability for storage key extension of MEM_OP IOCTL
` [PATCH v2 11/11] KVM: s390: Update api documentation for memop ioctl

[PATCH v2] perf/amd: Implement erratum #1292 workaround for F19h M00-0Fh
 2022-02-09 12:51 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 00/23] KVM: MMU: MMU role refactoring
 2022-02-09 12:34 UTC  (4+ messages)
` [PATCH 06/23] KVM: MMU: load new PGD once nested two-dimensional paging is initialized

[PATCH v2 0/1] KVM: s390: pv: make use of ultravisor AIV support
 2022-02-09 12:26 UTC  (4+ messages)
` [PATCH v2 1/1] "

[PATCH v2 1/2] KVM: arm64: mixed-width check should be skipped for uninitialized vCPUs
 2022-02-09 12:04 UTC  (4+ messages)

[kvm-unit-tests PATCH v4 0/4] S390x: CPU Topology Information
 2022-02-09 11:37 UTC  (9+ messages)
` [kvm-unit-tests PATCH v4 1/4] s390x: lib: Add SCLP toplogy nested level
` [kvm-unit-tests PATCH v4 2/4] s390x: stsi: Define vm_is_kvm to be used in different tests
` [kvm-unit-tests PATCH v4 3/4] s390x: topology: Check the Perform Topology Function
` [kvm-unit-tests PATCH v4 4/4] s390x: topology: Checking Configuration Topology Information

[PATCH v5 0/3] KVM: x86: Provide per VM capability for disabling PMU virtualization
 2022-02-09 10:33 UTC  (4+ messages)
` [PATCH v5 1/3] "

[PATCH kvm-unit-tests v2] arm64: Fix compiling with ancient compiler
 2022-02-09 10:18 UTC  (2+ messages)

[PATCH] perf/amd: Implement errata #1292 workaround for F19h M00-0Fh
 2022-02-09 10:18 UTC  (8+ messages)
` [PATCH v2] perf/amd: Implement erratum "

[PATCH] KVM: x86/cpuid: Stop exposing unknown AMX Tile Palettes and accelerator units
 2022-02-09  9:29 UTC  (2+ messages)

[PATCH v5 0/2] Enable legacy LBR support for guest
 2022-02-09  9:14 UTC  (2+ messages)

[PATCH v2 0/6] KVM: x86/pmu: Count two basic events for emulated instructions
 2022-02-09  9:00 UTC  (4+ messages)
` [PATCH v2 2/6] KVM: x86/pmu: Refactoring find_arch_event() to pmc_perf_hw_id()

[PATCH v2 0/4] Improve KVM's interaction with CPU hotplug
 2022-02-09  7:59 UTC  (6+ messages)
` [PATCH v2 3/4] KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section
` [PATCH v2 4/4] KVM: Do compatibility checks on hotplugged CPUs

[PATCH v3 0/5] Improve KVM's interaction with CPU hotplug
 2022-02-09  7:41 UTC  (6+ messages)
` [PATCH v3 1/5] KVM: x86: Move check_processor_compatibility from init ops to runtime ops
` [PATCH v3 2/5] Partially revert "KVM: Pass kvm_init()'s opaque param to additional arch funcs"
` [PATCH v3 3/5] KVM: Provide more information in kernel log if hardware enabling fails
` [PATCH v3 4/5] KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section
` [PATCH v3 5/5] KVM: Do compatibility checks on hotplugged CPUs

[PATCH] KVM: x86: Fix emulation in writing cr8
 2022-02-09  6:24 UTC 

[RFC PATCH v4 00/26] KVM: arm64: Make CPU ID registers writable by userspace
 2022-02-09  4:51 UTC  (8+ messages)
` [RFC PATCH v4 02/26] KVM: arm64: Save ID registers' sanitized value per guest
` [RFC PATCH v4 23/26] KVM: arm64: Trap disabled features of ID_AA64MMFR1_EL1

[PATCH] KVM: x86: Yield to IPI target vCPU only if it is busy
 2022-02-09  4:16 UTC 

one question about your patch "vhost: log dirty page correctly"
 2022-02-09  4:21 UTC 

[PATCH V7 mlx5-next 00/15] Add mlx5 live migration driver and v2 migration protocol
 2022-02-09  2:39 UTC  (9+ messages)
` [PATCH V7 mlx5-next 08/15] vfio: Define device migration protocol v2
` [PATCH V7 mlx5-next 12/15] vfio/mlx5: Implement vfio_pci driver for mlx5 devices
` [PATCH V7 mlx5-next 14/15] vfio/mlx5: Use its own PCI reset_done error handler

[PATCH v2 0/7] VMX: nVMX: VMX control MSR fixes
 2022-02-09  1:50 UTC  (4+ messages)
` [PATCH v2 4/7] KVM: nVMX: Add a quirk for KVM tweaks to VMX control MSRs

[PATCH v3 00/30] KVM: s390: enable zPCI for interpretive execution
 2022-02-08 21:37 UTC  (9+ messages)
` [PATCH v3 24/30] vfio-pci/zdev: wire up group notifier

[PATCH v4 00/12] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-02-08 18:33 UTC  (8+ messages)
` [PATCH v4 02/12] mm/memfd: Introduce MFD_INACCESSIBLE flag
` [PATCH v4 04/12] mm/shmem: Support memfile_notifier

KVM/arm64: Guest ABI changes do not appear rollback-safe
 2022-02-08 17:48 UTC  (21+ messages)

[PATCH v2 0/5] kvm: selftests: aarch64: some fixes for vgic_irq
 2022-02-08 17:37 UTC  (2+ messages)

[PATCH v5 0/6] KVM: arm64: Emulate the OS Lock
 2022-02-08 17:37 UTC  (2+ messages)

[PATCH] KVM: arm64: Drop unused param from kvm_psci_version()
 2022-02-08 17:37 UTC  (2+ messages)

[PATCH v2 0/3] ARM64: Guest performance improvement during dirty
 2022-02-08 17:37 UTC  (2+ messages)

[PATCH] KVM: arm64: vgic: Read HW interrupt pending state from the HW
 2022-02-08 17:29 UTC  (2+ messages)

[PATCH v5 0/1] x86/test: Add a test for AMD SEV-ES #VC handling
 2022-02-08 16:26 UTC  (2+ messages)
` [PATCH v5 1/1] "

[RFC v4 0/8] vfio/hisilicon: add ACC live migration driver
 2022-02-08 16:01 UTC  (16+ messages)
` [RFC v4 1/8] crypto: hisilicon/qm: Move the QM header to include/linux
` [RFC v4 2/8] crypto: hisilicon/qm: Move few definitions to common header
` [RFC v4 3/8] hisi_acc_qm: Move PCI device IDs "
` [RFC v4 4/8] hisi_acc_vfio_pci: add new vfio_pci driver for HiSilicon ACC devices
` [RFC v4 5/8] hisi_acc_vfio_pci: Restrict access to VF dev BAR2 migration region
` [RFC v4 6/8] crypto: hisilicon/qm: Add helper to retrieve the PF qm data
` [RFC v4 7/8] hisi_acc_vfio_pci: Add support for VFIO live migration
` [RFC v4 8/8] hisi_acc_vfio_pci: Use its own PCI reset_done error handler

KVM call for agenda for 2022-02-22
 2022-02-08 15:07 UTC 

KVM call minutes for 2022-02-08
 2022-02-08 15:05 UTC 

[kvm-unit-tests PATCH v2 0/4] s390x: Attestation tests
 2022-02-08 14:57 UTC  (4+ messages)
` [kvm-unit-tests PATCH v2 3/4] s390x: uv-guest: remove duplicated checks

[PATCH v3 0/6] KVM: my debug patch queue
 2022-02-08 14:35 UTC  (8+ messages)
` [PATCH v3 2/6] KVM: x86: add force_intercept_exceptions_mask
` [PATCH v3 3/6] KVM: SVM: implement force_intercept_exceptions_mask

[PATCH 0/7] My set of KVM unit tests + fixes
 2022-02-08 12:21 UTC  (8+ messages)
` [PATCH 1/7] pmu_lbr: few fixes
` [PATCH 2/7] svm: Fix reg_corruption test, to avoid timer interrupt firing in later tests
` [PATCH 3/7] svm: NMI is an "exception" and not interrupt in x86 land
` [PATCH 4/7] svm: intercept shutdown in all svm tests by default
` [PATCH 5/7] svm: add SVM_BARE_VMRUN
` [PATCH 6/7] svm: add tests for LBR virtualization
` [PATCH 7/7] svm: add tests for case when L1 intercepts various hardware interrupts (an interrupt, SMI, NMI), but lets L2 control either EFLAG.IF or GIF

[PATCH v2] KVM: X86: Introduce vfio_intr_stat per-vm debugfs file
 2022-02-08 12:40 UTC 

[PATCH RESEND 00/30] My patch queue
 2022-02-08 12:45 UTC  (7+ messages)
` [PATCH RESEND 07/30] KVM: x86: nSVM: deal with L1 hypervisor that intercepts interrupts but lets L2 control them

[PATCH RFC 00/39] x86/KVM: Xen HVM guest support
 2022-02-08 12:36 UTC  (3+ messages)
` [PATCH RFC 15/39] KVM: x86/xen: handle PV spinlocks slowpath

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

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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox