kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-12 08:59:16 to 2021-08-14 07:22:30 UTC [more...]

[v2 PATCH 0/4] x86/kvm: Virtual suspend time injection support
 2021-08-14  7:22 UTC  (5+ messages)
` [v2 PATCH 2/4] x86/kvm: Add definitions for virtual suspend time injection
` [v2 PATCH 3/4] x86/kvm: Add host side support "

[PATCH v3] KVM: stats: Add VM stat for the cumulative number of dirtied pages
 2021-08-14  0:19 UTC  (2+ messages)

[PATCH -next 1/2] selftests: Fix vm_handle_exception undefined error
 2021-08-13 23:26 UTC  (5+ messages)
` [PATCH -next 2/2] selftests: Fix fscanf warning
  ` ping//Re: "

BUG REPORT: vfio_pci driver
 2021-08-13 22:09 UTC  (2+ messages)

[PATCH 00/10] KVM: arm64: selftests: Introduce arch_timer selftest
 2021-08-13 21:12 UTC  (11+ messages)
` [PATCH 01/10] KVM: arm64: selftests: Add MMIO readl/writel support
` [PATCH 02/10] KVM: arm64: selftests: Add write_sysreg_s and read_sysreg_s
` [PATCH 03/10] KVM: arm64: selftests: Add support for cpu_relax
` [PATCH 04/10] KVM: arm64: selftests: Add basic support for arch_timers
` [PATCH 05/10] KVM: arm64: selftests: Add basic support to generate delays
` [PATCH 06/10] KVM: arm64: selftests: Add support to disable and enable local IRQs
` [PATCH 07/10] KVM: arm64: selftests: Add support to get the vcpuid from MPIDR_EL1
` [PATCH 08/10] KVM: arm64: selftests: Add light-weight spinlock support
` [PATCH 09/10] KVM: arm64: selftests: Add basic GICv3 support
` [PATCH 10/10] KVM: arm64: selftests: Add arch_timer test

[RFC PATCH 0/6] Pass memslot around during page fault handling
 2021-08-13 20:35 UTC  (7+ messages)
` [RFC PATCH 1/6] KVM: x86/mmu: Rename try_async_pf to kvm_faultin_pfn in comment
` [RFC PATCH 2/6] KVM: x86/mmu: Fold rmap_recycle into rmap_add
` [RFC PATCH 3/6] KVM: x86/mmu: Pass the memslot around via struct kvm_page_fault
` [RFC PATCH 4/6] KVM: x86/mmu: Avoid memslot lookup in page_fault_handle_page_track
` [RFC PATCH 5/6] KVM: x86/mmu: Avoid memslot lookup in rmap_add
` [RFC PATCH 6/6] KVM: x86/mmu: Avoid memslot lookup in mmu_try_to_unsync_pages

[PATCH 00/11] Implement generic prot_guest_has() helper function
 2021-08-13 20:17 UTC  (9+ messages)
` [PATCH 07/11] treewide: Replace the use of mem_encrypt_active() with prot_guest_has()

[PATCH v4 00/13] KVM: Scalable memslots implementation
 2021-08-13 19:33 UTC  (14+ messages)
` [PATCH v4 01/13] KVM: x86: Cache total page count to avoid traversing the memslot array
` [PATCH v4 02/13] KVM: x86: Don't call kvm_mmu_change_mmu_pages() if the count hasn't changed
` [PATCH v4 03/13] KVM: Add "old" memslot parameter to kvm_arch_prepare_memory_region()
` [PATCH v4 04/13] KVM: x86: Move n_memslots_pages recalc "
` [PATCH v4 05/13] KVM: Integrate gfn_to_memslot_approx() into search_memslots()
` [PATCH v4 06/13] KVM: Move WARN on invalid memslot index to update_memslots()
` [PATCH v4 07/13] KVM: Just resync arch fields when slots_arch_lock gets reacquired
` [PATCH v4 08/13] KVM: Resolve memslot ID via a hash table instead of via a static array
` [PATCH v4 09/13] KVM: Use interval tree to do fast hva lookup in memslots
` [PATCH v4 10/13] KVM: s390: Introduce kvm_s390_get_gfn_end()
` [PATCH v4 11/13] KVM: Keep memslots in tree-based structures instead of array-based ones
` [PATCH v4 12/13] KVM: Optimize gfn lookup in kvm_zap_gfn_range()
` [PATCH v4 13/13] KVM: Optimize overlapping memslots check

