kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH v3 00/11] Add support for a few Zc* extensions as well as Zcmop
 2024-04-26 14:35 UTC  (5+ messages)
` [PATCH v3 02/11] riscv: add ISA extensions validation
` [PATCH v3 03/11] riscv: add ISA parsing for Zca, Zcf, Zcd and Zcb

[PATCH v2 0/4] vfio-pci support pasid attach/detach
 2024-04-26 14:11 UTC  (22+ messages)

[RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU
 2024-04-26 14:09 UTC  (24+ messages)

[PATCH v2] KVM: selftests: Use TAP interface in the set_memory_region test
 2024-04-26 14:03 UTC  (2+ messages)

[kvm-unit-tests PATCH 00/33] Support for Arm Confidential Compute Architecture
 2024-04-26 13:51 UTC  (7+ messages)
` [kvm-unit-tests PATCH 08/33] arm: realm: Make uart available before MMU is enabled

[PATCH v19 000/130] KVM TDX basic feature support
 2024-04-26 13:50 UTC  (9+ messages)
` [PATCH v19 011/130] KVM: Add new members to struct kvm_gfn_range to operate on

[PATCH 00/10] KVM: x86: Clean up MSR access/failure handling
 2024-04-26 12:36 UTC  (14+ messages)
` [PATCH 01/10] KVM: SVM: Disallow guest from changing userspace's MSR_AMD64_DE_CFG value
` [PATCH 02/10] KVM: x86: Move MSR_TYPE_{R,W,RW} values from VMX to x86, as enums
` [PATCH 03/10] KVM: x86: Rename KVM_MSR_RET_INVALID to KVM_MSR_RET_UNSUPPORTED
` [PATCH 04/10] KVM: x86: Refactor kvm_x86_ops.get_msr_feature() to avoid kvm_msr_entry
` [PATCH 05/10] KVM: x86: Rename get_msr_feature() APIs to get_feature_msr()
` [PATCH 06/10] KVM: x86: Refactor kvm_get_feature_msr() to avoid struct kvm_msr_entry
` [PATCH 07/10] KVM: x86: Funnel all fancy MSR return value handling into a common helper
` [PATCH 08/10] KVM: x86: Hoist x86.c's global msr_* variables up above kvm_do_msr_access()
` [PATCH 09/10] KVM: x86: Suppress failures on userspace access to advertised, unsupported MSRs
` [PATCH 10/10] KVM: x86: Suppress userspace access failures on unsupported, "emulated" MSRs

[PATCH 0/6] target/i386: Misc cleanup on KVM PV defs and outdated comments
 2024-04-26 11:56 UTC  (9+ messages)
` [PATCH 1/6] target/i386/kvm: Add feature bit definitions for KVM CPUID
` [PATCH 2/6] target/i386/kvm: Remove local MSR_KVM_WALL_CLOCK and MSR_KVM_SYSTEM_TIME definitions
` [PATCH 3/6] target/i386/kvm: Only Save/load kvmclock MSRs when kvmclock enabled
` [PATCH 4/6] target/i386/kvm: Save/load MSRs of kvmclock2 (KVM_FEATURE_CLOCKSOURCE2)
` [PATCH 4/6] target/i386/kvm: Save/load MSRs of new kvmclock (KVM_FEATURE_CLOCKSOURCE2)
` [PATCH 5/6] target/i386/kvm: Drop workaround for KVM_X86_DISABLE_EXITS_HTL typo
` [PATCH 6/6] target/i386/confidential-guest: Fix comment of x86_confidential_guest_kvm_type()

[PATCH] KVM: selftests: Use TAP interface in the set_memory_region test
 2024-04-26 11:26 UTC  (4+ messages)

[PATCH] KVM: selftests: Avoid assuming "sudo" exists
 2024-04-26 10:13 UTC  (3+ messages)

[PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
 2024-04-26  9:44 UTC  (20+ messages)

[PATCH 0/4] KVM: Register cpuhp/syscore callbacks when enabling virt
 2024-04-26  8:52 UTC  (7+ messages)
` [PATCH 1/4] x86/reboot: Unconditionally define cpu_emergency_virt_cb typedef
` [PATCH 2/4] KVM: x86: Register emergency virt callback in common code, via kvm_x86_ops
` [PATCH 3/4] KVM: Register cpuhp and syscore callbacks when enabling hardware
` [PATCH 4/4] KVM: Rename functions related to enabling virtualization hardware

[PATCH v13 00/35] KVM: guest_memfd() and per-page attributes
 2024-04-26  7:33 UTC  (7+ messages)
` [PATCH v13 25/35] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2

[PATCH v7] vfio/qat: Add vfio_pci driver for Intel QAT SR-IOV VF devices
 2024-04-26  6:40 UTC 

[1/1] KVM: restrict kvm_gfn_to_hva_cache_init() to only accept address ranges within one page
 2024-04-26  6:25 UTC  (4+ messages)

[PATCH 00/11] KVM: guest_memfd: New hooks and functionality for SEV-SNP and TDX
 2024-04-26  5:44 UTC  (17+ messages)
` [PATCH 04/11] filemap: add FGP_CREAT_ONLY
` [PATCH 07/11] KVM: guest_memfd: extract __kvm_gmem_get_pfn()
` [PATCH 09/11] KVM: guest_memfd: Add interface for populating gmem pages with user data

[v4 RESEND 0/3] KVM: irqchip: synchronize srcu only if needed
 2024-04-26  4:15 UTC  (4+ messages)
` [v4 RESEND 1/3] KVM: setup empty irq routing when create vm
` [v4 RESEND 2/3] KVM: x86: don't setup empty irq routing when KVM_CAP_SPLIT_IRQCHIP
` [v4 RESEND 3/3] KVM: s390: don't setup dummy routing when KVM_CREATE_IRQCHIP

[RFC PATCH 00/41] KVM: x86/pmu: Introduce passthrough vPM
 2024-04-26  4:09 UTC  (5+ messages)
` [RFC PATCH 02/41] perf: Support guest enter/exit interfaces

[PATCH 0/3] KVM: x86: Fix supported VM_TYPES caps
 2024-04-26  1:17 UTC  (8+ messages)
` [PATCH 3/3] KVM: x86: Explicitly zero kvm_caps during vendor module load

[RFC] TDX module configurability of 0x80000008
 2024-04-25 23:38 UTC  (11+ messages)

[v2] Support for Arm CCA VMs on Linux
 2024-04-25 22:56 UTC  (12+ messages)
` [PATCH v2 00/43] arm64: Support for Arm CCA in KVM
  ` [PATCH v2 01/43] KVM: Prepare for handling only shared mappings in mmu_notifier events
  ` [PATCH v2 17/43] arm64: RME: Allow VMM to set RIPAS
  ` [PATCH v2 21/43] arm64: RME: Runtime faulting of memory
  ` [PATCH v2 42/43] arm64: kvm: Expose support for private memory

[GIT PULL] virtio: bugfix
 2024-04-25 22:43 UTC  (2+ messages)

[PATCH] KVM: selftest: Define _GNU_SOURCE for all selftests code
 2024-04-25 22:41 UTC  (2+ messages)

[PATCH v14 00/22] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-04-25 22:13 UTC  (21+ messages)
` [PATCH v14 03/22] KVM: SEV: Add GHCB handling for Hypervisor Feature Support requests
` [PATCH v14 05/22] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_START command
` [PATCH v14 06/22] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PATCH v14 09/22] KVM: SEV: Add support to handle MSR based Page State Change VMGEXIT
` [PATCH v14 16/22] KVM: x86: Implement gmem hook for determining max NPT mapping level
` [PATCH v14 17/22] KVM: SEV: Avoid WBINVD for HVA-based MMU notifications for SNP
` [PATCH v14 21/22] crypto: ccp: Add the SNP_{PAUSE,RESUME}_ATTESTATION commands
` [PATCH v14 22/22] KVM: SEV: Provide support for SNP_EXTENDED_GUEST_REQUEST NAE event

