kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-18 08:02:13 to 2023-07-19 08:10:56 UTC [more...]

[PATCH] docs: move s390 under arch
 2023-07-19  8:10 UTC  (5+ messages)

[RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
 2023-07-19  7:54 UTC  (33+ messages)
` [RFC PATCH v11 01/29] KVM: Wrap kvm_gfn_range.pte in a per-action union
` [RFC PATCH v11 02/29] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges
` [RFC PATCH v11 03/29] KVM: Use gfn instead of hva for mmu_notifier_retry
` [RFC PATCH v11 04/29] KVM: PPC: Drop dead code related to KVM_ARCH_WANT_MMU_NOTIFIER
` [RFC PATCH v11 05/29] KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
` [RFC PATCH v11 06/29] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [RFC PATCH v11 07/29] KVM: Add KVM_EXIT_MEMORY_FAULT exit
` [RFC PATCH v11 08/29] KVM: Introduce per-page memory attributes
` [RFC PATCH v11 09/29] KVM: x86: Disallow hugepages when memory attributes are mixed
` [RFC PATCH v11 10/29] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
` [RFC PATCH v11 11/29] security: Export security_inode_init_security_anon() for use by KVM
` [RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [RFC PATCH v11 13/29] KVM: Add transparent hugepage support for dedicated guest memory
` [RFC PATCH v11 14/29] KVM: x86/mmu: Handle page fault for private memory
` [RFC PATCH v11 15/29] KVM: Drop superfluous __KVM_VCPU_MULTIPLE_ADDRESS_SPACE macro
` [RFC PATCH v11 16/29] KVM: Allow arch code to track number of memslot address spaces per VM
` [RFC PATCH v11 17/29] KVM: x86: Add support for "protected VMs" that can utilize private memory
` [RFC PATCH v11 18/29] KVM: selftests: Drop unused kvm_userspace_memory_region_find() helper
` [RFC PATCH v11 19/29] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2
` [RFC PATCH v11 20/29] KVM: selftests: Add support for creating private memslots
` [RFC PATCH v11 21/29] KVM: selftests: Add helpers to convert guest memory b/w private and shared
` [RFC PATCH v11 22/29] KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86)
` [RFC PATCH v11 23/29] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
` [RFC PATCH v11 24/29] KVM: selftests: Add GUEST_SYNC[1-6] macros for synchronizing more data
` [RFC PATCH v11 25/29] KVM: selftests: Add x86-only selftest for private memory conversions
` [RFC PATCH v11 26/29] KVM: selftests: Add KVM_SET_USER_MEMORY_REGION2 helper
` [RFC PATCH v11 27/29] KVM: selftests: Expand set_memory_region_test to validate guest_memfd()
` [RFC PATCH v11 28/29] KVM: selftests: Add basic selftest for guest_memfd()
` [RFC PATCH v11 29/29] KVM: selftests: Test KVM exit behavior for private memory/access

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

[PATCH v7 0/8] KVM: allow mapping non-refcounted pages
 2023-07-19  7:16 UTC  (4+ messages)
` [PATCH v7 5/8] KVM: x86/mmu: Don't pass FOLL_GET to __kvm_follow_pfn

[PATCH v3 1/2] kvm/vfio: ensure kvg instance stays around in kvm_vfio_group_add()
 2023-07-19  6:10 UTC  (5+ messages)
` [PATCH v3 2/2] kvm/vfio: avoid bouncing the mutex when adding and deleting groups

[kvm-unit-tests PATCH v1 0/2] arm64: Define name for the original RES1 bit but now functinal bit
 2023-07-19  5:45 UTC  (4+ messages)
` [kvm-unit-tests PATCH v1 1/2] arm64: Replace the SCTLR_EL1 filed definition by _BITUL()
` [kvm-unit-tests PATCH v1 2/2] arm64: Define name for the bits used in SCTLR_EL1_RES1

[kvm-unit-tests PATCH 0/2] arm64: fix paging issues
 2023-07-19  5:42 UTC  (11+ messages)
` [kvm-unit-tests PATCH 1/2] arm64: set sctlr_el1.SPAN

[PATCH 0/4] Invalidate secondary IOMMU TLB on permission upgrade
 2023-07-19  5:42 UTC  (11+ messages)
` [PATCH 1/4] mm_notifiers: Rename invalidate_range notifier
` [PATCH 3/4] mmu_notifiers: Call arch_invalidate_secondary_tlbs() when invalidating TLBs

[PATCH v4 0/6] KVM: selftests: Improve PMU event filter settings and add test cases
 2023-07-19  3:26 UTC  (10+ messages)
