messages from 2024-09-09 16:37:56 to 2024-09-10 20:04:05 UTC [more...]
[PATCH v5 0/3] KVM: x86: tracepoint updates
2024-09-10 20:03 UTC (3+ messages)
` [PATCH v5 1/3] KVM: x86: add more information to the kvm_entry tracepoint
` [PATCH v5 2/3] KVM: x86: add information about pending requests to kvm_exit tracepoint
[PATCH v4] KVM: SVM: let alternatives handle the cases when RSB filling is required
2024-09-10 19:59 UTC (2+ messages)
KVM: x86: __wait_lapic_expire silently using TPAUSE C0.2
2024-09-10 18:47 UTC (3+ messages)
[PATCH v2 0/7] Introduce SMP Cache Topology
2024-09-10 18:23 UTC (2+ messages)
[PATCH 00/25] TDX vCPU/VM creation
2024-09-10 17:52 UTC (47+ messages)
` [PATCH 01/25] KVM: TDX: Add placeholders for TDX VM/vCPU structures
` [PATCH 02/25] KVM: TDX: Define TDX architectural definitions
` [PATCH 03/25] KVM: TDX: Add TDX "architectural" error codes
` [PATCH 06/25] x86/virt/tdx: Export TDX KeyID information
` [PATCH 07/25] KVM: TDX: Add helper functions to allocate/free TDX private host key id
` [PATCH 10/25] KVM: TDX: Initialize KVM supported capabilities when module setup
` [PATCH 15/25] KVM: TDX: Make pmu_intel.c ignore guest TD case
` [PATCH 21/25] KVM: x86: Introduce KVM_TDX_GET_CPUID
` [PATCH 22/25] KVM: TDX: Use guest physical address to configure EPT level and GPAW
` [PATCH 23/25] KVM: x86/mmu: Taking guest pa into consideration when calculate tdp level
` [PATCH 24/25] KVM: x86: Filter directly configurable TDX CPUID bits
` [PATCH 25/25] KVM: x86: Add CPUID bits missing from KVM_GET_SUPPORTED_CPUID
[PATCH v2 0/7] KVM: nVMX: Fix IPIv vs. nested posted interrupts
2024-09-10 17:43 UTC (4+ messages)
[PATCH 00/21] TDX MMU Part 2
2024-09-10 17:42 UTC (66+ messages)
` [PATCH 01/21] KVM: x86/mmu: Implement memslot deletion for TDX
` [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 06/21] KVM: TDX: Add accessors VMX VMCS helpers
` [PATCH 09/21] KVM: TDX: Retry seamcall when TDX_OPERAND_BUSY with operand SEPT
` [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 v3 0/3] build qemu with gcc and tsan
2024-09-10 17:40 UTC (4+ messages)
` [PATCH v3 1/3] meson: hide tsan related warnings
` [PATCH v3 2/3] target/i386: fix build warning (gcc-12 -fsanitize=thread)
` [PATCH v3 3/3] docs/devel: update tsan build documentation
[PATCH v2] KVM: SVM: let alternatives handle the cases when RSB filling is required
2024-09-10 17:06 UTC (10+ messages)
[RFC PATCH v3 12/58] perf: core/x86: Register a new vector for KVM GUEST PMI
2024-09-10 16:45 UTC (4+ messages)
[RFC PATCH v2 00/10] Unmapping guest_memfd from Direct Map
2024-09-10 16:30 UTC (11+ messages)
` [RFC PATCH v2 01/10] kvm: gmem: Add option to remove gmem from direct map
` [RFC PATCH v2 02/10] kvm: gmem: Add KVM_GMEM_GET_PFN_SHARED
` [RFC PATCH v2 03/10] kvm: gmem: Add KVM_GMEM_GET_PFN_LOCKED
` [RFC PATCH v2 04/10] kvm: Allow reading/writing gmem using kvm_{read,write}_guest
` [RFC PATCH v2 05/10] kvm: gmem: Refcount internal accesses to gmem
` [RFC PATCH v2 06/10] kvm: gmem: add tracepoints for gmem share/unshare
` [RFC PATCH v2 07/10] kvm: pfncache: invalidate when memory attributes change
` [RFC PATCH v2 08/10] kvm: pfncache: Support caching gmem pfns
` [RFC PATCH v2 09/10] kvm: pfncache: hook up to gmem invalidation
` [RFC PATCH v2 10/10] kvm: x86: support walking guest page tables in gmem
[RFC RESEND 0/6] hugetlbfs largepage RAS project
2024-09-10 16:24 UTC (9+ messages)
` [RFC RESEND 1/6] accel/kvm: SIGBUS handler should also deal with si_addr_lsb
` [RFC RESEND 2/6] accel/kvm: Keep track of the HWPoisonPage sizes
` [RFC RESEND 3/6] system/physmem: Remap memory pages on reset based on the page size
` [RFC RESEND 4/6] system: Introducing hugetlbfs largepage RAS feature
` [RFC RESEND 5/6] system/hugetlb_ras: Handle madvise SIGBUS signal on listener
` [RFC RESEND 6/6] system/hugetlb_ras: Replay lost BUS_MCEERR_AO signals on VM resume
[PATCH 00/15] KVM: x86: Introduce new ioctl KVM_TRANSLATE2
2024-09-10 15:22 UTC (16+ messages)
` [PATCH 01/15] KVM: Add API documentation for KVM_TRANSLATE2
` [PATCH 02/15] KVM: x86/mmu: Abort page walk if permission checks fail
` [PATCH 03/15] KVM: x86/mmu: Introduce exception flag for unmapped GPAs
` [PATCH 04/15] KVM: x86/mmu: Store GPA in exception if applicable
` [PATCH 05/15] KVM: x86/mmu: Introduce flags parameter to page walker
` [PATCH 06/15] KVM: x86/mmu: Implement PWALK_SET_ACCESSED in "
` [PATCH 07/15] KVM: x86/mmu: Implement PWALK_SET_DIRTY "
` [PATCH 08/15] KVM: x86/mmu: Implement PWALK_FORCE_SET_ACCESSED "
` [PATCH 09/15] KVM: x86/mmu: Introduce status parameter to "
` [PATCH 10/15] KVM: x86/mmu: Implement PWALK_STATUS_READ_ONLY_PTE_GPA in "
` [PATCH 11/15] KVM: x86: Introduce generic gva to gpa translation function
` [PATCH 12/15] KVM: Introduce KVM_TRANSLATE2
` [PATCH 13/15] KVM: Add KVM_TRANSLATE2 stub
` [PATCH 14/15] KVM: x86: Implement KVM_TRANSLATE2
` [PATCH 15/15] KVM: selftests: Add test for KVM_TRANSLATE2
[kvm-unit-tests PATCH v3 0/2] riscv: sbi: Add support to test HSM extension
2024-09-10 15:15 UTC (3+ messages)
` [kvm-unit-tests PATCH v3 1/2] riscv: sbi: Add HSM extension functions
` [kvm-unit-tests PATCH v3 2/2] riscv: sbi: Add tests for HSM extension
[kvm-unit-tests PATCH 0/2] riscv: sbi: Clean up multiple report prefix popping
2024-09-10 15:08 UTC (3+ messages)
` [kvm-unit-tests PATCH 1/2] lib/report: Add helper method to clear multiple prefixes
` [kvm-unit-tests PATCH 2/2] riscv: sbi: Tidy up report prefix pops
nointxmask device
2024-09-10 13:49 UTC
[RFC PATCH V2 0/5] Added Interrupt controller emulation for loongarch kvm
2024-09-10 13:49 UTC (7+ messages)
` [RFC PATCH V2 1/5] include: Add macro definitions needed for interrupt controller kvm emulation
` [RFC PATCH V2 2/5] hw/loongarch: Add KVM IPI device support
` [RFC PATCH V2 3/5] hw/loongarch: Add KVM extioi "
` [RFC PATCH V2 4/5] hw/loongarch: Add KVM pch pic "
` [RFC PATCH V2 5/5] hw/loongarch: Add KVM pch msi "
[PATCH v2] drm/bochs: use devm_ioremap_wc() to map framebuffer
2024-09-10 12:49 UTC (4+ messages)
[PATCH v2 00/19] mm: Support huge pfnmaps
2024-09-10 12:16 UTC (10+ messages)
` [PATCH v2 07/19] mm/fork: Accept huge pfnmap entries
[PATCH V3 06/11] LoongArch: KVM: Add EIOINTC read and write functions
2024-09-10 11:45 UTC (6+ messages)
` [PATCH V3 07/11] LoongArch: KVM: Add EIOINTC user mode "
` [PATCH V3 08/11] LoongArch: KVM: Add PCHPIC device support
` [PATCH V3 09/11] LoongArch: KVM: Add PCHPIC read and write functions
` [PATCH V3 10/11] LoongArch: KVM: Add PCHPIC user mode "
` [PATCH V3 11/11] LoongArch: KVM: Add irqfd support
[PATCH V3 00/11] Added Interrupt controller emulation for loongarch kvm
2024-09-10 11:43 UTC (6+ messages)
` [PATCH V3 01/11] LoongArch: KVM: Add iocsr and mmio bus simulation in kernel
` [PATCH V3 02/11] LoongArch: KVM: Add IPI device support
` [PATCH V3 03/11] LoongArch: KVM: Add IPI read and write function
` [PATCH V3 04/11] LoongArch: KVM: Add IPI user mode "
` [PATCH V3 05/11] LoongArch: KVM: Add EIOINTC device support
[PATCH V3 00/11] Added Interrupt controller emulation for loongarch kvm
2024-09-10 11:40 UTC (6+ messages)
` [PATCH V3 01/11] LoongArch: KVM: Add iocsr and mmio bus simulation in kernel
` [PATCH V3 02/11] LoongArch: KVM: Add IPI device support
` [PATCH V3 03/11] LoongArch: KVM: Add IPI read and write function
` [PATCH V3 04/11] LoongArch: KVM: Add IPI user mode "
` [PATCH V3 05/11] LoongArch: KVM: Add EIOINTC device support
[PATCH v2 0/8] Initial support for SMMUv3 nested translation
2024-09-10 11:25 UTC (22+ messages)
` [PATCH v2 2/8] iommu/arm-smmu-v3: Use S2FWB when available
` [PATCH v2 8/8] iommu/arm-smmu-v3: Support IOMMU_DOMAIN_NESTED
[PATCH v4 00/43] arm64: Support for Arm CCA in KVM
2024-09-10 10:43 UTC (4+ messages)
` [PATCH v4 09/43] arm64: RME: ioctls to create and configure realms
[PATCH v5 00/19] arm64: Support for running as a guest in Arm CCA
2024-09-10 9:15 UTC (14+ messages)
` [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 12/19] efi: arm64: Map Device with Prot Shared
[PATCH v5 00/10] KVM: arm64: Allow userspace to modify CTR_EL0
2024-09-10 9:00 UTC (11+ messages)
` [PATCH v5 07/10] KVM: arm64: Treat CTR_EL0 as a VM feature ID register
[PATCH v2 0/6] Add SEV-SNP restricted injection hypervisor support
2024-09-10 6:03 UTC (7+ messages)
` [PATCH v2 1/6] x86/sev: Define the #HV doorbell page structure
` [PATCH v2 2/6] KVM: SVM: Add support for the SEV-SNP #HV doorbell page NAE event
` [PATCH v2 3/6] KVM: SVM: Inject #HV when restricted injection is active
` [PATCH v2 4/6] KVM: SVM: Inject NMIs "
` [PATCH v2 5/6] KVM: SVM: Inject MCEs "
` [PATCH v2 6/6] KVM: SVM: Enable restricted injection for an SEV-SNP guest
[PATCH 0/3] KVM: x86: Fix Intel PT Host/Guest mode when host tracing also
2024-09-10 6:02 UTC (2+ messages)
[PATCH] vdpa: Add support for no-IOMMU mode
2024-09-10 5:56 UTC (10+ messages)
` [EXTERNAL] "
[RFC PATCH v3 15/58] perf/x86: Support switch_interrupt interface
2024-09-10 5:00 UTC (3+ messages)
[PATCH] KVM: selftests: Verify single-stepping a fastpath VM-Exit exits to userspace
2024-09-10 4:56 UTC (2+ messages)
[PATCH v2 00/22] KVM: x86: Fix multiple #PF RO infinite loop bugs
2024-09-10 4:56 UTC (2+ messages)
[PATCH 00/22] KVM: x86/mmu: Allow yielding on mmu_notifier zap
2024-09-10 4:56 UTC (9+ messages)
` [PATCH 19/22] KVM: x86/mmu: Add infrastructure to allow walking rmaps outside of mmu_lock
[PATCH -next] KVM: x86: Remove some unused declarations
2024-09-10 4:56 UTC (2+ messages)
[PATCH] KVM: x86: Forcibly leave nested if RSM to L2 hits shutdown
2024-09-10 4:56 UTC (2+ messages)
[PATCH] KVM: VMX: Also clear SGX EDECCSSA in KVM CPU caps when SGX is disabled
2024-09-10 4:56 UTC (2+ messages)
[PATCH 0/2] KVM: Fix a lurking bug in kvm_clear_guest()
2024-09-10 4:56 UTC (2+ messages)
[RFC PATCH 00/21] Secure VFIO, TDISP, SEV TIO
2024-09-10 1:28 UTC (8+ messages)
` [RFC PATCH 13/21] KVM: X86: Handle private MMIO as shared
[PATCH v3 0/2] Fix for a very old KVM bug in the segment cache
2024-09-10 1:07 UTC (6+ messages)
` [PATCH v3 2/2] VMX: reset the segment cache after segment initialization in vmx_vcpu_reset
[PATCH 5/5] KVM: VMX: Always honor guest PAT on CPUs that support self-snoop
2024-09-10 1:05 UTC (11+ messages)
[PATCH v2] x86/sev: Fix host kdump support for SNP
2024-09-09 23:33 UTC (2+ messages)
[RFC PATCH v3 00/58] Mediated Passthrough vPMU 3.0 for x86
2024-09-09 22:17 UTC (5+ messages)
` [RFC PATCH v3 06/58] perf: Support get/put passthrough PMU interfaces
[PATCH v3 2/2] KVM: x86/mmu: Recover TDP MMU NX huge pages using MMU read lock
2024-09-09 16:37 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