kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-10 23:08:12 to 2025-02-12 10:03:55 UTC [more...]

[RFC PATCH v4 0/3] Add NUMA mempolicy support for KVM guest-memfd
 2025-02-12 10:03 UTC  (3+ messages)
` [RFC PATCH v4 1/3] mm/filemap: add mempolicy support to the filemap layer

[PATCH v3 00/11] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
 2025-02-12  9:23 UTC  (28+ messages)
` [PATCH v3 01/11] mm: Consolidate freeing of typed folios on final folio_put()
` [PATCH v3 02/11] KVM: guest_memfd: Handle final folio_put() of guest_memfd pages
` [PATCH v3 03/11] KVM: guest_memfd: Allow host to map guest_memfd() pages
` [PATCH v3 04/11] KVM: guest_memfd: Add KVM capability to check if guest_memfd is shared
` [PATCH v3 05/11] KVM: guest_memfd: Handle in-place shared memory as guest_memfd backed memory
` [PATCH v3 06/11] KVM: x86: Mark KVM_X86_SW_PROTECTED_VM as supporting guest_memfd shared memory
` [PATCH v3 07/11] KVM: arm64: Refactor user_mem_abort() calculation of force_pte
` [PATCH v3 08/11] KVM: arm64: Handle guest_memfd()-backed guest page faults
` [PATCH v3 09/11] KVM: arm64: Introduce KVM_VM_TYPE_ARM_SW_PROTECTED machine type
` [PATCH v3 10/11] KVM: arm64: Enable mapping guest_memfd in arm64
` [PATCH v3 11/11] KVM: guest_memfd: selftests: guest_memfd mmap() test when mapping is allowed

[PATCH v2 0/4] Enable Secure TSC for SEV-SNP
 2025-02-12  8:37 UTC  (14+ messages)
` [PATCH v2 1/4] x86/cpufeatures: Add SNP Secure TSC
` [PATCH v2 3/4] KVM: SVM: Prevent writes to TSC MSR when Secure TSC is enabled
` [PATCH v2 4/4] KVM: SVM: Enable Secure TSC for SNP guests

[PATCH v2 00/17] KVM: TDX: TDX interrupts
 2025-02-12  8:12 UTC  (24+ messages)
` [PATCH v2 01/17] KVM: TDX: Add support for find pending IRQ in a protected local APIC
` [PATCH v2 02/17] KVM: TDX: Disable PI wakeup for IPIv
` [PATCH v2 03/17] KVM: VMX: Move posted interrupt delivery code to common header
` [PATCH v2 04/17] KVM: TDX: Implement non-NMI interrupt injection
` [PATCH v2 05/17] KVM: x86: Assume timer IRQ was injected if APIC state is protected
` [PATCH v2 06/17] KVM: TDX: Wait lapic expire when timer IRQ was injected
` [PATCH v2 07/17] KVM: TDX: Implement methods to inject NMI
` [PATCH v2 08/17] KVM: TDX: Complete interrupts after TD exit
` [PATCH v2 09/17] KVM: TDX: Handle SMI request as !CONFIG_KVM_SMM
` [PATCH v2 10/17] KVM: TDX: Always block INIT/SIPI
` [PATCH v2 11/17] KVM: TDX: Enforce KVM_IRQCHIP_SPLIT for TDX guests
` [PATCH v2 12/17] KVM: TDX: Force APICv active for TDX guest
` [PATCH v2 13/17] KVM: TDX: Add methods to ignore virtual apic related operation
` [PATCH v2 14/17] KVM: VMX: Move emulation_required to struct vcpu_vt
` [PATCH v2 15/17] KVM: VMX: Add a helper for NMI handling
` [PATCH v2 16/17] KVM: TDX: Handle EXCEPTION_NMI and EXTERNAL_INTERRUPT
` [PATCH v2 17/17] KVM: TDX: Handle EXIT_REASON_OTHER_SMI

[PATCH] KVM: selftests: Wait mprotect_ro_done before write to RO in mmu_stress_test
 2025-02-12  6:59 UTC  (5+ messages)

[PATCH v2 0/8] KVM: TDX: TDX hypercalls may exit to userspace
 2025-02-12  5:37 UTC  (27+ messages)
` [PATCH v2 1/8] KVM: x86: Have ____kvm_emulate_hypercall() read the GPRs
` [PATCH v2 2/8] KVM: TDX: Add a place holder to handle TDX VM exit
` [PATCH v2 3/8] KVM: TDX: Add a place holder for handler of TDX hypercalls (TDG.VP.VMCALL)
` [PATCH v2 4/8] KVM: TDX: Handle KVM hypercall with TDG.VP.VMCALL
` [PATCH v2 5/8] KVM: TDX: Handle TDG.VP.VMCALL<MapGPA>
` [PATCH v2 6/8] KVM: TDX: Handle TDG.VP.VMCALL<ReportFatalError>
` [PATCH v2 7/8] KVM: TDX: Handle TDX PV port I/O hypercall
` [PATCH v2 8/8] KVM: TDX: Handle TDX PV MMIO hypercall

