kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-17 15:05:56 to 2022-01-18 15:46:15 UTC [more...]

[PATCH v5 00/69] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2022-01-18 15:45 UTC  (31+ messages)
` [PATCH v5 01/69] KVM: arm64: Save PSTATE early on exit
` [PATCH v5 02/69] KVM: arm64: Move pkvm's special 32bit handling into a generic infrastructure
` [PATCH v5 03/69] KVM: arm64: Add minimal handling for the ARMv8.7 PMU
` [PATCH v5 04/69] KVM: arm64: Rework kvm_pgtable initialisation
` [PATCH v5 05/69] KVM: arm64: Allow preservation of the S2 SW bits
` [PATCH v5 07/69] KVM: arm64: nv: Introduce nested virtualization VCPU feature
` [PATCH v5 08/69] KVM: arm64: nv: Reset VCPU to EL2 registers if VCPU nested virt is set
` [PATCH v5 09/69] KVM: arm64: nv: Allow userspace to set PSR_MODE_EL2x
` [PATCH v5 10/69] KVM: arm64: nv: Add EL2 system registers to vcpu context
` [PATCH v5 11/69] KVM: arm64: nv: Add nested virt VCPU primitives for vEL2 VCPU state
` [PATCH v5 14/69] KVM: arm64: nv: Support virtual EL2 exceptions
` [PATCH v5 38/69] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures
` [PATCH v5 44/69] KVM: arm64: nv: Set a handler for the system instruction traps
` [PATCH v5 58/69] KVM: arm64: nv: Add handling of ARMv8.4-TTL TLB invalidation
` [PATCH v5 67/69] KVM: arm64: nv: Enable ARMv8.4-NV support

[PATCH 0/5] kvm: fix latent guest entry/exit bugs
 2022-01-18 15:43 UTC  (19+ messages)
` [PATCH 1/5] kvm: add exit_to_guest_mode() and enter_from_guest_mode()

[RFC PATCH 0/6] KVM: SVM: Defer page pinning for SEV guests
 2022-01-18 15:00 UTC  (8+ messages)
` [RFC PATCH 1/6] KVM: x86/mmu: Add hook to pin PFNs on demand in MMU
` [RFC PATCH 2/6] KVM: SVM: Add pinning metadata in the arch memslot
` [RFC PATCH 3/6] KVM: SVM: Implement demand page pinning
` [RFC PATCH 4/6] KVM: x86/mmu: Introduce kvm_mmu_map_tdp_page() for use by SEV/TDX
` [RFC PATCH 5/6] KVM: SEV: Carve out routine for allocation of pages
` [RFC PATCH 6/6] KVM: SVM: Pin SEV pages in MMU during sev_launch_update_data()

[RFC PATCH v1 00/10] KVM: s390: Do storage key checking
 2022-01-18 15:12 UTC  (13+ messages)
