KVM Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-09 05:10:04 to 2024-04-10 22:14:34 UTC [more...]

[PATCH v12 00/29] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-04-10 22:14 UTC  (3+ messages)
` [PATCH v12 26/29] KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE event

[PATCH 0/5] Add parsing for Zimop ISA extension
 2024-04-10 22:11 UTC  (7+ messages)
` [PATCH 1/5] dt-bindings: riscv: add Zimop ISA extension description

[PATCH v2 00/10] KVM: Guest Memory Pre-Population API
 2024-04-10 22:07 UTC  (11+ messages)
` [PATCH v2 01/10] KVM: Document KVM_MAP_MEMORY ioctl
` [PATCH v2 02/10] KVM: Add KVM_MAP_MEMORY vcpu ioctl to pre-populate guest memory
` [PATCH v2 03/10] KVM: x86/mmu: Extract __kvm_mmu_do_page_fault()
` [PATCH v2 04/10] KVM: x86/mmu: Make __kvm_mmu_do_page_fault() return mapped level
` [PATCH v2 05/10] KVM: x86/mmu: Introduce kvm_tdp_map_page() to populate guest memory
` [PATCH v2 06/10] KVM: x86: Implement kvm_arch_vcpu_map_memory()
` [PATCH v2 07/10] KVM: x86: Always populate L1 GPA for KVM_MAP_MEMORY
` [PATCH v2 08/10] KVM: x86: Add a hook in kvm_arch_vcpu_map_memory()
` [PATCH v2 09/10] KVM: SVM: Implement pre_mmu_map_page() to refuse KVM_MAP_MEMORY
` [PATCH v2 10/10] KVM: selftests: x86: Add test for KVM_MAP_MEMORY

[PATCH 00/10] Add support for a few Zc* extensions as well as Zcmop
 2024-04-10 21:34 UTC  (13+ messages)
` [PATCH 01/10] dt-bindings: riscv: add Zca, Zcf, Zcd and Zcb ISA extension description
` [PATCH 02/10] riscv: add ISA parsing for Zca, Zcf, Zcd and Zcb
` [PATCH 03/10] riscv: hwprobe: export Zca, Zcf, Zcd and Zcb ISA extensions
` [PATCH 04/10] RISC-V: KVM: Allow Zca, Zcf, Zcd and Zcb extensions for Guest/VM
` [PATCH 05/10] KVM: riscv: selftests: Add some Zc* extensions to get-reg-list test
` [PATCH 06/10] dt-bindings: riscv: add Zcmop ISA extension description
` [PATCH 07/10] riscv: add ISA extension parsing for Zcmop
` [PATCH 08/10] riscv: hwprobe: export Zcmop ISA extension
` [PATCH 09/10] RISC-V: KVM: Allow Zcmop extension for Guest/VM
` [PATCH 10/10] KVM: riscv: selftests: Add Zcmop extension to get-reg-list test

[PATCH 0/4] KVM, mm: remove the .change_pte() MMU notifier and set_pte_at_notify()
 2024-04-10 21:30 UTC  (2+ messages)

[PATCH v1 0/3] mm: follow_pte() improvements and acrn follow_pte() fixes
 2024-04-10 20:12 UTC  (6+ messages)
