public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-09-03 00:27:03 to 2024-09-04 15:52:07 UTC [more...]

[PATCH v2 00/19] mm: Support huge pfnmaps
 2024-09-04 15:52 UTC  (12+ messages)
` [PATCH v2 07/19] mm/fork: Accept huge pfnmap entries

[PATCH 00/22] KVM: x86/mmu: Allow yielding on mmu_notifier zap
 2024-09-04 15:48 UTC  (8+ messages)
` [PATCH 19/22] KVM: x86/mmu: Add infrastructure to allow walking rmaps outside of mmu_lock
` [PATCH 21/22] KVM: x86/mmu: Support rmap walks without holding mmu_lock when aging gfns

[PATCH 00/21] TDX MMU Part 2
 2024-09-04 15:37 UTC  (26+ messages)
` [PATCH 01/21] KVM: x86/mmu: Implement memslot deletion for TDX
` [PATCH 02/21] KVM: x86/tdp_mmu: Add a helper function to walk down the TDP MMU
` [PATCH 03/21] KVM: x86/mmu: Do not enable page track for TD guest
` [PATCH 04/21] KVM: VMX: Split out guts of EPT violation to common/exposed function
` [PATCH 05/21] KVM: VMX: Teach EPT violation helper about private mem
` [PATCH 06/21] KVM: TDX: Add accessors VMX VMCS helpers
` [PATCH 07/21] KVM: TDX: Add load_mmu_pgd method for TDX
` [PATCH 08/21] KVM: TDX: Set gfn_direct_bits to shared bit
` [PATCH 09/21] KVM: TDX: Retry seamcall when TDX_OPERAND_BUSY with operand SEPT
` [PATCH 10/21] KVM: TDX: Require TDP MMU and mmio caching for TDX
` [PATCH 11/21] KVM: x86/mmu: Add setter for shadow_mmio_value
` [PATCH 12/21] KVM: TDX: Set per-VM shadow_mmio_value to 0
` [PATCH 13/21] KVM: TDX: Handle TLB tracking for TDX
` [PATCH 14/21] KVM: TDX: Implement hooks to propagate changes of TDP MMU mirror page table
` [PATCH 15/21] KVM: TDX: Implement hook to get max mapping level of private pages
` [PATCH 16/21] KVM: TDX: Premap initial guest memory
` [PATCH 17/21] KVM: TDX: MTRR: implement get_mt_mask() for TDX
` [PATCH 18/21] KVM: x86/mmu: Export kvm_tdp_map_page()
` [PATCH 19/21] KVM: TDX: Add an ioctl to create initial guest memory
` [PATCH 20/21] KVM: TDX: Finalize VM initialization
` [PATCH 21/21] KVM: TDX: Handle vCPU dissociation

[PATCH v4 00/10] KVM: Register cpuhp/syscore callbacks when enabling virt
 2024-09-04 15:03 UTC  (6+ messages)
` [PATCH v4 01/10] KVM: Use dedicated mutex to protect kvm_usage_count to avoid deadlock

[PATCH v2 0/8] Initial support for SMMUv3 nested translation
 2024-09-04 15:00 UTC  (31+ messages)
` [PATCH v2 2/8] iommu/arm-smmu-v3: Use S2FWB when available
` [PATCH v2 4/8] ACPI/IORT: Support CANWBS memory access flag
` [PATCH v2 6/8] iommu/arm-smmu-v3: Support IOMMU_GET_HW_INFO via struct arm_smmu_hw_info
` [PATCH v2 8/8] iommu/arm-smmu-v3: Support IOMMU_DOMAIN_NESTED

[kvm-unit-tests PATCH] lib/stack: Restrengthen base_address
 2024-09-04 14:51 UTC 

[PATCH v4 00/43] arm64: Support for Arm CCA in KVM
 2024-09-04 14:48 UTC  (3+ messages)
` [PATCH v4 21/43] arm64: RME: Runtime faulting of memory

[PATCH v11 00/20] Add Secure TSC support for SNP guests
 2024-09-04 14:31 UTC  (3+ messages)
