kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-18 11:44:48 to 2022-01-19 17:08:29 UTC [more...]

[PATCH v2 00/30] KVM: s390: enable zPCI for interpretive execution
 2022-01-19 17:10 UTC  (35+ messages)
` [PATCH v2 06/30] s390/airq: allow for airq structure that uses an input vector
` [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 21/30] KVM: s390: pci: handle refresh of PCI translations
` [PATCH v2 22/30] KVM: s390: intercept the rpcit instruction
` [PATCH v2 23/30] vfio/pci: re-introduce CONFIG_VFIO_PCI_ZDEV
` [PATCH v2 24/30] vfio-pci/zdev: wire up group notifier
` [PATCH v2 26/30] vfio-pci/zdev: wire up zPCI adapter interrupt forwarding support
` [PATCH v2 27/30] vfio-pci/zdev: wire up zPCI IOAT assist support
` [PATCH v2 28/30] vfio-pci/zdev: add DTSM to clp group capability
` [PATCH v2 29/30] KVM: s390: introduce CPU feature for zPCI Interpretation

[PATCH RFC] vfio: Revise and update the migration uAPI description
 2022-01-19 17:02 UTC  (14+ messages)

[kvm-unit-tests PATCH v2 0/4] Add additional testing for routing L2 exceptions
 2022-01-19 16:57 UTC  (4+ messages)
` [kvm-unit-tests PATCH v2 3/4] x86: Add a test framework for nested_vmx_reflect_vmexit() testing

[kvm-unit-tests PATCH v3 0/3] Add additional testing for routing L2 exceptions
 2022-01-19 16:45 UTC  (4+ messages)
` [kvm-unit-tests PATCH v3 1/3] x86: Make exception_mnemonic() visible to the tests
` [kvm-unit-tests PATCH v3 2/3] x86: Add support for running a nested guest multiple times in one test
` [kvm-unit-tests PATCH v3 3/3] x86: Add test coverage for nested_vmx_reflect_vmexit() testing

[PATCH 1/2] platform: make platform_get_irq_optional() optional
 2022-01-19 16:12 UTC  (14+ messages)

[PATCH 1/2] platform: make platform_get_irq_optional() optional
 2022-01-19 15:50 UTC  (10+ messages)
  ` [PATCH 1/2] platform: make platform_get_irq_optional() optional (summary)

[PATCH 1/2] platform: make platform_get_irq_optional() optional
 2022-01-19 15:34 UTC  (14+ messages)

[PATCH] KVM: x86/xcr0: Don't make XFEATURE_MASK_SSE a mandatory bit setting
 2022-01-19 15:23 UTC  (2+ messages)

[PATCH v16] qapi: introduce 'x-query-x86-cpuid' QMP command
 2022-01-19 14:37 UTC  (2+ messages)

[PATCH] selftests: kvm/x86: Fix the warning in lib/x86_64/processor.c
 2022-01-19 14:03 UTC 

[PATCH] selftests: kvm/x86: Fix the warning in pmu_event_filter_test.c
 2022-01-19 13:39 UTC 

[PATCH v1] KVM: X86: Introduce vfio_intr_stat per-vm debugfs file
 2022-01-19 13:14 UTC 

[RFC PATCH v1 00/10] KVM: s390: Do storage key checking
 2022-01-19 13:17 UTC  (12+ messages)
` [RFC PATCH v1 02/10] KVM: s390: Honor storage keys when accessing guest memory
` [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 09/10] KVM: s390: Add capability for storage key extension of MEM_OP IOCTL

[PATCH] KVM: x86: Fix spelling mistake "Unfortuately" -> "Unfortunately"
 2022-01-19 13:13 UTC 

[PATCH v8 00/40] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-01-19 12:55 UTC  (18+ messages)
` [PATCH v8 29/40] x86/compressed/64: add support for SEV-SNP CPUID table in #VC handlers
` [PATCH v8 31/40] x86/compressed: add SEV-SNP feature detection/setup

[PATCH v1] KVM: X86: Introduce vfio_intr_stat per-vm debugfs file
 2022-01-19 11:50 UTC 

linux-next: Fixes tag needs some work in the kvm tree
 2022-01-19 11:49 UTC 

[RFC PATCH 0/6] KVM: SVM: Defer page pinning for SEV guests
 2022-01-19 11:35 UTC  (6+ messages)
