public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-20 10:06:11 to 2024-08-21 16:52:39 UTC [more...]

[PATCH 00/12] KVM: arm64: Handle the lack of GICv3 exposed to a guest
 2024-08-21 16:52 UTC  (24+ messages)
` [PATCH 01/12] KVM: arm64: Make ICC_*SGI*_EL1 undef in the absence of a vGICv3
` [PATCH 02/12] KVM: arm64: Move GICv3 trap configuration to kvm_calculate_traps()
` [PATCH 03/12] KVM: arm64: Force SRE traps when SRE access is not enabled
` [PATCH 04/12] KVM: arm64: Force GICv3 traps activa when no irqchip is configured on VHE
` [PATCH 05/12] KVM: arm64: Add helper for last ditch idreg adjustments
` [PATCH 06/12] KVM: arm64: Zero ID_AA64PFR0_EL1.GIC when no GICv3 is presented to the guest
` [PATCH 07/12] KVM: arm64: Add ICH_HCR_EL2 to the vcpu state
` [PATCH 08/12] KVM: arm64: Add trap routing information for ICH_HCR_EL2
` [PATCH 09/12] KVM: arm64: Honor guest requested traps in GICv3 emulation
` [PATCH 10/12] KVM: arm64: Make most GICv3 accesses UNDEF if they trap
` [PATCH 11/12] KVM: arm64: Unify UNDEF injection helpers
` [PATCH 12/12] KVM: arm64: Add selftest checking how the absence of GICv3 is handled

[PATCH 00/25] TDX vCPU/VM creation
 2024-08-21 16:52 UTC  (22+ messages)
` [PATCH 09/25] KVM: TDX: Get system-wide info about TDX module on initialization
` [PATCH 11/25] KVM: TDX: Report kvm_tdx_caps in KVM_TDX_CAPABILITIES
` [PATCH 12/25] KVM: TDX: Allow userspace to configure maximum vCPUs for TDX guests
` [PATCH 13/25] KVM: TDX: create/destroy VM structure
` [PATCH 14/25] KVM: TDX: initialize VM with TDX specific parameters

[PATCH RFC] kvm: emulate avx vmovdq
 2024-08-21 16:34 UTC  (3+ messages)

[PATCH v3 0/4] Relax canonical checks on some arch msrs
 2024-08-21 16:04 UTC  (10+ messages)
` [PATCH v3 1/4] KVM: x86: relax canonical check for some x86 architectural msrs
` [PATCH v3 3/4] KVM: nVMX: relax canonical checks on some x86 registers in vmx host state

[PATCH 00/26] Address Space Isolation (ASI) 2024
 2024-08-21 16:00 UTC  (7+ messages)
` [PATCH 16/26] mm: asi: Map non-user buddy allocations as nonsensitive
` [PATCH 26/26] KVM: x86: asi: Add some mitigations on address space transitions

[PATCH v2 0/5] KVM: s390: selftests: Add regression tests for CPU subfunctions
 2024-08-21 15:44 UTC  (13+ messages)
` [PATCH v2 1/5] KVM: s390: selftests: Add regression tests for SORTL and DFLTCC "
` [PATCH v2 2/5] KVM: s390: selftests: Add regression tests for PRNO, KDSA and KMA crypto subfunctions
` [PATCH v2 3/5] KVM: s390: selftests: Add regression tests for KMCTR, KMF, KMO and PCC "
` [PATCH v2 4/5] KVM: s390: selftests: Add regression tests for KMAC, KMC, KM, KIMD and KLMD "
` [PATCH v2 5/5] KVM: s390: selftests: Add regression tests for PLO subfunctions

[PATCH v4 00/43] arm64: Support for Arm CCA in KVM
 2024-08-21 15:38 UTC  (44+ messages)
