public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-12-02 08:12:37 to 2023-12-04 22:57:24 UTC [more...]

[PATCH V4 vfio 0/9] Introduce a vfio driver over virtio devices
 2023-12-04 22:57 UTC  (8+ messages)
` [PATCH V4 vfio 8/9] vfio/pci: Expose vfio_pci_iowrite/read##size()
` [PATCH V4 vfio 9/9] vfio/virtio: Introduce a vfio driver over virtio devices

[PATCH] s390/vfio-ap: handle response code 01 on queue reset
 2023-12-04 22:05 UTC  (9+ messages)

[PATCH v15 00/23] TDX host kernel support
 2023-12-04 22:04 UTC  (7+ messages)
` [PATCH v15 22/23] x86/mce: Improve error log of kernel space TDX #MC due to erratum

[GIT PULL] vdpa: bugfixes
 2023-12-04 21:59 UTC  (2+ messages)

[GIT PULL] Please pull IOMMUFD subsystem changes
 2023-12-04 21:59 UTC  (2+ messages)

Converting manpages from asciidoc to rst2man ?
 2023-12-04 21:21 UTC  (3+ messages)

[PATCH] vfio: account iommu allocations
 2023-12-04 20:31 UTC  (3+ messages)

[RFC PATCH 00/42] Sharing KVM TDP to IOMMU
 2023-12-04 20:11 UTC  (55+ messages)
` [RFC PATCH 01/42] KVM: Public header for KVM to export TDP
` [RFC PATCH 02/42] KVM: x86: Arch header for kvm to export TDP for Intel
` [RFC PATCH 03/42] KVM: Introduce VM ioctl KVM_CREATE_TDP_FD
` [RFC PATCH 04/42] KVM: Skeleton of KVM TDP FD object
` [RFC PATCH 05/42] KVM: Embed "arch" object and call arch init/destroy in TDP FD
` [RFC PATCH 06/42] KVM: Register/Unregister importers to KVM exported TDP
` [RFC PATCH 07/42] KVM: Forward page fault requests to arch specific code for "
` [RFC PATCH 08/42] KVM: Add a helper to notify importers that KVM exported TDP is flushed
` [RFC PATCH 09/42] iommu: Add IOMMU_DOMAIN_KVM
` [RFC PATCH 10/42] iommu: Add new iommu op to create domains managed by KVM
` [RFC PATCH 11/42] iommu: Add new domain op cache_invalidate_kvm
` [RFC PATCH 12/42] iommufd: Introduce allocation data info and flag for KVM managed HWPT
` [RFC PATCH 13/42] iommufd: Add a KVM HW pagetable object
` [RFC PATCH 14/42] iommufd: Enable KVM HW page table object to be proxy between KVM and IOMMU
` [RFC PATCH 15/42] iommufd: Add iopf handler to KVM hw pagetable
` [RFC PATCH 16/42] iommufd: Enable device feature IOPF during device attachment to KVM HWPT
` [RFC PATCH 17/42] iommu/vt-d: Make some macros and helpers to be extern
` [RFC PATCH 18/42] iommu/vt-d: Support of IOMMU_DOMAIN_KVM domain in Intel IOMMU
` [RFC PATCH 19/42] iommu/vt-d: Set bit PGSNP in PASIDTE if domain cache coherency is enforced
` [RFC PATCH 20/42] iommu/vt-d: Support attach devices to IOMMU_DOMAIN_KVM domain
` [RFC PATCH 21/42] iommu/vt-d: Check reserved bits for "
` [RFC PATCH 22/42] iommu/vt-d: Support cache invalidate of "
` [RFC PATCH 23/42] iommu/vt-d: Allow pasid 0 in IOPF
` [RFC PATCH 24/42] KVM: x86/mmu: Move bit SPTE_MMU_PRESENT from bit 11 to bit 59
` [RFC PATCH 25/42] KVM: x86/mmu: Abstract "struct kvm_mmu_common" from "struct kvm_mmu"
` [RFC PATCH 26/42] KVM: x86/mmu: introduce new op get_default_mt_mask to kvm_x86_ops
` [RFC PATCH 27/42] KVM: x86/mmu: change param "vcpu" to "kvm" in kvm_mmu_hugepage_adjust()
` [RFC PATCH 28/42] KVM: x86/mmu: change "vcpu" to "kvm" in page_fault_handle_page_track()
` [RFC PATCH 29/42] KVM: x86/mmu: remove param "vcpu" from kvm_mmu_get_tdp_level()
` [RFC PATCH 30/42] KVM: x86/mmu: remove param "vcpu" from kvm_calc_tdp_mmu_root_page_role()
` [RFC PATCH 31/42] KVM: x86/mmu: add extra param "kvm" to kvm_faultin_pfn()
` [RFC PATCH 32/42] KVM: x86/mmu: add extra param "kvm" to make_mmio_spte()
` [RFC PATCH 33/42] KVM: x86/mmu: add extra param "kvm" to make_spte()
` [RFC PATCH 34/42] KVM: x86/mmu: add extra param "kvm" to tdp_mmu_map_handle_target_level()
` [RFC PATCH 35/42] KVM: x86/mmu: Get/Put TDP root page to be exported
` [RFC PATCH 36/42] KVM: x86/mmu: Keep exported TDP root valid
` [RFC PATCH 37/42] KVM: x86: Implement KVM exported TDP fault handler on x86
` [RFC PATCH 38/42] KVM: x86: "compose" and "get" interface for meta data of exported TDP
` [RFC PATCH 39/42] KVM: VMX: add config KVM_INTEL_EXPORTED_EPT
` [RFC PATCH 40/42] KVM: VMX: Compose VMX specific meta data for KVM exported TDP
` [RFC PATCH 41/42] KVM: VMX: Implement ops .flush_remote_tlbs* in VMX when EPT is on
` [RFC PATCH 42/42] KVM: VMX: Notify importers of exported TDP to flush TLBs on KVM flushes EPT

[PATCH v2 00/35] bitops: add atomic find_bit() operations
 2023-12-04 18:51 UTC  (8+ messages)
` [PATCH v2 01/35] lib/find: add atomic find_bit() primitives
` [PATCH v2 02/35] lib/find: add test for atomic find_bit() ops
  ` [PATCH v2 13/35] KVM: x86: hyper-v: optimize and cleanup kvm_hv_process_stimers()

