kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-21 09:22:47 to 2022-04-22 22:56:26 UTC [more...]

[RFC 00/18] vfio: Adopt iommufd
 2022-04-22 22:09 UTC  (5+ messages)
` [RFC 15/18] vfio/iommufd: Implement iommufd backend

[PATCH v3 0/9] Parallel CPU bringup for x86_64
 2022-04-22 21:19 UTC  (9+ messages)

[PATCH v4 00/20] KVM: Extend Eager Page Splitting to the shadow MMU
 2022-04-22 21:05 UTC  (21+ messages)
` [PATCH v4 01/20] KVM: x86/mmu: Optimize MMU page cache lookup for all direct SPs
` [PATCH v4 02/20] KVM: x86/mmu: Use a bool for direct
` [PATCH v4 03/20] KVM: x86/mmu: Derive shadow MMU page role from parent
` [PATCH v4 04/20] KVM: x86/mmu: Decompose kvm_mmu_get_page() into separate functions
` [PATCH v4 05/20] KVM: x86/mmu: Consolidate shadow page allocation and initialization
` [PATCH v4 06/20] KVM: x86/mmu: Rename shadow MMU functions that deal with shadow pages
` [PATCH v4 07/20] KVM: x86/mmu: Move guest PT write-protection to account_shadowed()
` [PATCH v4 08/20] KVM: x86/mmu: Pass memory caches to allocate SPs separately
` [PATCH v4 09/20] KVM: x86/mmu: Replace vcpu with kvm in kvm_mmu_alloc_shadow_page()
` [PATCH v4 10/20] KVM: x86/mmu: Pass kvm pointer separately from vcpu to kvm_mmu_find_shadow_page()
` [PATCH v4 11/20] KVM: x86/mmu: Allow for NULL vcpu pointer in __kvm_mmu_get_shadow_page()
` [PATCH v4 12/20] KVM: x86/mmu: Pass const memslot to rmap_add()
` [PATCH v4 13/20] KVM: x86/mmu: Decouple rmap_add() and link_shadow_page() from kvm_vcpu
` [PATCH v4 14/20] KVM: x86/mmu: Update page stats in __rmap_add()
` [PATCH v4 15/20] KVM: x86/mmu: Cache the access bits of shadowed translations
` [PATCH v4 16/20] KVM: x86/mmu: Extend make_huge_page_split_spte() for the shadow MMU
` [PATCH v4 17/20] KVM: x86/mmu: Zap collapsible SPTEs at all levels in "
` [PATCH v4 18/20] KVM: x86/mmu: Refactor drop_large_spte()
` [PATCH v4 19/20] KVM: Allow for different capacities in kvm_mmu_memory_cache structs
` [PATCH v4 20/20] KVM: x86/mmu: Extend Eager Page Splitting to nested MMUs

[PATCH v2 0/7] Make the rest of the VFIO driver interface use vfio_device
 2022-04-22 20:56 UTC  (21+ messages)
` [PATCH v2 1/7] vfio: Make vfio_(un)register_notifier accept a vfio_device
` [PATCH v2 2/7] vfio/ccw: Remove mdev from struct channel_program
` [PATCH v2 3/7] vfio/mdev: Pass in a struct vfio_device * to vfio_pin/unpin_pages()
` [PATCH v2 4/7] vfio/mdev: Pass in a struct vfio_device * to vfio_dma_rw()
` [PATCH v2 5/7] drm/i915/gvt: Change from vfio_group_(un)pin_pages to vfio_(un)pin_pages
` [PATCH v2 6/7] vfio: Remove dead code
` [PATCH v2 7/7] vfio: Remove calls to vfio_group_add_container_user()

[PATCH for-5.18] KVM: fix bad user ABI for KVM_EXIT_SYSTEM_EVENT
 2022-04-22 19:57 UTC  (2+ messages)

[RFC PATCH 00/17] KVM: arm64: Parallelize stage 2 fault handling
 2022-04-22 20:41 UTC  (27+ messages)