` [PATCH v4 3/6] KVM: selftests: Introduce __kvm_pmu_event_filter to improved event filter settings
` [PATCH v4 4/6] KVM: selftests: Add test cases for unsupported PMU event filter input values
` [PATCH v4 5/6] KVM: selftests: Test if event filter meets expectations on fixed counters

[PATCH v2 0/8] LASS KVM virtualization support
 2023-07-19  2:45 UTC  (9+ messages)
` [PATCH v2 1/8] KVM: x86: Consolidate flags for __linearize()
` [PATCH v2 2/8] KVM: x86: Use a new flag for branch instructions
` [PATCH v2 3/8] KVM: x86: Add an emulation flag for implicit system access
` [PATCH v2 4/8] KVM: x86: Add X86EMUL_F_INVTLB and pass it in em_invlpg()
` [PATCH v2 5/8] KVM: emulator: Add emulation of LASS violation checks on linear address
` [PATCH v2 6/8] KVM: VMX: Implement and apply vmx_is_lass_violation() for LASS protection
` [PATCH v2 7/8] KVM: x86: Virtualize CR4.LASS
` [PATCH v2 8/8] KVM: x86: Advertise LASS CPUID to user space

[PATCH v2 0/8] LASS KVM virtualization support
 2023-07-19  3:05 UTC  (10+ messages)
` [PATCH v2 1/8] KVM: x86: Consolidate flags for __linearize()
` [PATCH v2 2/8] KVM: x86: Use a new flag for branch instructions
` [PATCH v2 3/8] KVM: x86: Add an emulation flag for implicit system access
` [PATCH v2 4/8] KVM: x86: Add X86EMUL_F_INVTLB and pass it in em_invlpg()
` [PATCH v2 5/8] KVM: emulator: Add emulation of LASS violation checks on linear address
` [PATCH v2 6/8] KVM: VMX: Implement and apply vmx_is_lass_violation() for LASS protection
` [PATCH v2 7/8] KVM: x86: Virtualize CR4.LASS
` [PATCH v2 8/8] KVM: x86: Advertise LASS CPUID to user space

[Question - ARM CCA] vCPU Hotplug Support in ARM Realm world might require ARM spec change?
 2023-07-19  2:35 UTC 

[PATCH v2 00/16] target/riscv: Allow building without TCG (KVM-only so far)
 2023-07-19  0:56 UTC  (3+ messages)
` [PATCH v2 08/16] target/riscv: Move TCG-specific cpu_get_tb_cpu_state() to tcg/cpu.c

[PATCH RFC net-next v5 00/14] virtio/vsock: support datagrams
 2023-07-19  0:50 UTC  (15+ messages)
` [PATCH RFC net-next v5 01/14] af_vsock: generalize vsock_dgram_recvmsg() to all transports
` [PATCH RFC net-next v5 02/14] af_vsock: refactor transport lookup code
` [PATCH RFC net-next v5 03/14] af_vsock: support multi-transport datagrams
` [PATCH RFC net-next v5 04/14] af_vsock: generalize bind table functions
` [PATCH RFC net-next v5 05/14] af_vsock: use a separate dgram bind table
` [PATCH RFC net-next v5 06/14] virtio/vsock: add VIRTIO_VSOCK_TYPE_DGRAM
` [PATCH RFC net-next v5 07/14] virtio/vsock: add common datagram send path
` [PATCH RFC net-next v5 08/14] af_vsock: add vsock_find_bound_dgram_socket()
` [PATCH RFC net-next v5 09/14] virtio/vsock: add common datagram recv path
` [PATCH RFC net-next v5 10/14] virtio/vsock: add VIRTIO_VSOCK_F_DGRAM feature bit
` [PATCH RFC net-next v5 11/14] vhost/vsock: implement datagram support
` [PATCH RFC net-next v5 12/14] vsock/loopback: "
` [PATCH RFC net-next v5 13/14] virtio/vsock: "
` [PATCH RFC net-next v5 14/14] test/vsock: add vsock dgram tests

[PATCH RFC v9 00/51] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-07-18 23:17 UTC  (5+ messages)
` [PATCH RFC v9 08/51] x86/speculation: Do not enable Automatic IBRS if SEV SNP is enabled

[RFC PATCH] KVM: x86: Make struct sev_cmd common for KVM_MEM_ENC_OP
 2023-07-18 21:00 UTC  (4+ messages)

[PATCH 00/27] KVM: arm64: NV trap forwarding infrastructure
 2023-07-18 17:30 UTC  (3+ messages)
` [PATCH 07/27] arm64: Add missing BRB/CFP/DVP/CPP instructions

[PATCH v15 00/26] Add vfio_device cdev for iommufd support
 2023-07-18 16:57 UTC  (30+ messages)
