public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-10-07 01:46:43 to 2022-10-11 03:56:40 UTC [more...]

[PATCH v5 0/7] KVM: arm64: Enable ring-based dirty memory tracking
 2022-10-11  3:56 UTC  (13+ messages)
` [PATCH v5 3/7] KVM: x86: Allow to use bitmap in ring-based dirty page tracking

[kvm-unit-tests PATCH v3 0/3] arm: pmu: Fixes for bare metal
 2022-10-11  3:50 UTC  (7+ messages)

[PATCH] [PATCH] Revert 'vfio: Delete container_q'
 2022-10-11  2:49 UTC  (4+ messages)

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-10-11  2:32 UTC  (4+ messages)
` [PATCH Part2 v6 41/49] KVM: SVM: Add support to handle the RMP nested page fault

[PATCH v9 00/14] KVM: selftests: Add aarch64/page_fault_test
 2022-10-11  1:06 UTC  (15+ messages)
` [PATCH v9 01/14] KVM: selftests: Add a userfaultfd library
` [PATCH v9 02/14] KVM: selftests: aarch64: Add virt_get_pte_hva() library function
` [PATCH v9 03/14] KVM: selftests: Add missing close and munmap in __vm_mem_region_delete()
` [PATCH v9 04/14] KVM: selftests: aarch64: Construct DEFAULT_MAIR_EL1 using sysreg.h macros
` [PATCH v9 05/14] tools: Copy bitfield.h from the kernel sources
` [PATCH v9 06/14] KVM: selftests: Stash backing_src_type in struct userspace_mem_region
` [PATCH v9 07/14] KVM: selftests: Add vm->memslots[] and enum kvm_mem_region_type
` [PATCH v9 08/14] KVM: selftests: Fix alignment in virt_arch_pgd_alloc() and vm_vaddr_alloc()
` [PATCH v9 09/14] KVM: selftests: Use the right memslot for code, page-tables, and data allocations
` [PATCH v9 10/14] KVM: selftests: aarch64: Add aarch64/page_fault_test
` [PATCH v9 11/14] KVM: selftests: aarch64: Add userfaultfd tests into page_fault_test
` [PATCH v9 12/14] KVM: selftests: aarch64: Add dirty logging "
` [PATCH v9 13/14] KVM: selftests: aarch64: Add readonly memslot "
` [PATCH v9 14/14] KVM: selftests: aarch64: Add mix of "

[RFC PATCH 3/4] KVM: x86/xen: Disallow gpc locks reinitialization
 2022-10-11  0:37 UTC  (9+ messages)
` [PATCH 0/8] KVM: x86: gfn_to_pfn_cache cleanups and a fix
  ` [PATCH 1/8] KVM: x86: Add initializer for gfn_to_pfn_cache
  ` [PATCH 4/8] KVM: x86: Store immutable gfn_to_pfn_cache properties
  ` [PATCH 8/8] KVM: x86: Fix NULL pointer dereference in kvm_xen_set_evtchn_fast()

[PATCH 1/2] KVM: VMX: Guest usage of IA32_SPEC_CTRL is likely
 2022-10-10 23:34 UTC  (5+ messages)
` [PATCH 2/2] KVM: VMX: Execute IBPB on emulated VM-exit when guest has IBRS

[PATCH v5 0/5] dirty_log_perf_test vCPU pinning
 2022-10-10 22:05 UTC  (6+ messages)
` [PATCH v5 1/5] KVM: selftests: Add missing break between -e and -g option in dirty_log_perf_test
` [PATCH v5 2/5] KVM: selftests: Put command line options in alphabetical order "
` [PATCH v5 3/5] KVM: selftests: Add atoi_paranoid() to catch errors missed by atoi()
` [PATCH v5 4/5] KVM: selftests: Add atoi_positive() and atoi_non_negative() for input validation
` [PATCH v5 5/5] KVM: selftests: Run dirty_log_perf_test on specific CPUs

[GIT PULL] virtio: fixes, features
 2022-10-10 21:23 UTC  (2+ messages)

[PATCH RFC v2 00/13] IOMMUFD Generic interface
 2022-10-10 20:54 UTC  (10+ messages)

[PATCH] KVM: Align two spacebar after period key in annotation
 2022-10-10 19:10 UTC  (2+ messages)

