kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-18 17:27:50 to 2022-03-22 08:47:10 UTC [more...]

[PATCH 00/21] Control VQ support in vDPA
 2022-03-22  8:46 UTC  (5+ messages)
` [RFC PATCH v2 00/19] "
  ` [RFC PATCH v2 19/19] vdpasim: control virtqueue support

[PATCH v6 00/25] KVM: arm64: Make CPU ID registers writable by userspace
 2022-03-22  7:42 UTC  (3+ messages)
` [PATCH v6 01/25] KVM: arm64: Introduce a validation function for an ID register

[PATCH 7/7] kvm: x86/cpuid: Fix Architectural Performance Monitoring support
 2022-03-22  7:31 UTC 

[PATCH v4 00/32] KVM: s390: enable zPCI for interpretive execution
 2022-03-22  7:30 UTC  (18+ messages)
` [PATCH v4 14/32] iommu: introduce iommu_domain_alloc_type and the KVM type
` [PATCH v4 15/32] vfio: introduce KVM-owned IOMMU type

[PATCH v4 00/15] KVM: arm64: PSCI SYSTEM_SUSPEND + SYSTEM_RESET2 bugfix
 2022-03-22  6:52 UTC  (10+ messages)
` [PATCH v4 07/15] KVM: Create helper for setting a system event exit
` [PATCH v4 08/15] KVM: arm64: Return a value from check_vcpu_requests()
` [PATCH v4 09/15] KVM: arm64: Add support for userspace to suspend a vCPU

[PATCH 0/2] KVM: arm64: Fixes for SMC64 SYSTEM_RESET2 calls
 2022-03-22  5:49 UTC  (7+ messages)
` [PATCH 1/2] KVM: arm64: Generally disallow SMC64 for AArch32 guests
` [PATCH 2/2] KVM: arm64: Actually prevent SMC64 SYSTEM_RESET2 from AArch32
` [PATCH] KVM: arm64: Drop unneeded minor version check from PSCI v1.x handler

[PATCH 0/4] Verify dirty logging works properly with page stats
 2022-03-22  5:09 UTC  (14+ messages)
` [PATCH 1/4] selftests: KVM: Dump VM stats in binary stats test
` [PATCH 2/4] selftests: KVM: Test reading a single stat
` [PATCH 3/4] KVM: x86/mmu: explicitly check nx_hugepage in disallowed_hugepage_adjust()
` [PATCH 4/4] selftests: KVM: use dirty logging to check if page stats work correctly

[PATCH v5 0/2] KVM: arm64: mixed-width check should be skipped for uninitialized vCPUs
 2022-03-22  3:30 UTC  (6+ messages)
` [PATCH v5 1/2] "
` [PATCH v5 2/2] KVM: arm64: selftests: Introduce vcpu_width_config

iommufd dirty page logging overview
 2022-03-22  2:40 UTC  (9+ messages)

[PATCH v2 00/26] Extend Eager Page Splitting to the shadow MMU
 2022-03-22  0:07 UTC  (6+ messages)
` [PATCH v2 20/26] KVM: x86/mmu: "
` [PATCH v2 21/26] KVM: Allow for different capacities in kvm_mmu_memory_cache structs

[PATCH v3 0/7] nSVM/SVM features
 2022-03-21 22:41 UTC  (9+ messages)
` [PATCH v3 4/7] KVM: x86: nSVM: support PAUSE filter threshold and count when cpu_pm=on

[PATCH v2 00/11] KVM: x86: Add a cap to disable NX hugepages on a VM
 2022-03-21 23:48 UTC  (12+ messages)