` [RFC PATCH v1 02/10] KVM: s390: Honor storage keys when accessing guest memory
` [RFC PATCH v1 03/10] KVM: s390: handle_tprot: Honor storage keys
` [RFC PATCH v1 04/10] KVM: s390: selftests: Test TEST PROTECTION emulation
` [RFC PATCH v1 05/10] KVM: s390: Add optional storage key checking to MEMOP IOCTL
` [RFC PATCH v1 06/10] KVM: s390: Add vm IOCTL for key checked guest absolute memory access
` [RFC PATCH v1 07/10] KVM: s390: Rename existing vcpu memop functions
` [RFC PATCH v1 08/10] KVM: s390: selftests: Test memops with storage keys
` [RFC PATCH v1 09/10] KVM: s390: Add capability for storage key extension of MEM_OP IOCTL
` [RFC PATCH v1 10/10] KVM: s390: selftests: Make use of capability in MEM_OP test

[PATCH v8 00/40] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-01-18 14:37 UTC  (12+ messages)
` [PATCH v8 29/40] x86/compressed/64: add support for SEV-SNP CPUID table in #VC handlers
` [PATCH v8 30/40] x86/boot: add a pointer to Confidential Computing blob in bootparams

[PATCH v2 0/4] KVM: x86: Partially allow KVM_SET_CPUID{,2} after KVM_RUN for CPU hotplug
 2022-01-18 14:37 UTC  (9+ messages)
` [PATCH v2 1/4] KVM: x86: Do runtime CPUID update before updating vcpu->arch.cpuid_entries
` [PATCH v2 2/4] KVM: x86: Partially allow KVM_SET_CPUID{,2} after KVM_RUN
` [PATCH v2 3/4] KVM: selftests: Rename 'get_cpuid_test' to 'cpuid_test'
` [PATCH v2 4/4] KVM: selftests: Test KVM_SET_CPUID2 after KVM_RUN

[PATCH 1/2] platform: make platform_get_irq_optional() optional
 2022-01-18 14:29 UTC  (17+ messages)

[kvm-unit-tests PATCH] scripts/arch-run: Mark migration tests as SKIP if ncat is not available
 2022-01-18 14:24 UTC  (2+ messages)

[PATCH v3 0/5] KVM: nVMX: Fix Windows 11 + WSL2 + Enlightened VMCS
 2022-01-18 14:22 UTC  (2+ messages)

[PATCH v3 0/4] KVM: x86: Partially allow KVM_SET_CPUID{,2} after KVM_RUN for CPU hotplug
 2022-01-18 14:18 UTC  (5+ messages)
` [PATCH v3 1/4] KVM: x86: Do runtime CPUID update before updating vcpu->arch.cpuid_entries
` [PATCH v3 2/4] KVM: x86: Partially allow KVM_SET_CPUID{,2} after KVM_RUN
` [PATCH v3 3/4] KVM: selftests: Rename 'get_cpuid_test' to 'cpuid_test'
` [PATCH v3 4/4] KVM: selftests: Test KVM_SET_CPUID2 after KVM_RUN

[PATCH RFC] vfio: Revise and update the migration uAPI description
 2022-01-18 14:04 UTC  (2+ messages)

[PATCH 0/2] kvm selftest cleanup
 2022-01-18 14:01 UTC  (3+ messages)
` [PATCH 1/2] kvm: selftests: Sync KVM_CAP_XSAVE2 from linux header
` [PATCH 2/2] kvm: selftests: Use tabs to replace spaces

[PATCH v5 0/6] target/arm: Reduced-IPA space and highmem fixes
 2022-01-18 13:52 UTC  (9+ messages)
` [PATCH v5 1/6] hw/arm/virt: Add a control for the the highmem PCIe MMIO
` [PATCH v5 2/6] hw/arm/virt: Add a control for the the highmem redistributors
` [PATCH v5 4/6] hw/arm/virt: Use the PA range to compute the memory map
` [PATCH v5 5/6] hw/arm/virt: Disable highmem devices that don't fit in the PA range

[PATCH v4 00/12] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-01-18 13:21 UTC  (13+ messages)
` [PATCH v4 01/12] mm/shmem: Introduce F_SEAL_INACCESSIBLE
` [PATCH v4 02/12] mm/memfd: Introduce MFD_INACCESSIBLE flag
` [PATCH v4 03/12] mm: Introduce memfile_notifier
` [PATCH v4 04/12] mm/shmem: Support memfile_notifier
` [PATCH v4 05/12] KVM: Extend the memslot to support fd-based private memory
` [PATCH v4 06/12] KVM: Use kvm_userspace_memory_region_ext
` [PATCH v4 07/12] KVM: Add KVM_EXIT_MEMORY_ERROR exit
` [PATCH v4 08/12] KVM: Use memfile_pfn_ops to obtain pfn for private pages
` [PATCH v4 09/12] KVM: Handle page fault for private memory
` [PATCH v4 10/12] KVM: Register private memslot to memory backing store
` [PATCH v4 11/12] KVM: Zap existing KVM mappings when pages changed in the private fd
` [PATCH v4 12/12] KVM: Expose KVM_MEM_PRIVATE

[PATCH] selftests: kvm: add amx_test to .gitignore
 2022-01-18 13:23 UTC  (2+ messages)

[PATCH 00/10] selftests: Fix separate output directory builds
 2022-01-18 13:18 UTC  (14+ messages)
` [PATCH 01/10] selftests: set the BUILD variable to absolute path
` [PATCH 02/10] selftests: Add and export a kernel uapi headers path
` [PATCH 03/10] selftests: Correct the headers install path
` [PATCH 04/10] selftests: futex: Add the uapi headers include variable
` [PATCH 05/10] selftests: kvm: "
` [PATCH 06/10] selftests: landlock: "
` [PATCH 07/10] selftests: net: "
` [PATCH 08/10] selftests: mptcp: "
` [PATCH 09/10] selftests: vm: "
` [PATCH 10/10] selftests: vm: remove dependecy from internal kernel macros

KVM: Warn if mark_page_dirty() is called without an active vCPU
 2022-01-18 11:44 UTC  (6+ messages)
` [PATCH] KVM: avoid warning on s390 in mark_page_dirty

