public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-09-11 20:52:29 to 2023-09-13 15:41:02 UTC [more...]

[PATCH v11 00/16] LAM and LASS KVM Enabling
 2023-09-13 12:42 UTC  (13+ messages)
` [PATCH v11 01/16] KVM: x86: Consolidate flags for __linearize()
` [PATCH v11 02/16] KVM: x86: Use a new flag for branch targets
` [PATCH v11 03/16] KVM: x86: Add an emulation flag for implicit system access
` [PATCH v11 04/16] KVM: x86: Add X86EMUL_F_INVLPG and pass it in em_invlpg()
` [PATCH v11 05/16] KVM: x86/mmu: Drop non-PA bits when getting GFN for guest's PGD
` [PATCH v11 06/16] KVM: x86: Add & use kvm_vcpu_is_legal_cr3() to check CR3's legality
` [PATCH v11 07/16] KVM: x86: Remove kvm_vcpu_is_illegal_gpa()
` [PATCH v11 08/16] KVM: x86: Introduce get_untagged_addr() in kvm_x86_ops and call it in emulator
` [PATCH v11 09/16] KVM: x86: Untag address for vmexit handlers when LAM applicable
` [PATCH v11 10/16] KVM: x86: Virtualize LAM for supervisor pointer
` [PATCH v11 11/16] KVM: x86: Virtualize LAM for user pointer
` [PATCH v11 12/16] KVM: x86: Advertise and enable LAM (user and supervisor)

[RFC PATCH 00/32] ACPI/arm64: add support for virtual cpuhotplug
 2023-09-13 15:28 UTC  (8+ messages)
` [RFC PATCH 30/32] KVM: arm64: Pass PSCI calls to userspace

[PATCH v4] KVM: x86/tsc: Don't sync user changes to TSC with KVM-initiated change
 2023-09-13 15:24 UTC  (10+ messages)

[PATCH v6] KVM: x86/tsc: Don't sync user-written TSC against startup values
 2023-09-13 14:47 UTC  (4+ messages)

[PATCH 1/2] KVM: x86: add KVM clock time reference arg to kvm_write_tsc()
 2023-09-13 14:08 UTC  (5+ messages)
` [PATCH v2] KVM: x86: add KVM_VCPU_TSC_VALUE attribute

[RFC] KVM: x86: Add KVM_VCPU_TSC_SCALE and fix the documentation on TSC migration
 2023-09-13 14:08 UTC 

[PATCH v2] vhost: Allow null msg.size on VHOST_IOTLB_INVALIDATE
 2023-09-13 14:00 UTC  (2+ messages)

[PATCH V11 00/17] riscv: Add Native/Paravirt qspinlock support
 2023-09-13 13:06 UTC  (32+ messages)
` [PATCH V11 01/17] asm-generic: ticket-lock: Reuse arch_spinlock_t of qspinlock
` [PATCH V11 02/17] asm-generic: ticket-lock: Move into ticket_spinlock.h
` [PATCH V11 03/17] riscv: Use Zicbop in arch_xchg when available
` [PATCH V11 04/17] locking/qspinlock: Improve xchg_tail for number of cpus >= 16k
` [PATCH V11 07/17] riscv: qspinlock: Introduce qspinlock param for command line

[PATCH 0/2] a couple of corrections to the IRQ enablement function
 2023-09-13 13:06 UTC  (3+ messages)
` [PATCH 1/2] s390/vfio-ap: unpin pages on gisc registration failure
` [PATCH 2/2] s390/vfio-ap: set status response code to 06 "

[PATCH] fix build error in function vfio_combine_iova_ranges
 2023-09-13 12:36 UTC  (3+ messages)

kvm: arm64: WARNING: CPU: 3 PID: 1 at arch/arm64/kvm/hyp/pgtable.c:453 hyp_map_walker+0xa8/0x120
 2023-09-13 12:03 UTC 

[PATCH v13 00/22] TDX host kernel support
 2023-09-13 11:27 UTC  (10+ messages)
` [PATCH v13 04/22] x86/cpu: Detect TDX partial write machine check erratum
` [PATCH v13 05/22] x86/virt/tdx: Handle SEAMCALL no entropy error in common code
` [PATCH v13 22/22] Documentation/x86: Add documentation for TDX host support