` [PATCH v2 01/11] KVM: selftests: Add vm_alloc_page_table_in_memslot library function
` [PATCH v2 02/11] KVM: selftests: Dump VM stats in binary stats test
` [PATCH v2 03/11] KVM: selftests: Test reading a single stat
` [PATCH v2 04/11] KVM: selftests: Add memslot parameter to elf_load
` [PATCH v2 05/11] KVM: selftests: Improve error message in vm_phy_pages_alloc
` [PATCH v2 06/11] KVM: selftests: Add NX huge pages test
` [PATCH v2 07/11] KVM: x86/MMU: Factor out updating NX hugepages state for a VM
` [PATCH v2 08/11] KVM: x86/MMU: Track NX hugepages on a per-VM basis
` [PATCH v2 09/11] KVM: x86/MMU: Allow NX huge pages to be disabled on a per-vm basis
` [PATCH v2 10/11] KVM: x86: Fix errant brace in KVM capability handling
` [PATCH v2 11/11] KVM: x86/MMU: Require reboot permission to disable NX hugepages

[RFC PATCH v3 00/36] TDX QEMU support
 2022-03-21 22:06 UTC  (28+ messages)
` [RFC PATCH v3 05/36] i386/tdx: Implement tdx_kvm_init() to initialize TDX VM context
` [RFC PATCH v3 06/36] i386/tdx: Get tdx_capabilities via KVM_TDX_CAPABILITIES
` [RFC PATCH v3 08/36] i386/tdx: Adjust get_supported_cpuid() for TDX VM
` [RFC PATCH v3 09/36] KVM: Introduce kvm_arch_pre_create_vcpu()
` [RFC PATCH v3 16/36] i386/tdx: Set kvm_readonly_mem_enabled to false for TDX VM
` [RFC PATCH v3 17/36] pflash_cfi01/tdx: Introduce ram_mode of pflash for TDVF
` [RFC PATCH v3 18/36] i386/tdvf: Introduce function to parse TDVF metadata
` [RFC PATCH v3 27/36] i386/tdx: Disable SMM for TDX VMs
` [RFC PATCH v3 33/36] i386/tdx: Only configure MSR_IA32_UCODE_REV in kvm_init_msrs() for TDs

[PATCH v2 0/9] KVM: x86/MMU: Optimize disabling dirty logging
 2022-03-21 22:43 UTC  (10+ messages)
` [PATCH v2 1/9] KVM: x86/mmu: Move implementation of make_spte to a helper
` [PATCH v2 2/9] KVM: x86/mmu: Factor mt_mask out of __make_spte
` [PATCH v2 3/9] KVM: x86/mmu: Factor shadow_zero_check "
` [PATCH v2 4/9] KVM: x86/mmu: Replace vcpu argument with kvm pointer in make_spte
` [PATCH v2 5/9] KVM: x86/mmu: Factor out the meat of reset_tdp_shadow_zero_bits_mask
` [PATCH v2 6/9] KVM: x86/mmu: Factor out part of vmx_get_mt_mask which does not depend on vcpu
` [PATCH v2 7/9] KVM: x86/mmu: Add try_get_mt_mask to x86_ops
` [PATCH v2 8/9] KVM: x86/mmu: Make kvm_is_mmio_pfn usable outside of spte.c
` [PATCH v2 9/9] KVM: x86/mmu: Promote pages in-place when disabling dirty logging

[PATCH] Documentation: KVM: Describe guest TSC scaling in migration algorithm
 2022-03-21 21:23 UTC  (22+ messages)

[PATCH] Add KVM_EXIT_SHUTDOWN metadata for SEV-ES
 2022-03-21 19:45 UTC  (8+ messages)

[RFC PATCH v5 000/104] KVM TDX basic feature support
 2022-03-21 18:32 UTC  (3+ messages)
` [RFC PATCH v5 083/104] KVM: x86: Split core of hypercall emulation to helper function

[GIT PULL] First batch of KVM patches for 5.18
 2022-03-21 17:32 UTC 

[PATCH 1/1] KVM: x86/xen: add support for 32-bit guests in SCHEDOP_poll
 2022-03-21 17:27 UTC  (3+ messages)
