public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-05-14 08:08:21 to 2024-05-17 02:36:58 UTC [more...]

[PATCH 00/16] TDX MMU prep series part 1
 2024-05-17  2:36 UTC  (91+ messages)
` [PATCH 01/16] KVM: x86: Add a VM type define for TDX
` [PATCH 02/16] KVM: x86/mmu: Introduce a slot flag to zap only slot leafs on slot deletion
` [PATCH 03/16] KVM: x86/tdp_mmu: Add a helper function to walk down the TDP MMU
` [PATCH 04/16] KVM: x86/mmu: Add address conversion functions for TDX shared bit of GPA
` [PATCH 05/16] KVM: Add member to struct kvm_gfn_range for target alias
` [PATCH 06/16] KVM: x86/mmu: Add a new is_private member for union kvm_mmu_page_role
` [PATCH 07/16] KVM: x86/mmu: Add a private pointer to struct kvm_mmu_page
` [PATCH 08/16] KVM: x86/mmu: Bug the VM if kvm_zap_gfn_range() is called for TDX
` [PATCH 09/16] KVM: x86/mmu: Make kvm_tdp_mmu_alloc_root() return void
` [PATCH 10/16] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU
` [PATCH 11/16] KVM: x86/tdp_mmu: Extract root invalid check from tdx_mmu_next_root()
` [PATCH 12/16] KVM: x86/tdp_mmu: Introduce KVM MMU root types to specify page table type
` [PATCH 13/16] KVM: x86/tdp_mmu: Introduce shared, private KVM MMU root types
` [PATCH 14/16] KVM: x86/tdp_mmu: Take root types for kvm_tdp_mmu_invalidate_all_roots()
` [PATCH 15/16] KVM: x86/tdp_mmu: Make mmu notifier callbacks to check kvm_process
` [PATCH 16/16] KVM: x86/tdp_mmu: Invalidate correct roots

[PATCH v8] arch/powerpc/kvm: Add support for reading VPA counters for pseries guests
 2024-05-17  1:57 UTC  (2+ messages)

[PATCH] vringh: add MODULE_DESCRIPTION()
 2024-05-17  1:57 UTC 

[PATCH 0/7] KVM: MMU changes for TDX VE support
 2024-05-17  1:40 UTC  (7+ messages)
` [PATCH 2/7] KVM: x86/mmu: Replace hardcoded value 0 for the initial value for SPTE
` [PATCH 7/7] KVM: VMX: Introduce test mode related to EPT violation VE

[PATCH vhost v9 0/6] refactor the params of find_vqs()
 2024-05-17  1:25 UTC  (2+ messages)

linux-next: manual merge of the kvm tree with the loongarch tree
 2024-05-16 23:42 UTC  (2+ messages)

[PATCH 0/5] Enforce CPU cache flush for non-coherent device assignment
 2024-05-16 20:50 UTC  (26+ messages)
` [PATCH 1/5] x86/pat: Let pat_pfn_immune_to_uc_mtrr() check MTRR for untracked PAT range
` [PATCH 4/5] vfio/type1: Flush CPU caches on DMA pages in non-coherent domains
` [PATCH 5/5] iommufd: "

[PATCH] vfio/pci: Restore zero affected bus reset devices warning
 2024-05-16 18:38 UTC  (2+ messages)

[PATCH] vfio/pci: Collect hot-reset devices to local buffer
 2024-05-16 17:44 UTC  (3+ messages)

[PATCH] tracing/treewide: Remove second parameter of __assign_str()
 2024-05-16 17:34 UTC 

[PATCH v15 00/20] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-05-16 17:23 UTC  (16+ messages)
` [PATCH v15 09/20] KVM: SEV: Add support to handle MSR based Page State Change VMGEXIT
` [PATCH v15 19/20] KVM: SEV: Provide support for SNP_EXTENDED_GUEST_REQUEST NAE event
        ` [PATCH] KVM: SEV: Replace KVM_EXIT_VMGEXIT with KVM_EXIT_SNP_REQ_CERTS
` [PATCH v15 21/23] KVM: MMU: Disable fast path for private memslots
  ` [PATCH v15 22/23] KVM: SEV: Fix return code interpretation for RMP nested page faults

[PATCH v10 00/27] Enable CET Virtualization
 2024-05-16 16:58 UTC  (11+ messages)
` [PATCH v10 24/27] KVM: x86: Enable CET virtualization for VMX and advertise to userspace

RFC: NTP adjustments interfere with KVM emulation of TSC deadline timers
 2024-05-16 16:53 UTC  (6+ messages)

[PATCH v4] vfio/pci: migration: Skip config space check for Vendor Specific Information in VSC during restore/load
 2024-05-16 16:29 UTC  (2+ messages)

[PATCH v5] KVM: arm64: Add early_param to control WFx trapping
 2024-05-16 16:02 UTC  (2+ messages)

[PATCH v2 00/14] arm64: Support for running as a guest in Arm CCA
 2024-05-16 15:34 UTC  (27+ messages)
` [PATCH v2 02/14] arm64: Detect if in a realm and set RIPAS RAM
` [PATCH v2 03/14] arm64: realm: Query IPA size from the RMM
` [PATCH v2 06/14] arm64: Override set_fixmap_io
` [PATCH v2 07/14] arm64: Make the PHYS_MASK_SHIFT dynamic
` [PATCH v2 09/14] arm64: Enable memory encrypt for Realms
` [PATCH v2 10/14] arm64: Force device mappings to be non-secure shared
` [PATCH v2 12/14] arm64: realm: Support nonsecure ITS emulation shared
` [PATCH v2 13/14] arm64: rsi: Interfaces to query attestation token

[RFC PATCH v3 0/5] Hypervisor-Enforced Kernel Integrity - CR pinning
 2024-05-16 14:02 UTC  (12+ messages)
` [RFC PATCH v3 3/5] KVM: x86: Add notifications for Heki policy configuration and violation