` [PATCH v15 01/26] vfio: Allocate per device file structure
` [PATCH v15 02/26] vfio: Refine vfio file kAPIs for KVM
` [PATCH v15 03/26] vfio: Accept vfio device file in the KVM facing kAPI
` [PATCH v15 04/26] kvm/vfio: Prepare for accepting vfio device fd
` [PATCH v15 05/26] kvm/vfio: Accept vfio device file from userspace
` [PATCH v15 06/26] vfio: Pass struct vfio_device_file * to vfio_device_open/close()
` [PATCH v15 07/26] vfio: Block device access via device fd until device is opened
` [PATCH v15 08/26] vfio: Add cdev_device_open_cnt to vfio_group
` [PATCH v15 09/26] vfio: Make vfio_df_open() single open for device cdev path
` [PATCH v15 10/26] vfio-iommufd: Move noiommu compat validation out of vfio_iommufd_bind()
` [PATCH v15 11/26] vfio-iommufd: Split bind/attach into two steps
` [PATCH v15 12/26] vfio: Record devid in vfio_device_file
` [PATCH v15 13/26] vfio-iommufd: Add detach_ioas support for physical VFIO devices
` [PATCH v15 14/26] iommufd/device: Add iommufd_access_detach() API
` [PATCH v15 15/26] vfio-iommufd: Add detach_ioas support for emulated VFIO devices
` [PATCH v15 16/26] vfio: Move vfio_device_group_unregister() to be the first operation in unregister
` [PATCH v15 17/26] vfio: Move device_del() before waiting for the last vfio_device registration refcount
` [PATCH v15 18/26] vfio: Add cdev for vfio_device
` [PATCH v15 19/26] vfio: Test kvm pointer in _vfio_device_get_kvm_safe()
` [PATCH v15 20/26] iommufd: Add iommufd_ctx_from_fd()
` [PATCH v15 21/26] vfio: Avoid repeated user pointer cast in vfio_device_fops_unl_ioctl()
` [PATCH v15 22/26] vfio: Add VFIO_DEVICE_BIND_IOMMUFD
` [PATCH v15 23/26] vfio: Add VFIO_DEVICE_[AT|DE]TACH_IOMMUFD_PT
` [PATCH v15 24/26] vfio: Move the IOMMU_CAP_CACHE_COHERENCY check in __vfio_register_dev()
` [PATCH v15 25/26] vfio: Compile vfio_group infrastructure optionally
` [PATCH v15 26/26] docs: vfio: Add vfio device cdev description

[PATCH 6.1 000/589] 6.1.39-rc3 review
 2023-07-18 16:55 UTC  (2+ messages)

[PATCH v10 00/10] Enhance vfio PCI hot reset for vfio cdev device
 2023-07-18 16:54 UTC  (12+ messages)
` [PATCH v10 01/10] vfio/pci: Update comment around group_fd get in vfio_pci_ioctl_pci_hot_reset()
` [PATCH v10 02/10] vfio/pci: Move the existing hot reset logic to be a helper
` [PATCH v10 03/10] iommufd: Reserve all negative IDs in the iommufd xarray
` [PATCH v10 04/10] iommufd: Add iommufd_ctx_has_group()
` [PATCH v10 05/10] iommufd: Add helper to retrieve iommufd_ctx and devid
` [PATCH v10 06/10] vfio: Mark cdev usage in vfio_device
` [PATCH v10 07/10] vfio: Add helper to search vfio_device in a dev_set
` [PATCH v10 08/10] vfio/pci: Extend VFIO_DEVICE_GET_PCI_HOT_RESET_INFO for vfio device cdev
` [PATCH v10 09/10] vfio/pci: Copy hot-reset device info to userspace in the devices loop
` [PATCH v10 10/10] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET

[PATCH v6 0/6] Enable writable for idregs DFR0,PFR0, MMFR{0,1,2, 3}
 2023-07-18 16:45 UTC  (7+ messages)
` [PATCH v6 1/6] KVM: arm64: Use guest ID register values for the sake of emulation
` [PATCH v6 2/6] KVM: arm64: Reject attempts to set invalid debug arch version
` [PATCH v6 3/6] KVM: arm64: Enable writable for ID_AA64DFR0_EL1 and ID_DFR0_EL1
` [PATCH v6 4/6] KVM: arm64: Enable writable for ID_AA64PFR0_EL1
` [PATCH v6 5/6] KVM: arm64: Enable writable for ID_AA64MMFR{0, 1, 2, 3}_EL1
` [PATCH v6 6/6] KVM: arm64: selftests: Test for setting ID register from usersapce