[kvm-unit-tests PATCH 0/6] Initial x86_64 UEFI support
 2021-08-13 18:44 UTC  (2+ messages)

[PATCH v6 00/21] KVM: Add idempotent controls for migrating system counter state
 2021-08-13 17:46 UTC  (6+ messages)
` [PATCH v6 01/21] KVM: x86: Fix potential race in KVM_GET_CLOCK

[PATCH 09/12] PCI: Add a PCI_ID_F_VFIO_DRIVER_OVERRIDE flag to struct pci_device_id
 2021-08-13 17:44 UTC  (8+ messages)

vfio-pci problem
 2021-08-13 17:38 UTC  (3+ messages)

[PATCH v2 00/12] Implement generic prot_guest_has() helper function
 2021-08-13 17:22 UTC  (15+ messages)
` [PATCH v2 01/12] x86/ioremap: Selectively build arch override encryption functions
` [PATCH v2 02/12] mm: Introduce a function to check for virtualization protection features
` [PATCH v2 03/12] x86/sev: Add an x86 version of prot_guest_has()
` [PATCH v2 04/12] powerpc/pseries/svm: Add a powerpc "
` [PATCH v2 05/12] x86/sme: Replace occurrences of sme_active() with prot_guest_has()
` [PATCH v2 06/12] x86/sev: Replace occurrences of sev_active() "
` [PATCH v2 07/12] x86/sev: Replace occurrences of sev_es_active() "
` [PATCH v2 08/12] treewide: Replace the use of mem_encrypt_active() "
` [PATCH v2 09/12] mm: Remove the now unused mem_encrypt_active() function
` [PATCH v2 10/12] x86/sev: "
` [PATCH v2 11/12] powerpc/pseries/svm: "
` [PATCH v2 12/12] s390/mm: "

[PATCH Part1 RFC v4 00/36] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-08-13 17:09 UTC  (15+ messages)
` [PATCH Part1 RFC v4 08/36] x86/sev: check the vmpl level
` [PATCH Part1 RFC v4 09/36] x86/compressed: Add helper for validating pages in the decompression stage
` [PATCH Part1 RFC v4 10/36] x86/compressed: Register GHCB memory when SEV-SNP is active
` [PATCH Part1 RFC v4 12/36] x86/sev: Add helper for validating pages in early enc attribute changes
` [PATCH Part1 RFC v4 13/36] x86/kernel: Make the bss.decrypted section shared in RMP table

[PATCH v2 0/5] Handle monitor trap flag during instruction emulation
 2021-08-13 17:03 UTC  (5+ messages)
` [PATCH v2 4/5] KVM: nVMX: Emulate MTF when performing "

[PATCH 0/2] KVM: x86/mmu: Fix a TDP MMU leak and optimize zap all
 2021-08-13 16:38 UTC  (15+ messages)
` [PATCH 1/2] KVM: x86/mmu: Don't skip non-leaf SPTEs when zapping all SPTEs
` [PATCH 2/2] KVM: x86/mmu: Don't step down in the TDP iterator "

[PATCH Part2 RFC v4 00/40] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-08-13 16:32 UTC  (6+ messages)
` [PATCH Part2 RFC v4 33/40] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT

[PATCH 00/16] KVM: x86: pass arguments on the page fault path via struct kvm_page_fault
 2021-08-13 16:28 UTC  (4+ messages)