[kvm-unit-tests PATCH 0/3] Add L2 exception handling KVM unit tests for nSVM
 2022-01-18 11:38 UTC  (5+ messages)

[PATCH v2 00/30] KVM: s390: enable zPCI for interpretive execution
 2022-01-18 11:05 UTC  (17+ messages)
` [PATCH v2 06/30] s390/airq: allow for airq structure that uses an input vector
` [PATCH v2 07/30] s390/pci: externalize the SIC operation controls and routine
` [PATCH v2 09/30] s390/pci: export some routines related to RPCIT processing
` [PATCH v2 11/30] s390/pci: add helper function to find device by handle
` [PATCH v2 12/30] s390/pci: get SHM information from list pci
` [PATCH v2 14/30] KVM: s390: pci: add basic kvm_zdev structure
` [PATCH v2 16/30] KVM: s390: pci: enable host forwarding of Adapter Event Notifications
` [PATCH v2 22/30] KVM: s390: intercept the rpcit instruction

[PATCH] KVM: VMX: switch wakeup_vcpus_on_cpu_lock to raw spinlock
 2022-01-18  9:56 UTC  (2+ messages)

[RFC PATCH 0/6] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-01-18  9:41 UTC  (3+ messages)
` [RFC PATCH 10/13] softmmu/physmem: Add private memory address space

[PATCH 1/2] platform: make platform_get_irq_optional() optional
 2022-01-18  9:32 UTC  (5+ messages)
  ` [PATCH 1/2] platform: make platform_get_irq_optional() optional (summary)

[PATCH 0/2] KVM: VMX: Fix and test for emulation + exception
 2022-01-18  9:25 UTC  (2+ messages)

[PATCH stable] KVM: x86: remove PMU FIXED_CTR3 from msrs_to_save_all
 2022-01-18  9:19 UTC  (2+ messages)

[PATCH v2 0/6] KVM: x86/pmu: Use binary search to check filtered events
 2022-01-18  9:15 UTC  (2+ messages)

[PATCH] KVM: x86: remove PMU FIXED_CTR3 from msrs_to_save_all
 2022-01-18  9:11 UTC  (4+ messages)

[PATCH] kvm: selftests: conditionally build vm_xsave_req_perm()
 2022-01-18  8:43 UTC  (3+ messages)

[PATCH] KVM: x86/cpuid: Clear XFD for component i if the base feature is missing
 2022-01-18  8:42 UTC  (4+ messages)

[kvm-unit-tests PATCH v3 0/4] S390x: CPU Topology Information
 2022-01-18  8:35 UTC  (11+ messages)