[PATCH v2 0/4] Simplify the module and kconfig structure in vfio
 2022-10-10 18:42 UTC  (9+ messages)
` [PATCH v2 1/4] vfio/pci: Move all the SPAPR PCI specific logic to vfio_pci_core.ko
` [PATCH v2 2/4] vfio: Move vfio_spapr_iommu_eeh_ioctl into vfio_iommu_spapr_tce.c
` [PATCH v2 4/4] vfio: Fold vfio_virqfd.ko into vfio.ko

[PATCH v6 0/3] KVM: selftests: randomize memory access of dirty_log_perf_test
 2022-10-10 18:03 UTC  (12+ messages)
` [PATCH v6 1/3] KVM: selftests: implement random number generation for guest code
` [PATCH v6 2/3] KVM: selftests: randomize which pages are written vs read
` [PATCH v6 3/3] KVM: selftests: randomize page access order

[PATCH] kvm: x86: keep srcu writer side operation mutually exclusive
 2022-10-10 17:38 UTC  (4+ messages)

[PATCH v9 00/10] s390x: CPU Topology
 2022-10-10 17:20 UTC  (4+ messages)
` [PATCH v9 01/10] s390x/cpus: Make absence of multithreading clear

[PATCH v2] x86/PCI: Prefer MMIO over PIO on all hypervisor
 2022-10-10 17:05 UTC  (9+ messages)

[KVM] 21d4c575eb: perf-sanity-tests.Test_event_parsing.fail
 2022-10-10 16:41 UTC 

[PATCH v5 0/7] KVM: x86: Apply NX mitigation more precisely
 2022-10-10 16:33 UTC  (7+ messages)
` [PATCH v5 2/7] KVM: x86/mmu: Rename NX huge pages fields/functions for consistency
` [PATCH v5 7/7] KVM: x86/mmu: explicitly check nx_hugepage in disallowed_hugepage_adjust()

[PATCH v4 0/4] dirty_log_perf_test CPU pinning
 2022-10-10 16:22 UTC  (8+ messages)
` [PATCH v4 4/4] KVM: selftests: Run dirty_log_perf_test on specific CPUs

[PATCH v6 0/5] KVM: Dirty quota-based throttling
 2022-10-10 16:09 UTC  (21+ messages)
` [PATCH v6 1/5] KVM: Implement dirty quota-based throttling of vcpus
` [PATCH v6 2/5] KVM: x86: Dirty "
` [PATCH v6 5/5] KVM: selftests: Add selftests for dirty quota throttling

[PATCHv4 0/8] Virtual NMI feature
 2022-10-10 15:51 UTC  (4+ messages)

[PATCH v5 0/7] Introduce and test masked events
 2022-10-10 15:42 UTC  (10+ messages)
` [PATCH v5 1/7] kvm: x86/pmu: Correct the mask used in a pmu event filter lookup
` [PATCH v5 2/7] kvm: x86/pmu: Remove invalid raw events from the pmu event filter
` [PATCH v5 3/7] kvm: x86/pmu: prepare the pmu event filter for masked events
` [PATCH v5 4/7] kvm: x86/pmu: Introduce masked events to the pmu event filter

[PATCH v3 0/2] KVM: s390: pv: fix clock comparator late after suspend/resume
 2022-10-10 15:23 UTC  (6+ messages)
` [PATCH v3 1/2] KVM: s390: pv: don't allow userspace to set the clock under PV
` [PATCH v3 2/2] KVM: s390: remove now unused function kvm_s390_set_tod_clock

[BUG] KVM USB passthrough did not claim interface before use
 2022-10-10 15:01 UTC  (4+ messages)

[PATCH v15 0/6] KVM: s390: pv: implement lazy destroy for reboot
 2022-10-10 14:54 UTC  (7+ messages)
` [PATCH v15 1/6] KVM: s390: pv: asynchronous "
` [PATCH v15 2/6] KVM: s390: pv: api documentation for asynchronous destroy
` [PATCH v15 3/6] KVM: s390: pv: add KVM_CAP_S390_PROTECTED_ASYNC_DISABLE
` [PATCH v15 4/6] KVM: s390: pv: avoid export before import if possible
` [PATCH v15 5/6] KVM: s390: pv: support for Destroy fast UVC
` [PATCH v15 6/6] KVM: s390: pv: module parameter to fence asynchronous destroy

[PATCH v14 0/6] KVM: s390: pv: implement lazy destroy for reboot
 2022-10-10 13:10 UTC  (9+ messages)
` [PATCH v14 1/6] KVM: s390: pv: asynchronous "
` [PATCH v14 2/6] KVM: s390: pv: api documentation for asynchronous destroy
` [PATCH v14 3/6] KVM: s390: pv: add KVM_CAP_S390_PROTECTED_ASYNC_DISABLE

