public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-12-12 18:37:38 to 2022-12-13 20:03:12 UTC [more...]

[PATCH 00/14] KVM: selftests: Clang fixes, Makefile cleanup
 2022-12-13 20:03 UTC  (22+ messages)
` [PATCH 01/14] KVM: selftests: Define literal to asm constraint in aarch64 as unsigned long
` [PATCH 02/14] KVM: selftests: Delete dead code in x86_64/vmx_tsc_adjust_test.c
` [PATCH 03/14] KVM: selftests: Fix divide-by-zero bug in memslot_perf_test
` [PATCH 04/14] KVM: selftests: Use pattern matching in .gitignore
` [PATCH 05/14] KVM: selftests: Fix a typo in x86-64's kvm_get_cpu_address_width()
` [PATCH 06/14] KVM: selftests: Rename UNAME_M to ARCH_DIR, fill explicitly for x86
` [PATCH 07/14] KVM: selftests: Use proper function prototypes in probing code
` [PATCH 08/14] KVM: selftests: Probe -no-pie with actual CFLAGS used to compile
` [PATCH 09/14] KVM: selftests: Explicitly disable builtins for mem*() overrides
` [PATCH 10/14] KVM: selftests: Include lib.mk before consuming $(CC)
` [PATCH 11/14] KVM: selftests: Disable "gnu-variable-sized-type-not-at-end" warning
` [PATCH 12/14] KVM: selftests: Use wildcards to find library source files
` [PATCH 13/14] KVM: selftests: Use wildcards to find targets and test "
` [PATCH 14/14] KVM: selftests: Enable RSEQ test for RISC-V

[PATCH V2 0/5] fixes for virtual address update
 2022-12-13 19:40 UTC  (6+ messages)
` [PATCH V2 1/5] vfio/type1: exclude mdevs from VFIO_UPDATE_VADDR
` [PATCH V2 2/5] vfio/type1: prevent locked_vm underflow
` [PATCH V2 3/5] vfio/type1: revert "block on invalid vaddr"
` [PATCH V2 4/5] vfio/type1: revert "implement notify callback"
` [PATCH V2 5/5] vfio: revert "iommu driver "

[PATCH V1 0/2] fixes for virtual address update
 2022-12-13 19:40 UTC  (12+ messages)
` [PATCH V1 1/2] vfio/type1: exclude mdevs from VFIO_UPDATE_VADDR
` [PATCH V1 2/2] vfio/type1: prevent locked_vm underflow

[PATCH net-next v7] virtio/vsock: replace virtio_vsock_pkt with sk_buff
 2022-12-13 19:28 UTC 

[PATCH net-next v6] virtio/vsock: replace virtio_vsock_pkt with sk_buff
 2022-12-13 15:43 UTC  (5+ messages)

[PATCH 0/5] KVM: x86/mmu: TDP MMU fixes for 6.2
 2022-12-13 18:15 UTC  (8+ messages)
` [PATCH 1/5] KVM: x86/mmu: Don't attempt to map leaf if target TDP MMU SPTE is frozen
` [PATCH 2/5] KVM: x86/mmu: Map TDP MMU leaf SPTE iff target level is reached
` [PATCH 3/5] KVM: x86/mmu: Re-check under lock that TDP MMU SP hugepage is disallowed
` [PATCH 4/5] KVM: x86/mmu: Don't install TDP MMU SPTE if SP has unexpected level
` [PATCH 5/5] KVM: x86/mmu: Move kvm_tdp_mmu_map()'s prolog and epilog to its caller

[PATCH 1/2] kvm: x86/mmu: Reduce the update to the spte in FNAME(sync_page)
 2022-12-13 18:11 UTC  (2+ messages)

[PATCH v2 0/4] KVM: nVMX: Fix 2nd exec controls override goofs
 2022-12-13 18:08 UTC  (7+ messages)
` [PATCH v2 1/4] KVM: nVMX: Properly expose ENABLE_USR_WAIT_PAUSE control to L1
` [PATCH v2 2/4] KVM: nVMX: Don't stuff secondary execution control if it's not supported
` [PATCH v2 3/4] KVM: nVMX: Don't muck with allowed sec exec controls on CPUID changes
` [PATCH v2 4/4] KVM: selftests: Test KVM's handling of VMX's sec exec MSR on KVM_SET_CPUID

[RFC PATCH V2 00/18] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2022-12-13 18:08 UTC  (19+ messages)
` [RFC PATCH V2 02/18] x86/hyperv: Add sev-snp enlightened guest specific config
` [RFC PATCH V2 03/18] x86/hyperv: apic change for sev-snp enlightened guest
` [RFC PATCH V2 04/18] x86/hyperv: Decrypt hv vp assist page in "
` [RFC PATCH V2 05/18] x86/hyperv: Get Virtual Trust Level via hvcall
` [RFC PATCH V2 06/18] x86/hyperv: Use vmmcall to implement hvcall in sev-snp enlightened guest
` [RFC PATCH V2 07/18] clocksource: hyper-v: decrypt hyperv tsc page "
` [RFC PATCH V2 08/18] x86/hyperv: decrypt vmbus pages for "
` [RFC PATCH V2 18/18] x86/sev: Fix interrupt exit code paths from #HV exception