` [PATCH v2 "

[kvmtool PATCH 0/2] arm64: Add MTE support
 2022-03-21 17:17 UTC  (6+ messages)
` [kvmtool PATCH 1/2] update_headers: Sync ABI headers with Linux v5.17-rc8
` [kvmtool PATCH 2/2] aarch64: Add support for MTE

[PATCH v1 0/2] Add arm64 vcpu exit reasons and tracepoint
 2022-03-21 17:14 UTC  (4+ messages)
` [PATCH v1 2/2] KVM: arm64: Add debug tracepoint for vcpu exits

[PATCH 00/11] KVM: selftests: Add aarch64/page_fault_test
 2022-03-21 17:01 UTC  (14+ messages)
` [PATCH 01/11] KVM: selftests: Add a userfaultfd library
` [PATCH 02/11] KVM: selftests: Add vm_mem_region_get_src_fd library function
` [PATCH 04/11] KVM: selftests: Add vm_alloc_page_table_in_memslot "
` [PATCH 06/11] KVM: selftests: Add missing close and munmap in __vm_mem_region_delete

[PATCH] i386: Set MCG_STATUS_RIPV bit for mce SRAR error
 2022-03-21 15:31 UTC  (2+ messages)

[kvm-unit-tests PATCH v1 0/9] s390x: Further extend instruction interception tests
 2022-03-21 15:01 UTC  (12+ messages)
` [kvm-unit-tests PATCH v1 1/9] s390x: smp: add tests for several invalid SIGP orders
` [kvm-unit-tests PATCH v1 2/9] s390x: smp: stop already stopped CPU
` [kvm-unit-tests PATCH v1 3/9] s390x: gs: move to new header file
` [kvm-unit-tests PATCH v1 4/9] s390x: smp: add test for SIGP_STORE_ADTL_STATUS order
` [kvm-unit-tests PATCH v1 5/9] s390x: smp: add tests for SET_PREFIX
` [kvm-unit-tests PATCH v1 6/9] s390x: smp: add test for EMERGENCY_SIGNAL with invalid CPU address
` [kvm-unit-tests PATCH v1 7/9] s390x: smp: add tests for CONDITIONAL EMERGENCY
` [kvm-unit-tests PATCH v1 8/9] s390x: add TPROT tests
` [kvm-unit-tests PATCH v1 9/9] s390x: stsi: check zero and ignored bits in r0 and r1

Build regressions/improvements in v5.17
 2022-03-21 14:48 UTC 

[PATCH kvmtool v11 0/3] aarch64: Add stolen time support
 2022-03-21 14:48 UTC  (4+ messages)

[PATCH v3 0/4] KVM: x86: Use static calls to reduce kvm_pmu_ops overhead
 2022-03-21 13:55 UTC  (2+ messages)

[PATCH kvmtool v2] Revert "kvm tools: Filter out CPU vendor string"
 2022-03-21 13:57 UTC  (2+ messages)

[syzbot] WARNING in kvm_mmu_notifier_invalidate_range_start (2)
 2022-03-21 13:42 UTC  (3+ messages)

linux-next: Signed-off-by missing for commit in the kvm tree
 2022-03-21 13:07 UTC 

[PATCH 1/2] KVM: VMX: replace 0x180 with EPT_VIOLATION_* definition
 2022-03-21  9:42 UTC  (2+ messages)
` [PATCH 2/2] KVM: X86: use EPT_VIOLATION_* instead of 0x7

[PATCH RFC v1 0/9] KVM: SVM: Defer page pinning for SEV guests
 2022-03-21  9:19 UTC  (6+ messages)
` [PATCH RFC v1 5/9] KVM: SVM: Implement demand page pinning

[FYI PATCH] Revert "KVM: x86/mmu: Zap only TDP MMU leafs in kvm_zap_gfn_range()"
 2022-03-21  9:13 UTC  (2+ messages)

[PATCH kvm-unit-tests v2 0/6] s390x SIGP fixes
 2022-03-21  7:43 UTC  (3+ messages)
` [PATCH kvm-unit-tests v2 5/6] s390x: smp: Create and use a non-waiting CPU restart

[PATCH 1/5] kvm,memory: Optimize dirty page collection for dirty ring
 2022-03-21  3:12 UTC 