[PATCH 0/3] RISC-V, KVM: add 'vlenb' and vector CSRs to get-reg-list
 2023-12-04 18:29 UTC  (4+ messages)
` [PATCH 1/3] RISC-V: KVM: set 'vlenb' in kvm_riscv_vcpu_alloc_vector_context()
` [PATCH 2/3] RISC-V: KVM: add 'vlenb' Vector CSR
` [PATCH 3/3] RISC-V: KVM: add vector CSRs in KVM_GET_REG_LIST

[PATCH v3 0/3] arm64: Drop support for VPIPT i-cache policy
 2023-12-04 18:26 UTC  (6+ messages)
` [PATCH v3 1/3] KVM: arm64: Remove VPIPT I-cache handling
` [PATCH v3 2/3] arm64: Kill detection of VPIPT i-cache policy
` [PATCH v3 3/3] arm64: Rename reserved values for CTR_EL0.L1Ip

[PATCH 0/5] jump_label: Fix __ro_after_init keys for modules & annotate some keys
 2023-12-04 18:20 UTC  (6+ messages)
` [PATCH 5/5] x86/tsc: Make __use_tsc __ro_after_init

[PATCH v2 0/4] mm: Implement ECC handling for pfn with no struct page
 2023-12-04 15:55 UTC  (7+ messages)
` [PATCH v2 3/4] mm: Change ghes code to allow poison of non-struct pfn

[PATCH] KVM: x86/intr: Explicitly check NMI from guest to eliminate false positives
 2023-12-04 15:55 UTC  (2+ messages)

[PATCH v3 0/4] KVM: s390: Fix minor bugs in STFLE shadowing
 2023-12-04 15:52 UTC  (7+ messages)
` [PATCH v3 1/4] KVM: s390: vsie: Fix STFLE interpretive execution identification
` [PATCH v3 2/4] KVM: s390: vsie: Fix length of facility list shadowed
` [PATCH v3 3/4] KVM: s390: cpu model: Use proper define for facility mask size

[PATCH v10 00/19] KVM: xen: update shared_info and vcpu_info handling
 2023-12-04 14:43 UTC  (20+ messages)
` [PATCH v10 01/19] KVM: pfncache: Add a map helper function
` [PATCH v10 02/19] KVM: pfncache: remove unnecessary exports
` [PATCH v10 03/19] KVM: xen: mark guest pages dirty with the pfncache lock held
` [PATCH v10 04/19] KVM: pfncache: add a mark-dirty helper
` [PATCH v10 05/19] KVM: pfncache: remove KVM_GUEST_USES_PFN usage
` [PATCH v10 06/19] KVM: pfncache: stop open-coding offset_in_page()
` [PATCH v10 07/19] KVM: pfncache: include page offset in uhva and use it consistently
` [PATCH v10 08/19] KVM: pfncache: allow a cache to be activated with a fixed (userspace) HVA
` [PATCH v10 09/19] KVM: xen: separate initialization of shared_info cache and content
` [PATCH v10 10/19] KVM: xen: (re-)initialize shared_info if guest (32/64-bit) mode is set
` [PATCH v10 11/19] KVM: xen: allow shared_info to be mapped by fixed HVA
` [PATCH v10 12/19] KVM: xen: allow vcpu_info "
` [PATCH v10 13/19] KVM: selftests / xen: map shared_info using HVA rather than GFN
` [PATCH v10 14/19] KVM: selftests / xen: re-map vcpu_info using HVA rather than GPA
` [PATCH v10 15/19] KVM: xen: advertize the KVM_XEN_HVM_CONFIG_SHARED_INFO_HVA capability
` [PATCH v10 16/19] KVM: xen: split up kvm_xen_set_evtchn_fast()
` [PATCH v10 17/19] KVM: xen: don't block on pfncache locks in kvm_xen_set_evtchn_fast()
` [PATCH v10 18/19] KVM: pfncache: check the need for invalidation under read lock first
` [PATCH v10 19/19] KVM: xen: allow vcpu_info content to be 'safely' copied

[PATCH v6 2/6] iommufd: Add IOMMU_HWPT_INVALIDATE
 2023-12-04 14:48 UTC  (11+ messages)

[PATCH net-next v5 2/3] virtio/vsock: send credit update during setting SO_RCVLOWAT
 2023-12-04 14:30 UTC  (13+ messages)

[PATCH v7 00/12] iommu: Prepare to deliver page faults to user space
 2023-12-04 13:27 UTC  (28+ messages)
` [PATCH v7 01/12] iommu: Move iommu fault data to linux/iommu.h
` [PATCH v7 02/12] iommu/arm-smmu-v3: Remove unrecoverable faults reporting
` [PATCH v7 03/12] iommu: Remove unrecoverable fault data
` [PATCH v7 04/12] iommu: Cleanup iopf data structure definitions
` [PATCH v7 05/12] iommu: Merge iopf_device_param into iommu_fault_param
` [PATCH v7 06/12] iommu: Remove iommu_[un]register_device_fault_handler()
` [PATCH v7 07/12] iommu: Merge iommu_fault_event and iopf_fault
` [PATCH v7 11/12] iommu: Consolidate per-device fault data management
` [PATCH v7 12/12] iommu: Improve iopf_queue_flush_dev()

[PATCH vhost 0/7] vdpa/mlx5: Add support for resumable vqs
 2023-12-04 13:10 UTC  (10+ messages)
` (subset) "

[PATCH v2 0/3] arm64: Drop support for VPIPT i-cache policy
 2023-12-04 13:09 UTC  (2+ messages)

[PATCH] KVM: s390: fix cc for successful PQAP
 2023-12-04 11:48 UTC  (2+ messages)

[PATCH v3 0/9] RISCV: Add kvm Sstc timer selftests
 2023-12-04 11:32 UTC  (6+ messages)