[kvm-unit-tests PATCH 0/3] arm: pmu: Add support for PMUv3p5
 2022-12-13 18:04 UTC  (11+ messages)
` [kvm-unit-tests PATCH 1/3] arm: pmu: Fix overflow checks for PMUv3p5 long counters
` [kvm-unit-tests PATCH 3/3] arm: pmu: Add tests for 64-bit overflows

[RFC PATCH 1/5] nvme-pci: add function nvme_submit_vf_cmd to issue admin commands for VF driver
 2022-12-13 17:49 UTC  (13+ messages)

[PATCH v4 0/9] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
 2022-12-13 17:32 UTC  (11+ messages)
` [PATCH v4 1/9] "
` [PATCH v4 2/9] Documentation: KVM: s390: Describe KVM_S390_MEMOP_F_CMPXCHG
` [PATCH v4 3/9] KVM: s390: selftest: memop: Pass mop_desc via pointer
` [PATCH v4 4/9] KVM: s390: selftest: memop: Replace macros by functions
` [PATCH v4 5/9] KVM: s390: selftest: memop: Move testlist into main
` [PATCH v4 6/9] KVM: s390: selftest: memop: Add cmpxchg tests
` [PATCH v4 7/9] KVM: s390: selftest: memop: Add bad address test
` [PATCH v4 8/9] KVM: s390: selftest: memop: Fix typo
` [PATCH v4 9/9] KVM: s390: selftest: memop: Fix wrong address being used in test

[PATCH v13 0/7] s390x: CPU Topology
 2022-12-13 17:40 UTC  (19+ messages)
` [PATCH v13 4/7] s390x/cpu_topology: CPU topology migration

[kvm-unit-tests PATCH v2 0/1] s390x: test storage keys during migration
 2022-12-13 17:27 UTC  (9+ messages)
` [kvm-unit-tests PATCH v2 1/1] s390x: add parallel skey migration test

[linux-stable-rc:linux-5.15.y 2855/9999] arch/x86/kvm/hyperv.c:2185:5: warning: stack frame size (1036) exceeds limit (1024) in 'kvm_hv_hypercall'
 2022-12-13 17:06 UTC 

[PATCH-for-8.0 0/4] ppc: Clean up few headers to make them target agnostic
 2022-12-13 16:40 UTC  (6+ messages)
` [PATCH-for-8.0 1/4] target/ppc/kvm: Add missing "cpu.h" and "exec/hwaddr.h"
` [PATCH-for-8.0 2/4] hw/ppc/vof: Do not include the full "cpu.h"
` [PATCH-for-8.0 3/4] hw/ppc/spapr: Reduce "vof.h" inclusion
` [PATCH-for-8.0 4/4] hw/ppc/spapr_ovec: Avoid target_ulong spapr_ovec_parse_vector()

[kvm-unit-tests PATCH v3 0/4] lib: add function to request migration
 2022-12-13 16:26 UTC  (3+ messages)

[PATCH 0/7] improve AP queue reset processing
 2022-12-13 15:44 UTC  (8+ messages)
` [PATCH 1/7] s390/vfio-ap: verify reset complete in separate function
` [PATCH 2/7] s390/vfio_ap: check TAPQ response code when waiting for queue reset
` [PATCH 3/7] s390/vfio_ap: use TAPQ to verify reset in progress completes
` [PATCH 4/7] s390/vfio_ap: verify ZAPQ completion after return of response code zero
` [PATCH 5/7] s390/vfio_ap: fix handling of error response codes
` [PATCH 6/7] s390/vfio_ap: increase max wait time for reset verification
` [PATCH 7/7] s390/vfio_ap: always clean up IRQ resources

[PATCH iommufd v2 0/9] Remove IOMMU_CAP_INTR_REMAP
 2022-12-13 14:37 UTC  (11+ messages)
` [PATCH iommufd v2 1/9] irq: Add msi_device_has_isolated_msi()
` [PATCH iommufd v2 2/9] iommu: Add iommu_group_has_isolated_msi()
` [PATCH iommufd v2 3/9] vfio/type1: Convert to iommu_group_has_isolated_msi()
` [PATCH iommufd v2 4/9] iommufd: Convert to msi_device_has_isolated_msi()
` [PATCH iommufd v2 5/9] irq: Remove unused irq_domain_check_msi_remap() code
` [PATCH iommufd v2 6/9] irq: Rename IRQ_DOMAIN_MSI_REMAP to IRQ_DOMAIN_ISOLATED_MSI
` [PATCH iommufd v2 7/9] iommu/x86: Replace IOMMU_CAP_INTR_REMAP with IRQ_DOMAIN_FLAG_ISOLATED_MSI
` [PATCH iommufd v2 8/9] irq/s390: Add arch_is_isolated_msi() for s390
` [PATCH iommufd v2 9/9] iommu: Remove IOMMU_CAP_INTR_REMAP

[PATCH] kvm: x86/mmu: Remove FNAME(is_self_change_mapping)
 2022-12-13 12:55 UTC 

[PATCH v3 0/8] Make Intel PT configurable
 2022-12-13 12:15 UTC  (7+ messages)
` [PATCH v3 4/8] target/i386/intel-pt: print special message for INTEL_PT_ADDR_RANGES_NUM
` [PATCH v3 6/8] target/i386/intel-pt: Enable host pass through of Intel PT

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2022-12-13 12:04 UTC  (5+ messages)
` [PATCH v10 3/9] KVM: Extend the memslot to support fd-based private memory

