public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-05-11 20:31:41 to 2024-05-15 20:32:54 UTC [more...]

[PATCH 00/16] TDX MMU prep series part 1
 2024-05-15 20:32 UTC  (36+ messages)
` [PATCH 01/16] KVM: x86: Add a VM type define for TDX
` [PATCH 02/16] KVM: x86/mmu: Introduce a slot flag to zap only slot leafs on slot deletion
` [PATCH 03/16] KVM: x86/tdp_mmu: Add a helper function to walk down the TDP MMU
` [PATCH 04/16] KVM: x86/mmu: Add address conversion functions for TDX shared bit of GPA
` [PATCH 05/16] KVM: Add member to struct kvm_gfn_range for target alias
` [PATCH 06/16] KVM: x86/mmu: Add a new is_private member for union kvm_mmu_page_role
` [PATCH 07/16] KVM: x86/mmu: Add a private pointer to struct kvm_mmu_page
` [PATCH 08/16] KVM: x86/mmu: Bug the VM if kvm_zap_gfn_range() is called for TDX
` [PATCH 09/16] KVM: x86/mmu: Make kvm_tdp_mmu_alloc_root() return void
` [PATCH 10/16] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU
` [PATCH 11/16] KVM: x86/tdp_mmu: Extract root invalid check from tdx_mmu_next_root()
` [PATCH 12/16] KVM: x86/tdp_mmu: Introduce KVM MMU root types to specify page table type
` [PATCH 13/16] KVM: x86/tdp_mmu: Introduce shared, private KVM MMU root types
` [PATCH 14/16] KVM: x86/tdp_mmu: Take root types for kvm_tdp_mmu_invalidate_all_roots()
` [PATCH 15/16] KVM: x86/tdp_mmu: Make mmu notifier callbacks to check kvm_process
` [PATCH 16/16] KVM: x86/tdp_mmu: Invalidate correct roots

[RFC PATCH v3 0/5] Hypervisor-Enforced Kernel Integrity - CR pinning
 2024-05-15 20:32 UTC  (11+ messages)
` [RFC PATCH v3 3/5] KVM: x86: Add notifications for Heki policy configuration and violation

[GIT PULL] First batch of KVM changes for Linux 6.10 merge window
 2024-05-15 17:50 UTC 

[PATCH 0/7] KVM: MMU changes for TDX VE support
 2024-05-15 17:33 UTC  (4+ messages)
` [PATCH 2/7] KVM: x86/mmu: Replace hardcoded value 0 for the initial value for SPTE

[PATCH v9] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
 2024-05-15 16:47 UTC  (6+ messages)

[PATCH v4 00/11] Add support for a few Zc* extensions as well as Zcmop
 2024-05-15 15:47 UTC  (12+ messages)
` [PATCH v4 02/11] riscv: add ISA extensions validation

[PATCH] KVM: x86: add KVM_RUN_X86_GUEST_MODE kvm_run flag
 2024-05-15 15:23 UTC  (3+ messages)

[PATCH] KVM: Unexport kvm_debugfs_dir
 2024-05-15 15:08 UTC 

[PATCH] vhost/vsock: always initialize seqpacket_allow
 2024-05-15 15:05 UTC 

[PATCH v2 00/14] arm64: Support for running as a guest in Arm CCA
 2024-05-15 15:03 UTC  (24+ messages)
` [PATCH v2 02/14] arm64: Detect if in a realm and set RIPAS RAM
` [PATCH v2 03/14] arm64: realm: Query IPA size from the RMM
` [PATCH v2 06/14] arm64: Override set_fixmap_io
` [PATCH v2 07/14] arm64: Make the PHYS_MASK_SHIFT dynamic
` [PATCH v2 08/14] arm64: Enforce bounce buffers for realm DMA
` [PATCH v2 09/14] arm64: Enable memory encrypt for Realms
` [PATCH v2 10/14] arm64: Force device mappings to be non-secure shared
` [PATCH v2 12/14] arm64: realm: Support nonsecure ITS emulation shared
` [PATCH v2 13/14] arm64: rsi: Interfaces to query attestation token

[RFC PATCH 1/1] kvm: Note an RCU quiescent state on guest exit
 2024-05-15 14:57 UTC  (12+ messages)

[kvmtool PATCH v2 1/1] riscv: Fix the hart bit setting of AIA
 2024-05-15 14:44 UTC  (2+ messages)

[PATCH] KVM: x86: Prevent L0 VMM from modifying L2 VM registers via ioctl
 2024-05-15 14:37 UTC  (3+ messages)

[PATCH v11 00/21] i386: Introduce smp.modules and clean up cache topology
 2024-05-15 14:48 UTC  (2+ messages)

[RFC v4 06/13] mm: page_frag: add '_va' suffix to page_frag API
 2024-05-15 13:09 UTC  (2+ messages)