` [PATCH v11 08/20] virt: sev-guest: Consolidate SNP guest messaging parameters to a struct

[RFC][PATCH] KVM: Remove HIGH_RES_TIMERS dependency
 2024-09-04 13:25 UTC  (4+ messages)

[PATCH v2] kvm: refactor core virtual machine creation into its own function
 2024-09-04 12:34 UTC  (2+ messages)

[PATCH 0/2] kvm/i386: Some code refactoring and cleanups for kvm_arch_init
 2024-09-04 12:31 UTC  (4+ messages)
` [PATCH 1/2] kvm/i386: refactor kvm_arch_init and split it into smaller functions
` [PATCH 2/2] kvm/i386: do not initialize identity_base variable

[PATCH v6] kvm: replace fprintf with error_report()/printf() in kvm_init()
 2024-09-04 12:22 UTC  (2+ messages)

[PATCH v2] kvm/i386: fix return values of is_host_cpu_intel()
 2024-09-04 12:19 UTC  (2+ messages)

[PATCH 0/5] KVM: VMX: Drop MTRR virtualization, honor guest PAT
 2024-09-04 12:17 UTC  (13+ messages)
` [PATCH 5/5] KVM: VMX: Always honor guest PAT on CPUs that support self-snoop

[PATCH v2 00/19] qapi: Reduce use of 'prefix'
 2024-09-04 12:18 UTC  (22+ messages)
` [PATCH v2 01/19] qapi: Smarter camel_to_upper() to reduce need for 'prefix'
` [PATCH v2 02/19] tests/qapi-schema: Drop temporary 'prefix'
` [PATCH v2 03/19] qapi/block-core: "
` [PATCH v2 04/19] qapi/common: "
` [PATCH v2 05/19] qapi/crypto: "
` [PATCH v2 06/19] qapi/ebpf: "
` [PATCH v2 07/19] qapi/machine: "
` [PATCH v2 08/19] qapi/ui: "
` [PATCH v2 09/19] qapi/machine: Rename CpuS390* to S390Cpu*, and drop 'prefix'
` [PATCH v2 10/19] qapi/crypto: Drop unwanted 'prefix'
` [PATCH v2 11/19] qapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefix
` [PATCH v2 12/19] qapi/crypto: Rename QCryptoCipherAlgorithm "
` [PATCH v2 13/19] qapi/crypto: Rename QCryptoIVGenAlgorithm "
` [PATCH v2 14/19] qapi/crypto: Rename QCryptoAkCipherAlgorithm "
` [PATCH v2 15/19] qapi/crypto: Rename QCryptoRSAPaddingAlgorithm "
` [PATCH v2 16/19] qapi/crypto: Rename QCryptoAFAlg to QCryptoAFAlgo
` [PATCH v2 17/19] qapi/cryptodev: Drop unwanted 'prefix'
` [PATCH v2 18/19] qapi/cryptodev: Rename QCryptodevBackendAlgType to *Algo, and drop prefix
` [PATCH v2 19/19] qapi/vfio: Rename VfioMigrationState to Qapi*, "

[PATCH v3] kvm/i386: make kvm_filter_msr() and related definitions private to kvm module
 2024-09-04 12:18 UTC  (2+ messages)

[kvm-unit-tests PATCH] riscv: Fix smp_boot_secondary
 2024-09-04 12:08 UTC 

[PATCH 00/25] TDX vCPU/VM creation
 2024-09-04 11:58 UTC  (22+ messages)
` [PATCH 10/25] KVM: TDX: Initialize KVM supported capabilities when module setup
` [PATCH 14/25] KVM: TDX: initialize VM with TDX specific parameters
` [PATCH 18/25] KVM: TDX: Do TDX specific vcpu initialization
` [PATCH 21/25] KVM: x86: Introduce KVM_TDX_GET_CPUID
` [PATCH 24/25] KVM: x86: Filter directly configurable TDX CPUID bits

missing backport patch (KVM/SVM) to support modern guests in nested environment with 6.1.x
 2024-09-04 11:51 UTC 

[RFC PATCH 00/21] Secure VFIO, TDISP, SEV TIO
 2024-09-04 11:13 UTC  (27+ messages)