[linus:master] [treewide] b04e317b52: INFO:task_blocked_for_more_than#seconds
 2025-02-12  4:57 UTC 

[PATCH v6 0/9] Basic SEV-SNP Selftests
 2025-02-12  2:31 UTC  (11+ messages)
` [PATCH v6 1/9] KVM: SEV: Disable SEV-SNP on FW validation failure
` [PATCH v6 2/9] KVM: SEV: Disable SEV on platform init failure
` [PATCH v6 4/9] KVM: selftests: Add VMGEXIT helper
` [PATCH v6 6/9] KVM: selftests: Add library support for interacting with SNP
` [PATCH v6 9/9] KVM: selftests: Add a basic SEV-SNP smoke test

[PATCH 0/9] vhost-scsi: log write descriptors for live migration (and two bugfix)
 2025-02-12  1:08 UTC  (3+ messages)
` [PATCH 5/9] vhost-scsi: log control queue write descriptors

[PATCH v8 0/3] Poisoned memory recovery on reboot
 2025-02-11 22:35 UTC  (5+ messages)
` [PATCH v8 1/3] system/physmem: handle hugetlb correctly in qemu_ram_remap()
` [PATCH v8 2/3] system/physmem: poisoned memory discard on reboot
` [PATCH v8 3/3] target/arm/kvm: Report memory errors injection

[PATCH v7 0/6] Poisoned memory recovery on reboot
 2025-02-11 21:45 UTC  (9+ messages)
` [PATCH v7 3/6] accel/kvm: Report the loss of a large memory page

[PATCH v3 0/2] KVM: SEV: Add support for the ALLOWED_SEV_FEATURES feature
 2025-02-11 21:46 UTC  (4+ messages)
` [PATCH v3 2/2] KVM: SEV: Configure "ALLOWED_SEV_FEATURES" VMCB Field

[PATCH v4 0/3] Fix broken SNP support with KVM module built-in
 2025-02-11 21:31 UTC  (2+ messages)

[RFC PATCH 0/6] KVM: x86: async PF user
 2025-02-11 21:17 UTC  (2+ messages)

[PATCH v2 3/4] x86/bugs: KVM: Add support for SRSO_MSR_FIX
 2025-02-11 20:51 UTC  (13+ messages)
      ` [PATCH] "

[PATCH 00/16] x86/tsc: Try to wrangle PV clocks vs. TSC
 2025-02-11 20:32 UTC  (12+ messages)
` [PATCH 01/16] x86/tsc: Add a standalone helpers for getting TSC info from CPUID.0x15
` [PATCH 03/16] x86/tsc: Add helper to register CPU and TSC freq calibration routines

[PATCH v1] s390/vfio-ap: Signal eventfd when guest AP configuration is changed
 2025-02-11 20:24 UTC  (9+ messages)

[PATCH] KVM: x86: ioapic: Optimize EOI handling to reduce unnecessary VM exits
 2025-02-11 19:45 UTC  (4+ messages)

[PATCH 0/2] KVM_ASYNC_PF_SEND_ALWAYS
 2025-02-11 19:12 UTC  (5+ messages)
` [PATCH 1/2] KVM: x86: async_pf: remove support for KVM_ASYNC_PF_SEND_ALWAYS
` [PATCH 2/2] KVM: x86: async_pf: determine x86 user as cpl == 3

[RFC] target/i386: sev: Add cmdline option to enable the Allowed SEV Features feature
 2025-02-11 19:03 UTC  (5+ messages)

[PATCH 0/3] KVM: x86: Address performance degradation due to APICv inhibits
 2025-02-11 18:13 UTC  (14+ messages)
` [PATCH 3/3] KVM: x86: Decouple APICv activation state from apicv_inhibit_reasons

[PATCH kvmtool 1/2] cpu: vmexit: Handle KVM_EXIT_UNKNOWN exit reason correctly
 2025-02-11 17:04 UTC  (10+ messages)
` [PATCH kvmtool 2/2] cpu: vmexit: Handle KVM_EXIT_MEMORY_FAULT correctly

[PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-02-11 16:10 UTC  (12+ messages)
` [PATCH v4 29/30] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs

[PATCH v2 00/15] riscv: add SBI FWFT misaligned exception delegation support
 2025-02-11 16:08 UTC  (11+ messages)
` [PATCH v2 01/15] riscv: add Firmware Feature (FWFT) SBI extensions definitions
` [PATCH v2 14/15] RISC-V: KVM: add support for FWFT SBI extension
` [PATCH v2 15/15] RISC-V: KVM: add support for SBI_FWFT_MISALIGNED_DELEG

[RFC PATCH v5 02/15] KVM: guest_memfd: Make guest mem use guest mem inodes instead of anonymous inodes
 2025-02-11 15:58 UTC  (2+ messages)

[kvmtool PATCH] riscv: Fix no params with nodefault segfault
 2025-02-11 15:16 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 00/18] arm/arm64: Add kvmtool to the runner script
 2025-02-11 15:03 UTC  (4+ messages)