` [RFC v4 07/13] mm: page_frag: avoid caller accessing 'page_frag_cache' directly

[PATCH 0/5] Enforce CPU cache flush for non-coherent device assignment
 2024-05-15  7:06 UTC  (13+ messages)
` [PATCH 4/5] vfio/type1: Flush CPU caches on DMA pages in non-coherent domains
` [PATCH 5/5] iommufd: "

[PATCH] KVM: introduce vm's max_halt_poll_ns to debugfs
 2024-05-15  4:03 UTC  (4+ messages)

linux-next: manual merge of the kvm tree with the loongarch tree
 2024-05-15  2:54 UTC 

[PATCH]virtio-pci: Check if is_avq is NULL
 2024-05-15  2:48 UTC  (4+ messages)

[PATCH v15 00/20] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-05-15  1:25 UTC  (13+ messages)
` [PATCH v15 19/20] KVM: SEV: Provide support for SNP_EXTENDED_GUEST_REQUEST NAE event
        ` [PATCH] KVM: SEV: Replace KVM_EXIT_VMGEXIT with KVM_EXIT_SNP_REQ_CERTS
` [PATCH v15 21/23] KVM: MMU: Disable fast path for private memslots
  ` [PATCH v15 22/23] KVM: SEV: Fix return code interpretation for RMP nested page faults

[PATCH v2 00/17] KVM: x86/mmu: Page fault and MMIO cleanups
 2024-05-15  1:03 UTC  (29+ messages)
` [PATCH 01/17] KVM: x86/mmu: Exit to userspace with -EFAULT if private fault hits emulation
` [PATCH 02/17] KVM: x86: Remove separate "bit" defines for page fault error code masks
` [PATCH 04/17] KVM: x86: Move synthetic PFERR_* sanity checks to SVM's #NPF handler
` [PATCH 07/17] KVM: x86/mmu: Use synthetic page fault error code to indicate private faults
` [PATCH 09/17] KVM: x86/mmu: WARN and skip MMIO cache on private, reserved page faults
` [PATCH 10/17] KVM: x86/mmu: Move private vs. shared check above slot validity checks
` [PATCH 12/17] KVM: x86/mmu: Explicitly disallow private accesses to emulated MMIO
` [PATCH 13/17] KVM: x86/mmu: Move slot checks from __kvm_faultin_pfn() to kvm_faultin_pfn()
` [PATCH 14/17] KVM: x86/mmu: Handle no-slot faults at the beginning of kvm_faultin_pfn()
` [PATCH 15/17] KVM: x86/mmu: Set kvm_page_fault.hva to KVM_HVA_ERR_BAD for "no slot" faults
` [PATCH 16/17] KVM: x86/mmu: Initialize kvm_page_fault's pfn and hva to error values
` [PATCH 17/17] KVM: x86/mmu: Sanity check that __kvm_faultin_pfn() doesn't create noslot pfns

[PATCH 0/4] KVM: Register cpuhp/syscore callbacks when enabling virt
 2024-05-14 22:41 UTC  (16+ messages)
` [PATCH 1/4] x86/reboot: Unconditionally define cpu_emergency_virt_cb typedef
` [PATCH 2/4] KVM: x86: Register emergency virt callback in common code, via kvm_x86_ops
` [PATCH 3/4] KVM: Register cpuhp and syscore callbacks when enabling hardware
` [PATCH 4/4] KVM: Rename functions related to enabling virtualization hardware

[RFC PATCH 0/7] riscv: Add support for Ssdbltrp extension
 2024-05-14 16:05 UTC  (9+ messages)
` [RFC PATCH 5/7] riscv: add double trap driver
` [RFC PATCH 6/7] riscv: kvm: add SBI FWFT support for SBI_FWFT_DOUBLE_TRAP_ENABLE

[PATCH] KVM: arm64: nv: Fix relative priorities of exceptions generated by ERETAx
 2024-05-14 14:51 UTC 

[RFC PATCH v2] Cleaning up the KVM clock mess
 2024-05-14 13:17 UTC  (4+ messages)
` [PATCH v2 13/15] KVM: x86: Kill cur_tsc_{nsec,offset,write} fields

[kvm-unit-tests PATCH 00/33] Support for Arm Confidential Compute Architecture
 2024-05-14 10:27 UTC  (4+ messages)
` [kvm-unit-tests PATCH 18/33] arm: realm: Add test for FPU/SIMD context save/restore

[PATCH 00/12] Make riscv use THP contpte support for arm64
 2024-05-14  9:30 UTC  (5+ messages)
` [PATCH 01/12] mm, arm64: Rename ARM64_CONTPTE to THP_CONTPTE

[PATCH v2 00/54] Mediated Passthrough vPMU 2.0 for x86
 2024-05-14  8:08 UTC  (5+ messages)
` [PATCH v2 27/54] KVM: x86/pmu: Exclude PMU MSRs in vmx_get_passthrough_msr_slot()
` [PATCH v2 30/54] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU

[kvmtool PATCH 0/3] Add RISC-V ISA extensions based on Linux-6.9
 2024-05-14  5:49 UTC  (4+ messages)
` [kvmtool PATCH 1/3] Sync-up headers with Linux-6.9 kernel
` [kvmtool PATCH 2/3] riscv: Add Ztso extensiona support
` [kvmtool PATCH 3/3] riscv: Add Zacas "

[PATCH v19 000/130] KVM TDX basic feature support
 2024-05-14  2:01 UTC  (9+ messages)
` [PATCH v19 037/130] KVM: TDX: Make KVM_CAP_MAX_VCPUS backend specific