` [PATCH v4 01/43] KVM: Prepare for handling only shared mappings in mmu_notifier events
` [PATCH v4 02/43] kvm: arm64: pgtable: Track the number of pages in the entry level
` [PATCH v4 03/43] kvm: arm64: Include kvm_emulate.h in kvm/arm_psci.h
` [PATCH v4 04/43] arm64: RME: Handle Granule Protection Faults (GPFs)
` [PATCH v4 05/43] arm64: RME: Add SMC definitions for calling the RMM
` [PATCH v4 06/43] arm64: RME: Add wrappers for RMI calls
` [PATCH v4 07/43] arm64: RME: Check for RME support at KVM init
` [PATCH v4 08/43] arm64: RME: Define the user ABI
` [PATCH v4 09/43] arm64: RME: ioctls to create and configure realms
` [PATCH v4 10/43] kvm: arm64: Expose debug HW register numbers for Realm
` [PATCH v4 11/43] arm64: kvm: Allow passing machine type in KVM creation
` [PATCH v4 12/43] arm64: RME: Keep a spare page delegated to the RMM
` [PATCH v4 13/43] arm64: RME: RTT tear down
` [PATCH v4 14/43] arm64: RME: Allocate/free RECs to match vCPUs
` [PATCH v4 15/43] arm64: RME: Support for the VGIC in realms
` [PATCH v4 16/43] KVM: arm64: Support timers in realm RECs
` [PATCH v4 17/43] arm64: RME: Allow VMM to set RIPAS
` [PATCH v4 18/43] arm64: RME: Handle realm enter/exit
` [PATCH v4 19/43] KVM: arm64: Handle realm MMIO emulation
` [PATCH v4 20/43] arm64: RME: Allow populating initial contents
` [PATCH v4 21/43] arm64: RME: Runtime faulting of memory
` [PATCH v4 22/43] KVM: arm64: Handle realm VCPU load
` [PATCH v4 23/43] KVM: arm64: Validate register access for a Realm VM
` [PATCH v4 24/43] KVM: arm64: Handle Realm PSCI requests
` [PATCH v4 25/43] KVM: arm64: WARN on injected undef exceptions
` [PATCH v4 26/43] arm64: Don't expose stolen time for realm guests
` [PATCH v4 27/43] arm64: rme: allow userspace to inject aborts
` [PATCH v4 28/43] arm64: rme: support RSI_HOST_CALL
` [PATCH v4 29/43] arm64: rme: Allow checking SVE on VM instance
` [PATCH v4 30/43] arm64: RME: Always use 4k pages for realms
` [PATCH v4 31/43] arm64: rme: Prevent Device mappings for Realms
` [PATCH v4 32/43] arm_pmu: Provide a mechanism for disabling the physical IRQ
` [PATCH v4 33/43] arm64: rme: Enable PMU support with a realm guest
` [PATCH v4 34/43] kvm: rme: Hide KVM_CAP_READONLY_MEM for realm guests
` [PATCH v4 35/43] arm64: RME: Propagate number of breakpoints and watchpoints to userspace
` [PATCH v4 36/43] arm64: RME: Set breakpoint parameters through SET_ONE_REG
` [PATCH v4 37/43] arm64: RME: Initialize PMCR.N with number counter supported by RMM
` [PATCH v4 38/43] arm64: RME: Propagate max SVE vector length from RMM
` [PATCH v4 39/43] arm64: RME: Configure max SVE vector length for a Realm
` [PATCH v4 40/43] arm64: RME: Provide register list for unfinalized RME RECs
` [PATCH v4 41/43] arm64: RME: Provide accurate register list
` [PATCH v4 42/43] arm64: kvm: Expose support for private memory
` [PATCH v4 43/43] KVM: arm64: Allow activating realms

[PATCH v8 0/5] Add Svade and Svadu Extensions Support
 2024-08-21 14:43 UTC  (2+ messages)

[PATCH v4 0/8] KVM: arm64: Add support for FP8
 2024-08-21 14:34 UTC  (10+ messages)
` [PATCH v4 1/8] KVM: arm64: Move SVCR into the sysreg array
` [PATCH v4 2/8] KVM: arm64: Add predicate for FPMR support in a VM
` [PATCH v4 3/8] KVM: arm64: Move FPMR into the sysreg array
` [PATCH v4 4/8] KVM: arm64: Add save/restore support for FPMR
` [PATCH v4 5/8] KVM: arm64: Honor trap routing "
` [PATCH v4 6/8] KVM: arm64: Expose ID_AA64FPFR0_EL1 as a writable ID reg
` [PATCH v4 7/8] KVM: arm64: Enable FP8 support when available and configured
` [PATCH v4 8/8] KVM: arm64: Expose ID_AA64PFR2_EL1 to userspace and guests

[PATCH RFC 0/4] mm: Introduce guest_memfd library
 2024-08-21 14:26 UTC  (5+ messages)
` [PATCH RFC 3/4] mm: guest_memfd: Add option to remove guest private memory from direct map