` [PATCH v1 1/3] drivers/virt/acrn: fix PFNMAP PTE checks in acrn_vm_ram_map()
` [PATCH v1 2/3] mm: pass VMA instead of MM to follow_pte()
` [PATCH v1 3/3] mm: follow_pte() improvements

[PATCH v3] KVM: arm64: Add early_param to control WFx trapping
 2024-04-10 17:54 UTC 

[PATCH v1 0/5] s390: page_mapcount(), page_has_private() and PG_arch_1
 2024-04-10 17:42 UTC  (12+ messages)
` [PATCH v1 1/5] s390/uv: don't call wait_on_page_writeback() without a reference
` [PATCH v1 2/5] s390/uv: convert gmap_make_secure() to work on folios
` [PATCH v1 3/5] s390/uv: convert PG_arch_1 users to only work on small folios
` [PATCH v1 4/5] s390/uv: update PG_arch_1 comment

[kvm-unit-tests PATCH 0/2] s390x: run script fixes for PV tests
 2024-04-10 17:18 UTC  (10+ messages)
` [kvm-unit-tests PATCH 1/2] s390x: Fix misspelt variable name in func.bash
` [kvm-unit-tests PATCH 2/2] s390x: Fix is_pv check in run script

[PATCH 0/4] KVM: x86/mmu: Fix TDP MMU dirty logging bug L2 running with EPT disabled
 2024-04-10 16:17 UTC  (8+ messages)
` [PATCH 1/4] KVM: x86/mmu: Check kvm_mmu_page_ad_need_write_protect() when clearing TDP MMU dirty bits
` [PATCH 3/4] KVM: x86/mmu: Fix and clarify comments about clearing D-bit vs. write-protecting

[Bug 218698] Kernel panic on adding vCPU to guest in Linux 6.9-rc2
 2024-04-10 16:14 UTC  (4+ messages)

[PATCH v19 000/130] KVM TDX basic feature support
 2024-04-10 15:29 UTC  (20+ messages)
` [PATCH v19 007/130] x86/virt/tdx: Export SEAMCALL functions
` [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
` [PATCH v19 096/130] KVM: VMX: Move NMI/exception handler to common helper
` [PATCH v19 097/130] KVM: x86: Split core of hypercall emulation to helper function
` [PATCH v19 098/130] KVM: TDX: Add a place holder to handle TDX VM exit
` [PATCH v19 100/130] KVM: TDX: handle EXIT_REASON_OTHER_SMI

[PATCH 00/10] KVM: arm64: Add support for hypervisor kCFI
 2024-04-10 14:58 UTC  (7+ messages)
` [PATCH 05/10] KVM: arm64: nVHE: Add EL2 sync exception handler
` [PATCH 09/10] KVM: arm64: nVHE: Support CONFIG_CFI_CLANG at EL2

[RFC PATCH v3 00/10] Virtualize Intel IA32_SPEC_CTRL
 2024-04-10 14:34 UTC  (11+ messages)
` [RFC PATCH v3 01/10] KVM: VMX: "
` [RFC PATCH v3 02/10] KVM: VMX: Cache IA32_SPEC_CTRL_SHADOW field of VMCS
` [RFC PATCH v3 03/10] KVM: nVMX: Enable SPEC_CTRL virtualizaton for vmcs02
` [RFC PATCH v3 04/10] x86/bugs: Use Virtual MSRs to request BHI_DIS_S
` [RFC PATCH v3 05/10] x86/bugs: Use Virtual MSRs to request RRSBA_DIS_S
` [RFC PATCH v3 06/10] KVM: VMX: Cache force_spec_ctrl_value/mask for each vCPU
` [RFC PATCH v3 07/10] KVM: x86: Advertise ARCH_CAP_VIRTUAL_ENUM support
` [RFC PATCH v3 08/10] KVM: VMX: Advertise MITIGATION_CTRL support
` [RFC PATCH v3 09/10] KVM: VMX: Advertise MITI_CTRL_BHB_CLEAR_SEQ_S_SUPPORT
` [RFC PATCH v3 10/10] KVM: VMX: Advertise MITI_ENUM_RETPOLINE_S_SUPPORT

[ANNOUNCE] PUCK Notes - 2024.04.03 - TDX Upstreaming Strategy
 2024-04-10 14:03 UTC  (21+ messages)

[PATCH 0/2] Add API to correct KVM/PV clock drift
 2024-04-10 12:43 UTC  (8+ messages)
` [PATCH v2 0/2] Add API for accurate KVM/PV clock migration
  ` [PATCH v2 1/2] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for accurate KVM "
  ` [PATCH v2 2/2] KVM: selftests: Add KVM/PV clock selftest to prove timer correction