[PULL 00/19] KVM: Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-05-13 22:08 UTC  (13+ messages)
` [PULL 09/19] KVM: SEV: Add support to handle Page State Change VMGEXIT
` [PULL 18/19] KVM: SEV: Provide support for SNP_EXTENDED_GUEST_REQUEST NAE event

Unmapping KVM Guest Memory from Host Kernel
 2024-05-13 22:01 UTC  (10+ messages)

[PATCH 00/21] TDX/SNP part 1 of n, for 6.9
 2024-05-13 20:56 UTC  (7+ messages)
` [PATCH 02/21] KVM: Allow page-sized MMU caches to be initialized with custom 64-bit values

[PATCH] KVM: SEV: Fix unused variable in guest request handling
 2024-05-13 18:19 UTC 

[PATCH v3 00/12] KVM: arm64: Add support for hypervisor kCFI
 2024-05-13 17:30 UTC  (19+ messages)
` [PATCH v3 01/12] KVM: arm64: Fix clobbered ELR in sync abort/SError
` [PATCH v3 02/12] KVM: arm64: Fix __pkvm_init_switch_pgd C signature
` [PATCH v3 03/12] KVM: arm64: Pass pointer to __pkvm_init_switch_pgd
` [PATCH v3 04/12] KVM: arm64: nVHE: Remove __guest_exit_panic path
` [PATCH v3 06/12] KVM: arm64: nVHE: gen-hyprel: Skip R_AARCH64_ABS32
` [PATCH v3 07/12] KVM: arm64: VHE: Mark __hyp_call_panic __noreturn
` [PATCH v3 08/12] arm64: Move esr_comment() to <asm/esr.h>
` [PATCH v3 09/12] KVM: arm64: VHE: Add test module for hyp kCFI
` [PATCH v3 10/12] KVM: arm64: nVHE: Support CONFIG_CFI_CLANG at EL2

[PATCH] KVM: SEV: Fix uninitialized firmware error code
 2024-05-13 17:27 UTC 

[GIT PULL] Kselftest fixes for v6.9
 2024-05-13 17:15 UTC  (3+ messages)

[PATCH 00/16] KVM: arm64: nv: Shadow stage-2 page table handling
 2024-05-13 16:19 UTC  (4+ messages)
` [PATCH 01/16] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures

[PATCH 3/7] KVM: arm64: Only reset vCPU-scoped feature ID regs once
 2024-05-13 13:31 UTC  (2+ messages)

[PATCH 2/7] KVM: arm64: Reset VM feature ID regs from kvm_reset_sys_regs()
 2024-05-13 13:26 UTC  (2+ messages)

[PATCH 1/7] KVM: arm64: Rename is_id_reg() to imply VM scope
 2024-05-13 13:24 UTC  (2+ messages)

[PATCH v4 00/22] hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines
 2024-05-13 13:18 UTC  (3+ messages)

[syzbot] Monthly kvm report (May 2024)
 2024-05-13 12:35 UTC 

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

[PATCH v6 0/5] add debugfs to hisilicon migration driver
 2024-05-13  8:35 UTC  (10+ messages)
` [PATCH v6 2/5] hisi_acc_vfio_pci: modify the register location of the XQC address

[PATCH AUTOSEL 6.1 08/25] KVM: selftests: Add test for uaccesses to non-existent vgic-v2 CPUIF
 2024-05-13  8:27 UTC  (3+ messages)

[PATCH] vfio/pci: Collect hot-reset devices to local buffer
 2024-05-13  7:51 UTC  (2+ messages)

[PATCH v2] KVM: selftests: x86: Prioritize getting max_gfn from GuestPhysBits
 2024-05-13  2:48 UTC  (4+ messages)

[PATCH] Build guest_memfd_test also on arm64
 2024-05-13  1:46 UTC  (4+ messages)

[PATCH v3] KVM: selftests: x86: Prioritize getting max_gfn from GuestPhysBits
 2024-05-13  1:40 UTC 

[PATCH 0/3] LoongArch: KVM: Add Binary Translation extension support
 2024-05-13  1:12 UTC  (4+ messages)
` [PATCH 1/3] LoongArch: KVM: Add HW "
` [PATCH 2/3] LoongArch: KVM: Add LBT feature detection with cpucfg
` [PATCH 3/3] LoongArch: KVM: Add vm migration support for LBT feature

[GIT PULL] Final KVM change for Linux 6.9
 2024-05-12 20:11 UTC  (2+ messages)

KVM: x86 pull requests for 6.10
 2024-05-12  7:19 UTC  (2+ messages)

[GIT PULL] KVM/arm64 updates for 6.10
 2024-05-12  7:16 UTC  (2+ messages)

[mst-vhost:vhost 54/54] drivers/vdpa/octeon_ep/octep_vdpa_main.c:538:25: error: implicit declaration of function 'readq'; did you mean 'readl'?
 2024-05-11 22:55 UTC 


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