[PATCH v2] KVM: MMU: Make the definition of 'INVALID_GPA' common
 2022-12-13  9:04 UTC 

[PATCH] KVM: X86: Use the common definition - 'GPA_INVALID' for X86
 2022-12-13  9:26 UTC  (3+ messages)

[PATCH] kvm: kvm_main: Remove unnecessary (void*) conversions
 2022-12-13  8:02 UTC 

[PATCH V2 00/12] ifcvf/vDPA implement features provisioning
 2022-12-13  6:57 UTC  (3+ messages)

[PATCH 0/7] KVM: VMX: Handle NMI VM-Exits in noinstr section
 2022-12-13  6:09 UTC  (8+ messages)
` [PATCH 1/7] KVM: x86: Make vmx_get_exit_qual() and vmx_get_intr_info() noinstr-friendly
` [PATCH 2/7] KVM: VMX: Allow VM-Fail path of VMREAD helper to be instrumented
` [PATCH 3/7] KVM: VMX: Always inline eVMCS read/write helpers
` [PATCH 4/7] KVM: VMX: Always inline to_vmx() and to_kvm_vmx()
` [PATCH 5/7] x86/entry: KVM: Use dedicated VMX NMI entry for 32-bit kernels too
` [PATCH 6/7] KVM: VMX: Provide separate subroutines for invoking NMI vs. IRQ handlers
` [PATCH 7/7] KVM: VMX: Handle NMI VM-Exits in noinstr region

linux-next: build warning after merge of the kvm tree
 2022-12-13  5:11 UTC  (2+ messages)

[RFC PATCH v4 0/2] Deprecate BUG() in pte_list_remove() in shadow mmu
 2022-12-13  4:12 UTC  (7+ messages)

[RFC PATCH 00/37] KVM: Refactor the KVM/x86 TDP MMU into common code
 2022-12-13  1:42 UTC  (36+ messages)
` [RFC PATCH 01/37] KVM: x86/mmu: Store the address space ID directly in kvm_mmu_page_role
` [RFC PATCH 02/37] KVM: MMU: Move struct kvm_mmu_page_role into common code
` [RFC PATCH 04/37] KVM: x86/mmu: Invert sp->tdp_mmu_page to sp->shadow_mmu_page
` [RFC PATCH 06/37] KVM: MMU: Move struct kvm_mmu_page to common code
` [RFC PATCH 10/37] KVM: MMU: Move struct kvm_page_fault "
` [RFC PATCH 17/37] KVM: Move struct kvm_gfn_range to kvm_types.h
` [RFC PATCH 20/37] KVM: x86/mmu: Abstract away computing the max mapping level
` [RFC PATCH 33/37] KVM: Move kvm_arch_flush_remote_tlbs_memslot() to common code

[PATCH] vfio/type1: Cleanup remaining vaddr removal/update fragments
 2022-12-13  0:11 UTC  (17+ messages)

[GIT PULL] First batch of KVM changes for Linux 6.2
 2022-12-12 20:41 UTC  (3+ messages)

[RFC PATCH 0/9] Intel SPEC CTRL virtualization support
 2022-12-12 20:23 UTC  (3+ messages)
` [RFC PATCH 5/9] x86/bugs: Use Virtual MSRs to request hardware mitigations

[Patch v4 00/13] Add Hyper-v extended hypercall support in KVM
 2022-12-12 18:37 UTC  (13+ messages)
` [Patch v4 02/13] KVM: x86: Add a KVM-only leaf for CPUID_8000_0007_EDX
` [Patch v4 03/13] KVM: x86: Hyper-V invariant TSC control
` [Patch v4 04/13] KVM: selftests: Rename 'msr->available' to 'msr->fault_exepected' in hyperv_features test
` [Patch v4 05/13] KVM: selftests: Convert hyperv_features test to using KVM_X86_CPU_FEATURE()
` [Patch v4 06/13] KVM: selftests: Test that values written to Hyper-V MSRs are preserved
` [Patch v4 07/13] KVM: selftests: Test Hyper-V invariant TSC control
` [Patch v4 08/13] KVM: x86: hyper-v: Use common code for hypercall userspace exit
` [Patch v4 09/13] KVM: x86: hyper-v: Add extended hypercall support in Hyper-v
` [Patch v4 10/13] KVM: selftests: Test Hyper-V extended hypercall enablement
` [Patch v4 11/13] KVM: selftests: Replace hardcoded Linux OS id with HYPERV_LINUX_OS_ID
` [Patch v4 12/13] KVM: selftests: Make vCPU exit reason test assertion common
` [Patch v4 13/13] KVM: selftests: Test Hyper-V extended hypercall exit to userspace


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