` [RFC PATCH 02/17] KVM: arm64: Only read the pte once per visit
` [RFC PATCH 06/17] KVM: arm64: Implement break-before-make sequence for parallel walks
` [RFC PATCH 09/17] KVM: arm64: Tear down unlinked page tables in parallel walk
` [RFC PATCH 10/17] KVM: arm64: Assume a table pte is already owned in post-order traversal
` [RFC PATCH 14/17] KVM: arm64: Punt last page reference to rcu callback for parallel walk
` [RFC PATCH 16/17] KVM: arm64: Enable parallel stage 2 MMU faults

[PATCH v2 3/8] vfio: Change vfio_external_user_iommu_id() to vfio_file_iommu_group()
 2022-04-22 17:05 UTC  (3+ messages)

[PATCH v2 0/8] Remove vfio_group from the struct file facing VFIO API
 2022-04-22 16:58 UTC  (11+ messages)
` [PATCH v2 1/8] kvm/vfio: Move KVM_DEV_VFIO_GROUP_* ioctls into functions
` [PATCH v2 5/8] vfio: Change vfio_external_check_extension() to vfio_file_enforced_coherent()

[GIT PULL] KVM fixes for Linux 5.18-rc4
 2022-04-22 16:56 UTC 

[PATCH v3] x86/speculation, KVM: only IBPB for switch_mm_always_ibpb on vCPU load
 2022-04-22 16:21 UTC 

[v2 PATCH] RISC-V: KVM: Introduce ISA extension register
 2022-04-22 15:05 UTC 

[PATCH] kvm: selftests: Add KVM_CAP_MAX_VCPU_ID cap test
 2022-04-22 13:44 UTC 

[kvm-unit-tests PATCH v3] s390x: Test effect of storage keys on some instructions
 2022-04-22 12:19 UTC  (3+ messages)

[PATCH v5 0/9] s390x/pci: zPCI interpretation support
 2022-04-22 12:10 UTC  (10+ messages)
` [PATCH v5 5/9] s390x/pci: enable for load/store intepretation
` [PATCH v5 7/9] s390x/pci: enable adapter event notification for interpreted devices
` [PATCH v5 9/9] s390x/pci: reflect proper maxstbl for groups of "

[kvm-unit-tests PATCH v4 0/4] s390x: add migration test support
 2022-04-22 12:02 UTC  (7+ messages)
` [kvm-unit-tests PATCH v4 1/4] lib: s390x: add support for SCLP console read
` [kvm-unit-tests PATCH v4 2/4] s390x: add support for migration tests
` [kvm-unit-tests PATCH v4 3/4] s390x: don't run migration tests under PV
` [kvm-unit-tests PATCH v4 4/4] s390x: add basic migration test

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-04-22 11:06 UTC  (12+ messages)

[PATCH v2 kvmtool 0/5] Fix few small issues in virtio code
 2022-04-22 10:37 UTC  (18+ messages)
` [PATCH kvmtool 2/5] virtio: Sanitize config accesses
` [PATCH kvmtool 3/5] virtio: Check for overflows in QUEUE_NOTIFY and QUEUE_SEL
` [PATCH kvmtool 5/5] mmio: Sanitize addr and len

[PATCH 0/4] KVM: fix KVM_EXIT_SYSTEM_EVENT mess
 2022-04-22 10:19 UTC  (11+ messages)
` [PATCH 1/4] KVM: x86: always initialize system_event.ndata
` [PATCH 2/4] KVM: ARM: replace system_event.flags with ndata and data[0]
` [PATCH 3/4] KVM: RISC-V: "
` [PATCH 4/4] KVM: tell userspace that system_event.ndata is valid

[PATCH] x86/kvm: handle the failure of __pv_cpu_mask allocation
 2022-04-22  9:47 UTC 

[kvm-unit-tests PATCH v3 0/4] s390x: add migration test support
 2022-04-22  8:01 UTC  (5+ messages)