` [kvm-unit-tests PATCH v3 2/4] s390x: stsi: Define vm_is_kvm to be used in different tests
` [kvm-unit-tests PATCH v3 3/4] s390x: topology: Check the Perform Topology Function
` [kvm-unit-tests PATCH v3 4/4] s390x: topology: Checking Configuration Topology Information

[GIT PULL v2] virtio,vdpa,qemu_fw_cfg: features, cleanups, fixes
 2022-01-18  8:29 UTC  (2+ messages)

[PATCH v2 0/4] Improve KVM's interaction with CPU hotplug
 2022-01-18  6:44 UTC  (5+ messages)
` [PATCH v2 1/4] KVM: x86: Move check_processor_compatibility from init ops to runtime ops
` [PATCH v2 2/4] Partially revert "KVM: Pass kvm_init()'s opaque param to additional arch funcs"
` [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

PMU virtualization and AMD erratum 1292
 2022-01-18  6:25 UTC  (5+ messages)

[RFC PATCH v4 00/26] KVM: arm64: Make CPU ID registers writable by userspace
 2022-01-18  4:24 UTC  (2+ messages)

[PATCH v2 1/2] KVM: arm64: mixed-width check should be skipped for uninitialized vCPUs
 2022-01-18  4:19 UTC  (2+ messages)
` [PATCH v2 2/2] KVM: arm64: selftests: Introduce vcpu_width_config

[RFC 0/3] vdpa: add two ioctl commands to support generic vDPA
 2022-01-18  3:09 UTC  (7+ messages)
` [RFC 1/3] vdpa: support exposing the config size to userspace
` [RFC 2/3] vdpa: support exposing the count of vqs "
` [RFC 3/3] vdpasim_net: control virtqueue support

[REGRESSION] Too-low frequency limit for AMD GPU PCI-passed-through to Windows VM
 2022-01-18  3:14 UTC  (2+ messages)

[PATCH v5 0/8] IPI virtualization support for VM
 2022-01-18  3:06 UTC  (8+ messages)
` [PATCH v5 5/8] KVM: x86: Support interrupt dispatch in x2APIC mode with APIC-write VM exit

[PATCH v6 00/21] AMX support for KVM
 2022-01-18  2:06 UTC  (4+ messages)
` [PATCH v6 19/21] kvm: selftests: Add support for KVM_CAP_XSAVE2

[PATCH v2 0/3] ARM64: Guest performance improvement during dirty
 2022-01-18  1:57 UTC  (4+ messages)
` [PATCH v2 1/3] KVM: arm64: Use read/write spin lock for MMU protection
` [PATCH v2 2/3] KVM: arm64: Add fast path to handle permission relaxation during dirty logging
` [PATCH v2 3/3] KVM: selftests: Add vgic initialization for dirty log perf test for ARM

[PATCH v5 00/13] Add riscv kvm accel support
 2022-01-17 22:48 UTC  (2+ messages)

[GIT PULL] virtio,vdpa,qemu_fw_cfg: features, cleanups, fixes
 2022-01-17 22:31 UTC  (2+ messages)

[PATCH kvmtool 0/5] kvmtool: Fix few found bugs
 2022-01-17 22:12 UTC  (6+ messages)
` [PATCH kvmtool 1/5] virtio: Sanitize config accesses
` [PATCH kvmtool 2/5] virtio: Check for overflows in QUEUE_NOTIFY and QUEUE_SEL
` [PATCH kvmtool 3/5] virtio/net: Warn if virtio_net is implicitly enabled
` [PATCH kvmtool 4/5] Makefile: Mark stack as not executable
` [PATCH kvmtool 5/5] mmio: Sanitize addr and len

[PATCH v2 0/4] KVM: x86/mmu: Fix write-protection bug in the TDP MMU
 2022-01-17 17:59 UTC  (2+ messages)

[PATCH] KVM: x86: Making the module parameter of vPMU more common
 2022-01-17 17:57 UTC  (2+ messages)

[kvm-unit-tests PATCH] ACPI: fix ACPI RSDP located before 0xF0000 is not found
 2022-01-17 17:52 UTC  (2+ messages)

[PATCH v3] x86: Assign a canonical address before execute invpcid
 2022-01-17 17:34 UTC  (2+ messages)

[PATCH] KVM: x86: Update the states size cpuid even if XCR0/IA32_XSS is reset
 2022-01-17 17:32 UTC  (2+ messages)

[PATCH 1/2] KVM: SVM: avoid infinite loop on NPF from bad address
 2022-01-17 17:09 UTC  (4+ messages)
` Query about calling kvm_vcpu_gfn_to_memslot() with a GVA (Re: "

[kvm-unit-tests GIT PULL 00/13] s390x update 2022-01-17
 2022-01-17 16:59 UTC  (14+ messages)
` [kvm-unit-tests GIT PULL 01/13] s390x: snippets: mvpg-snippet: Remove unneeded includes
` [kvm-unit-tests GIT PULL 02/13] lib: s390x: sie: Add sca allocation and freeing
` [kvm-unit-tests GIT PULL 03/13] s390x: sie: Add PV fields to SIE control block
` [kvm-unit-tests GIT PULL 04/13] s390x: sie: Add UV information into VM struct
` [kvm-unit-tests GIT PULL 05/13] s390x: uv: Add more UV call functions
` [kvm-unit-tests GIT PULL 06/13] s390x: lib: Extend UV library with PV guest management
` [kvm-unit-tests GIT PULL 07/13] lib: s390: sie: Add PV guest register handling
` [kvm-unit-tests GIT PULL 08/13] s390x: snippets: Add PV support
` [kvm-unit-tests GIT PULL 09/13] lib: s390x: Introduce snippet helpers
` [kvm-unit-tests GIT PULL 10/13] s390x: mvpg-sie: Use "
` [kvm-unit-tests GIT PULL 11/13] s390x: sie: Add PV diag test
` [kvm-unit-tests GIT PULL 12/13] s390x: smp: Allocate memory in DMA31 space
` [kvm-unit-tests GIT PULL 13/13] s390x: firq: Fix sclp buffer allocation

[PATCH v2 0/9] s390x/pci: zPCI interpretation support
 2022-01-17 15:38 UTC  (4+ messages)
` [PATCH v2 4/9] s390x/pci: enable for load/store intepretation

[RE]: [PATCH v3 10/10] vfio/ccw: Move the lifecycle of the struct vfio_ccw_private to the mdev
 2022-01-17 15:35 UTC  (6+ 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).