[PATCH 2/5] kvm: Dynamically adjust the rate of dirty ring reaper thread
 2022-03-21  3:12 UTC 

[PATCH 0/5] KVM: Dirty ring and auto converge optimization
 2022-03-21  3:11 UTC 

[PATCH 5/5] migration: Calculate the appropriate throttle for autoconverge
 2022-03-21  3:14 UTC 

[PATCH 4/5] kvm: Introduce a dirty rate calculation method based on dirty ring
 2022-03-21  3:13 UTC 

[PATCH 3/5] kvm: Dirty ring autoconverge optmization for kvm_cpu_synchronize_kick_all
 2022-03-21  3:13 UTC 

[PATCH v2] vhost: handle error while adding split ranges to iotlb
 2022-03-21  2:55 UTC  (2+ messages)

[REGRESSION] Too-low frequency limit for AMD GPU PCI-passed-through to Windows VM
 2022-03-21  1:26 UTC  (18+ messages)

Report an error on GICv4.1 vcpu de-schedule
 2022-03-21  1:33 UTC  (3+ messages)

propagating vmgenid outward and upward
 2022-03-20 22:53 UTC  (5+ messages)

[GIT PULL] KVM/SLS change for 5.17 final
 2022-03-20 17:03 UTC  (2+ messages)

system locks up with CONFIG_SLS=Y; 5.17.0-rc
 2022-03-20 14:17 UTC  (11+ messages)
            ` [PATCH -v1.1] kvm/emulate: Fix SETcc emulation function offsets with SLS
              ` [PATCH -v1.2] "

[PATCH v3 0/6] kvm: x86: better handling of optional kvm_x86_ops
 2022-03-20 13:58 UTC  (9+ messages)
` [PATCH v3 6/6] KVM: x86: allow defining return-0 static calls

[PATCH v3 0/3] KVM: Dirty quota-based throttling
 2022-03-19 18:21 UTC  (2+ messages)

[PATCH v18 00/17] s390/vfio-ap: dynamic configuration support
 2022-03-18 22:13 UTC  (10+ messages)
` [PATCH v18 10/18] s390/vfio-ap: allow hot plug/unplug of AP devices when assigned/unassigned
` [PATCH v18 12/18] s390/vfio-ap: reset queues after adapter/domain unassignment

[PATCH v2 0/3] KVM: arm64: selftests: Add edge cases tests for the arch timer
 2022-03-18 20:54 UTC  (8+ messages)
` [PATCH v2 2/3] KVM: arm64: selftests: add arch_timer_edge_cases
` [PATCH v2 3/3] KVM: arm64: selftests: add edge cases tests into arch_timer_edge_cases

[RESEND PATCH kvmtool] x86/cpuid: Stop masking the CPU vendor
 2022-03-18 19:50 UTC  (3+ messages)

[PATCH kvm/queue] KVM: SVM: Remove duplicates in arch/x86/kvm/svm/svm.h
 2022-03-18 18:01 UTC 

[RFC v2 0/4] vfio/hisilicon: add acc live migration driver
 2022-03-18 17:34 UTC  (11+ messages)
        ` iommufd(+vfio-compat) dirty tracking (Was: Re: [RFC v2 0/4] vfio/hisilicon: add acc live migration driver)
            ` iommufd(+vfio-compat) dirty tracking

[PATCH RFC 00/12] IOMMUFD Generic interface
 2022-03-18 17:27 UTC  (8+ messages)
` [PATCH RFC 03/12] iommufd: File descriptor, context, kconfig and makefiles
` [PATCH RFC 04/12] kernel/user: Allow user::locked_vm to be usable for iommufd
` [PATCH RFC 05/12] iommufd: PFN handling for iopt_pages
` [PATCH RFC 09/12] iommufd: Add a HW pagetable object
` [PATCH RFC 10/12] iommufd: Add kAPI toward external drivers
` [PATCH RFC 11/12] iommufd: vfio container FD ioctl compatibility
` [PATCH RFC 12/12] iommufd: Add a selftest


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