[PATCH V5 0/4] KVM: x86: Make bus clock frequency for vAPIC timer configurable
 2024-04-25 22:07 UTC  (5+ messages)
` [PATCH V5 1/4] KVM: x86: hyper-v: Calculate APIC bus frequency for Hyper-V
` [PATCH V5 2/4] KVM: x86: Make nsec per APIC bus cycle a VM variable
` [PATCH V5 3/4] KVM: x86: Add a capability to configure bus frequency for APIC timer
` [PATCH V5 4/4] KVM: selftests: Add test for configure of x86 APIC bus frequency

[PATCH v6 0/9] x86/cpu: KVM: Clean up PAT and VMX macros
 2024-04-25 21:44 UTC  (11+ messages)
` [PATCH v6 8/9] KVM: VMX: Open code VMX preemption timer rate mask in its accessor

[PATCH v2 00/25] virtio: store owner from modules with register_virtio_driver()
 2024-04-25 20:59 UTC  (3+ messages)
` [PATCH v2 21/25] nvdimm: virtio_pmem: drop owner assignment

[PATCH] KVM: x86: Set BHI_NO in guest when host is not affected by BHI
 2024-04-25 20:45 UTC  (10+ messages)

[PATCH v4] KVM: arm64: Add early_param to control WFx trapping
 2024-04-25 20:44 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 0/2] Fix testing failure in x86/msr
 2024-04-25 20:05 UTC  (2+ messages)