[PATCH v6 00/11] KVM: arm64: Add support for FEAT_TLBIRANGE
 2023-07-18 16:39 UTC  (17+ messages)
` [PATCH v6 03/11] KVM: Allow range-based TLB invalidation from common code
` [PATCH v6 06/11] KVM: arm64: Implement __kvm_tlb_flush_vmid_range()
` [PATCH v6 07/11] KVM: arm64: Define kvm_tlb_flush_vmid_range()
` [PATCH v6 08/11] KVM: arm64: Implement kvm_arch_flush_remote_tlbs_range()
` [PATCH v6 09/11] KVM: arm64: Flush only the memslot after write-protect
` [PATCH v6 10/11] KVM: arm64: Invalidate the table entries upon a range

[PATCH v21 00/20] s390x: CPU Topology
 2023-07-18 16:31 UTC  (9+ messages)
` [PATCH v21 01/20] s390x/cpu topology: add s390 specifics to CPU topology
` [PATCH v21 08/20] qapi/s390x/cpu topology: set-cpu-topology qmp command
` [PATCH v21 11/20] qapi/s390x/cpu topology: CPU_POLARIZATION_CHANGE qapi event

[PATCH v6 0/6] Enable writable for idregs DFR0,PFR0, MMFR{0,1,2, 3}
 2023-07-18 16:27 UTC  (2+ messages)

[PATCH] kvm/vfio: ensure kvg instance stays around in kvm_vfio_group_add()
 2023-07-18 16:00 UTC  (2+ messages)

[PATCH v6] vfio/pci: Propagate ACPI notifications to user-space via eventfd
 2023-07-18 15:56 UTC  (7+ messages)
` [PATCH 0/2] eventfd: simplify signal helpers

[ANNOUNCE] PUCK Agenda - 2023.07.19 - LPC MC format + guest_memfd
 2023-07-18 15:38 UTC 

[PATCH net-next v1 0/4] vsock/virtio/vhost: MSG_ZEROCOPY preparations
 2023-07-18 14:10 UTC  (6+ messages)
` [PATCH net-next v1 1/4] vsock/virtio/vhost: read data from non-linear skb
` [PATCH net-next v1 4/4] vsock/virtio: MSG_ZEROCOPY flag support

[PATCH 0/3] Fix 'Spurious APIC interrupt (vector 0xFF) on CPU#n' issue
 2023-07-18 13:35 UTC  (6+ messages)
` [PATCH 1/3] KVM: x86: VMX: __kvm_apic_update_irr must update the IRR atomically
` [PATCH 2/3] KVM: x86: VMX: set irr_pending in kvm_apic_update_irr
` [PATCH 3/3] KVM: x86: check the kvm_cpu_get_interrupt result before using it

[GIT PULL 0/2] KVM: s390: pv: Two small fixes for 6.5
 2023-07-18 13:23 UTC  (3+ messages)
` [GIT PULL 1/2] KVM: s390: pv: simplify shutdown and fix race
` [GIT PULL 2/2] KVM: s390: pv: fix index value of replaced ASCE

[PATCH 0/4] Use TAP in some more x86 KVM selftests
 2023-07-18 12:26 UTC  (5+ messages)
` [PATCH 1/4] KVM: selftests: Rename the ASSERT_EQ macro
` [PATCH 4/4] KVM: selftests: x86: Use TAP interface in the userspace_msr_exit test

[PATCH for-8.2 0/2] arm/kvm: use kvm_{get,set}_one_reg
 2023-07-18 11:14 UTC  (3+ messages)
` [PATCH for-8.2 1/2] arm/kvm: convert to kvm_set_one_reg
` [PATCH for-8.2 2/2] arm/kvm: convert to kvm_get_one_reg

[PATCH v4 00/18] fbdev: Remove FBINFO_DEFAULT and FBINFO_FLAG_DEFAULT flags
 2023-07-18 10:58 UTC  (3+ messages)
` [PATCH v4 11/18] media: Remove flag FBINFO_FLAG_DEFAULT from fbdev drivers

[PATCH 00/10] Unify TDCALL/SEAMCALL and TDVMCALL assembly
 2023-07-18 10:32 UTC  (7+ messages)
` [PATCH 08/10] x86/tdx: Unify TDX_HYPERCALL and TDX_MODULE_CALL assembly

[PATCH v10 00/59] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2023-07-18 10:29 UTC  (5+ messages)

[PATCH] KVM: x86: Remove x86_emulate_ops::guest_has_long_mode
 2023-07-18 10:15 UTC 

[Bug 217379] New: Latency issues in irq_bypass_register_consumer
 2023-07-18  9:51 UTC  (6+ messages)


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