` [PATCH 02/16] KVM: x86: clamp host mapping level to max_level in kvm_mmu_max_mapping_level

[PATCH] KVM: x86: add a new field 'is_idle' to kvm_steal_time
 2021-08-13 16:14 UTC 

[PATCH] target/arm: kvm: use RCU_READ_LOCK_GUARD() in kvm_arch_fixup_msi_route()
 2021-08-13 16:17 UTC  (3+ messages)

[PATCH kvm-unit-tests 0/2] access: cut more execution time on reserved bit tests
 2021-08-13 15:32 UTC  (4+ messages)
` [PATCH kvm-unit-tests 1/2] access: optimize check for multiple reserved bits
` [PATCH kvm-unit-tests 2/2] access: treat NX as reserved if EFER.NXE=0

[kvm-unit-tests PATCH v2 0/2] Couple of SVM unit test fixes
 2021-08-13 14:14 UTC  (5+ messages)
` [kvm-unit-tests PATCH v2 1/2] x86: access: Fix timeout failure by limiting number of tests
` [kvm-unit-tests PATCH v2 2/2] nSVM: Fix NPT reserved bits test hang

[kvm-unit-tests PATCH 0/8] s390x: Cleanup and maintenance
 2021-08-13 13:14 UTC  (21+ messages)
` [kvm-unit-tests PATCH 1/8] s390x: lib: Extend bitops
` [kvm-unit-tests PATCH 2/8] lib: s390x: Add 0x3d, 0x3e and 0x3f PGM constants
` [kvm-unit-tests PATCH 3/8] lib: s390x: Print addressing related exception information
` [kvm-unit-tests PATCH 4/8] lib: s390x: Start using bitops instead of magic constants
` [kvm-unit-tests PATCH 5/8] s390x: uv-host: Explain why we set up the home space and remove the space change
` [kvm-unit-tests PATCH 6/8] lib: s390x: Add PSW_MASK_64
` [kvm-unit-tests PATCH 7/8] lib: s390x: Control register constant cleanup
` [kvm-unit-tests PATCH 8/8] lib: s390x: uv: Add rc 0x100 query error handling

[PATCH 1/2] KVM: X86: Check pte present first in __shadow_walk_next()
 2021-08-13  3:16 UTC  (4+ messages)
` [PATCH 2/2] KVM: X86: Remove the present check from for_each_shadow_entry* loop body
  ` [PATCH V2] KVM: X86: Move PTE present check from loop body to __shadow_walk_next()

[PATCH kvm-unit-tests] x86: Added LA57 support to is_canonical
 2021-08-13 11:29 UTC  (2+ messages)

KVM: x86: expose HINTS_REALTIME ablility to qemu
 2021-08-13  9:54 UTC 

[PATCH] KVM: X86: Boost queue head vCPU to mitigate lock waiter preemption
 2021-08-13  8:34 UTC  (3+ messages)

[PATCH] KVM: Move binary stats helpers to header to effectively export them
 2021-08-13  7:38 UTC  (2+ messages)

[PATCH v2] KVM: x86/mmu: Protect marking SPs unsync when using TDP MMU with spinlock
 2021-08-13  7:36 UTC  (3+ messages)

[PATCH v2 0/2] KVM: x86/mmu: Fix a TDP MMU leak and optimize zap all
 2021-08-13  7:36 UTC  (4+ messages)
` [PATCH v2 1/2] KVM: x86/mmu: Don't leak non-leaf SPTEs when zapping all SPTEs
` [PATCH v2 2/2] KVM: x86/mmu: Don't step down in the TDP iterator "

[PATCH v4 0/4] KVM: x86: Convey the exit reason, etc. to user-space on emulation failure
 2021-08-13  7:12 UTC  (5+ messages)
` [PATCH v4 1/4] KVM: x86: Clarify the kvm_run.emulation_failure structure layout
` [PATCH v4 2/4] KVM: x86: Get exit_reason as part of kvm_x86_ops.get_exit_info
` [PATCH v4 3/4] KVM: x86: On emulation failure, convey the exit reason, etc. to userspace
` [PATCH v4 4/4] KVM: x86: SGX must obey the KVM_INTERNAL_ERROR_EMULATION protocol

[GIT PULL] KVM/arm64 fixes for 5.14, take #2
 2021-08-13  6:42 UTC 

[RFC PATCH v0 0/5] PPC: KVM: pseries: Asynchronous page fault
 2021-08-13  4:54 UTC  (4+ messages)
` [RFC PATCH v0 5/5] pseries: Asynchronous page fault support

[PATCH] vfio/pci: Add OpRegion 2.0 Extended VBT support
 2021-08-13  2:13 UTC 

[PATCH v1] KVM: stats: Add VM stat for the cumulative number of dirtied pages
 2021-08-12 18:29 UTC  (5+ messages)

[PATCH resend] vsock/virtio: avoid potential deadlock when vsock device remove
 2021-08-12 17:59 UTC  (3+ messages)

