messages from 2024-08-25 17:08:36 to 2024-08-27 22:00:32 UTC [more...]
[RFC PATCH 0/7] KVM: SEV-SNP support for running an SVSM
2024-08-27 21:59 UTC (6+ messages)
` [RFC PATCH 1/7] KVM: SVM: Implement GET_AP_APIC_IDS NAE event
` [RFC PATCH 2/7] KVM: SEV: Allow for VMPL level specification in AP create
` [RFC PATCH 3/7] KVM: SVM: Invoke a specified VMPL level VMSA for the vCPU
` [RFC PATCH 4/7] KVM: SVM: Maintain per-VMPL SEV features in kvm_sev_info
` [RFC PATCH 5/7] KVM: SVM: Prevent injection when restricted injection is active
[PATCH v2 0/8] Initial support for SMMUv3 nested translation
2024-08-27 21:31 UTC (14+ messages)
` [PATCH v2 1/8] vfio: Remove VFIO_TYPE1_NESTING_IOMMU
` [PATCH v2 2/8] iommu/arm-smmu-v3: Use S2FWB when available
` [PATCH v2 3/8] ACPICA: IORT: Update for revision E.f
` [PATCH v2 4/8] ACPI/IORT: Support CANWBS memory access flag
` [PATCH v2 5/8] iommu/arm-smmu-v3: Report IOMMU_CAP_ENFORCE_CACHE_COHERENCY for CANWBS
` [PATCH v2 6/8] iommu/arm-smmu-v3: Support IOMMU_GET_HW_INFO via struct arm_smmu_hw_info
` [PATCH v2 7/8] iommu/arm-smmu-v3: Implement IOMMU_HWPT_ALLOC_NEST_PARENT
` [PATCH v2 8/8] iommu/arm-smmu-v3: Support IOMMU_DOMAIN_NESTED
[PATCH 00/25] TDX vCPU/VM creation
2024-08-27 20:40 UTC (8+ messages)
` [PATCH 10/25] KVM: TDX: Initialize KVM supported capabilities when module setup
` [PATCH 21/25] KVM: x86: Introduce KVM_TDX_GET_CPUID
[PATCH] x86/sev: Fix host kdump support for SNP
2024-08-27 20:38 UTC
[RFC PATCH 1/1] kvm: Note an RCU quiescent state on guest exit
2024-08-27 19:50 UTC (13+ messages)
答复: [外部邮件] [PATCH 6.1.y] KVM: x86: fire timer when it is migrated and expired, and in oneshot mode
2024-08-27 18:52 UTC (6+ messages)
` [PATCH 6.1.y 0/2 V2] KVM: x86: fire timer when it is migrated
` [PATCH 6.1.y 1/2 V2] KVM: x86: fire timer when it is migrated and expired, and in oneshot mode
` [PATCH 6.1.y 2/2 V2] KVM: x86: Fix lapic timer interrupt lost after loading a snapshot
[Bug 219009] New: Random host reboots on Ryzen 7000/8000 using nested VMs (vls suspected)
2024-08-27 18:19 UTC (5+ messages)
` [Bug 219009] "
[RFC] vDPA: Trying to make sense of config data
2024-08-27 18:16 UTC (3+ messages)
[PATCH v2 00/11] KVM: arm64: Handle the lack of GICv3 exposed to a guest
2024-08-27 17:41 UTC (14+ messages)
` [PATCH v2 01/11] KVM: arm64: Move GICv3 trap configuration to kvm_calculate_traps()
` [PATCH v2 02/11] KVM: arm64: Force SRE traps when SRE access is not enabled
` [PATCH v2 03/11] KVM: arm64: Force GICv3 trap activation when no irqchip is configured on VHE
` [PATCH v2 04/11] KVM: arm64: Add helper for last ditch idreg adjustments
` [PATCH v2 05/11] KVM: arm64: Zero ID_AA64PFR0_EL1.GIC when no GICv3 is presented to the guest
` [PATCH v2 06/11] KVM: arm64: Add ICH_HCR_EL2 to the vcpu state
` [PATCH v2 07/11] KVM: arm64: Add trap routing information for ICH_HCR_EL2
` [PATCH v2 08/11] KVM: arm64: Honor guest requested traps in GICv3 emulation
` [PATCH v2 09/11] KVM: arm64: Make most GICv3 accesses UNDEF if they trap
` [PATCH v2 10/11] KVM: arm64: Unify UNDEF injection helpers
` [PATCH v2 11/11] KVM: arm64: Add selftest checking how the absence of GICv3 is handled
[RFC] Why is set_config not supported in mlx5_vnet?
2024-08-27 17:36 UTC (12+ messages)
[PATCH v1 0/4] vfio/iommu: Flag to allow userspace to set DMA buffers system cacheable
2024-08-27 17:31 UTC (9+ messages)
` [PATCH v1 1/4] iommu: Add IOMMU_SYS_CACHE flag for system cache control
` [PATCH v1 2/4] iommu/io-pgtable-arm: Force outer cache for page-level MAIR via user flag
` [PATCH v1 3/4] vfio: Add VFIO_DMA_MAP_FLAG_SYS_CACHE to control device access to system cache
` [PATCH v1 4/4] vfio/type1: Add support for VFIO_DMA_MAP_FLAG_SYS_CACHE
[kvm-unit-tests PATCH v2 0/4] riscv: sbi: Add support to test HSM extension
2024-08-27 16:55 UTC (8+ messages)
` [kvm-unit-tests PATCH v2 1/4] lib/report: Add helper methods to clear multiple prefixes
` [kvm-unit-tests PATCH v2 2/4] riscv: sbi: Add IPI extension support
` [kvm-unit-tests PATCH v2 3/4] riscv: sbi: Add HSM extension functions
` [kvm-unit-tests PATCH v2 4/4] riscv: sbi: Add tests for HSM extension
[PATCH v4 1/2] kvm: replace fprintf with error_report/printf() in kvm_init()
2024-08-27 15:28 UTC (3+ messages)
` [PATCH v4 2/2] kvm: refactor core virtual machine creation into its own function
[kvm-unit-tests PATCH] Added prefix pop at bottom of DBCN test function
2024-08-27 15:25 UTC (3+ messages)
[kvm-unit-tests PATCH] Changed cpumask_next to wrap instead of terminating after nr_cpus
2024-08-27 15:21 UTC (2+ messages)
[PATCH 0/2] KVM: Coalesced IO cleanup and test
2024-08-27 14:58 UTC (6+ messages)
` [PATCH 1/2] KVM: selftests: Add a test for coalesced MMIO (and PIO on x86)
` [PATCH 2/2] KVM: Clean up coalesced MMIO ring full check
[Bug 219129] New: virtio net performance degradation between Windows and Linux guest in kernel 6.10.3
2024-08-27 14:44 UTC (4+ messages)
` [Bug 219129] "
[kvm-unit-tests PATCH v3 0/7] s390x: STFLE nested interpretation
2024-08-27 14:08 UTC (3+ messages)
` [kvm-unit-tests PATCH v3 7/7] s390x: Add test for STFLE interpretive execution (format-0)
[PATCH v2 0/6] KVM: Improve MMIO Coalescing API
2024-08-27 13:45 UTC (4+ messages)
[PATCH v3 0/8] TDX host: metadata reading tweaks, bug fix and info dump
2024-08-27 13:10 UTC (10+ messages)
` [PATCH v3 1/8] x86/virt/tdx: Rename 'struct tdx_tdmr_sysinfo' to reflect the spec better
` [PATCH v3 2/8] x86/virt/tdx: Remove 'struct field_mapping' and implement TD_SYSINFO_MAP() macro
` [PATCH v3 3/8] x86/virt/tdx: Prepare to support reading other global metadata fields
` [PATCH v3 4/8] x86/virt/tdx: Refine a comment to reflect the latest TDX spec
` [PATCH v3 5/8] x86/virt/tdx: Start to track all global metadata in one structure
` [PATCH v3 6/8] x86/virt/tdx: Print TDX module basic information
` [PATCH v3 7/8] x86/virt/tdx: Reduce TDMR's reserved areas by using CMRs to find memory holes
` [PATCH v3 8/8] x86/virt/tdx: Don't initialize module that doesn't support NO_RBP_MOD feature
[PATCH 0/3] altra workarounds for PCIE_64 with instrumentation
2024-08-27 13:08 UTC (4+ messages)
` [PATCH 1/3] ampere/arm64: Add a fixup handler for alignment faults in aarch64 code
` [PATCH 2/3] ampere/arm64: Work around Ampere Altra erratum #82288 PCIE_65
` [PATCH 3/3] ampere/arm64: instrument the altra workarounds
[PATCH v8 0/4] debugfs to hisilicon migration driver
2024-08-27 12:41 UTC (6+ messages)
` [PATCH v8 3/4] hisi_acc_vfio_pci: register debugfs for "
[RFC PATCH 00/21] Secure VFIO, TDISP, SEV TIO
2024-08-27 12:32 UTC (10+ messages)
` [RFC PATCH 07/21] pci/tdisp: Introduce tsm module
` [RFC PATCH 12/21] KVM: IOMMUFD: MEMFD: Map private pages
` [RFC PATCH 14/21] RFC: iommu/iommufd/amd: Add IOMMU_HWPT_TRUSTED flag, tweak DTE's DomainID, IOTLB
[PATCH v3] kvm: replace fprintf with error_report/printf() in kvm_init()
2024-08-27 12:26 UTC (5+ messages)
[PATCH v11 00/20] Add Secure TSC support for SNP guests
2024-08-27 11:32 UTC (3+ messages)
` [PATCH v11 06/20] x86/sev: Handle failures from snp_init()
[kvmtool PATCH v3 0/4] Add RISC-V ISA extensions based on Linux-6.10
2024-08-27 9:46 UTC (2+ messages)
[PATCH v12 00/84] KVM: Stop grabbing references to PFNMAP'd pages
2024-08-27 9:06 UTC (2+ messages)
[kvm-unit-tests PATCH v1] s390x: Split and rework cpacf query functions
2024-08-27 8:40 UTC (2+ messages)
[PATCH v2 00/10] TDX host: metadata reading tweaks, bug fix and info dump
2024-08-27 7:24 UTC (13+ messages)
` [PATCH v2 02/10] x86/virt/tdx: Unbind global metadata read with 'struct tdx_tdmr_sysinfo'
` [PATCH v2 09/10] x86/virt/tdx: Reduce TDMR's reserved areas by using CMRs to find memory holes
[PATCH v4 0/8] KVM: arm64: Add support for FP8
2024-08-27 7:07 UTC (2+ messages)
[PATCH v2 0/9] SEV Kernel Selftests
2024-08-27 5:44 UTC (6+ messages)
` [PATCH v2 8/9] KVM: selftests: Add a CoCo-specific test for KVM_PRE_FAULT_MEMORY
[Patch v5 00/18] pmu test bugs fix and improvements
2024-08-27 0:41 UTC (6+ messages)
` [Patch v5 06/18] x86: pmu: Add asserts to warn inconsistent fixed events and counters
[PATCH 0/6] Extend pmu_counters_test to AMD CPUs
2024-08-26 22:43 UTC (5+ messages)
` [PATCH 2/6] KVM: x86: selftests: Define AMD PMU CPUID leaves
` [PATCH 3/6] KVM: x86: selftests: Set up AMD VM in pmu_counters_test
[PATCH v3 0/4] Distinguish between variants of IBPB
2024-08-26 22:28 UTC (5+ messages)
` [PATCH v3 1/4] x86/cpufeatures: Clarify semantics of X86_FEATURE_IBPB
[PATCH 00/22] KVM: x86: Fix multiple #PF RO infinite loop bugs
2024-08-26 21:52 UTC (10+ messages)
` [PATCH 04/22] KVM: x86/mmu: Skip emulation on page fault iff 1+ SPs were unprotected
` [PATCH 15/22] KVM: x86/mmu: Move event re-injection unprotect+retry into common path
[PATCH v2 00/19] mm: Support huge pfnmaps
2024-08-26 20:43 UTC (20+ messages)
` [PATCH v2 01/19] mm: Introduce ARCH_SUPPORTS_HUGE_PFNMAP and special bits to pmd/pud
` [PATCH v2 02/19] mm: Drop is_huge_zero_pud()
` [PATCH v2 03/19] mm: Mark special bits for huge pfn mappings when inject
` [PATCH v2 04/19] mm: Allow THP orders for PFNMAPs
` [PATCH v2 05/19] mm/gup: Detect huge pfnmap entries in gup-fast
` [PATCH v2 06/19] mm/pagewalk: Check pfnmap for folio_walk_start()
` [PATCH v2 07/19] mm/fork: Accept huge pfnmap entries
` [PATCH v2 08/19] mm: Always define pxx_pgprot()
` [PATCH v2 09/19] mm: New follow_pfnmap API
` [PATCH v2 10/19] KVM: Use "
` [PATCH v2 11/19] s390/pci_mmio: "
` [PATCH v2 12/19] mm/x86/pat: Use the new "
` [PATCH v2 13/19] vfio: "
` [PATCH v2 14/19] acrn: "
` [PATCH v2 15/19] mm/access_process_vm: "
` [PATCH v2 16/19] mm: Remove follow_pte()
` [PATCH v2 17/19] mm/x86: Support large pfn mappings
` [PATCH v2 18/19] mm/arm64: "
` [PATCH v2 19/19] vfio/pci: Implement huge_fault support
[PATCH 0/2] KVM: x86/mmu: Run NX huge page recovery under MMU read lock
2024-08-26 19:51 UTC (9+ messages)
` [PATCH 2/2] KVM: x86/mmu: Recover NX Huge pages belonging to TDP MMU "
[PATCH 0/3] KVM: selftests: Fix unsupported $(ARCH) builds
2024-08-26 19:01 UTC (4+ messages)
` [PATCH 1/3] KVM: selftests: Provide empty 'all' and 'clean' targets for unsupported ARCHs
` [PATCH 2/3] KVM: selftests: Use canonical $(ARCH) paths for KVM selftests directories
` [PATCH 3/3] KVM: selftests: Override ARCH for x86_64 instead of using ARCH_DIR
[PATCH v4 0/4] x86/cpu: Add Bus Lock Detect support for AMD
2024-08-26 18:31 UTC (6+ messages)
` [PATCH v4 4/4] KVM: SVM: Add Bus Lock Detect support
[PATCH v2] Loongarch: KVM: Add KVM hypercalls documentation for LoongArch
2024-08-26 17:00 UTC (2+ messages)
[PATCH v8 00/10] x86/cpu: KVM: Clean up PAT and VMX macros
2024-08-26 16:21 UTC (4+ messages)
[RFC PATCH v1 0/4] Add support for the Bus Lock Threshold
2024-08-26 16:15 UTC (9+ messages)
` [RFC PATCH v1 2/4] KVM: SVM: Enable Bus lock threshold exit
` [RFC PATCH v1 4/4] KVM: selftests: Add bus lock exit test
[PATCH v2 0/2] LoongArch: KVM: Fix some VM reboot issues
2024-08-26 14:49 UTC (3+ messages)
` [PATCH v2 2/2] LoongArch: KVM: Invalid guest steal time address on vCPU reset
[PATCH net-next v15 04/13] mm: page_frag: avoid caller accessing 'page_frag_cache' directly
2024-08-26 12:40 UTC
[PATCH v5 00/19] arm64: Support for running as a guest in Arm CCA
2024-08-26 10:46 UTC (27+ messages)
` [PATCH v5 01/19] arm64: mm: Add top-level dispatcher for internal mem_encrypt API
` [PATCH v5 02/19] arm64: mm: Add confidential computing hook to ioremap_prot()
` [PATCH v5 03/19] arm64: rsi: Add RSI definitions
` [PATCH v5 04/19] firmware/psci: Add psci_early_test_conduit()
` [PATCH v5 05/19] arm64: Detect if in a realm and set RIPAS RAM
` [PATCH v5 06/19] arm64: realm: Query IPA size from the RMM
` [PATCH v5 07/19] arm64: rsi: Add support for checking whether an MMIO is protected
` [PATCH v5 09/19] fixmap: Pass down the full phys address for set_fixmap_io
` [PATCH v5 12/19] efi: arm64: Map Device with Prot Shared
` [PATCH v5 13/19] arm64: Make the PHYS_MASK_SHIFT dynamic
` [PATCH v5 14/19] arm64: Enforce bounce buffers for realm DMA
` [PATCH v5 15/19] arm64: mm: Avoid TLBI when marking pages as valid
` [PATCH v5 16/19] arm64: Enable memory encrypt for Realms
[kvm-unit-tests PATCH v2] riscv: sbi: add IPI extension tests
2024-08-26 6:51 UTC
[PATCH v3 0/2] KVM: x86: Check hypercall's exit to userspace generically
2024-08-26 2:22 UTC (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] KVM: x86: Use user_exit_on_hypercall() instead of opencode
[PATCH v5 0/4] Allow userspace to change ID_AA64PFR1_EL1
2024-08-25 19:45 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).