public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-09-06 07:51:07 to 2023-09-10 08:31:45 UTC [more...]

[PATCH V11 00/17] riscv: Add Native/Paravirt qspinlock support
 2023-09-10  8:29 UTC  (11+ 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 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  (7+ messages)
` [RFC PATCH v11 13/29] KVM: Add transparent hugepage support for dedicated guest memory

[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  (8+ messages)
` [PATCH 1/2] KVM: Allow calling mmu_invalidate_retry_hva() without holding mmu_lock
` [PATCH 2/2] KVM: x86/mmu: Retry fault before acquiring mmu_lock if mapping is changing

[PATCH v13 00/22] TDX host kernel support
 2023-09-08 16:31 UTC  (16+ 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 07/22] x86/virt/tdx: Add skeleton to enable TDX on demand

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

[PATCH v3 00/16] virtio-mem: Expose device memory through multiple memslots
 2023-09-08 14:21 UTC  (17+ messages)
` [PATCH v3 01/16] vhost: Rework memslot filtering and fix "used_memslot" tracking
` [PATCH v3 02/16] vhost: Remove vhost_backend_can_merge() callback
` [PATCH v3 03/16] softmmu/physmem: Fixup qemu_ram_block_from_host() documentation
` [PATCH v3 04/16] kvm: Return number of free memslots
` [PATCH v3 05/16] vhost: "
` [PATCH v3 06/16] memory-device: Support memory devices with multiple memslots
` [PATCH v3 07/16] stubs: Rename qmp_memory_device.c to memory_device.c
` [PATCH v3 08/16] memory-device: Track required and actually used memslots in DeviceMemoryState
` [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 v4] arm/kvm: Enable support for KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZE
 2023-09-08 13:50 UTC  (2+ messages)

[PATCH 00/13] Implement support for IBS virtualization
 2023-09-08 13:31 UTC  (6+ messages)

[PATCH] arm64: Restore trapless ptimer access
 2023-09-08 13:00 UTC  (5+ messages)

[PATCH v8 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper
 2023-09-08 12:15 UTC  (6+ messages)

[PATCH 0/2] KVM: x86/mmu: .change_pte() optimization in TDP MMU
 2023-09-08  8:18 UTC  (16+ messages)

[PATCH 0/5] KVM: arm64: Accelerate lookup of vcpus by MPIDR values
 2023-09-08  7:21 UTC  (14+ messages)
` [PATCH 1/5] KVM: arm64: Simplify kvm_vcpu_get_mpidr_aff()
` [PATCH 2/5] KVM: arm64: Build MPIDR to vcpu index cache at runtime
` [PATCH 3/5] KVM: arm64: Fast-track kvm_mpidr_to_vcpu() when mpidr_data is available
` [PATCH 4/5] KVM: arm64: vgic-v3: Refactor GICv3 SGI generation
` [PATCH 5/5] KVM: arm64: vgic-v3: Optimize affinity-based SGI injection

Linux 6.5 speed regression, boot VERY slow with anything systemd related
 2023-09-08  4:41 UTC  (17+ messages)

[PATCH v2 0/8] RISCV: Add kvm Sstc timer selftest
 2023-09-08  2:36 UTC  (25+ messages)
` [PATCH v2 2/8] KVM: arm64: selftest: Split arch_timer test code
` [PATCH v2 3/8] tools: riscv: Add header file csr.h
` [PATCH v2 7/8] KVM: riscv: selftest: Change vcpu_has_ext to a common function
` [PATCH v2 8/8] KVM: riscv: selftests: Add sstc timer test

[PATCH v20 00/30] Add KVM LoongArch support
 2023-09-08  1:54 UTC  (10+ messages)
` [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

[GIT PULL] KVM changes for 6.6 merge window
 2023-09-07 22:53 UTC  (2+ messages)

[PATCH V3] KVM: SEV: Update SEV-ES shutdown intercepts with more metadata
 2023-09-07 21:56 UTC  (2+ messages)

[PATCH v4 00/16] Improve scalability of KVM + userfaultfd live migration via annotated memory faults
 2023-09-07 21:17 UTC  (10+ messages)
` [PATCH v4 09/16] KVM: Introduce KVM_CAP_NOWAIT_ON_FAULT without implementation

[PATCH] kvm ignores ignore_msrs=1 VETO for some MSRs
 2023-09-07 10:55 UTC  (5+ messages)

[PATCH kvmtool 0/3] Change what --nodefaults does and a revert
 2023-09-07 17:16 UTC  (4+ messages)
` [PATCH kvmtool 1/3] Revert "virtio-net: Don't print the compat warning for the default device"
` [PATCH kvmtool 2/3] builtin-run: Document mode=none for -n/--network
` [PATCH RFC kvmtool 3/3] builtin-run: Have --nodefaults disable the default virtio-net device

[PATCH V7 vfio 00/10] Add device DMA logging support for mlx5 driver
 2023-09-07 17:34 UTC  (11+ messages)
` [PATCH V7 vfio 07/10] vfio/mlx5: Create and destroy page tracker object

[PATCH 0/2] KVM: x86: Fix a WARN in kvm_apic_send_ipi()
 2023-09-07  9:56 UTC  (6+ messages)
` [PATCH 2/2] KVM: x86: Clear X2APIC_ICR_UNUSED_12 after APIC-write VM-exit

[PATCH 00/10] RISC-V: Refactor instructions
 2023-09-07  8:51 UTC  (5+ messages)

[PATCH v4 00/11] KVM: PPC: Nested APIv2 guest support
 2023-09-07 14:14 UTC  (2+ messages)

[PATCH v2 0/3] vfio: use __aligned_u64 for ioctl structs
 2023-09-07 16:25 UTC  (3+ messages)
` [PATCH v2 2/3] vfio: use __aligned_u64 in struct vfio_device_gfx_plane_info

[PATCH] vfio/pds: Add missing PCI_IOV depends
 2023-09-07 16:25 UTC  (3+ messages)

[PATCH v3 0/2] KVM: s390: add counters for vsie performance
 2023-09-07  8:50 UTC  (5+ messages)

[PATCH] iommu/amd: remove amd_iommu_snp_enable
 2023-09-07 16:10 UTC  (5+ messages)

[PATCH 1/2] KVM: x86: Synthesize at most one PMI per VM-exit
 2023-09-07  6:29 UTC  (6+ messages)
` [PATCH 2/2] KVM: x86: Mask LVTPC when handling a PMI

[PATCH RFC v9 00/51] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-09-07 10:31 UTC  (3+ messages)
` [PATCH RFC v9 47/51] iommu/amd: Add IOMMU_SNP_SHUTDOWN support

[RFC PATCH v4 00/16] KVM TDX: TDP MMU: large page support
 2023-09-07  5:26 UTC  (3+ messages)
` [RFC PATCH v4 08/16] KVM: TDX: Pin pages via get_page() right before ADD/AUG'ed to TDs

[PATCH] KVM: X86: Reduce calls to vcpu_load
 2023-09-07  1:27 UTC  (4+ messages)

[PATCH v7 0/8] KVM: allow mapping non-refcounted pages
 2023-09-06 22:03 UTC  (10+ messages)
` [PATCH v7 3/8] KVM: Make __kvm_follow_pfn not imply FOLL_GET

[PATCH 0/5] nSVM: Check for optional commands and reserved encodins of TLB_CONTROL in nested guests
 2023-09-06 20:40 UTC  (5+ messages)
` [PATCH 2/5] nSVM: Check for optional commands and reserved encodings of TLB_CONTROL in nested VMCB

[PATCH V2] KVM: SEV: Update SEV-ES shutdown intercepts with more metadata
 2023-09-06 20:34 UTC  (7+ messages)

[ANNOUNCE] KVM LPC Microconference Call for Abstracts closing on Friday, September 8th
 2023-09-06 19:56 UTC 

[PATCH v2 00/16] virtio-mem: Expose device memory through multiple memslots
 2023-09-06 14:37 UTC  (5+ messages)
` [PATCH v2 04/16] kvm: Return number of free memslots

[PATCH 0/9] Upgrade vPMU version to 5
 2023-09-06 10:08 UTC  (9+ messages)
` [PATCH 1/9] KVM: x86/PMU: Don't release vLBR caused by PMI
` [PATCH 2/9] KVM: x85/pmu: Add Streamlined FREEZE_LBR_ON_PMI for vPMU v4
` [PATCH 5/9] KVM: x86/pmu: Check CPUID.0AH.ECX consistency
` [PATCH 6/9] KVM: x86/pmu: Add Intel PMU supported fixed counters mask

[PATCH gmem FIXUP] mm, compaction: make testing mapping_unmovable() safe
 2023-09-06  8:00 UTC  (3+ messages)

Efektivní sledování a optimalizace výroby pro vaši společnost
 2023-09-06  7:50 UTC 


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