KVM Archive mirror
 help / color / mirror / Atom feed
[PATCH v14 00/22] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-04-29 14:27 UTC  (24+ messages)
` [PATCH v14 03/22] KVM: SEV: Add GHCB handling for Hypervisor Feature Support requests
` [PATCH v14 09/22] KVM: SEV: Add support to handle MSR based Page State Change VMGEXIT
` [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 v2 00/12] iommufd support pasid attach/replace
 2024-04-29 13:56 UTC  (5+ messages)
` [PATCH v2 02/12] iommu: Introduce a replace API for device pasid
` [PATCH v2 04/12] iommufd: Support attach/replace hwpt per pasid

[PATCH 00/11] KVM: guest_memfd: New hooks and functionality for SEV-SNP and TDX
 2024-04-29 13:26 UTC  (19+ messages)
` [PATCH 01/11] mm: Introduce AS_INACCESSIBLE for encrypted/confidential memory
` [PATCH 02/11] KVM: guest_memfd: Use AS_INACCESSIBLE when creating guest_memfd inode
` [PATCH 04/11] filemap: add FGP_CREAT_ONLY
` [PATCH 09/11] KVM: guest_memfd: Add interface for populating gmem pages with user data

[RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU
 2024-04-29 13:08 UTC  (31+ messages)

[PATCH v3] vfio/pci: migration: Skip config space check for Vendor Specific Information in VSC during restore/load
 2024-04-29 12:40 UTC  (6+ messages)

[PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
 2024-04-29 11:41 UTC  (21+ messages)

[PATCH] KVM: s390: vsie: retry SIE instruction on host intercepts
 2024-04-29 10:18 UTC  (5+ messages)

[PATCH] RISC-V:KVM: Add AMO load/store access fault traps to redirect to guest
 2024-04-29  9:21 UTC 

[PATCH v2 00/25] Enable FRED with KVM VMX
 2024-04-29  8:24 UTC  (5+ messages)
` [PATCH v2 10/25] KVM: VMX: Add support for FRED context save/restore
` [PATCH v2 11/25] KVM: x86: Add kvm_is_fred_enabled()

[kvm-unit-tests PATCH 1/1] x86/apic: Fix test_apic_timer_one_shot() random failure
 2024-04-29  8:23 UTC  (3+ messages)

[PATCH v3 00/11] Add support for a few Zc* extensions as well as Zcmop
 2024-04-29  8:02 UTC  (6+ 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-29  7:43 UTC  (22+ messages)

[PATCH v3 0/2] perf kvm: Add kvm stat support on riscv
 2024-04-29  6:13 UTC  (2+ messages)

[PATCH 0/3] x86/cpu: Add Bus Lock Detect support for AMD
 2024-04-29  6:06 UTC  (4+ messages)
` [PATCH 1/3] x86/split_lock: Move Split and Bus lock code to a dedicated file
` [PATCH 2/3] x86/bus_lock: Add support for AMD
` [PATCH 3/3] KVM SVM: Add Bus Lock Detect support

[PATCH V5 0/4] KVM: x86: Make bus clock frequency for vAPIC timer configurable
 2024-04-29  5:28 UTC  (11+ 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 0/3] KVM: x86: Fix supported VM_TYPES caps
 2024-04-29  2:45 UTC  (6+ messages)

[PATCH v8 0/6] LoongArch: Add pv ipi support on LoongArch VM
 2024-04-28 16:38 UTC  (8+ messages)
` [PATCH v8 1/6] LoongArch/smp: Refine some ipi functions on LoongArch platform
` [PATCH v8 2/6] LoongArch: KVM: Add hypercall instruction emulation support
` [PATCH v8 3/6] LoongArch: KVM: Add cpucfg area for kvm hypervisor
` [PATCH v8 4/6] LoongArch: KVM: Add vcpu search support from physical cpuid
` [PATCH v8 5/6] LoongArch: KVM: Add pv ipi support on kvm side
` [PATCH v8 6/6] LoongArch: Add pv ipi support on guest kernel side