` [kvm-unit-tests PATCH v3 1/4] lib: s390x: add support for SCLP console read

[PATCH v10 00/16] Introduce Architectural LBR for vPMU
 2022-04-22  7:55 UTC  (17+ messages)
` [PATCH v10 01/16] KVM: x86: Report XSS as an MSR to be saved if there are supported features
` [PATCH v10 02/16] KVM: x86: Refresh CPUID on writes to MSR_IA32_XSS
` [PATCH v10 03/16] perf/x86/intel: Fix the comment about guest LBR support on KVM
` [PATCH v10 04/16] perf/x86/lbr: Simplify the exposure check for the LBR_INFO registers
` [PATCH v10 05/16] KVM: x86: Add Arch LBR MSRs to msrs_to_save_all list
` [PATCH v10 06/16] KVM: vmx/pmu: Emulate MSR_ARCH_LBR_DEPTH for guest Arch LBR
` [PATCH v10 07/16] KVM: vmx/pmu: Emulate MSR_ARCH_LBR_CTL "
` [PATCH v10 08/16] KVM: x86/pmu: Refactor code to support "
` [PATCH v10 09/16] KVM: x86: Refine the matching and clearing logic for supported_xss
` [PATCH v10 10/16] KVM: x86: Add XSAVE Support for Architectural LBR
` [PATCH v10 11/16] KVM: x86/vmx: Check Arch LBR config when return perf capabilities
` [PATCH v10 12/16] KVM: nVMX: Add necessary Arch LBR settings for nested VM
` [PATCH v10 13/16] KVM: x86/vmx: Clear Arch LBREn bit before inject #DB to guest
` [PATCH v10 14/16] KVM: x86/vmx: Flip Arch LBREn bit on guest state change
` [PATCH v10 15/16] KVM: x86: Add Arch LBR data MSR access interface
` [PATCH v10 16/16] KVM: x86/cpuid: Advertise Arch LBR feature in CPUID

[PATCH v5 00/13] KVM: arm64: PSCI SYSTEM_SUSPEND support
 2022-04-22  7:02 UTC  (9+ messages)
` [PATCH v5 06/13] KVM: arm64: Return a value from check_vcpu_requests()
` [PATCH v5 07/13] KVM: arm64: Add support for userspace to suspend a vCPU
` [PATCH v5 08/13] KVM: arm64: Implement PSCI SYSTEM_SUSPEND

linux-next: Fixes tags need some work in the kvm-fixes tree
 2022-04-21 21:56 UTC  (2+ messages)

[PATCH] KVM: Fix build error on s390 due to kvm_flush_shadow_all() being hidden
 2022-04-21 19:43 UTC  (2+ messages)

[PATCH 0/2] kvm: selftests: cleanup PTE definitions
 2022-04-21 19:38 UTC  (4+ messages)
` [PATCH 1/2] kvm: selftests: do not use bitfields larger than 32-bits for PTEs
` [PATCH 2/2] kvm: selftests: introduce and use more page size-related constants

[PATCH v6 00/10] KVM: x86: Add a cap to disable NX hugepages on a VM
 2022-04-21 19:31 UTC  (19+ messages)
` [PATCH v6 01/10] KVM: selftests: Remove dynamic memory allocation for stats header
` [PATCH v6 02/10] KVM: selftests: Read binary stats header in lib
` [PATCH v6 03/10] KVM: selftests: Read binary stats desc "
` [PATCH v6 05/10] KVM: selftests: Read binary stat data "
` [PATCH v6 06/10] KVM: selftests: Add NX huge pages test
` [PATCH v6 07/10] KVM: x86: Fix errant brace in KVM capability handling
` [PATCH v6 08/10] KVM: x86/MMU: Allow NX huge pages to be disabled on a per-vm basis
` [PATCH v6 09/10] KVM: selftests: Factor out calculation of pages needed for a VM
` [PATCH v6 10/10] KVM: selftests: Test disabling NX hugepages on "

[PATCH v2 0/9] KVM: x86/MMU: Optimize disabling dirty logging
 2022-04-21 19:09 UTC  (5+ messages)
` [PATCH v2 5/9] KVM: x86/mmu: Factor out the meat of reset_tdp_shadow_zero_bits_mask

[PATCH] PCI: hv: Do not set PCI_COMMAND_MEMORY to reduce VM boot time
 2022-04-21 18:26 UTC 

linux-next: build failure after merge of the kvm tree
 2022-04-21 18:06 UTC  (3+ messages)