` [kvm-unit-tests PATCH v2 15/18] Add kvmtool_params to test specification

[PATCH v2 0/3] LoongArch: KVM: Some tiny code cleanup
 2025-02-11 14:39 UTC  (5+ messages)
` [PATCH v2 1/3] LoongArch: KVM: Fix typo issue about GCFG feature detection
` [PATCH v2 2/3] LoongArch: KVM: Remove duplicated cache attribute setting
` [PATCH v2 3/3] LoongArch: KVM: Set host with kernel mode when switch to VM mode

[PATCH 00/18] KVM: arm64: Revamp Fine Grained Trap handling
 2025-02-11 13:47 UTC  (9+ messages)
` [PATCH 02/18] arm64: Add syndrome information for trapped LD64B/ST64B{,V,V0}
` [PATCH 03/18] KVM: arm64: Handle trapping of FEAT_LS64* instructions
` [PATCH 06/18] KVM: arm64: Plug FEAT_GCS handling

[syzbot] Monthly kvm report (Feb 2025)
 2025-02-11 13:32 UTC 

[PATCH] LoongArch: KVM: remove unnecessary header include path
 2025-02-11 12:14 UTC  (2+ messages)

[kvmtool PATCH 0/6] Add RISC-V ISA extensions based on Linux-6.13
 2025-02-11 11:58 UTC  (5+ messages)
` [kvmtool PATCH 2/6] Add __KERNEL_DIV_ROUND_UP() macro

[PATCH kvmtool v1 0/2] Error handling fixes
 2025-02-11 11:56 UTC  (2+ messages)

[PATCH 1/2] drm/i915/gvt: Store ->kvm reference in intel_vgpu struct
 2025-02-11 11:45 UTC  (2+ messages)
` [PATCH 2/2] vfio: Release KVM pointer after the first device open

[PATCH kvmtool] riscv: Allow initrd to be above 256MB on 64 bit
 2025-02-11 11:30 UTC  (2+ messages)

[PATCH 0/3] KVM: extract lock_all_vcpus/unlock_all_vcpus
 2025-02-11 10:40 UTC  (6+ messages)
` [PATCH 1/3] KVM: x86: move sev_lock/unlock_vcpus_for_migration to kvm_main.c
` [PATCH 2/3] KVM: arm64: switch to using kvm_lock/unlock_all_vcpus
` [PATCH 3/3] RISC-V: KVM: switch to kvm_lock/unlock_all_vcpus

[PATCH V4] KVM: SEV: fix wrong pinning of pages
 2025-02-11  9:06 UTC  (2+ messages)

[Patch net 0/2] vsock suspend/resume fix
 2025-02-11  8:57 UTC  (6+ messages)
  ` [Patch net 1/2] vsock/virtio: initialize rx_buf_nr and rx_buf_max_nr when resuming
  ` [Patch net 2/2] vsock/virtio: Don't reset the created SOCKET during suspend to ram

[PATCH 1/2] vsock/virtio: Move rx_buf_nr and rx_buf_max_nr initialization position
 2025-02-11  8:35 UTC  (5+ messages)
` [PATCH 2/2] vsock/virtio: Don't reset the created SOCKET during s2r
          `  "

[PATCH 0/4] Small changes related to prefetch and spurious faults
 2025-02-11  6:48 UTC  (11+ messages)
` [PATCH 3/4] KVM: x86/mmu: Make sure pfn is not changed for spurious fault
` [PATCH 4/4] KVM: x86/mmu: Free obsolete roots when pre-faulting SPTEs

[PATCH net-next v6 0/7] tun: Unify vnet implementation
 2025-02-11  3:30 UTC  (2+ messages)

[PATCH v2 0/6] Introduce CET supervisor state support
 2025-02-11  2:09 UTC  (4+ messages)

[RFC PATCH 15/39] KVM: guest_memfd: hugetlb: allocate and truncate from hugetlb
 2025-02-11  1:21 UTC  (2+ messages)

[PATCH RFC v1 0/5] KVM: gmem: 2MB THP support and preparedness tracking changes
 2025-02-11  1:16 UTC  (2+ messages)

Question about lock_all_vcpus
 2025-02-10 23:52 UTC  (3+ messages)

[PATCH 0/5] KVM: selftests: Fix PMC checks in PMU counters test
 2025-02-10 23:38 UTC  (3+ messages)

[RFC PATCH v2 4/4] KVM: arm64: Make guests see only counters they can access
 2025-02-10 23:08 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;
as well as URLs for NNTP newsgroup(s).