[Bug 218684] New: CPU soft lockups in KVM VMs on kernel 6.x after switching hypervisor from C8S to C9S
 2024-04-10 10:44 UTC  (2+ messages)
` [Bug 218684] "

[PATCH 2/2] KVM: selftests: Add KVM/PV clock selftest to prove timer drift correction
 2024-04-10 10:15 UTC  (2+ messages)

[PATCH 1/2] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for KVM clock drift fixup
 2024-04-10 10:08 UTC  (2+ messages)

[PATCH] KVM: x86/xen: Do not corrupt KVM clock in kvm_xen_shared_info_init()
 2024-04-10  9:17 UTC  (3+ messages)

[PATCH v2 12/12] KVM: arm64: Improve CONFIG_CFI_CLANG error message
 2024-04-10  8:31 UTC 

[PATCH v2 11/12] KVM: arm64: nVHE: Support test module for hyp kCFI
 2024-04-10  8:31 UTC 

[PATCH v2 10/12] KVM: arm64: nVHE: Support CONFIG_CFI_CLANG at EL2
 2024-04-10  8:30 UTC 

[PATCH v2 09/12] KVM: arm64: VHE: Add test module for hyp kCFI
 2024-04-10  8:30 UTC 

[PATCH v2 08/12] arm64: Move esr_comment() to <asm/esr.h>
 2024-04-10  8:29 UTC 

[PATCH v2 07/12] KVM: arm64: VHE: Mark __hyp_call_panic __noreturn
 2024-04-10  8:29 UTC 

[PATCH v2 06/12] KVM: arm64: nVHE: gen-hyprel: Skip R_AARCH64_ABS32
 2024-04-10  8:29 UTC 

[PATCH v2 05/12] KVM: arm64: nVHE: Add EL2h sync exception handler
 2024-04-10  8:28 UTC 

[PATCH v2 04/12] KVM: arm64: nVHE: Simplify __guest_exit_panic path
 2024-04-10  8:28 UTC 

[PATCH v2 03/12] KVM: arm64: Pass pointer to __pkvm_init_switch_pgd
 2024-04-10  8:28 UTC 

[PATCH v2 02/12] KVM: arm64: Fix __pkvm_init_switch_pgd C signature
 2024-04-10  8:28 UTC 

[PATCH v2 01/12] KVM: arm64: Fix clobbered ELR in sync abort/SError
 2024-04-10  8:28 UTC 

[PATCH v2 00/12] KVM: arm64: Add support for hypervisor kCFI
 2024-04-10  8:27 UTC 

[kvm-unit-tests PATCH v1] efi: include libfdt header only for aarch64 and riscv
 2024-04-10  8:11 UTC  (2+ messages)

[PATCH v2 00/25] virtio: store owner from modules with register_virtio_driver()
 2024-04-10  8:02 UTC  (5+ messages)
` [PATCH v2 15/25] misc: nsm: drop owner assignment

[PATCH v5 00/22] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-04-10  7:54 UTC  (15+ messages)
` [PATCH v5 20/22] KVM: riscv: selftests: Add SBI PMU selftest
` [PATCH v5 21/22] KVM: riscv: selftests: Add a test for PMU snapshot functionality
` [PATCH v5 22/22] KVM: riscv: selftests: Add a test for counter overflow

[PATCH v4 00/15] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-04-10  7:20 UTC  (7+ messages)
` [PATCH v4 09/15] RISC-V: KVM: Add perf sampling support for guests

[PATCH 0/2] perf kvm: Add kvm stat support on riscv
 2024-04-10  7:12 UTC  (3+ messages)
` [PATCH 1/2] RISCV: KVM: add tracepoints for entry and exit events

[PATCH v9] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
 2024-04-10  6:07 UTC  (4+ messages)

[PATCH v2 0/1] virtio-pci: Fix the crash that the vector was used after released
 2024-04-10  5:28 UTC  (4+ messages)
` [PATCH v2 1/1] "