[PATCH] vhost/vsock: always initialize seqpacket_allow
 2024-05-16 13:37 UTC  (4+ messages)

[PULL 00/19] KVM: Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-05-16 12:45 UTC  (5+ messages)
` [PULL 13/19] KVM: SEV: Implement gmem hook for invalidating private pages

[PATCH] vhost: use pr_err for vq_err
 2024-05-16 12:36 UTC  (3+ messages)

[kvmtool PATCH v3 1/1] riscv: Fix the hart bit setting of AIA
 2024-05-16  1:06 UTC 

[GIT PULL] First batch of KVM changes for Linux 6.10 merge window
 2024-05-16  0:56 UTC  (2+ messages)

access_tracking_perf_test kvm selftest doesn't work when Multi-Gen LRU is in use
 2024-05-15 23:39 UTC 

[PATCH] KVM: SEV: Fix uninitialized firmware error code
 2024-05-15 22:02 UTC  (2+ messages)

[PATCH v9] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
 2024-05-15 16:47 UTC  (6+ messages)

[PATCH v4 00/11] Add support for a few Zc* extensions as well as Zcmop
 2024-05-15 15:47 UTC  (12+ messages)
` [PATCH v4 02/11] riscv: add ISA extensions validation

[PATCH] KVM: x86: add KVM_RUN_X86_GUEST_MODE kvm_run flag
 2024-05-15 15:23 UTC  (3+ messages)

[PATCH] KVM: Unexport kvm_debugfs_dir
 2024-05-15 15:08 UTC 

[RFC PATCH 1/1] kvm: Note an RCU quiescent state on guest exit
 2024-05-15 14:57 UTC  (6+ messages)

[kvmtool PATCH v2 1/1] riscv: Fix the hart bit setting of AIA
 2024-05-15 14:44 UTC  (2+ messages)

[PATCH] KVM: x86: Prevent L0 VMM from modifying L2 VM registers via ioctl
 2024-05-15 14:37 UTC  (3+ messages)

[PATCH v11 00/21] i386: Introduce smp.modules and clean up cache topology
 2024-05-15 14:48 UTC  (2+ messages)

[RFC v4 06/13] mm: page_frag: add '_va' suffix to page_frag API
 2024-05-15 13:09 UTC  (2+ messages)
` [RFC v4 07/13] mm: page_frag: avoid caller accessing 'page_frag_cache' directly

[PATCH] KVM: introduce vm's max_halt_poll_ns to debugfs
 2024-05-15  4:03 UTC  (4+ messages)

[PATCH]virtio-pci: Check if is_avq is NULL
 2024-05-15  2:48 UTC  (4+ messages)

[PATCH v2 00/17] KVM: x86/mmu: Page fault and MMIO cleanups
 2024-05-15  1:03 UTC  (7+ messages)
` [PATCH 04/17] KVM: x86: Move synthetic PFERR_* sanity checks to SVM's #NPF handler

[PATCH 0/4] KVM: Register cpuhp/syscore callbacks when enabling virt
 2024-05-14 22:41 UTC  (6+ messages)
` [PATCH 1/4] x86/reboot: Unconditionally define cpu_emergency_virt_cb typedef

[RFC PATCH 0/7] riscv: Add support for Ssdbltrp extension
 2024-05-14 16:05 UTC  (9+ messages)
` [RFC PATCH 5/7] riscv: add double trap driver
` [RFC PATCH 6/7] riscv: kvm: add SBI FWFT support for SBI_FWFT_DOUBLE_TRAP_ENABLE

[PATCH] KVM: arm64: nv: Fix relative priorities of exceptions generated by ERETAx
 2024-05-14 14:51 UTC 

[RFC PATCH v2] Cleaning up the KVM clock mess
 2024-05-14 13:17 UTC  (4+ messages)
` [PATCH v2 13/15] KVM: x86: Kill cur_tsc_{nsec,offset,write} fields

[kvm-unit-tests PATCH 00/33] Support for Arm Confidential Compute Architecture
 2024-05-14 10:27 UTC  (4+ messages)
` [kvm-unit-tests PATCH 18/33] arm: realm: Add test for FPU/SIMD context save/restore

[PATCH 00/12] Make riscv use THP contpte support for arm64
 2024-05-14  9:30 UTC  (5+ messages)
` [PATCH 01/12] mm, arm64: Rename ARM64_CONTPTE to THP_CONTPTE

[PATCH v2 00/54] Mediated Passthrough vPMU 2.0 for x86
 2024-05-14  8:08 UTC  (3+ messages)
` [PATCH v2 30/54] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU


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