public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-09-08 14:22:54 to 2023-09-12 03:20:03 UTC [more...]

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

[PATCH 00/13] Implement support for IBS virtualization
 2023-09-12  2:46 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 v20 00/30] Add KVM LoongArch support
 2023-09-12  2:41 UTC  (20+ messages)
` [PATCH v20 01/30] LoongArch: KVM: Add kvm related header files
` [PATCH v20 05/30] LoongArch: KVM: Add vcpu "
` [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 28/30] LoongArch: KVM: Enable kvm config and add the makefile

[PATCH 0/9] Upgrade vPMU version to 5
 2023-09-12  0:45 UTC  (7+ messages)
` [PATCH 5/9] KVM: x86/pmu: Check CPUID.0AH.ECX consistency
` [PATCH 9/9] KVM: selftests: Add fixed counters enumeration test case

[PATCH v4 0/3] target/i386: Restrict system-specific features from user emulation
 2023-09-11 21:13 UTC  (3+ 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 V11 00/17] riscv: Add Native/Paravirt qspinlock support
 2023-09-12  1:33 UTC  (37+ 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 05/17] riscv: qspinlock: Add basic queued_spinlock support
` [PATCH V11 06/17] riscv: qspinlock: Introduce combo spinlock
` [PATCH V11 07/17] riscv: qspinlock: Introduce qspinlock param for command line
` [PATCH V11 08/17] riscv: qspinlock: Add virt_spin_lock() support for KVM guest
` [PATCH V11 09/17] riscv: qspinlock: errata: Add ERRATA_THEAD_WRITE_ONCE fixup
` [PATCH V11 10/17] riscv: qspinlock: errata: Enable qspinlock for T-HEAD processors
` [PATCH V11 11/17] RISC-V: paravirt: pvqspinlock: Add paravirt qspinlock skeleton
` [PATCH V11 12/17] RISC-V: paravirt: pvqspinlock: Add nopvspin kernel parameter
` [PATCH V11 13/17] RISC-V: paravirt: pvqspinlock: Add SBI implementation
` [PATCH V11 14/17] RISC-V: paravirt: pvqspinlock: Add kconfig entry
` [PATCH V11 15/17] RISC-V: paravirt: pvqspinlock: Add trace point for pv_kick/wait
` [PATCH V11 16/17] RISC-V: paravirt: pvqspinlock: KVM: Add paravirt qspinlock skeleton
` [PATCH V11 17/17] RISC-V: paravirt: pvqspinlock: KVM: Implement kvm_sbi_ext_pvlock_kick_cpu()

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

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

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

[PATCH v13 00/22] TDX host kernel support
 2023-09-11 12:39 UTC  (14+ messages)
` [PATCH v13 01/22] x86/virt/tdx: Detect TDX during kernel boot
` [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 06/22] x86/virt/tdx: Add SEAMCALL error printing for module initialization
` [PATCH v13 22/22] Documentation/x86: Add documentation for TDX host support

[PATCH v4 0/9] KVM: selftests: Test the consistency of the PMU's CPUID and its features
 2023-09-11 11:43 UTC  (10+ messages)
` [PATCH v4 1/9] KVM: selftests: Add vcpu_set_cpuid_property() to set properties
` [PATCH v4 2/9] KVM: selftests: Extend this_pmu_has() and kvm_pmu_has() to check arch events
` [PATCH v4 3/9] KVM: selftests: Add pmu.h for PMU events and common masks
` [PATCH v4 4/9] KVM: selftests: Test Intel PMU architectural events on gp counters
` [PATCH v4 5/9] KVM: selftests: Test Intel PMU architectural events on fixed counters
` [PATCH v4 6/9] KVM: selftests: Test consistency of CPUID with num of gp counters
` [PATCH v4 7/9] KVM: selftests: Test consistency of CPUID with num of fixed counters
` [PATCH v4 8/9] KVM: selftests: Test Intel supported fixed counters bit mask
` [PATCH v4 9/9] KVM: selftests: Test consistency of PMU MSRs with Intel PMU version

[PATCH vfio 0/9] Add chunk mode support for mlx5 driver
 2023-09-11  9:38 UTC  (10+ messages)
` [PATCH vfio 1/9] net/mlx5: Introduce ifc bits for migration in a chunk mode
` [PATCH vfio 2/9] vfio/mlx5: Wake up the reader post of disabling the SAVING migration file
` [PATCH vfio 3/9] vfio/mlx5: Refactor the SAVE callback to activate a work only upon an error
` [PATCH vfio 4/9] vfio/mlx5: Enable querying state size which is > 4GB
` [PATCH vfio 5/9] vfio/mlx5: Rename some stuff to match chunk mode
` [PATCH vfio 6/9] vfio/mlx5: Pre-allocate chunks for the STOP_COPY phase
` [PATCH vfio 7/9] vfio/mlx5: Add support for SAVING in chunk mode
` [PATCH vfio 8/9] vfio/mlx5: Add support for READING "
` [PATCH vfio 9/9] vfio/mlx5: Activate the chunk mode functionality