[RFC PATCH 0/6] KVM: gmem: Implement error_remove_page
 2023-09-13 10:48 UTC  (7+ messages)
` [RFC PATCH 1/6] KVM: guest_memfd: Add config to show the capability to handle error page
` [RFC PATCH 2/6] KVM: guestmem_fd: Make error_remove_page callback to unmap guest memory
` [RFC PATCH 3/6] KVM: guest_memfd, x86: MEMORY_FAULT exit with hw poisoned page
` [RFC PATCH 4/6] KVM: guest_memfd: Implemnet bmap inode operation
` [RFC PATCH 5/6] KVM: selftests: Add selftest for guest_memfd() fibmap
` [RFC PATCH 6/6] KVM: X86: Allow KVM gmem hwpoison test cases

[PATCH v5 0/6] target/i386: Restrict system-specific features from user emulation
 2023-09-13 10:29 UTC  (8+ messages)
` [PATCH v5 1/6] target/i386: Check kvm_hyperv_expand_features() return value
` [PATCH v5 2/6] target/i386: Drop accel_uses_host_cpuid before x86_cpu_get_supported_cpuid
` [PATCH v5 3/6] target/i386: Call accel-agnostic x86_cpu_get_supported_cpuid()
` [PATCH v5 4/6] target/i386: Move x86_cpu_get_migratable_flags() around
` [RFC PATCH v5 5/6] target/i386: Restrict system-specific code from user emulation
` [PATCH v5 6/6] target/i386: Prohibit target specific KVM prototypes on "

[PATCH v5] KVM: x86/tsc: Don't sync TSC on the first write in state restoration
 2023-09-13  9:51 UTC  (6+ messages)

[PATCH v4 0/3] target/i386: Restrict system-specific features from user emulation
 2023-09-13  9:26 UTC  (9+ messages)
` [PATCH v4 1/3] target/i386: Check kvm_hyperv_expand_features() return value
` [RFC PATCH v4 2/3] target/i386: Restrict system-specific features from user emulation
` [PATCH v4 3/3] target/i386: Prohibit target specific KVM prototypes on "

[PATCH 0/4] target/ppc: Prohibit target specific KVM prototypes on user emulation
 2023-09-13  9:14 UTC  (10+ messages)
` [PATCH 1/4] sysemu/kvm: Restrict kvmppc_get_radix_page_info() to ppc targets
` [PATCH 2/4] target/ppc: Restrict KVM objects to system emulation
` [PATCH 3/4] hw/ppc/e500: Restrict ppce500_init_mpic_kvm() to KVM
` [PATCH 4/4] target/ppc: Prohibit target specific KVM prototypes on user emulation

[RFC PATCH 0/4] treewide: Use clocksource id for get_device_system_crosststamp()
 2023-09-13  9:10 UTC  (3+ messages)

Zapytanie ofertowe
 2023-09-13  7:41 UTC 

[kvm-unit-tests PATCH] Makefile: Add -MP to $(autodepend-flags)
 2023-09-13  7:29 UTC 

[RFC PATCH 00/19] QEMU gmem implemention
 2023-09-13  7:00 UTC  (6+ messages)
` [RFC PATCH 15/19] kvm: handle KVM_EXIT_MEMORY_FAULT

[PATCH v4 00/10] iommu: Prepare to deliver page faults to user space
 2023-09-13  6:18 UTC  (22+ messages)
` [PATCH v4 09/10] iommu: Make iommu_queue_iopf() more generic

[PATCH 0/9] Upgrade vPMU version to 5
 2023-09-13  6:00 UTC  (21+ messages)
` [PATCH 1/9] KVM: x86/PMU: Don't release vLBR caused by PMI
` [PATCH 4/9] KVM: x86/pmu: Add MSR_PERF_GLOBAL_INUSE emulation
` [PATCH 5/9] KVM: x86/pmu: Check CPUID.0AH.ECX consistency
` [PATCH 7/9] KVM: x86/pmu: Add fixed counter enumeration for pmu v5
` [PATCH 8/9] KVM: x86/pmu: Upgrade pmu version to 5 on intel processor
` [PATCH 9/9] KVM: selftests: Add fixed counters enumeration test case

[PATCH 00/16] vdpa: Add support for vq descriptor mappings
 2023-09-13  1:03 UTC  (17+ messages)
` [PATCH 01/16] vdpa: introduce dedicated descriptor group for virtqueue
` [PATCH 02/16] vhost-vdpa: introduce descriptor group backend feature
` [PATCH 03/16] vhost-vdpa: uAPI to get dedicated descriptor group id
` [PATCH 04/16] vdpa/mlx5: Create helper function for dma mappings
` [PATCH 05/16] vdpa/mlx5: Decouple cvq iotlb handling from hw mapping code
` [PATCH 06/16] vdpa/mlx5: Take cvq iotlb lock during refresh
` [PATCH 07/16] vdpa/mlx5: Collapse "dvq" mr add/delete functions
` [PATCH 08/16] vdpa/mlx5: Rename mr destroy functions
` [PATCH 09/16] vdpa/mlx5: Allow creation/deletion of any given mr struct
` [PATCH 10/16] vdpa/mlx5: Move mr mutex out of "
` [PATCH 11/16] vdpa/mlx5: Improve mr update flow
` [PATCH 12/16] vdpa/mlx5: Introduce mr for vq descriptor
` [PATCH 13/16] vdpa/mlx5: Enable hw support for vq descriptor mapping
` [PATCH 14/16] vdpa/mlx5: Make iotlb helper functions more generic
` [PATCH 15/16] vdpa/mlx5: Update cvq iotlb mapping on ASID change

[PATCH v3] KVM: x86: Fix lapic timer interrupt lost after loading a snapshot
 2023-09-12 23:55 UTC 

[ANNOUNCE] PUCK Agenda - 2023.09.13 - CANCELED
 2023-09-12 23:21 UTC 

[PATCH v2] KVM: x86: Fix lapic timer interrupt lost after loading a snapshot
 2023-09-12 22:50 UTC 

[PATCH v4 0/6] Update document description for kvm_mmu_page and kvm_mmu_page_role
 2023-09-12 18:45 UTC  (7+ messages)
` [PATCH v4 1/6] KVM: Documentation: Add the missing description for guest_mode in kvm_mmu_page_role
` [PATCH v4 2/6] KVM: Documentation: Update the field name gfns and its description in kvm_mmu_page
` [PATCH v4 3/6] KVM: Documentation: Add the missing description for ptep "
` [PATCH v4 4/6] KVM: Documentation: Add the missing description for tdp_mmu_root_count into kvm_mmu_page
` [PATCH v4 5/6] KVM: Documentation: Add the missing description for mmu_valid_gen "
` [PATCH v4 6/6] KVM: Documentation: Add the missing description for tdp_mmu_page "

[PATCH v3 0/6] Update document description for kvm_mmu_page and kvm_mmu_page_role
 2023-09-12 18:37 UTC  (7+ messages)
` [PATCH v3 4/6] KVM: Documentation: Add the missing description for tdp_mmu_root_count into kvm_mmu_page
` [PATCH v3 5/6] KVM: Documentation: Add the missing description for mmu_valid_gen "

[PATCH] KVM: x86: Fix lapic timer interrupt lost after loading a snapshot
 2023-09-12 18:16 UTC  (5+ messages)

[PATCH v9 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper
 2023-09-12 15:30 UTC 

[PATCH 0/3] Fixes for virtio PCI interrupt handling
 2023-09-12 15:16 UTC  (4+ messages)
` [PATCH 1/3] virtio/pci: Level-trigger the legacy IRQ line in all cases
` [PATCH 2/3] virtio/pci: Treat PCI ISR as a set of bit flags
` [PATCH 3/3] virtio/pci: Use consistent naming for the PCI ISR "

[RFC v2] KVM: arm/arm64: optimize vSGI injection performance
 2023-09-12 13:06 UTC  (4+ messages)

[PATCH 0/5] KVM: arm64: Accelerate lookup of vcpus by MPIDR values
 2023-09-12 13:07 UTC  (6+ messages)
` [PATCH 4/5] KVM: arm64: vgic-v3: Refactor GICv3 SGI generation

[PATCH v20 00/30] Add KVM LoongArch support
 2023-09-12  9:55 UTC  (24+ messages)
` [PATCH v20 05/30] LoongArch: KVM: Add vcpu related header files
` [PATCH v20 09/30] LoongArch: KVM: Implement vcpu get, vcpu set registers
` [PATCH v20 16/30] LoongArch: KVM: Implement update VM id function
` [PATCH v20 19/30] LoongArch: KVM: Implement kvm mmu operations
` [PATCH v20 27/30] LoongArch: KVM: Implement vcpu world switch
` [PATCH v20 28/30] LoongArch: KVM: Enable kvm config and add the makefile

[RFC v2 0/4] Support reconnection in vduse
 2023-09-12  7:39 UTC  (6+ messages)
` [RFC v2 1/4] vduse: Add function to get/free the pages for reconnection
` [RFC v2 2/4] vduse: Add file operation for mmap
` [RFC v2 3/4] vduse: update the vq_info in ioctl
` [RFC v2 4/4] vduse: Add new ioctl VDUSE_GET_RECONNECT_INFO

Linux 6.5 speed regression, boot VERY slow with anything systemd related
 2023-09-12  6:53 UTC  (10+ messages)

[bug report] vfio/pds: Add VFIO live migration support
 2023-09-12  6:19 UTC  (3+ messages)

[PATCH 00/13] Implement support for IBS virtualization
 2023-09-12  3:30 UTC  (13+ messages)
` [PATCH 01/13] KVM: Add KVM_GET_LAPIC_W_EXTAPIC and KVM_SET_LAPIC_W_EXTAPIC for extapic
` [PATCH 03/13] KVM: x86: Add emulation support for Extented LVT registers
` [PATCH 06/13] KVM: x86: Extend CPUID range to include new leaf
` [PATCH 07/13] KVM: SVM: Extend VMCB area for virtualized IBS registers
` [PATCH 09/13] KVM: SVM: add support for IBS virtualization for non SEV-ES guests
` [PATCH 12/13] KVM: SVM: Enable IBS virtualization on non SEV-ES and "

[PATCH] KVM: vPMU: Use atomic bit operations for global_status
 2023-09-11 23:42 UTC  (5+ messages)

[PATCH] target/i386: Re-introduce few KVM stubs for Clang debug builds
 2023-09-11 13:16 UTC  (6+ messages)

[PATCH net-next v2 0/2] vsock: handle writes to shutdowned socket
 2023-09-11 20:20 UTC  (2+ messages)
` [PATCH net-next v2 2/2] test/vsock: shutdowned socket test

[PATCH v4 0/9] KVM: selftests: Test the consistency of the PMU's CPUID and its features
 2023-09-11 11:43 UTC  (3+ messages)
` [PATCH v4 2/9] KVM: selftests: Extend this_pmu_has() and kvm_pmu_has() to check arch events
` [PATCH v4 5/9] KVM: selftests: Test Intel PMU architectural events on fixed counters

[PATCH vfio 0/9] Add chunk mode support for mlx5 driver
 2023-09-11  9:38 UTC  (2+ messages)
` [PATCH vfio 5/9] vfio/mlx5: Rename some stuff to match chunk mode

[PATCH] KVM: x86: Allow exposure of VMware backdoor Pseudo-PMCs when !enable_pmu
 2023-09-11  9:59 UTC  (3+ messages)

[PATCH net-next v8 0/4] vsock/virtio/vhost: MSG_ZEROCOPY preparations
 2023-09-11 20:22 UTC  (2+ messages)
` [PATCH net-next v8 4/4] vsock/virtio: MSG_ZEROCOPY flag support

[kvm-unit-tests PATCH 0/3] nVMX: Test for EP4TA pointing at MMIO
 2023-09-11 18:20 UTC  (2+ messages)
` [kvm-unit-tests PATCH 1/3] nVMX: Use helpers to check for WB memtype and 4-level EPT support

[PATCH] vfio/pds: Using pci_physfn() to fix a compilation issue
 2023-09-11 12:28 UTC  (3+ messages)


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