kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-16 16:22:24 to 2022-01-18 11:44:48 UTC [more...]

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 v5 00/69] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2022-01-18 11:35 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 12/69] KVM: arm64: nv: Handle HCR_EL2.NV system register traps
` [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 00/10] selftests: Fix separate output directory builds
 2022-01-18 11:32 UTC  (12+ 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

[RFC PATCH 0/6] KVM: SVM: Defer page pinning for SEV guests
 2022-01-18 11:06 UTC  (7+ 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()

[PATCH v2 00/30] KVM: s390: enable zPCI for interpretive execution
 2022-01-18 11:05 UTC  (22+ messages)
` [PATCH v2 04/30] s390/sclp: detect the AISI facility
` [PATCH v2 05/30] s390/airq: pass more TPI info to airq handlers
` [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 v1 00/10] KVM: s390: Do storage key checking
 2022-01-18  9:52 UTC  (10+ 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

[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:37 UTC  (23+ messages)

[PATCH 1/2] platform: make platform_get_irq_optional() optional
 2022-01-18  9:32 UTC  (6+ 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)

[PATCH v2 0/4] KVM: x86: Partially allow KVM_SET_CPUID{,2} after KVM_RUN for CPU hotplug
 2022-01-18  8:40 UTC  (7+ 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

[kvm-unit-tests PATCH v3 0/4] S390x: CPU Topology Information
 2022-01-18  8:35 UTC  (13+ 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)

[PATCH v8 00/40] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-01-18  4:35 UTC  (8+ 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

[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  (3+ messages)

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

[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 0/5] kvm: fix latent guest entry/exit bugs
 2022-01-17 17:45 UTC  (8+ 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  (5+ 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)

[PATCH 0/6] Improve KVM's interaction with CPU hotplug
 2022-01-17 13:46 UTC  (9+ messages)
` [PATCH 5/6] KVM: x86: Remove WARN_ON in kvm_arch_check_processor_compat

[PATCH 2/2] KVM: x86: Forbid KVM_SET_CPUID{,2} after KVM_RUN
 2022-01-17 13:02 UTC  (14+ messages)

[PATCH] KVM: x86: Fix the #GP(0) and #UD conditions for XSETBV emulation
 2022-01-17 11:18 UTC  (4+ messages)

[kvm-unit-tests PATCH 0/5] s390x: Allocation and hosting environment detection fixes
 2022-01-17  9:39 UTC  (6+ messages)
` [kvm-unit-tests PATCH 2/5] s390x: css: Skip if we're not run by qemu
` [kvm-unit-tests PATCH 3/5] s390x: diag308: Only test subcode 2 under QEMU

[PATCH kvm/queue v2 0/3] KVM: x86/pmu: Fix out-of-date AMD amd_event_mapping[]
 2022-01-17  8:53 UTC  (4+ messages)
` [PATCH kvm/queue v2 1/3] KVM: x86/pmu: Replace pmu->available_event_types with a new BITMAP
` [PATCH kvm/queue v2 2/3] perf: x86/core: Add interface to query perfmon_event_map[] directly
` [PATCH kvm/queue v2 3/3] KVM: x86/pmu: Setup the {inte|amd}_event_mapping[] when hardware_setup

[PATCH] KVM: x86/svm: Add module param to control PMU virtualization
 2022-01-17  8:36 UTC  (5+ messages)

linux-next: manual merge of the kvm tree with the risc-v tree
 2022-01-17  8:22 UTC  (4+ messages)

[PATCH] KVM: x86/cpuid: Stop exposing unknown AMX Tile Palettes and accelerator units
 2022-01-17  6:59 UTC 

[PATCH] KVM: x86/pmu: Clear reserved bit PERF_CTL2[43] for AMD erratum 1292
 2022-01-17  5:57 UTC 

[PATCH][v3] KVM: x86: refine kvm_vcpu_is_preempted
 2022-01-17  5:37 UTC 

[PATCH v1 0/3] ARM64: Guest performance improvement during dirty
 2022-01-17  3:23 UTC  (4+ messages)
` [PATCH v1 2/3] KVM: arm64: Add fast path to handle permission relaxation during dirty logging

[PATCH v5 7/8] KVM: VMX: Update PID-pointer table entry when APIC ID is changed
 2022-01-17  3:17 UTC  (11+ messages)

[kvm:kvm-5.17-conflict 1/1] aarch64-linux-ar: arch/arm64/kvm/perf.o: No such file or directory
 2022-01-16 22:55 UTC 

[GIT PULL] First batch of KVM changes for Linux 5.17
 2022-01-16 16:22 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).