[PATCH v4] x86: add etc/phys-bits fw_cfg file
 2022-10-10  7:30 UTC  (8+ messages)

[PATCH v4 0/6] KVM: x86/mmu: Fix wrong usages of range-based tlb flushing
 2022-10-10 12:19 UTC  (7+ messages)
` [PATCH v4 1/6] KVM: x86/mmu: Move round_gfn_for_level() helper into mmu_internal.h
` [PATCH v4 2/6] KVM: x86/mmu: Fix wrong gfn range of tlb flushing in kvm_set_pte_rmapp()
` [PATCH v4 3/6] KVM: x86/mmu: Reduce gfn range of tlb flushing in tdp_mmu_map_handle_target_level()
` [PATCH v4 4/6] KVM: x86/mmu: Fix wrong start gfn of tlb flushing with range
` [PATCH v4 5/6] KVM: x86/mmu: Fix wrong gfn range of tlb flushing in validate_direct_spte()
` [PATCH v4 6/6] KVM: x86/mmu: Cleanup range-based flushing for given page

[PATCH] KVM: arm64: selftests: Fix multiple versions of GIC creation
 2022-10-10  8:43 UTC  (3+ messages)

[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-10-10  8:33 UTC  (16+ messages)
` [PATCH v8 2/8] KVM: Extend the memslot to support fd-based private memory
` [PATCH v8 8/8] KVM: Enable and expose KVM_MEM_PRIVATE

[PATCH 0/3] KVM: arm64: nv: Fixes for Nested Virtualization issues
 2022-10-10  5:56 UTC  (2+ messages)

[PATCH 1/1] perf stat: do not fatal if the leader is not supported
 2022-10-10  5:01 UTC 

[PATCH 00/14] KVM: arm64: Parallel stage-2 fault handling
 2022-10-10  3:58 UTC  (4+ messages)
` [PATCH 02/14] KVM: arm64: Tear down unlinked stage-2 subtree after break-before-make

linux-next: manual merge of the kvm tree with Linus' tree
 2022-10-10  1:31 UTC 

[GIT PULL] First batch of KVM changes for Linux 6.1
 2022-10-09 21:17 UTC  (2+ messages)

[PATCH v2] kvm: x86: Keep the lock order consistent
 2022-10-09 11:49 UTC 

[PATCH v3 0/2] KVM: arm64: Limit stage2_apply_range() batch size to largest block
 2022-10-09  1:36 UTC  (4+ messages)
` [PATCH v3 1/2] KVM: arm64: Work out supported block level at compile time
` [PATCH v3 2/2] KVM: arm64: Limit stage2_apply_range() batch size to largest block

[PATCH] KVM: x86: disable halt polling when powersave governor is used
 2022-10-08  9:40 UTC  (3+ messages)

[PATCH v2 00/15] KVM: arm64: Parallel stage-2 fault handling
 2022-10-08  3:14 UTC  (17+ messages)
` [PATCH v2 01/15] KVM: arm64: Combine visitor arguments into a context structure
` [PATCH v2 02/15] KVM: arm64: Stash observed pte value in visitor context
` [PATCH v2 03/15] KVM: arm64: Pass mm_ops through the "
` [PATCH v2 04/15] KVM: arm64: Don't pass kvm_pgtable through kvm_pgtable_walk_data
` [PATCH v2 05/15] KVM: arm64: Add a helper to tear down unlinked stage-2 subtrees
` [PATCH v2 06/15] KVM: arm64: Tear down unlinked stage-2 subtree after break-before-make
` [PATCH v2 07/15] KVM: arm64: Use an opaque type for pteps
` [PATCH v2 08/15] KVM: arm64: Protect stage-2 traversal with RCU
` [PATCH v2 09/15] KVM: arm64: Free removed stage-2 tables in RCU callback
` [PATCH v2 10/15] KVM: arm64: Atomically update stage 2 leaf attributes in parallel walks
` [PATCH v2 11/15] KVM: arm64: Split init and set for table PTE
` [PATCH v2 12/15] KVM: arm64: Make block->table PTE changes parallel-aware
` [PATCH v2 13/15] KVM: arm64: Make leaf->leaf "
` [PATCH v2 14/15] KVM: arm64: Make table->block "
` [PATCH v2 15/15] KVM: arm64: Handle stage-2 faults in parallel

[PATCH v2 0/3] KVM: EFER.LMSLE cleanup
 2022-10-07 22:41 UTC  (3+ messages)
` [PATCH v2 3/3] KVM: SVM: Unconditionally enumerate EferLmsleUnsupported

[PATCH] KVM: x86: Advertise that the SMM_CTL MSR is not supported
 2022-10-07 22:27 UTC  (2+ messages)

[PATCH v4 0/5] MSR filtering and MSR exiting flag clean up
 2022-10-07 22:24 UTC  (7+ messages)
` [PATCH v4 1/5] KVM: x86: Disallow the use of KVM_MSR_FILTER_DEFAULT_ALLOW in the kernel
` [PATCH v4 2/5] KVM: x86: Add a VALID_MASK for the MSR exit reason flags
` [PATCH v4 5/5] selftests: kvm/x86: Test the flags in MSR filtering and MSR exiting

[PATCH v2 0/3] KVM: x86: Add AMD Guest PerfMonV2 PMU support
 2022-10-07 22:19 UTC  (5+ messages)
` [PATCH v2 1/3] KVM: x86/pmu: Make part of the Intel v2 PMU MSRs handling x86 generic

[PATCH v3 1/3] KVM: x86/pmu: Stop adding speculative Intel GP PMCs that don't exist yet
 2022-10-07 20:02 UTC  (4+ messages)
` [PATCH v3 2/3] KVM: x86/pmu: Limit the maximum number of supported Intel GP counters

[PATCH v2 0/3] Allow the group FD to remain open when unplugging a device
 2022-10-07 19:53 UTC  (6+ messages)
` [PATCH v2 1/3] vfio: Add vfio_file_is_group()
` [PATCH v2 2/3] vfio: Hold a reference to the iommu_group in kvm for SPAPR
` [PATCH v2 3/3] vfio: Make the group FD disassociate from the iommu_group

[PATCH] vfio: More vfio_file_is_group() use cases
 2022-10-07 19:01 UTC  (2+ messages)

[PATCH] kvm_host.h: fix spelling typo in function declaration
 2022-10-07 17:55 UTC  (2+ messages)

[PATCH] kvm: vmx: keep constant definition format consistent
 2022-10-07 17:54 UTC  (2+ messages)

[PATCH] kvm: x86: Keep the lock order consistent
 2022-10-07 17:28 UTC  (2+ messages)

[PATCH ] kvm: x86: Reduce unnecessary function call
 2022-10-07 17:04 UTC  (2+ messages)

[PATCH 5.4 1/1] KVM: SEV: add cache flush to solve SEV cache incoherency issues
 2022-10-07 17:00 UTC  (8+ messages)

[PATCH v3 0/6] KVM: x86/mmu: Fix wrong usages of range-based tlb flushing
 2022-10-07 16:26 UTC  (2+ messages)

[PATCH v3 0/3] kvm/mm: Allow GUP to respond to non fatal signals
 2022-10-07 15:03 UTC  (4+ messages)
` [PATCH v3 2/3] kvm: Add new pfn error KVM_PFN_ERR_SIGPENDING

[PATCH 0/3] Allow the group FD to remain open when unplugging a device
 2022-10-07 14:46 UTC  (10+ messages)

[PATCH] x86/speculation: Mitigate eIBRS PBRSB predictions with WRMSR
 2022-10-07  1:54 UTC  (2+ messages)

[PATCH v3 1/2] x86/cpufeatures: Add macros for Intel's new fast rep string features
 2022-10-07  1:46 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox