public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-12-03 08:57:43 to 2023-12-05 07:37:10 UTC [more...]

[RFC PATCH 00/42] Sharing KVM TDP to IOMMU
 2023-12-05  7:17 UTC  (28+ messages)
` [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 14/42] iommufd: Enable KVM HW page table object to be proxy between KVM and IOMMU
` [RFC PATCH 16/42] iommufd: Enable device feature IOPF during device attachment to KVM HWPT

[PATCH v7 00/12] iommu: Prepare to deliver page faults to user space
 2023-12-05  7:13 UTC  (36+ 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 08/12] iommu: Prepare for separating SVA and IOPF
` [PATCH v7 09/12] iommu: Make iommu_queue_iopf() more generic
` [PATCH v7 11/12] iommu: Consolidate per-device fault data management
` [PATCH v7 12/12] iommu: Improve iopf_queue_flush_dev()

[PATCH net-next v6 0/4] send credit update during setting SO_RCVLOWAT
 2023-12-05  6:48 UTC  (5+ messages)
` [PATCH net-next v6 1/4] vsock: update SO_RCVLOWAT setting callback
` [PATCH net-next v6 2/4] virtio/vsock: send credit update during setting SO_RCVLOWAT
` [PATCH net-next v6 3/4] virtio/vsock: fix logic which reduces credit update messages
` [PATCH net-next v6 4/4] vsock/test: two tests to check credit update logic

[PATCH] KVM: x86/intr: Explicitly check NMI from guest to eliminate false positives
 2023-12-05  6:23 UTC  (3+ messages)

[PATCH v17 000/116] KVM TDX basic feature support
 2023-12-05  6:02 UTC  (7+ messages)
` [PATCH v17 001/116] KVM: VMX: Move out vmx_x86_ops to 'main.c' to wrap VMX and TDX
` [PATCH v17 002/116] KVM: x86/vmx: initialize loaded_vmcss_on_cpu in vmx_hardware_setup()
` [PATCH v17 004/116] KVM: VMX: Reorder vmx initialization with kvm vendor initialization

Converting manpages from asciidoc to rst2man ?
 2023-12-05  4:01 UTC  (4+ messages)

[PATCH v2 1/1] KVM: arm64: allow the VM to select DEVICE_* and NORMAL_NC for IO memory
 2023-12-05  3:30 UTC 

[PATCH v4 0/3] LoongArch: KVM: Remove SW timer switch when vcpu is halt polling
 2023-12-05  3:18 UTC  (9+ 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 v6 00/16] Support smp.clusters for x86 in QEMU
 2023-12-05  3:28 UTC  (2+ messages)

[RFC 0/9] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2023-12-05  2:43 UTC  (10+ messages)
` [RFC 1/9] RISC-V: Fix the typo in Scountovf CSR name
` [RFC 2/9] drivers/perf: riscv: Add a flag to indicate SBI v2.0 support
` [RFC 3/9] RISC-V: Add FIRMWARE_READ_HI definition
` [RFC 4/9] drivers/perf: riscv: Read upper bits of a firmware counter
` [RFC 5/9] RISC-V: Add SBI PMU snapshot definitions
` [RFC 6/9] drivers/perf: riscv: Implement SBI PMU snapshot function
` [RFC 7/9] RISC-V: KVM: Implement SBI PMU Snapshot feature
` [RFC 8/9] RISC-V: KVM: Add perf sampling support for guests
` [RFC 9/9] RISC-V: KVM: Support 64 bit firmware counters on RV32

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

[PATCH v3 0/3] arm64: Drop support for VPIPT i-cache policy
 2023-12-05  2:04 UTC  (7+ 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 v10 00/50] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-12-05  0:48 UTC  (11+ messages)
` [PATCH v10 48/50] KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE event

[PATCH] vfio: account iommu allocations
 2023-12-05  0:00 UTC  (4+ messages)

[PATCH v19 0/3] add debugfs to migration driver
 2023-12-05  0:00 UTC  (2+ messages)

[PATCH v2 vfio 0/6] vfio/pds: Clean-ups and multi-region support
 2023-12-05  0:00 UTC  (2+ messages)

[PATCH V4 vfio 0/9] Introduce a vfio driver over virtio devices
 2023-12-04 23:32 UTC  (9+ 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)

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

[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 0/5] jump_label: Fix __ro_after_init keys for modules & annotate some keys
 2023-12-04 18:20 UTC  (5+ 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 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  (11+ messages)

[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-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


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