[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  (5+ messages)
` [PATCH net-next v8 1/4] vsock/virtio/vhost: read data from non-linear skb
` [PATCH net-next v8 2/4] vsock/virtio: support to send "
` [PATCH net-next v8 3/4] vsock/virtio: non-linear skb handling for tap
` [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  (4+ messages)
` [kvm-unit-tests PATCH 1/3] nVMX: Use helpers to check for WB memtype and 4-level EPT support
` [kvm-unit-tests PATCH 2/3] nVMX: Use setup_dummy_ept() to configure EPT for test_ept_eptp() test
` [kvm-unit-tests PATCH 3/3] nVMX: Add a testcase for running L2 with EP4TA that points at MMIO

[PATCH v4 00/10] iommu: Prepare to deliver page faults to user space
 2023-09-11 12:46 UTC  (17+ messages)
` [PATCH v4 09/10] iommu: Make iommu_queue_iopf() more generic

[bug report] vfio/pds: Add VFIO live migration support
 2023-09-11 16:03 UTC  (2+ messages)

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

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

[PATCH v3] target/i386: Restrict system-specific features from user emulation
 2023-09-11 16:38 UTC  (3+ messages)

[PATCH v6 02/45] kvm: mmu: dynamically allocate the x86-mmu shrinker
 2023-09-11  9:44 UTC 

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

[PATCH v8 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper
 2023-09-11  9:19 UTC  (10+ messages)

[PATCH v2] target/i386: Re-introduce few KVM stubs for Clang debug builds
 2023-09-11 15:05 UTC  (2+ messages)

[PATCH v3 00/16] virtio-mem: Expose device memory through multiple memslots
 2023-09-11  7:45 UTC  (12+ messages)
` [PATCH v3 06/16] memory-device: Support memory devices with "
` [PATCH v3 07/16] stubs: Rename qmp_memory_device.c to memory_device.c
` [PATCH v3 09/16] memory-device,vhost: Support memory devices that dynamically consume memslots
` [PATCH v3 10/16] kvm: Add stub for kvm_get_max_memslots()
` [PATCH v3 11/16] vhost: Add vhost_get_max_memslots()
` [PATCH v3 12/16] memory-device,vhost: Support automatic decision on the number of memslots
` [PATCH v3 13/16] memory: Clarify mapping requirements for RamDiscardManager
` [PATCH v3 14/16] virtio-mem: Expose device memory via multiple memslots if enabled
` [PATCH v3 15/16] memory,vhost: Allow for marking memory device memory regions unmergeable
` [PATCH v3 16/16] virtio-mem: Mark memslot alias "

[PATCH] vfio/pds: Add missing PCI_IOV depends
 2023-09-11  7:08 UTC  (2+ messages)

[intel-tdx:guest-kexec] [x86/kvm] ba13210a07: BUG:unable_to_handle_page_fault_for_address
 2023-09-11  6:41 UTC 

[PATCH v2 0/3] vfio: use __aligned_u64 for ioctl structs
 2023-09-11  6:08 UTC  (7+ messages)
` [PATCH v2 1/3] vfio: trivially "
` [PATCH v2 2/3] vfio: use __aligned_u64 in struct vfio_device_gfx_plane_info
` [PATCH v2 3/3] vfio: use __aligned_u64 in struct vfio_device_ioeventfd

[PATCH v9 0/6] KVM: allow mapping non-refcounted pages
 2023-09-11  2:16 UTC  (7+ messages)
` [PATCH v9 1/6] KVM: Assert that a page's refcount is elevated when marking accessed/dirty
` [PATCH v9 2/6] KVM: mmu: Introduce __kvm_follow_pfn function
` [PATCH v9 3/6] KVM: mmu: Improve handling of non-refcounted pfns
` [PATCH v9 4/6] KVM: Migrate kvm_vcpu_map to __kvm_follow_pfn
` [PATCH v9 5/6] KVM: x86: Migrate "
` [PATCH v9 6/6] KVM: x86/mmu: Handle non-refcounted pages

[PATCH 00/13] target/i386: Cleanups around KVM declarations
 2023-09-09 23:32 UTC  (11+ messages)
` [PATCH 01/13] hw/i386/pc: Include missing 'sysemu/tcg.h' header
` [PATCH 02/13] hw/i386/pc: Include missing 'cpu.h' header
` [PATCH 03/13] hw/i386/fw_cfg: "
` [PATCH 04/13] target/i386/helper: Restrict KVM declarations to system emulation
` [PATCH 05/13] target/i386/cpu-sysemu: Inline kvm_apic_in_kernel()

[PATCH 0/3] vfio: Fix the null-ptr-deref bugs in samples of vfio-mdev
 2023-09-09  7:09 UTC  (4+ messages)
` [PATCH 1/3] vfio/mdpy: Fix the null-ptr-deref bug in mdpy_dev_init()
` [PATCH 2/3] vfio/mtty: Fix the null-ptr-deref bug in mtty_dev_init()
` [PATCH 3/3] vfio/mbochs: Fix the null-ptr-deref bug in mbochs_dev_init()

[PATCH v2] KVM: x86: Clear bit12 of ICR after APIC-write VM-exit
 2023-09-09  0:35 UTC  (3+ messages)

[RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
 2023-09-09  0:16 UTC  (3+ messages)

[PATCH gmem FIXUP v2] mm, compaction: make testing mapping_unmovable() safe
 2023-09-09  0:15 UTC  (2+ messages)

[PATCH v2] KVM: selftests: Add tests - invalid inputs for KVM_CREATE_GUEST_MEMFD
 2023-09-09  0:15 UTC  (2+ messages)

[RFC PATCH v4 00/10] KVM: guest_memfd(), X86: Common base for SNP and TDX (was KVM: guest memory: Misc enhancement)
 2023-09-08 23:57 UTC  (8+ messages)
` [RFC PATCH v4 07/10] KVM: x86: Add gmem hook for initializing private memory

[PATCH v5 00/17] Improve KVM + userfaultfd live migration via annotated memory faults
 2023-09-08 22:29 UTC  (18+ messages)
` [PATCH v5 01/17] KVM: Clarify documentation of hva_to_pfn()'s 'atomic' parameter
` [PATCH v5 02/17] KVM: Add docstrings to __kvm_read/write_guest_page()
` [PATCH v5 03/17] KVM: Simplify error handling in __gfn_to_pfn_memslot()
` [PATCH v5 04/17] KVM: Add KVM_CAP_MEMORY_FAULT_INFO
` [PATCH v5 05/17] KVM: Annotate -EFAULTs from kvm_vcpu_read/write_guest_page()
` [PATCH v5 06/17] KVM: x86: Annotate -EFAULTs from kvm_handle_error_pfn()
` [PATCH v5 07/17] KVM: arm64: Annotate -EFAULT from user_mem_abort()
` [PATCH v5 08/17] KVM: Allow hva_pfn_fast() to resolve read faults
` [PATCH v5 09/17] KVM: Introduce KVM_CAP_USERFAULT_ON_MISSING without implementation
` [PATCH v5 10/17] KVM: Implement KVM_CAP_USERFAULT_ON_MISSING by atomizing __gfn_to_pfn_memslot() calls
` [PATCH v5 11/17] KVM: x86: Enable KVM_CAP_USERFAULT_ON_MISSING
` [PATCH v5 12/17] KVM: arm64: "
` [PATCH v5 13/17] KVM: selftests: Report per-vcpu demand paging rate from demand paging test
` [PATCH v5 14/17] KVM: selftests: Allow many vCPUs and reader threads per UFFD in "
` [PATCH v5 15/17] KVM: selftests: Use EPOLL in userfaultfd_util reader threads and signal errors via TEST_ASSERT
` [PATCH v5 16/17] KVM: selftests: Add memslot_flags parameter to memstress_create_vm()
` [PATCH v5 17/17] KVM: selftests: Handle memory fault exits in demand_paging_test

[syzbot] [mm?] kernel BUG in vma_replace_policy
 2023-09-08 18:04 UTC 

[PATCH] KVM: x86: Increase KVM_MAX_VCPUS to 4096
 2023-09-08 17:44 UTC  (4+ messages)

[PATCH 0/2] KVM: Pre-check mmu_notifier retry on x86
 2023-09-08 17:36 UTC  (4+ messages)
` [PATCH 1/2] KVM: Allow calling mmu_invalidate_retry_hva() without holding mmu_lock

[PATCH v3] KVM: x86: Add CONFIG_KVM_MAX_NR_VCPUS
 2023-09-08 15:01 UTC  (2+ messages)


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