` [RFC PATCH 06/21] crypto: ccp: Enable SEV-TIO feature in the PSP when supported
` [RFC PATCH 07/21] pci/tdisp: Introduce tsm module
` [RFC PATCH 12/21] KVM: IOMMUFD: MEMFD: Map private pages
` [RFC PATCH 13/21] KVM: X86: Handle private MMIO as shared

[kvm-unit-tests PATCH v2 0/4] Support cross compiling with clang
 2024-09-04 10:57 UTC  (6+ messages)
` [kvm-unit-tests PATCH v2 1/4] riscv: Drop mstrict-align
` [kvm-unit-tests PATCH v2 2/4] Makefile: Prepare for clang EFI builds
` [kvm-unit-tests PATCH v2 3/4] configure: Support cross compiling with clang
` [kvm-unit-tests PATCH v2 4/4] riscv: gitlab-ci: Add clang build tests

[kvm-unit-tests PATCH 0/3] Support cross compiling with clang
 2024-09-04 10:31 UTC  (8+ messages)
` [kvm-unit-tests PATCH 1/3] riscv: Drop mstrict-align
` [kvm-unit-tests PATCH 2/3] configure: Support cross compiling with clang
` [kvm-unit-tests PATCH 3/3] riscv: gitlab-ci: Add clang build tests

[PATCH v2] x86/sev: Fix host kdump support for SNP
 2024-09-04 10:29 UTC  (5+ messages)

[PATCH 0/3] KVM: arm64: Get rid of REG_HIDDEN_USER
 2024-09-04  8:24 UTC  (4+ messages)
` [PATCH 1/3] KVM: arm64: Simplify handling of CNTKCTL_EL12
` [PATCH 2/3] KVM: arm64: Simplify visibility handling of AArch32 SPSR_*
` [PATCH 3/3] KVM: arm64: Get rid of REG_HIDDEN_USER visibility qualifier

[PATCH -next] vfio/mdev: Constify struct kobj_type
 2024-09-04  1:18 UTC 

[RFC PATCH 20/21] pci: Allow encrypted MMIO mapping via sysfs
 2024-09-03 21:46 UTC  (2+ messages)

[PATCH RFC] kvm: emulate avx vmovdq
 2024-09-03 21:25 UTC  (2+ messages)

[PATCH v7 00/10] Enable haltpoll on arm64
 2024-09-03 21:13 UTC  (9+ messages)
` [PATCH v7 07/10] arm64: define TIF_POLLING_NRFLAG
` [PATCH v7 08/10] arm64: idle: export arch_cpu_idle
` [PATCH v7 09/10] arm64: support cpuidle-haltpoll

[PATCH AUTOSEL 6.10 15/22] LoongArch: KVM: Invalidate guest steal time address on vCPU reset
 2024-09-03 19:22 UTC 

[PATCH v2 0/4] KVM: x86/mmu: Run NX huge page recovery under MMU read lock
 2024-09-03 20:26 UTC  (7+ messages)
` [PATCH v2 1/4] KVM: x86/mmu: Track TDP MMU NX huge pages separately
` [PATCH v2 4/4] KVM: x86/mmu: Recover TDP MMU NX huge pages using MMU read lock

[PATCH] vfio: mdev: Remove unused function declarations
 2024-09-03 18:48 UTC  (2+ messages)

[PATCH -next] vfio/fsl-mc: Remove unused variable 'hwirq'
 2024-09-03 18:47 UTC  (2+ messages)

[PATCH] vfio/pci: Remove unused struct 'vfio_pci_mmap_vma'
 2024-09-03 18:46 UTC  (2+ messages)

[RFC PATCH 1/1] kvm: Note an RCU quiescent state on guest exit
 2024-09-03 18:07 UTC  (8+ messages)

[PATCH 0/5] KVM: x86: Fastpath cleanup, fix, and enhancement
 2024-09-03 16:58 UTC  (6+ messages)
` [PATCH 1/5] KVM: x86: Re-enter guest if WRMSR(X2APIC_ICR) fastpath is successful

[PATCH] x86/sev: Fix host kdump support for SNP
 2024-09-03 16:54 UTC  (6+ messages)

[PATCH v2 00/16] KVM: arm64: Add EL2 support to FEAT_S1PIE
 2024-09-03 15:58 UTC  (18+ messages)
