kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-27 08:30:49 to 2023-07-28 15:33:51 UTC [more...]

[RFC PATCH v2 00/20] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2023-07-28 15:33 UTC  (6+ messages)
` [RFC PATCH v2 02/20] tracing/filters: Enable filtering a cpumask field by another cpumask
` [RFC PATCH v2 11/20] objtool: Flesh out warning related to pv_ops[] calls

[PATCH v5 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper
 2023-07-28 15:21 UTC  (5+ messages)

[PATCH] KVM: s390: fix sthyi error handling
 2023-07-28 14:29 UTC  (4+ messages)

[PATCH v2 00/26] KVM: arm64: NV trap forwarding infrastructure
 2023-07-28 14:25 UTC  (39+ messages)
` [PATCH v2 01/26] arm64: Add missing VA CMO encodings
` [PATCH v2 02/26] arm64: Add missing ERX*_EL1 encodings
` [PATCH v2 03/26] arm64: Add missing DC ZVA/GVA/GZVA encodings
` [PATCH v2 04/26] arm64: Add TLBI operation encodings
` [PATCH v2 05/26] arm64: Add AT "
` [PATCH v2 06/26] arm64: Add debug registers affected by HDFGxTR_EL2
` [PATCH v2 07/26] arm64: Add missing BRB/CFP/DVP/CPP instructions
` [PATCH v2 08/26] arm64: Add HDFGRTR_EL2 and HDFGWTR_EL2 layouts
` [PATCH v2 09/26] arm64: Add feature detection for fine grained traps
` [PATCH v2 10/26] KVM: arm64: Correctly handle ACCDATA_EL1 traps
` [PATCH v2 11/26] KVM: arm64: Add missing HCR_EL2 trap bits
` [PATCH v2 12/26] KVM: arm64: nv: Add FGT registers
` [PATCH v2 13/26] KVM: arm64: Restructure FGT register switching
` [PATCH v2 14/26] KVM: arm64: nv: Add trap forwarding infrastructure
` [PATCH v2 15/26] KVM: arm64: nv: Add trap forwarding for HCR_EL2
` [PATCH v2 16/26] KVM: arm64: nv: Expose FEAT_EVT to nested guests
` [PATCH v2 17/26] KVM: arm64: nv: Add trap forwarding for MDCR_EL2
` [PATCH v2 18/26] KVM: arm64: nv: Add trap forwarding for CNTHCTL_EL2
` [PATCH v2 19/26] KVM: arm64: nv: Add trap forwarding for HFGxTR_EL2
` [PATCH v2 20/26] KVM: arm64: nv: Add trap forwarding for HFGITR_EL2
` [PATCH v2 21/26] KVM: arm64: nv: Add trap forwarding for HDFGxTR_EL2
` [PATCH v2 22/26] KVM: arm64: nv: Add SVC trap forwarding
` [PATCH v2 23/26] KVM: arm64: nv: Add switching support for HFGxTR/HDFGxTR
` [PATCH v2 24/26] KVM: arm64: nv: Expose FGT to nested guests
` [PATCH v2 25/26] KVM: arm64: Move HCRX_EL2 switch to load/put on VHE systems
` [PATCH v2 26/26] KVM: arm64: nv: Add support for HCRX_EL2

[GIT PULL] Please pull IOMMUFD subsystem changes
 2023-07-28 13:48 UTC 

[PATCH v11 0/7] Add IO page table replacement support
 2023-07-28 12:43 UTC  (10+ messages)
` [PATCH v11 1/7] vfio: Do not allow !ops->dma_unmap in vfio_pin/unpin_pages()
` [PATCH v11 2/7] iommufd: Allow passing in iopt_access_list_id to iopt_remove_access()
` [PATCH v11 3/7] iommufd: Add iommufd_access_change_ioas(_id) helpers
` [PATCH v11 4/7] iommufd: Use iommufd_access_change_ioas in iommufd_access_destroy_object
` [PATCH v11 5/7] iommufd: Add iommufd_access_replace() API
` [PATCH v11 6/7] iommufd/selftest: Add IOMMU_TEST_OP_ACCESS_REPLACE_IOAS coverage
` [PATCH v11 7/7] vfio: Support IO page table replacement

[PATCH v8 0/4] cover-letter: Add IO page table replacement support
 2023-07-28 12:28 UTC  (13+ messages)
` [PATCH v8 2/4] iommufd: Add iommufd_access_replace() API

[PATCH v3 00/49] use refcount+RCU method to implement lockless slab shrink
 2023-07-28 12:17 UTC  (34+ messages)
` [PATCH v3 04/49] mm: shrinker: remove redundant shrinker_rwsem in debugfs operations
` [PATCH v3 05/49] mm: shrinker: add infrastructure for dynamically allocating shrinker
` [PATCH v3 15/49] nfs: dynamically allocate the nfs-acl shrinker
` [PATCH v3 16/49] nfsd: dynamically allocate the nfsd-filecache shrinker
` [PATCH v3 22/49] sunrpc: dynamically allocate the sunrpc_cred shrinker
` [PATCH v3 27/49] dm: dynamically allocate the dm-bufio shrinker
` [PATCH v3 28/49] dm zoned: dynamically allocate the dm-zoned-meta shrinker
` [PATCH v3 29/49] md/raid5: dynamically allocate the md-raid5 shrinker
` [PATCH v3 34/49] ext4: dynamically allocate the ext4-es shrinker
` [PATCH v3 40/49] xfs: dynamically allocate the xfs-qm shrinker
` [PATCH v3 42/49] fs: super: dynamically allocate the s_shrink
` [PATCH v3 43/49] mm: shrinker: remove old APIs
` [PATCH v3 44/49] drm/ttm: introduce pool_shrink_rwsem
` [PATCH v3 45/49] mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred}
` [PATCH v3 46/49] mm: shrinker: make global slab shrink lockless
` [PATCH v3 47/49] mm: shrinker: make memcg "
` [PATCH v3 48/49] mm: shrinker: hold write lock to reparent shrinker nr_deferred

KVM PCI Passthrough IRQ issues
 2023-07-28 10:20 UTC 

[PATCH v3 00/17] iommufd: Add nesting infrastructure
 2023-07-28 10:07 UTC  (15+ messages)
` [PATCH v3 01/17] iommu: Add new iommu op to create domains owned by userspace
` [PATCH v3 02/17] iommu: Add nested domain support
` [PATCH v3 03/17] iommufd/hw_pagetable: Use domain_alloc_user op for domain allocation
` [PATCH v3 04/17] iommufd: Pass in hwpt_type/parent/user_data to iommufd_hw_pagetable_alloc()
` [PATCH v3 05/17] iommufd/hw_pagetable: Do not populate user-managed hw_pagetables
` [PATCH v3 06/17] iommufd: Only enforce IOMMU_RESV_SW_MSI when attaching user-managed HWPT
` [PATCH v3 07/17] iommufd: Add IOMMU_RESV_IOVA_RANGES