[kvmtool PATCH v3 0/4] Add RISC-V ISA extensions based on Linux-6.10
 2024-08-21 14:26 UTC  (5+ messages)
` [kvmtool PATCH v3 1/4] Sync-up headers with Linux-6.10 kernel
` [kvmtool PATCH v3 2/4] riscv: Add Sscofpmf extensiona support
` [kvmtool PATCH v3 3/4] riscv: Set SBI_SUCCESS on successful DBCN call
` [kvmtool PATCH v3 4/4] riscv: Correct number of hart bits

[RFC][PATCH] KVM: Remove HIGH_RES_TIMERS dependency
 2024-08-21 13:51 UTC 

[RFC PATCH v3 00/58] Mediated Passthrough vPMU 3.0 for x86
 2024-08-21 13:16 UTC  (4+ messages)
` [RFC PATCH v3 09/58] perf: Add a EVENT_GUEST flag

[PATCH v2 0/2] riscv: Add perf support to collect KVM guest statistics from host side
 2024-08-21 12:51 UTC  (5+ messages)
` [PATCH v2 1/2] riscv: perf: add guest vs host distinction
` [PATCH v2 2/2] riscv: KVM: add basic support for host vs guest profiling

[PATCH net-next v13 04/14] mm: page_frag: add '_va' suffix to page_frag API
 2024-08-21 12:30 UTC  (9+ messages)

[PATCH 0/8] Initial support for SMMUv3 nested translation
 2024-08-21 12:06 UTC  (11+ messages)
` [PATCH 2/8] iommu/arm-smmu-v3: Use S2FWB when available

[PATCH vhost 0/7] vdpa/mlx5: Optimze MKEY operations
 2024-08-21 11:41 UTC  (8+ messages)
` [PATCH vhost 1/7] vdpa/mlx5: Create direct MKEYs in parallel
` [PATCH vhost 2/7] vdpa/mlx5: Delete "
` [PATCH vhost 3/7] vdpa/mlx5: Rename function
` [PATCH vhost 4/7] vdpa/mlx5: Extract mr members in own resource struct
` [PATCH vhost 5/7] vdpa/mlx5: Rename mr_mtx -> lock
` [PATCH vhost 6/7] vdpa/mlx5: Introduce init/destroy for MR resources
` [PATCH vhost 7/7] vdpa/mlx5: Postpone MR deletion

Fast-Track Your Dream Home with Modular Construction!
 2024-08-21 11:34 UTC 

[PATCH -next] KVM: SVM: Remove unnecessary GFP_KERNEL_ACCOUNT in svm_set_nested_state()
 2024-08-21 11:27 UTC 

[PATCH v4 0/4] x86/cpu: Add Bus Lock Detect support for AMD
 2024-08-21 10:40 UTC  (6+ messages)
` [PATCH v4 4/4] KVM: SVM: Add Bus Lock Detect support

[PATCH v4 00/18] KVM: arm64: nv: Add support for address translation instructions
 2024-08-21  9:28 UTC  (22+ messages)
` [PATCH v4 01/18] arm64: Add missing APTable and TCR_ELx.HPD masks
` [PATCH v4 02/18] arm64: Add PAR_EL1 field description
` [PATCH v4 03/18] arm64: Add system register encoding for PSTATE.PAN
` [PATCH v4 04/18] arm64: Add ESR_ELx_FSC_ADDRSZ_L() helper
` [PATCH v4 05/18] KVM: arm64: Make kvm_at() take an OP_AT_*
` [PATCH v4 06/18] KVM: arm64: nv: Enforce S2 alignment when contiguous bit is set
` [PATCH v4 07/18] KVM: arm64: nv: Turn upper_attr for S2 walk into the full descriptor
` [PATCH v4 08/18] KVM: arm64: nv: Honor absence of FEAT_PAN2
` [PATCH v4 09/18] KVM: arm64: nv: Add basic emulation of AT S1E{0,1}{R,W}
` [PATCH v4 10/18] KVM: arm64: nv: Add basic emulation of AT S1E1{R,W}P
` [PATCH v4 11/18] KVM: arm64: nv: Add basic emulation of AT S1E2{R,W}
` [PATCH v4 12/18] KVM: arm64: nv: Add emulation of AT S12E{0,1}{R,W}
` [PATCH v4 13/18] KVM: arm64: nv: Make ps_to_output_size() generally available
` [PATCH v4 14/18] KVM: arm64: nv: Add SW walker for AT S1 emulation
` [PATCH v4 15/18] KVM: arm64: nv: Sanitise SCTLR_EL1.EPAN according to VM configuration
` [PATCH v4 16/18] KVM: arm64: nv: Make AT+PAN instructions aware of FEAT_PAN3
` [PATCH v4 17/18] KVM: arm64: nv: Plumb handling of AT S1* traps from EL2
` [PATCH v4 18/18] KVM: arm64: nv: Add support for FEAT_ATS1A