[PATCH] KVM: x86: add HC_VMM_CUSTOM hypercall
 2022-04-21 18:02 UTC  (3+ messages)

[PATCH v3] KVM: x86: Use current rather than snapshotted TSC frequency if it is constant
 2022-04-21 17:23 UTC 

[PATCH v3 00/23] KVM: Extend Eager Page Splitting to the shadow MMU
 2022-04-21 16:33 UTC  (4+ messages)
` [PATCH v3 20/23] KVM: Allow for different capacities in kvm_mmu_memory_cache structs

[PATCH 0/4] bitmap: fix conversion from/to fix-sized arrays
 2022-04-21 16:31 UTC  (7+ messages)
` [PATCH 2/4] lib: add bitmap_{from,to}_arr64
` [PATCH 3/4] KVM: s390: replace bitmap_copy with bitmap_{from,to}_arr64 where appropriate

[PATCH v2] x86/speculation, KVM: only IBPB for switch_mm_always_ibpb on vCPU load
 2022-04-21 16:09 UTC  (3+ messages)

[GIT PULL] KVM/riscv fixes for 5.18, take #2
 2022-04-21 15:59 UTC  (2+ messages)

[PATCH v3] KVM: SEV: Mark nested locking of vcpu->lock
 2022-04-21 15:56 UTC  (5+ messages)

[PATCH] KVM: arm64: Inject exception on out-of-IPA-range translation fault
 2022-04-21 15:39 UTC 

[PATCH v2 4/8] vfio: Remove vfio_external_group_match_file()
 2022-04-21 14:50 UTC  (2+ messages)

[PATCH v2 2/8] kvm/vfio: Store the struct file in the kvm_vfio_group
 2022-04-21 14:46 UTC  (2+ messages)

[PATCH] KVM: SEV: Add cond_resched() to loop in sev_clflush_pages()
 2022-04-21 14:46 UTC  (9+ messages)

[PATCH 01/12] kexec: Allow architecture code to opt-out at runtime
 2022-04-21 13:20 UTC  (2+ messages)

[kvm-unit-tests PATCH v3 00/11] s390x: Cleanup and maintenance 4
 2022-04-21 12:39 UTC  (16+ messages)
` [kvm-unit-tests PATCH v3 01/11] lib: s390x: hardware: Add host_is_qemu() function
` [kvm-unit-tests PATCH v3 02/11] s390x: css: Skip if we're not run by qemu
` [kvm-unit-tests PATCH v3 03/11] s390x: diag308: Only test subcode 2 under QEMU
` [kvm-unit-tests PATCH v3 04/11] s390x: pfmf: Initialize pfmf_r1 union on declaration
` [kvm-unit-tests PATCH v3 05/11] s390x: snippets: asm: Add license and copyright headers
` [kvm-unit-tests PATCH v3 06/11] s390x: pv-diags: Cleanup includes
` [kvm-unit-tests PATCH v3 07/11] s390x: css: "
` [kvm-unit-tests PATCH v3 08/11] s390x: iep: "
` [kvm-unit-tests PATCH v3 09/11] s390x: mvpg: "
` [kvm-unit-tests PATCH v3 10/11] s390x: uv-host: Fix pgm tests
` [kvm-unit-tests PATCH v3 11/11] s390x: Restore registers in diag308_load_reset() error path

[PATCH v2] KVM: x86: Use current rather than snapshotted TSC frequency if it is constant
 2022-04-21 12:31 UTC  (6+ messages)

[kvm-unit-tests PATCH v4 0/5] s390x: Attestation tests
 2022-04-21 11:33 UTC  (8+ messages)
` [kvm-unit-tests PATCH v4 1/5] s390x: uv-host: Add invalid command attestation check
` [kvm-unit-tests PATCH v4 2/5] s390x: lib: Add QUI getter
` [kvm-unit-tests PATCH v4 3/5] s390x: uv-guest: remove duplicated checks
` [kvm-unit-tests PATCH v4 4/5] s390x: uv-guest: add share bit test
` [kvm-unit-tests PATCH v4 5/5] s390x: uv-guest: Add attestation 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).