` [PATCH v3 9/9] KVM: riscv: selftests: Add sstc timer test

[PATCH iwl-next v4 00/12] Add E800 live migration driver
 2023-12-04 11:18 UTC  (2+ messages)

[PATCH v3 00/70] QEMU Guest memfd + QEMU TDX support
 2023-12-04  9:52 UTC  (21+ messages)
` [PATCH v3 05/70] kvm: Enable KVM_SET_USER_MEMORY_REGION2 for memslot
` [PATCH v3 07/70] physmem: Relax the alignment check of host_startaddr in ram_block_discard_range()
` [PATCH v3 08/70] physmem: replace function name with __func__ "
` [PATCH v3 13/70] i386: Introduce tdx-guest object
` [PATCH v3 26/70] i386/tdx: Initialize TDX before creating TD vcpus

[PATCH 00/11] x86/kvm/emulate: Avoid RET for FASTOPs
 2023-12-04  9:37 UTC  (12+ messages)
` [PATCH 01/11] objtool: Generic annotation infrastructure
` [PATCH 02/11] objtool: Convert ANNOTATE_NOENDBR to ANNOTATE
` [PATCH 03/11] objtool: Convert ANNOTATE_RETPOLINE_SAFE "
` [PATCH 04/11] objtool: Convert instrumentation_{begin,end}() "
` [PATCH 05/11] objtool: Convert VALIDATE_UNRET_BEGIN "
` [PATCH 06/11] objtool: Convert ANNOTATE_IGNORE_ALTERNATIVE "
` [PATCH 07/11] objtool: Convert ANNOTATE_INTRA_FUNCTION_CALLS "
` [PATCH 08/11] objtool: Collapse annotate sequences
` [PATCH 09/11] x86/kvm/emulate: Implement test_cc() in C
` [PATCH 10/11] x86/nospec: JMP_NOSPEC
` [PATCH 11/11] x86/kvm/emulate: Avoid RET for fastops

[PATCH v2] KVM: x86: fix kvm_has_noapic_vcpu updates when fail to create vcpu
 2023-12-04  9:13 UTC  (3+ messages)

[PATCH v7 00/26] Enable CET Virtualization
 2023-12-04  8:50 UTC  (8+ messages)
` [PATCH v7 21/26] KVM: x86: Save and reload SSP to/from SMRAM
` [PATCH v7 26/26] KVM: nVMX: Enable CET support for nested guest

[PATCH v4 0/3] LoongArch: KVM: Remove SW timer switch when vcpu is halt polling
 2023-12-04  8:48 UTC  (7+ messages)
` [PATCH v4 1/3] "
` [PATCH v4 2/3] LoongArch: KVM: Allow to access HW timer CSR registers always
` [PATCH v4 3/3] LoongArch: KVM: Remove kvm_acquire_timer before entering guest

[PATCH v17 000/116] KVM TDX basic feature support
 2023-12-04  8:25 UTC  (3+ messages)
` [PATCH v17 004/116] KVM: VMX: Reorder vmx initialization with kvm vendor initialization

[PATCH-for-9.0 0/2] target/arm/kvm: Use generic kvm_supports_guest_debug()
 2023-12-04  3:55 UTC  (5+ messages)
` [PATCH-for-9.0 1/2] accel/kvm: Expose kvm_supports_guest_debug() prototype
` [PATCH-for-9.0 2/2] target/arm/kvm: Use generic kvm_supports_guest_debug()

[PATCH v5 0/4] KVM: selftests: Add LoongArch support
 2023-12-04  2:11 UTC  (7+ messages)
` [PATCH v5 2/4] KVM: selftests: Add core KVM selftests support for LoongArch
` [PATCH v5 3/4] KVM: selftests: Add ucall test "
` [PATCH v5 4/4] KVM: selftests: Add test cases "

linux-next: manual merge of the kvm tree with the vfs-brauner tree
 2023-12-04  0:51 UTC  (2+ messages)

[PATCH 00/26] KVM: vfio: Hide KVM internals from others
 2023-12-03 14:07 UTC  (7+ messages)
` [PATCH 05/26] vfio: KVM: Pass get/put helpers from KVM to VFIO, don't do circular lookup

[GIT PULL] VFIO fix for v6.7-rc4
 2023-12-02 23:52 UTC  (2+ messages)

[GIT PULL] KVM/arm64 fixes for 6.7, take #1
 2023-12-02 21:18 UTC 

[PATCH] KVM: selftests: Drop newline from __TEST_REQUIRE
 2023-12-02  8:12 UTC  (4+ messages)


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