kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-18 16:51:35 to 2022-01-20 00:46:11 UTC [more...]

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

[PATCH] KVM: selftests: Re-enable access_tracking_perf_test
 2022-01-20  0:38 UTC 

[kvm-unit-tests PATCH 0/7] x86/debug: More single-step #DB tests
 2022-01-20  0:29 UTC  (8+ messages)
` [kvm-unit-tests PATCH 1/7] bitops: Include stdbool.h and stddef.h as necessary
` [kvm-unit-tests PATCH 2/7] x86/debug: Add framework for single-step #DB tests
` [kvm-unit-tests PATCH 3/7] x86/debug: Test OUT instead of RDMSR for single-step #DB emulation test
` [kvm-unit-tests PATCH 4/7] x86/debug: Run single-step #DB tests in usermode (and kernel mode)
` [kvm-unit-tests PATCH 5/7] x86: Overhaul definitions for DR6 and DR7 bits
` [kvm-unit-tests PATCH 6/7] x86/debug: Add single-step #DB + STI/MOVSS blocking tests
` [kvm-unit-tests PATCH 7/7] x86/debug: Explicitly write DR6 in the H/W watchpoint + DR6.BS sub-test

[RFC PATCH v3 00/11] KVM: arm64: Add support for hypercall services selection
 2022-01-20  0:27 UTC  (19+ 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 RFC] vfio: Revise and update the migration uAPI description
 2022-01-20  0:19 UTC  (14+ messages)

[PATCH] KVM: VMX: Set vmcs.PENDING_DBG.BS on #DB in STI/MOVSS blocking shadow
 2022-01-20  0:11 UTC  (2+ messages)

[PATCH v2 00/18] KVM: x86/mmu: Eager Page Splitting for the TDP MMU
 2022-01-19 23:07 UTC  (19+ messages)
` [PATCH v2 01/18] KVM: x86/mmu: Rename rmap_write_protect() to kvm_vcpu_write_protect_gfn()
` [PATCH v2 02/18] KVM: x86/mmu: Rename __rmap_write_protect() to rmap_write_protect()
` [PATCH v2 03/18] KVM: x86/mmu: Automatically update iter->old_spte if cmpxchg fails
` [PATCH v2 04/18] KVM: x86/mmu: Change tdp_mmu_{set,zap}_spte_atomic() to return 0/-EBUSY
` [PATCH v2 05/18] KVM: x86/mmu: Rename TDP MMU functions that handle shadow pages
` [PATCH v2 06/18] KVM: x86/mmu: Rename handle_removed_tdp_mmu_page() to handle_removed_pt()
` [PATCH v2 07/18] KVM: x86/mmu: Consolidate logic to atomically install a new TDP MMU page table
` [PATCH v2 08/18] KVM: x86/mmu: Remove unnecessary warnings from restore_acc_track_spte()
` [PATCH v2 09/18] KVM: x86/mmu: Drop new_spte local variable "
` [PATCH v2 10/18] KVM: x86/mmu: Move restore_acc_track_spte() to spte.h
` [PATCH v2 11/18] KVM: x86/mmu: Refactor TDP MMU iterators to take kvm_mmu_page root
` [PATCH v2 12/18] KVM: x86/mmu: Remove redundant role overrides for TDP MMU shadow pages
` [PATCH v2 13/18] KVM: x86/mmu: Derive page role for TDP MMU shadow pages from parent
` [PATCH v2 14/18] KVM: x86/mmu: Separate TDP MMU shadow page allocation and initialization
` [PATCH v2 15/18] KVM: x86/mmu: Split huge pages mapped by the TDP MMU when dirty logging is enabled
` [PATCH v2 16/18] KVM: x86/mmu: Split huge pages mapped by the TDP MMU during KVM_CLEAR_DIRTY_LOG
` [PATCH v2 17/18] KVM: x86/mmu: Add tracepoint for splitting huge pages
` [PATCH v2 18/18] KVM: selftests: Add an option to disable MANUAL_PROTECT_ENABLE and INITIALLY_SET

[PATCH V2 00/10] selftests: Fix separate output directory builds
 2022-01-19 22:35 UTC  (12+ 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

linux-next: manual merge of the kvm-fixes tree with Linus' tree
 2022-01-19 22:25 UTC 

[PATCH 1/2] platform: make platform_get_irq_optional() optional
 2022-01-19 20:55 UTC  (33+ messages)
              ` [PATCH] driver core: platform: Rename platform_get_irq_optional() to platform_get_irq_silent()

[PATCH v2 00/30] KVM: s390: enable zPCI for interpretive execution
 2022-01-19 20:19 UTC  (44+ messages)
` [PATCH v2 06/30] s390/airq: allow for airq structure that uses an input vector
` [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 15/30] KVM: s390: pci: do initial setup for AEN interpretation
` [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

[RFC PATCH v1 00/10] KVM: s390: Do storage key checking
 2022-01-19 19:27 UTC  (8+ messages)
` [RFC PATCH v1 02/10] KVM: s390: Honor storage keys when accessing guest memory
` [RFC PATCH v1 06/10] KVM: s390: Add vm IOCTL for key checked guest absolute memory access

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

[PATCH v2] KVM: Move VM's worker kthreads back to the original cgroups before exiting
 2022-01-19 19:05 UTC  (10+ messages)

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

[PATCH] selftests: kvm/x86: Fix the warning in lib/x86_64/processor.c
 2022-01-19 18:37 UTC  (2+ messages)

[PATCH] selftests: kvm/x86: Fix the warning in pmu_event_filter_test.c
 2022-01-19 18:37 UTC  (2+ messages)

[PATCH 0/2] kvm selftest cleanup
 2022-01-19 18:35 UTC  (5+ messages)
` [PATCH 1/2] kvm: selftests: Sync KVM_CAP_XSAVE2 from linux header

[PATCH] kvm: selftests: Do not indent with spaces
 2022-01-19 18:34 UTC 

[PATCH] kvm: selftests: sync uapi/linux/kvm.h with Linux header
 2022-01-19 18:30 UTC 

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

[PATCH 1/3] Provide VM capability to disable PMU virtualization for individual VMs
 2022-01-19 18:28 UTC  (3+ messages)
` [PATCH 2/3] Verify that the PMU event filter works as expected
` [PATCH 3/3] Verify KVM_CAP_ENABLE_PMU in kvm pmu_event_filter_test selftest

[GIT PULL] VFIO updates for v5.17-rc1
 2022-01-19 18:11 UTC 

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

[PATCH v3 0/4] KVM: x86: Partially allow KVM_SET_CPUID{,2} after KVM_RUN for CPU hotplug
 2022-01-19 17:40 UTC  (5+ messages)
` [PATCH v3 2/4] KVM: x86: Partially allow KVM_SET_CPUID{,2} after KVM_RUN

[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] 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 v1] KVM: X86: Introduce vfio_intr_stat per-vm debugfs file
 2022-01-19 13:14 UTC 

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

[PATCH v8 29/40] x86/compressed/64: add support for SEV-SNP CPUID table in #VC handlers
 2022-01-19 11:17 UTC  (15+ messages)

[PATCH 00/10] selftests: Fix separate output directory builds
 2022-01-19  8:22 UTC  (4+ messages)
` [PATCH 08/10] selftests: mptcp: Add the uapi headers include variable

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

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

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

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

[PATCH v5 0/6] target/arm: Reduced-IPA space and highmem fixes
 2022-01-18 17:17 UTC  (2+ messages)

[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


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