[PATCH 0/4] RISCV: Add kvm Sstc timer selftest
 2023-07-28  9:57 UTC  (10+ messages)
` [PATCH 1/4] tools: riscv: Add header file csr.h
` [PATCH 2/4] KVM: riscv: selftests: Add exception handling support
` [PATCH 3/4] KVM: riscv: selftests: Add guest helper to get vcpu id

[PATCH v4 00/19] x86/reboot: KVM: Clean up "emergency" virt code
 2023-07-28  9:43 UTC  (9+ messages)
` [PATCH v4 10/19] x86/virt: KVM: Move VMXOFF helpers into KVM VMX
` [PATCH v4 14/19] KVM: SVM: Check that the current CPU supports SVM in kvm_is_svm_supported()

[PATCH v3 0/5] Add printf and formatted asserts in the guest
 2023-07-28  9:40 UTC  (8+ messages)

[RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
 2023-07-28  9:25 UTC  (6+ messages)
` [RFC PATCH v11 06/29] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory

[PATCH v2 0/3] KVM: s390: Enable AP instructions for pv-guests
 2023-07-28  9:23 UTC  (4+ messages)
` [PATCH v2 1/3] s390: uv: UV feature check utility
` [PATCH v2 2/3] KVM: s390: Add UV feature negotiation
` [PATCH v2 3/3] KVM: s390: pv: Allow AP-instructions for pv guests

[kvm-unit-tests PATCH 0/3] migration: fixes and multiple migration
 2023-07-28  8:44 UTC  (6+ messages)
` [kvm-unit-tests PATCH 1/3] migration: Fix test harness hang on fifo
` [kvm-unit-tests PATCH 2/3] migration: Fix test harness hang if source does not reach migration point

[PATCH] Documentation: KVM: Add vPMU implementaion and gap document
 2023-07-28  8:33 UTC  (3+ messages)

[PATCH net-next v4 0/4] vsock/virtio/vhost: MSG_ZEROCOPY preparations
 2023-07-28  8:05 UTC  (9+ messages)
` [PATCH net-next v4 1/4] vsock/virtio/vhost: read data from non-linear skb
` [PATCH net-next v4 2/4] vsock/virtio: support to send "
` [PATCH net-next v4 3/4] vsock/virtio: non-linear skb handling for tap
` [PATCH net-next v4 4/4] vsock/virtio: MSG_ZEROCOPY flag support

[EXTERNAL][PATCH v2] KVM: x86/xen: Implement hvm_op/HVMOP_flush_tlbs hypercall
 2023-07-28  7:31 UTC  (7+ messages)
` [PATCH v3] "