[RFC kvm-unit-tests PATCH v2 00/14] add shellcheck support
 2024-04-10  4:29 UTC  (4+ messages)
` [RFC kvm-unit-tests PATCH v2 08/14] shellcheck: Fix SC2013

[PATCH] KVM: PPC: Book3S HV nestedv2: Cancel pending HDEC exception
 2024-04-10  4:28 UTC  (7+ messages)

[RFC 0/3] Export APICv-related state via binary stats interface
 2024-04-10  1:36 UTC  (8+ messages)
` [RFC 1/3] x86: KVM: stats: Add a stat to report status of APICv inhibition
` [RFC 3/3] x86: KVM: stats: Add a stat counter for GALog events

[PATCH] KVM: x86: Fix the condition of #PF interception caused by MKTME
 2024-04-10  1:20 UTC  (3+ messages)

[PATCH 0/3] KVM: nVMX: nEPT injection fixes and cleanups
 2024-04-10  0:20 UTC  (2+ messages)

[PATCH 0/8] KVM: SVM: Clean up VMRUN=>#VMEXIT assembly
 2024-04-10  0:19 UTC  (2+ messages)

[PATCH] KVM: SVM: Remove a useless zeroing of allocated memory
 2024-04-10  0:19 UTC  (2+ messages)

[PATCH] KVM: selftests: Use TAP in the steal_time test
 2024-04-10  0:19 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: Process atomically-zapped SPTEs after replacing REMOVED_SPTE
 2024-04-10  0:19 UTC  (3+ messages)

[PATCH] KVM: use vfree for memory allocated by vcalloc/__vcalloc
 2024-04-10  0:19 UTC  (2+ messages)

[PATCH v4 0/2] kvm/cpuid: set proper GuestPhysBits in CPUID.0x80000008
 2024-04-10  0:19 UTC  (2+ messages)

[PATCH v7 00/14] Improve KVM + userfaultfd performance via KVM_EXIT_MEMORY_FAULTs on stage-2 faults
 2024-04-10  0:19 UTC  (10+ messages)
` [PATCH v7 03/14] KVM: Documentation: Make note of the KVM_MEM_GUEST_MEMFD memslot flag
` [PATCH v7 04/14] KVM: Simplify error handling in __gfn_to_pfn_memslot()
` [PATCH v7 10/14] KVM: selftests: Report per-vcpu demand paging rate from demand paging test
` [PATCH v7 11/14] KVM: selftests: Allow many vCPUs and reader threads per UFFD in "

[PATCH] KVM: Drop unused @may_block param from gfn_to_pfn_cache_invalidate_start()
 2024-04-10  0:19 UTC  (2+ messages)

[PATCH 00/11] KVM: guest_memfd: New hooks and functionality for SEV-SNP and TDX
 2024-04-09 23:46 UTC  (5+ messages)
` [PATCH 07/11] KVM: guest_memfd: extract __kvm_gmem_get_pfn()
` [PATCH 11/11] KVM: x86: Add gmem hook for determining max NPT mapping level

[PATCH for-9.1 v1 0/3] Add SEV/SEV-ES machine compat options for KVM_SEV_INIT2
 2024-04-09 23:07 UTC  (4+ messages)
` [PATCH v1 1/3] i386/sev: Add 'legacy-vm-type' parameter for SEV guest objects
` [PATCH v1 2/3] hw/i386: Add 9.1 machine types for i440fx/q35
` [PATCH v1 3/3] hw/i386/sev: Use legacy SEV VM types for older machine types

[RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps
 2024-04-09 20:39 UTC  (3+ messages)

[PATCH v3 0/7] mm/kvm: Improve parallelism for access bit harvesting
 2024-04-09 19:35 UTC  (5+ messages)
` [PATCH v3 1/7] mm: Add a bitmap into mmu_notifier_{clear,test}_young

[PATCH 00/16] KVM: arm64: nv: Shadow stage-2 page table handling
 2024-04-09 17:54 UTC  (17+ messages)
` [PATCH 01/16] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures
` [PATCH 02/16] KVM: arm64: nv: Implement nested Stage-2 page table walk logic
` [PATCH 03/16] KVM: arm64: nv: Handle shadow stage 2 page faults
` [PATCH 04/16] KVM: arm64: nv: Unmap/flush shadow stage 2 page tables
` [PATCH 05/16] KVM: arm64: nv: Add Stage-1 EL2 invalidation primitives
` [PATCH 06/16] KVM: arm64: nv: Handle EL2 Stage-1 TLB invalidation
` [PATCH 07/16] KVM: arm64: nv: Handle TLB invalidation targeting L2 stage-1
` [PATCH 08/16] KVM: arm64: nv: Handle TLBI VMALLS12E1{,IS} operations
` [PATCH 09/16] KVM: arm64: nv: Handle TLBI ALLE1{,IS} operations
` [PATCH 10/16] KVM: arm64: nv: Handle TLBI IPAS2E1{,IS} operations
` [PATCH 11/16] KVM: arm64: nv: Handle FEAT_TTL hinted TLB operations
` [PATCH 12/16] KVM: arm64: nv: Tag shadow S2 entries with guest's leaf S2 level
` [PATCH 13/16] KVM: arm64: nv: Invalidate TLBs based on shadow S2 TTL-like information
` [PATCH 14/16] KVM: arm64: nv: Add handling of outer-shareable TLBI operations
` [PATCH 15/16] KVM: arm64: nv: Add handling of range-based "
` [PATCH 16/16] KVM: arm64: nv: Add handling of NXS-flavoured "

[PATCH v4 RESEND 0/7] Handle faults in KUnit tests
 2024-04-09 17:28 UTC  (2+ messages)

[PATCH kvmtool v3] x86: Fix some memory sizes when setting up bios
 2024-04-09 16:59 UTC  (2+ messages)

[kvmtool PATCH v2 00/10] More ISA extensions
 2024-04-09 16:59 UTC  (2+ messages)

[PATCH RFC 00/11] riscv: support Sdtrig extension hcontext/scontext CSRs
 2024-04-09 15:49 UTC  (5+ messages)
` [PATCH RFC 02/11] dt-bindings: riscv: Add Sdtrig optional CSRs existence on DT

[PATCH v5 00/17] KVM: SEV: allow customizing VMSA features
 2024-04-09 15:26 UTC  (7+ messages)
` [PATCH v5 07/17] KVM: x86: add fields to struct kvm_arch for CoCo features

[kvmtool PATCH 1/1] riscv: Add zacas extension
 2024-04-09 15:09 UTC  (3+ messages)

[PATCH 0/3] KVM: Fix for a mostly benign gpc WARN
 2024-04-09 14:28 UTC  (5+ messages)

[PATCH 0/6] Add initial GHCB support for SEV-ES selftests
 2024-04-09 13:39 UTC  (6+ messages)
` [PATCH 1/6] Add GHCB with setters and getters
` [PATCH 2/6] Add arch specific additional guest pages
` [PATCH 3/6] Add vm_vaddr_alloc_pages_shared()
` [PATCH 4/6] Add GHCB allocations and helpers
` [PATCH 6/6] Add ability for SEV-ES guests to use ucalls via GHCB

[PATCH v3] Documentation: Add reconnect process for VDUSE
 2024-04-09 12:55 UTC  (5+ messages)

[PATCH v8 00/16] Add Secure TSC support for SNP guests
 2024-04-09 10:23 UTC  (3+ messages)
` [PATCH v8 04/16] virt: sev-guest: Add vmpck_id to snp_guest_dev struct

[PATCH] LoongArch: KVM: Add mmio trace support
 2024-04-09  9:49 UTC 

[PATCH][RFC] x86,lib: Add wbinvd_on_many_cpus helpers
 2024-04-09  7:45 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 read-only IMAP folder(s) and NNTP newsgroup(s).