[PATCH v6 0/3] Add extioi virt extension support
 2024-08-21  8:44 UTC  (11+ messages)
` [PATCH v6 1/3] LoongArch: KVM: Enable paravirt feature control from VMM
` [PATCH v6 3/3] irqchip/loongson-eiointc: Add extioi virt extension support

[PATCH v2] KVM: Move gfn_to_pfn_cache invalidation to invalidate_range_end hook
 2024-08-21  6:57 UTC  (3+ messages)

[PATCH v2 0/3] KVM: x86: Include host suspended time in steal time
 2024-08-21  6:31 UTC  (6+ messages)
` [PATCH v2 1/3] KVM: Introduce kvm_total_suspend_ns()
` [PATCH v2 2/3] KVM: x86: Include host suspended time in steal time

[PATCH v3] kvm: replace fprintf with error_report/printf() in kvm_init()
 2024-08-21  3:38 UTC  (5+ messages)

[PATCH v5 0/4] Allow userspace to change ID_AA64PFR1_EL1
 2024-08-21  2:45 UTC  (2+ messages)

[GIT PULL] Please pull IOMMUFD subsystem changes
 2024-08-20 23:52 UTC  (2+ messages)

[PATCH v2 00/10] TDX host: metadata reading tweaks, bug fix and info dump
 2024-08-20 18:38 UTC  (3+ messages)
` [PATCH v2 09/10] x86/virt/tdx: Reduce TDMR's reserved areas by using CMRs to find memory holes

[PATCH] KVM: Use precise range-based flush in mmu_notifier hooks when possible
 2024-08-20 17:06 UTC  (5+ messages)

[kvm-unit-tests PATCH] riscv: Make NR_CPUS configurable
 2024-08-20 17:01 UTC 

[kvm-unit-tests PATCH] riscv: sbi: Add IPI extension tests
 2024-08-20 16:24 UTC  (2+ messages)

[PATCH 0/2] KVM: SEV: Add support for the ALLOWED_SEV_FEATURES feature
 2024-08-20 16:12 UTC  (7+ messages)
` [PATCH 2/2] KVM: SEV: Configure "ALLOWED_SEV_FEATURES" VMCB Field

[PATCH] sched: Don't try to catch up excess steal time
 2024-08-20 15:50 UTC  (5+ messages)

[RFC PATCH v3 00/21] Cleaning up the KVM clock mess
 2024-08-20 15:42 UTC  (6+ messages)
` [RFC PATCH v3 20/21] KVM: x86/xen: Prevent runstate times from becoming negative

[PATCH 6.1.y] KVM: x86: fire timer when it is migrated and expired, and in oneshot mode
 2024-08-20 14:07 UTC  (3+ messages)
` 答复: [外部邮件] "

[PATCH v3 0/6] KVM: Improve MMIO Coalescing API
 2024-08-20 13:33 UTC  (7+ messages)
` [PATCH v3 1/6] KVM: Fix coalesced_mmio_has_room()
` [PATCH v3 2/6] KVM: Add KVM_CREATE_COALESCED_MMIO_BUFFER ioctl
` [PATCH v3 3/6] KVM: Support poll() on coalesced mmio buffer fds
` [PATCH v3 4/6] KVM: Add KVM_(UN)REGISTER_COALESCED_MMIO2 ioctls
` [PATCH v3 5/6] KVM: Documentation: Document v2 of coalesced MMIO API
` [PATCH v3 6/6] KVM: selftests: Add coalesced_mmio_test

[PATCH] KVM: x86: Use gfn_to_pfn_cache for steal_time
 2024-08-20 10:11 UTC  (4+ messages)


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