[kvm-unit-tests PATCH] x86/access: Use HVMOP_flush_tlbs hypercall instead of invlpg() for Xen
 2023-07-28  7:18 UTC 

[PATCH] KVM: X86: Use GFP_KERNEL_ACCOUNT for pid_table in ipiv
 2023-07-28  6:49 UTC 

[PATCH v10 0/6] Add IO page table replacement support
 2023-07-28  4:44 UTC  (13+ messages)
` [PATCH v10 1/6] vfio: Do not allow !ops->dma_unmap in vfio_pin/unpin_pages()
` [PATCH v10 2/6] iommufd: Allow passing in iopt_access_list_id to iopt_remove_access()
` [PATCH v10 3/6] iommufd: Add iommufd_access_change_ioas(_id) helpers
` [PATCH v10 4/6] iommufd: Add iommufd_access_replace() API
` [PATCH v10 5/6] iommufd/selftest: Add IOMMU_TEST_OP_ACCESS_REPLACE_IOAS coverage
` [PATCH v10 6/6] vfio: Support IO page table replacement

[PATCH] docs: move powerpc under arch
 2023-07-28  3:41 UTC  (2+ messages)

[Bug 217688] New: Guest call trace during boot
 2023-07-28  2:30 UTC  (3+ messages)
` [Bug 217688] "

[PATCH v4 0/4] iommufd: Add iommu hardware info reporting
 2023-07-28  2:05 UTC  (11+ messages)
` [PATCH v4 2/4] iommu: Add new iommu op to get iommu hardware information
` [PATCH v4 4/4] iommufd/selftest: Add coverage for IOMMU_GET_HW_INFO ioctl

[PATCH v4 00/20] Enable CET Virtualization
 2023-07-28  0:43 UTC  (15+ messages)
` [PATCH v4 09/20] KVM:x86: Add common code of CET MSR access
` [PATCH v4 13/20] KVM:VMX: Emulate read and write to CET MSRs

[PATCH 0/2] sync_regs() TOCTOU issues
 2023-07-28  0:12 UTC  (3+ messages)
` [PATCH 1/2] KVM: x86: Fix KVM_CAP_SYNC_REGS's "
` [PATCH 2/2] KVM: selftests: Extend x86's sync_regs_test to check for races

[PATCH v9 0/6] cover-letter: Add IO page table replacement support
 2023-07-27 18:47 UTC  (7+ messages)
` [PATCH v9 2/6] iommufd: Allow passing in iopt_access_list_id to iopt_remove_access()
` [PATCH v9 3/6] iommufd: Add iommufd_access_change_ioas helper

[PATCH v21 00/20] s390x: CPU Topology
 2023-07-27 17:31 UTC  (3+ messages)
` [PATCH v21 03/20] target/s390x/cpu topology: handle STSI(15) and build the SYSIB

