messages from 2024-08-19 13:20:41 to 2024-08-21 11:16:27 UTC [more...]
[PATCH 00/12] KVM: arm64: Handle the lack of GICv3 exposed to a guest
2024-08-21 11:16 UTC (22+ 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 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 0/8] Initial support for SMMUv3 nested translation
2024-08-21 9:53 UTC (12+ messages)
` [PATCH 1/8] vfio: Remove VFIO_TYPE1_NESTING_IOMMU
` [PATCH 2/8] iommu/arm-smmu-v3: Use S2FWB when available
[PATCH 00/26] Address Space Isolation (ASI) 2024
2024-08-21 9:38 UTC (4+ messages)
` [PATCH 26/26] KVM: x86: asi: Add some mitigations on address space transitions
[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 0/5] KVM: s390: selftests: Add regression tests for CPU subfunctions
2024-08-21 7:25 UTC (11+ 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 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 (7+ 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 v2 3/3] KVM: x86: Document host suspend being included "
[PATCH 00/25] TDX vCPU/VM creation
2024-08-21 6:14 UTC (23+ 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 17/25] KVM: TDX: create/free TDX vcpu structure
[RFC PATCH v3 00/58] Mediated Passthrough vPMU 3.0 for x86
2024-08-21 5:27 UTC (3+ messages)
` [RFC PATCH v3 09/58] perf: Add a EVENT_GUEST flag
[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 RFC] kvm: emulate avx vmovdq
2024-08-20 23:04 UTC
[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
[PATCH RFC 0/4] mm: Introduce guest_memfd library
2024-08-20 16:56 UTC (4+ messages)
` [PATCH RFC 3/4] mm: guest_memfd: Add option to remove guest private memory from direct map
[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 net-next v13 04/14] mm: page_frag: add '_va' suffix to page_frag API
2024-08-20 16:02 UTC (8+ messages)
[PATCH] sched: Don't try to catch up excess steal time
2024-08-20 15:50 UTC (6+ 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 v4 0/8] KVM: arm64: Add support for FP8
2024-08-20 13:18 UTC (9+ 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 v3 0/4] Relax canonical checks on some arch msrs
2024-08-20 12:19 UTC (8+ 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] KVM: x86: Use gfn_to_pfn_cache for steal_time
2024-08-20 10:11 UTC (4+ messages)
[PATCH v3 0/8] KVM: Register cpuhp/syscore callbacks when enabling virt
2024-08-20 8:57 UTC (2+ messages)
[PATCH 00/16] Consolidate iommu page table implementations
2024-08-20 8:22 UTC (5+ messages)
` [PATCH 16/16] iommupt: Add the Intel VT-D second stage page table format
[PATCH v2] selftests: kvm: fix mkdir error when building for unsupported arch
2024-08-20 7:26 UTC (5+ messages)
[PATCH v2 0/9] SEV Kernel Selftests
2024-08-20 6:24 UTC (4+ messages)
` [PATCH v2 8/9] KVM: selftests: Add a CoCo-specific test for KVM_PRE_FAULT_MEMORY
[PATCH 0/2] Fixes for KVM PMU trap/emulation
2024-08-20 5:40 UTC (2+ messages)
[PATCH] RISC-V: KVM: Don't zero-out PMU snapshot area before freeing data
2024-08-20 5:39 UTC (2+ messages)
[PATCH v6 00/11] mm: multi-gen LRU: Walk secondary MMU page tables while aging
2024-08-19 22:47 UTC (7+ messages)
` [PATCH v6 03/11] KVM: arm64: Relax locking for kvm_test_age_gfn and kvm_age_gfn
[PATCH v2 0/2] KVM: x86: Check hypercall's exit to userspace generically
2024-08-19 22:24 UTC (5+ messages)
` [PATCH v2 2/2] KVM: x86: Use is_kvm_hc_exit_enabled() instead of opencode
[PATCH v5 00/19] arm64: Support for running as a guest in Arm CCA
2024-08-19 22:19 UTC (18+ messages)
` [PATCH v5 05/19] arm64: Detect if in a realm and set RIPAS RAM
` [PATCH v5 10/19] arm64: Override set_fixmap_io
` [PATCH v5 11/19] arm64: rsi: Map unprotected MMIO as decrypted
` [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
` [PATCH v5 17/19] irqchip/gic-v3-its: Share ITS tables with a non-trusted hypervisor
` [PATCH v5 18/19] irqchip/gic-v3-its: Rely on genpool alignment
` [PATCH v5 19/19] virt: arm-cca-guest: TSM_REPORT support for realms
[PATCH 0/2] KVM: x86/mmu: Run NX huge page recovery under MMU read lock
2024-08-19 22:19 UTC (12+ messages)
` [PATCH 1/2] KVM: x86/mmu: Split NX hugepage recovery flow into TDP and non-TDP flow
` [PATCH 2/2] KVM: x86/mmu: Recover NX Huge pages belonging to TDP MMU under MMU read lock
[PATCH] KVM: x86/mmu: Register MMU shrinker only when necessary
2024-08-19 21:40 UTC (3+ messages)
[PATCH] KVM: arm64: vgic: Don't hold config_lock while unregistering redistributors
2024-08-19 17:26 UTC (3+ messages)
[PATCH v1 0/5] KVM: s390: selftests: Add regression tests for CPU subfunctions
2024-08-19 16:04 UTC (7+ messages)
` [PATCH v1 1/5] KVM: s390: selftests: Add regression tests for SORTL and DFLTCC "
` [PATCH v1 2/5] KVM: s390: selftests: Add regression tests for PRNO, KDSA and KMA crypto subfunctions
` [PATCH v1 3/5] KVM: s390: selftests: Add regression tests for KMCTR, KMF, KMO and PCC "
` [PATCH v1 4/5] KVM: s390: selftests: Add regression tests for KMAC, KMC, KM, KIMD and KLMD "
` [PATCH v1 5/5] KVM: s390: selftests: Add regression tests for PLO subfunctions
[PATCH 0/3] selftests: kvm: s390: Add ucontrol memory selftests
2024-08-19 16:03 UTC (7+ messages)
` [PATCH 1/3] selftests: kvm: s390: Add uc_map_unmap VM test case
` [PATCH 2/3] selftests: kvm: s390: Add uc_skey "
[syzbot] [kvm?] [net?] [virt?] INFO: task hung in __vhost_worker_flush
2024-08-19 15:19 UTC (5+ messages)
[PATCH v8 00/13] Add ACPI CPER firmware first error injection on ARM emulation
2024-08-19 14:21 UTC (2+ messages)
[PATCH 00/19] mm: Support huge pfnmaps
2024-08-19 14:19 UTC (11+ messages)
` [PATCH 06/19] mm/pagewalk: Check pfnmap early for folio_walk_start()
[PATCH 09/16] iommupt: Add a kunit test for Generic Page Table and the IOMMU implementation
2024-08-19 14:16 UTC (3+ 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