` [RFC PATCH 6/6] KVM: SVM: Pin SEV pages in MMU during sev_launch_update_data()

[RFC PATCH v3 00/11] KVM: arm64: Add support for hypercall services selection
 2022-01-19 10:21 UTC  (18+ messages)
` [RFC PATCH v3 01/11] KVM: Capture VM start
` [RFC PATCH v3 04/11] KVM: arm64: Setup a framework for hypercall bitmap firmware registers

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

[PATCH v3 0/4] KVM: x86: Partially allow KVM_SET_CPUID{,2} after KVM_RUN for CPU hotplug
 2022-01-19 10:02 UTC  (7+ 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 00/10] selftests: Fix separate output directory builds
 2022-01-19  8:22 UTC  (7+ messages)
` [PATCH 06/10] selftests: landlock: Add the uapi headers include variable
` [PATCH 08/10] selftests: mptcp: "

[PATCH v6 0/6] x86/xen: Add in-kernel Xen event channel delivery
 2022-01-19  8:14 UTC  (9+ messages)

[PATCH v2 0/4] KVM: x86: Partially allow KVM_SET_CPUID{,2} after KVM_RUN for CPU hotplug
 2022-01-19  7:59 UTC  (11+ messages)
` [PATCH v2 2/4] KVM: x86: Partially allow KVM_SET_CPUID{,2} after KVM_RUN

[PATCH v5 0/8] IPI virtualization support for VM
 2022-01-19  7:55 UTC  (15+ 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] KVM: x86: Update the states size cpuid even if XCR0/IA32_XSS is reset
 2022-01-19  7:25 UTC  (3+ messages)

[PATCH v2] KVM: LAPIC: Enable timer posted-interrupt when mwait/hlt is advertised
 2022-01-19  7:12 UTC  (2+ messages)

[PATCH v2] KVM: VMX: Dont' send posted IRQ if vCPU == this vCPU and vCPU is IN_GUEST_MODE
 2022-01-19  7:11 UTC  (2+ messages)

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

PMU virtualization and AMD erratum 1292
 2022-01-19  4:36 UTC  (8+ messages)

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

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

[PATCH v2] KVM: Move VM's worker kthreads back to the original cgroups before exiting
 2022-01-18 20:39 UTC  (6+ messages)

[PATCH KVM 0/3] nSVM: Fix PAT in VMCB02 and check PAT in VMCB12
 2022-01-18 19:14 UTC  (4+ messages)
` [PATCH KVM 1/3] "
` [PATCH kvm-unit-tests 2/3] SVM: Add a helpter function for checking if PAT is supported by the VCPU
` [PATCH kvm-unit-tests 3/3] nSVM: Test G_PAT fields

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

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

[PATCH v2 0/4] KVM: x86/mmu: Fix write-protection bug in the TDP MMU
 2022-01-18 17:45 UTC  (7+ messages)
` [PATCH v2 3/4] KVM: x86/mmu: Document and enforce MMU-writable and Host-writable invariants

[RFC 00/16] padata, vfio, sched: Multithreaded VFIO page pinning
 2022-01-18 17:40 UTC  (6+ messages)
` [RFC 15/16] sched/fair: Account kthread runtime debt for CFS bandwidth

[RE]: [PATCH v3 10/10] vfio/ccw: Move the lifecycle of the struct vfio_ccw_private to the mdev
 2022-01-18 17:33 UTC  (7+ messages)

[kvm-unit-tests PATCH v2 00/10] x86_64 UEFI set up process refactor and scripts fixes
 2022-01-18 17:29 UTC  (5+ messages)
` [kvm-unit-tests PATCH v2 10/10] x86 UEFI: Make _NO_FILE_4Uhere_ work w/ BOOTX64.EFI

[PATCH v5 0/6] target/arm: Reduced-IPA space and highmem fixes
 2022-01-18 17:17 UTC  (10+ 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

[kvm-unit-tests PATCH v3 0/4] S390x: CPU Topology Information
 2022-01-18 17:07 UTC  (6+ messages)
` [kvm-unit-tests PATCH v3 2/4] s390x: stsi: Define vm_is_kvm to be used in different tests

[PATCH v5 00/69] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2022-01-18 16:36 UTC  (18+ messages)
` [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 13/69] KVM: arm64: nv: Reset VMPIDR_EL2 and VPIDR_EL2 to sane values
` [PATCH v5 14/69] KVM: arm64: nv: Support virtual EL2 exceptions
` [PATCH v5 15/69] KVM: arm64: nv: Inject HVC exceptions to the virtual EL2
` [PATCH v5 16/69] KVM: arm64: nv: Handle trapped ERET from "
` [PATCH v5 67/69] KVM: arm64: nv: Enable ARMv8.4-NV support

[PATCH] KVM: VMX: switch wakeup_vcpus_on_cpu_lock to raw spinlock
 2022-01-18 16:24 UTC  (3+ messages)

[kvm-unit-tests] Permitted license for new library
 2022-01-18 16:20 UTC  (2+ 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 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)

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


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