[PATCH] vfio: Use anon_inode_getfile_fmode() in vfio_device_open_file()
 2024-04-28  7:13 UTC  (2+ messages)

[PATCH v3 0/3] vfio/pci: Support 8-byte PCI loads and stores
 2024-04-28  6:59 UTC  (3+ messages)
` [PATCH v3 3/3] vfio/pci: Continue to refactor vfio_pci_core_do_io_rw

[RFC PATCH 0/7] riscv: Add support for Ssdbltrp extension
 2024-04-27 15:36 UTC  (10+ messages)
` [RFC PATCH 1/7] riscv: kvm: add support for FWFT SBI extension
` [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
` [RFC PATCH 7/7] RISC-V: KVM: add support for double trap exception

[RFC PATCH v2] Cleaning up the KVM clock mess
 2024-04-27 11:05 UTC  (16+ messages)
` [PATCH v2 01/15] KVM: x86/xen: Do not corrupt KVM clock in kvm_xen_shared_info_init()
` [PATCH v2 02/15] KVM: x86: Improve accuracy of KVM clock when TSC scaling is in force
` [PATCH v2 03/15] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for accurate KVM clock migration
` [PATCH v2 04/15] KVM: selftests: Add KVM/PV clock selftest to prove timer correction
` [PATCH v2 05/15] KVM: x86: Explicitly disable TSC scaling without CONSTANT_TSC
` [PATCH v2 06/15] KVM: x86: Add KVM_VCPU_TSC_SCALE and fix the documentation on TSC migration
` [PATCH v2 07/15] KVM: x86: Avoid NTP frequency skew for KVM clock on 32-bit host
` [PATCH v2 08/15] KVM: x86: Fix KVM clock precision in __get_kvmclock()
` [PATCH v2 09/15] KVM: x86: Fix software TSC upscaling in kvm_update_guest_time()
` [PATCH v2 10/15] KVM: x86: Simplify and comment kvm_get_time_scale()
` [PATCH v2 11/15] KVM: x86: Remove implicit rdtsc() from kvm_compute_l1_tsc_offset()
` [PATCH v2 12/15] KVM: x86: Improve synchronization in kvm_synchronize_tsc()
` [PATCH v2 13/15] KVM: x86: Kill cur_tsc_{nsec,offset,write} fields
` [PATCH v2 14/15] KVM: x86: Allow KVM master clock mode when TSCs are offset from each other
` [PATCH v2 15/15] KVM: x86: Factor out kvm_use_master_clock()

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

[PATCH 0/6] target/i386: Misc cleanup on KVM PV defs and outdated comments
 2024-04-26 23:05 UTC  (11+ 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 v2] KVM: Mark a vCPU as preempted/ready iff it's scheduled out while running
 2024-04-26 21:01 UTC  (2+ messages)

[PULL 01/38] exec: Rename NEED_CPU_H -> COMPILING_PER_TARGET
 2024-04-26 19:41 UTC 

[PATCH v19 000/130] KVM TDX basic feature support
 2024-04-26 18:38 UTC  (17+ messages)
` [PATCH v19 011/130] KVM: Add new members to struct kvm_gfn_range to operate on
` [PATCH v19 030/130] KVM: TDX: Add helper functions to print TDX SEAMCALL error

[PATCH 00/10] KVM: x86: Clean up MSR access/failure handling
 2024-04-26 17:18 UTC  (15+ 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/4] KVM: Register cpuhp/syscore callbacks when enabling virt
 2024-04-26 17:08 UTC  (9+ 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 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] 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 v13 00/35] KVM: guest_memfd() and per-page attributes
 2024-04-26  7:33 UTC  (6+ 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 

[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

[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  (6+ 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

[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 v6 0/9] x86/cpu: KVM: Clean up PAT and VMX macros
 2024-04-25 21:44 UTC  (10+ 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  (5+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).