[PATCH v2 09/14] arm64: Enable memory encrypt for Realms
 2024-04-25 18:16 UTC  (6+ messages)

[PATCH v3 0/3] vfio/pci: Support 8-byte PCI loads and stores
 2024-04-25 16:56 UTC  (4+ messages)
` [PATCH v3 1/3] vfio/pci: Extract duplicated code into macro
` [PATCH v3 2/3] vfio/pci: Support 8-byte PCI loads and stores
` [PATCH v3 3/3] vfio/pci: Continue to refactor vfio_pci_core_do_io_rw

[PATCH v19 007/130] x86/virt/tdx: Export SEAMCALL functions
 2024-04-25 16:46 UTC  (11+ messages)

[PATCH V4 0/4] KVM: x86: Make bus clock frequency for vAPIC timer configurable
 2024-04-25 16:39 UTC  (11+ messages)

[PATCH] KVM: selftests: Add 'malloc' failure check in test_vmx_nested_state
 2024-04-25 16:25 UTC  (9+ messages)

[PATCH 0/4] KVM: x86: Collect host state snapshots into a struct
 2024-04-25 14:47 UTC  (8+ messages)
` [PATCH 1/4] KVM: x86: Add a struct to consolidate host values, e.g. EFER, XCR0, etc

[PATCH v6 0/5] add debugfs to hisilicon migration driver
 2024-04-25 13:23 UTC  (6+ messages)
` [PATCH v6 1/5] hisi_acc_vfio_pci: extract public functions for container_of
` [PATCH v6 2/5] hisi_acc_vfio_pci: modify the register location of the XQC address
` [PATCH v6 3/5] hisi_acc_vfio_pci: create subfunction for data reading
` [PATCH v6 4/5] hisi_acc_vfio_pci: register debugfs for hisilicon migration driver
` [PATCH v6 5/5] Documentation: add debugfs description for hisi migration

[PATCH for-9.1 0/7] target/i386/kvm: Cleanup the kvmclock feature name
 2024-04-25 13:36 UTC  (7+ messages)

[PATCH v11 00/21] i386: Introduce smp.modules and clean up cache topology
 2024-04-25 13:30 UTC  (3+ messages)

[PATCH v5 4/5] hisi_acc_vfio_pci: register debugfs for hisilicon migration driver
 2024-04-25 12:55 UTC  (4+ messages)

[PATCH v3 0/3] KVM/x86: Enhancements to static calls
 2024-04-25 12:52 UTC  (4+ messages)
` [PATCH v3 1/3] KVM: x86: Replace static_call_cond() with static_call()
` [PATCH v3 2/3] KVM: x86: Introduce KVM_X86_CALL() to simplify static calls of kvm_x86_ops
` [PATCH v3 3/3] KVM: x86/pmu: Add KVM_PMU_CALL() to simplify static calls of kvm_pmu_ops

[PATCH v3 00/19] KVM: arm64: Transition to a per-ITS translation cache
 2024-04-25 12:33 UTC  (2+ messages)

[PATCH v5 RESEND] arch/powerpc/kvm: Add support for reading VPA counters for pseries guests
 2024-04-25 11:17 UTC  (4+ messages)

[PATCH] vfio: Use anon_inode_getfile_fmode() in vfio_device_open_file()
 2024-04-24 23:41 UTC 

[PATCH v13 00/26] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-04-24 21:40 UTC  (3+ messages)
` [PATCH v13 09/26] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_START command

[RFC PATCH 0/7] riscv: Add support for Ssdbltrp extension
 2024-04-24 21:38 UTC  (6+ messages)
` [RFC PATCH 2/7] dt-bindings: riscv: add Ssdbltrp ISA extension description

[PATCH 0/6] Add initial GHCB support for SEV-ES selftests
 2024-04-24 20:13 UTC  (4+ messages)
` [PATCH 4/6] Add GHCB allocations and helpers

[GIT PULL] KVM/arm64 fixes for 6.9, part #2
 2024-04-24 19:39 UTC 

[PATCH 0/2] KVM: arm64: Avoid NULL dereference in vgic-v2 device attr accessors
 2024-04-24 19:15 UTC  (2+ messages)

[PATCH 0/5] x86/sev: Fix SNP host late disable
 2024-04-24 18:46 UTC  (8+ messages)
` [PATCH 5/5] x86/CPU/AMD: Track SNP host status with cc_platform_*()


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).