` [PATCH v2 01/16] KVM: arm64: nv: Handle CNTHCTL_EL2 specially
` [PATCH v2 02/16] KVM: arm64: nv: Save/Restore vEL2 sysregs
` [PATCH v2 03/16] KVM: arm64: Add TCR2_EL2 to the sysreg arrays
` [PATCH v2 04/16] KVM: arm64: Add save/restore for TCR2_EL2
` [PATCH v2 05/16] arm64: Add encoding for PIRE0_EL2
` [PATCH v2 06/16] arm64: Remove VNCR definition "
` [PATCH v2 07/16] KVM: arm64: Add PIR{,E0}_EL2 to the sysreg arrays
` [PATCH v2 08/16] KVM: arm64: Add save/restore for PIR{,E0}_EL2
` [PATCH v2 09/16] KVM: arm64: Handle PIR{,E0}_EL2 traps
` [PATCH v2 10/16] KVM: arm64: Sanitise ID_AA64MMFR3_EL1
` [PATCH v2 11/16] KVM: arm64: Split S1 permission evaluation into direct and hierarchical parts
` [PATCH v2 12/16] KVM: arm64: Implement AT S1PIE support
` [PATCH v2 13/16] KVM: arm64: Define helper for EL2 registers with custom visibility
` [PATCH v2 14/16] KVM: arm64: Hide TCR2_EL1 from userspace when disabled for guests
` [PATCH v2 15/16] KVM: arm64: Hide S1PIE registers "
` [PATCH v2 16/16] KVM: arm64: Rely on visibility to let PIR*_ELx/TCR2_ELx UNDEF

[kvm-unit-tests PATCH] riscv: Make NR_CPUS configurable
 2024-09-03 14:43 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/2] configure: Support CONFIG_* extension
 2024-09-03 14:39 UTC  (3+ messages)
` [kvm-unit-tests PATCH 1/2] configure: Introduce add-config
` [kvm-unit-tests PATCH 2/2] riscv: Make NR_CPUS configurable

[kvm-unit-tests PATCH 0/2] riscv: sbi: Rename sbi ecall wrappers
 2024-09-03 13:58 UTC  (2+ messages)

[PATCH v2] kvm/i386: make kvm_filter_msr() and related definitions private to kvm module
 2024-09-03 13:53 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/3] riscv: Improve on-cpu and IPI support
 2024-09-03 13:41 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/3] riscv: Timer support
 2024-09-03 13:38 UTC  (4+ messages)
` [kvm-unit-tests PATCH 1/3] riscv: Introduce local_timer_init

[PATCH] kvm/i386: declare kvm_filter_msr() static
 2024-09-03 13:23 UTC  (2+ messages)

[PATCH] kvm/i386: refactor kvm_arch_init and split it into smaller functions
 2024-09-03 13:15 UTC  (2+ messages)

[kvm-unit-tests PATCH v3 0/7] s390x: STFLE nested interpretation
 2024-09-03 10:46 UTC  (5+ messages)
` [kvm-unit-tests PATCH v3 7/7] s390x: Add test for STFLE interpretive execution (format-0)

[PATCH] kbuild: use objcopy to generate asm-offsets
 2024-09-03  9:28 UTC  (4+ messages)

[RFC PATCH v2 00/10] KVM: Restricted mapping of guest_memfd at the host and pKVM/arm64 support
 2024-09-03  9:28 UTC  (4+ messages)
` [RFC PATCH v2 03/10] KVM: Implement kvm_(read|/write)_guest_page for private memory slots

[PATCH vhost v2 00/10] vdpa/mlx5: Parallelize device suspend/resume
 2024-09-03  8:16 UTC  (7+ messages)

[PATCH] kvm/i386: fix a check that ensures we are running on host intel CPU
 2024-09-03  8:00 UTC  (3+ messages)

[RFC PATCH 0/5] Enable Secure TSC for SEV-SNP
 2024-09-03  7:16 UTC  (7+ messages)
` [RFC PATCH 1/5] x86/cpufeatures: Add SNP Secure TSC

[PATCH] accel/kvm: check for KVM_CAP_READONLY_MEM on VM
 2024-09-03  6:29 UTC 


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