kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-14 20:33:36 to 2022-01-18 08:53:35 UTC [more...]

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

[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 1/2] platform: make platform_get_irq_optional() optional
 2022-01-18  8:25 UTC  (38+ messages)
                ` [PATCH] driver core: platform: Rename platform_get_irq_optional() to platform_get_irq_silent()

[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] KVM: x86: remove PMU FIXED_CTR3 from msrs_to_save_all
 2022-01-18  5:04 UTC  (3+ 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  (6+ 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  (10+ messages)
` [PATCH v2 1/4] KVM: x86/mmu: Fix write-protection of PTs mapped by "
` [PATCH v2 2/4] KVM: x86/mmu: Clear MMU-writable during changed_pte notifier
` [PATCH v2 3/4] KVM: x86/mmu: Document and enforce MMU-writable and Host-writable invariants
` [PATCH v2 4/4] KVM: x86/mmu: Improve TLB flush comment in kvm_mmu_slot_remove_write_access()

[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 v2 00/30] KVM: s390: enable zPCI for interpretive execution
 2022-01-17 17:38 UTC  (19+ 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 13/30] s390/pci: return status from zpci_refresh_trans
` [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 18/30] KVM: s390: pci: provide routines for enabling/disabling interpretation
` [PATCH v2 20/30] KVM: s390: pci: provide routines for enabling/disabling IOAT assist
` [PATCH v2 29/30] KVM: s390: introduce CPU feature for zPCI Interpretation
` [PATCH v2 30/30] MAINTAINERS: additional files related kvm s390 pci passthrough

[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 v5 00/69] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2022-01-17 17:14 UTC  (25+ 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 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  (14+ messages)
` [PATCH v2 1/9] Update linux headers
` [PATCH v2 2/9] target/s390x: add zpci-interp to cpu models
` [PATCH v2 3/9] fixup: force interp off for QEMU machine 6.2 and older
` [PATCH v2 4/9] s390x/pci: enable for load/store intepretation
` [PATCH v2 5/9] s390x/pci: don't fence interpreted devices without MSI-X
` [PATCH v2 6/9] s390x/pci: enable adapter event notification for interpreted devices
` [PATCH v2 7/9] s390x/pci: use I/O Address Translation assist when interpreting
` [PATCH v2 8/9] s390x/pci: use dtsm provided from vfio capabilities for interpreted devices
` [PATCH v2 9/9] s390x/pci: let intercept devices have separate PCI groups

[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 1/2] platform: make platform_get_irq_optional() optional
 2022-01-17 11:57 UTC  (4+ messages)
  ` [PATCH 1/2] platform: make platform_get_irq_optional() optional (summary)

[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)

[PATCH v3 0/6] KVM: x86/pmu: Use binary search to check filtered events
 2022-01-15  5:24 UTC  (7+ messages)
` [PATCH v3 1/6] "
` [PATCH v3 2/6] selftests: kvm/x86: Parameterize the CPUID vendor string check
` [PATCH v3 3/6] selftests: kvm/x86: Introduce is_amd_cpu()
` [PATCH v3 4/6] selftests: kvm/x86: Export x86_family() for use outside of processor.c
` [PATCH v3 5/6] selftests: kvm/x86: Introduce x86_model()
` [PATCH v3 6/6] selftests: kvm/x86: Add test for KVM_SET_PMU_EVENT_FILTER

[PATCH v2 0/6] KVM: x86/pmu: Use binary search to check filtered events
 2022-01-15  5:01 UTC  (4+ messages)
` [PATCH v2 6/6] selftests: kvm/x86: Add test for KVM_SET_PMU_EVENT_FILTER

[PATCH] KVM: x86: enhance the readability of function pic_intack()
 2022-01-15  0:46 UTC  (2+ messages)

[PATCH v17 00/15] s390/vfio-ap: dynamic configuration support
 2022-01-15  0:31 UTC  (11+ messages)
` [PATCH v17 06/15] s390/vfio-ap: refresh guest's APCB by filtering APQNs assigned to mdev
` [PATCH v17 08/15] s390/vfio-ap: keep track of active guests

[RFC PATCH v3 00/11] KVM: arm64: Add support for hypercall services selection
 2022-01-14 21:51 UTC  (12+ messages)
` [RFC PATCH v3 01/11] KVM: Capture VM start


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).