Hola
 2023-07-27 16:56 UTC 

KVM_EXIT_FAIL_ENTRY with hardware_entry_failure_reason = 7
 2023-07-27 16:52 UTC  (6+ messages)

[Question - ARM CCA] vCPU Hotplug Support in ARM Realm world might require ARM spec change?
 2023-07-27 16:40 UTC  (13+ messages)

[RFC PATCH] arm/kvm: Enable support for KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZE
 2023-07-27 16:05 UTC  (3+ messages)

[PATCH 00/27] KVM: arm64: NV trap forwarding infrastructure
 2023-07-27 15:42 UTC  (7+ messages)
` [PATCH 06/27] arm64: Add debug registers affected by HDFGxTR_EL2
` [PATCH 19/27] KVM: arm64: nv: Add trap forwarding for CNTHCTL_EL2

[PATCH 0/3] KVM: s390: Enable AP instructions for pv-guests
 2023-07-27 15:07 UTC  (7+ messages)
` [PATCH 1/3] s390: uv: UV feature check utility
` [PATCH 2/3] KVM: s390: Add UV feature negotiation
` [PATCH 3/3] KVM: s390: pv: Allow AP-instructions for pv guests

[PATCH net-next v3 0/4] virtio/vsock: some updates for MSG_PEEK flag
 2023-07-27 14:00 UTC  (2+ messages)

[PATCH v7 00/12] KVM: arm64: Add support for FEAT_TLBIRANGE
 2023-07-27 13:12 UTC  (18+ messages)
` [PATCH v7 01/12] KVM: Rename kvm_arch_flush_remote_tlb() to kvm_arch_flush_remote_tlbs()
` [PATCH v7 02/12] KVM: arm64: Use kvm_arch_flush_remote_tlbs()
` [PATCH v7 05/12] KVM: Move kvm_arch_flush_remote_tlbs_memslot() to common code
` [PATCH v7 06/12] arm64: tlb: Refactor the core flush algorithm of __flush_tlb_range
` [PATCH v7 07/12] KVM: arm64: Implement __kvm_tlb_flush_vmid_range()
` [PATCH v7 08/12] KVM: arm64: Define kvm_tlb_flush_vmid_range()
` [PATCH v7 09/12] KVM: arm64: Implement kvm_arch_flush_remote_tlbs_range()
` [PATCH v7 12/12] KVM: arm64: Use TLBI range-based intructions for unmap

[PATCH v7 2/5] target/riscv: check the in-kernel irqchip support
 2023-07-27 10:24 UTC  (2+ messages)
` [PATCH v7 3/5] target/riscv: Create an KVM AIA irqchip

[PATCH for-8.2 0/2] arm/kvm: use kvm_{get,set}_one_reg
 2023-07-27  9:55 UTC  (6+ messages)
` [PATCH for-8.2 2/2] arm/kvm: convert to kvm_get_one_reg

[PATCH v6 0/6] Enable writable for idregs DFR0,PFR0, MMFR{0,1,2, 3}
 2023-07-27  9:34 UTC  (11+ messages)
` [PATCH v6 3/6] KVM: arm64: Enable writable for ID_AA64DFR0_EL1 and ID_DFR0_EL1

[PATCH net-next v3 0/4] vsock/virtio/vhost: MSG_ZEROCOPY preparations
 2023-07-27  8:54 UTC  (9+ messages)
` [PATCH net-next v3 4/4] vsock/virtio: MSG_ZEROCOPY flag support


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