[PATCH v4 0/3] Add detailed page size stats in KVM stats
 2021-08-12 17:44 UTC  (9+ messages)
` [PATCH v4 3/3] KVM: x86/mmu: Add detailed page size stats

[PATCH] vfio_pci: Wake device to D0 before resets
 2021-08-12 17:37 UTC 

[PATCH v9 05/26] x86/fpu/xstate: Add new variables to indicate dynamic XSTATE buffer size
 2021-08-12 17:09 UTC  (4+ messages)
` [PATCH v9 07/26] x86/fpu/xstate: Convert the struct fpu 'state' field to a pointer

[PATCH] KVM: nVMX: Use vmx_need_pf_intercept() when deciding if L0 wants a #PF
 2021-08-12 16:18 UTC  (2+ messages)

cleanup vfio iommu_group creation
 2021-08-12 16:14 UTC  (6+ messages)
` [PATCH 05/14] vfio: refactor noiommu group creation

[PATCH 0/2] KVM: x86/mmu: Fix unsync races within TDP MMU
 2021-08-12 16:06 UTC  (6+ messages)
` [PATCH 1/2] KVM: x86/mmu: Protect marking SPs unsync when using TDP MMU with spinlock

[PATCH 0/2] KVM: x86: abstract locking around pvclock_update_vm_gtod_copy
 2021-08-12 15:53 UTC  (4+ messages)
` [PATCH 1/2] KVM: KVM-on-hyperv: shorten no-entry section on reenlightenment

[PATCH 09/12] PCI: Add a PCI_ID_F_VFIO_DRIVER_OVERRIDE flag to struct pci_device_id
 2021-08-12 15:42 UTC  (2+ messages)

[PATCH] kvm: x86: move architecture-specific code into kvm_arch_vcpu_fault
 2021-08-12 15:41 UTC  (4+ messages)
` [PATCH v2 1/2] KVM: Refactor kvm_arch_vcpu_fault() to return a struct page pointer

[kvm-unit-tests PATCH v2 0/4] S390x: CPU Topology Information
 2021-08-12 15:12 UTC  (8+ messages)
` [kvm-unit-tests PATCH v2 1/4] s390x: lib: Add SCLP toplogy nested level
` [kvm-unit-tests PATCH v2 3/4] s390x: topology: Check the Perform Topology Function

[kvm-unit-tests PATCH 0/1] s390x: css: check the CSS is working with any ISC
 2021-08-12 14:59 UTC  (4+ messages)
` [kvm-unit-tests PATCH 1/1] "

[PATCH V9 00/18] KVM: x86/pmu: Add *basic* support to enable guest PEBS via DS
 2021-08-12 13:20 UTC  (3+ messages)
  ` [PING][PATCH "

[PATCH v3 00/15] KVM: arm64: Fixed features for protected VMs
 2021-08-12 13:08 UTC  (32+ messages)
` [PATCH v3 01/15] KVM: arm64: placeholder to check if VM is protected
` [PATCH v3 02/15] KVM: arm64: Remove trailing whitespace in comment
` [PATCH v3 05/15] KVM: arm64: Refactor sys_regs.h,c for nVHE reuse
` [PATCH v3 06/15] KVM: arm64: Restore mdcr_el2 from vcpu
` [PATCH v3 07/15] KVM: arm64: Track value of cptr_el2 in struct kvm_vcpu_arch
` [PATCH v3 08/15] KVM: arm64: Add feature register flag definitions
` [PATCH v3 09/15] KVM: arm64: Add config register bit definitions
` [PATCH v3 11/15] KVM: arm64: Add trap handlers for protected VMs
` [PATCH v3 12/15] KVM: arm64: Move sanitized copies of CPU features
` [PATCH v3 13/15] KVM: arm64: Trap access to pVM restricted features
` [PATCH v3 14/15] KVM: arm64: Handle protected guests at 32 bits
` [PATCH v3 15/15] KVM: arm64: Restrict protected VM capabilities

[PATCH 0/5] KVM: x86: Clean up redundant macro definitions
 2021-08-12 13:00 UTC  (4+ messages)
` [PATCH 5/5] KVM: x86: Clean up redundant pr_fmt(fmt) macro definition for svm


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