kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-13 22:25:35 to 2024-02-15 23:54:18 UTC [more...]

[PATCH v7 00/14] Improve KVM + userfaultfd performance via KVM_EXIT_MEMORY_FAULTs on stage-2 faults
 2024-02-15 23:53 UTC  (7+ messages)
` [PATCH v7 01/14] KVM: Clarify meaning of hva_to_pfn()'s 'atomic' parameter
` [PATCH v7 02/14] KVM: Add function comments for __kvm_read/write_guest_page()
` [PATCH v7 03/14] KVM: Documentation: Make note of the KVM_MEM_GUEST_MEMFD memslot flag
` [PATCH v7 04/14] KVM: Simplify error handling in __gfn_to_pfn_memslot()
` [PATCH v7 05/14] KVM: Define and communicate KVM_EXIT_MEMORY_FAULT RWX flags to userspace
` [PATCH v7 06/14] KVM: Add memslot flag to let userspace force an exit on missing hva mappings

[PATCH 0/2] KVM: x86: Fix dirty logging of emulated atomics
 2024-02-15 23:27 UTC  (11+ messages)
` [PATCH 1/2] KVM: x86: Mark target gfn of emulated atomic instruction as dirty
` [PATCH 2/2] KVM: selftests: Test forced instruction emulation in dirty log test (x86 only)

[kvm:kvm-coco-queue 33/42] include/linux/kvm_host.h:2404:1: warning: no return statement in function returning non-void
 2024-02-15 23:26 UTC 

[kvm:kvm-coco-queue 33/42] include/linux/kvm_host.h:2404:2: warning: non-void function does not return a value
 2024-02-15 23:16 UTC 

[PATCH 00/10] KVM: SEV: allow customizing VMSA features
 2024-02-15 21:14 UTC  (27+ messages)
` [PATCH 01/10] KVM: SEV: fix compat ABI for KVM_MEMORY_ENCRYPT_OP
` [PATCH 02/10] KVM: introduce new vendor op for KVM_GET_DEVICE_ATTR
` [PATCH 03/10] Documentation: kvm/sev: separate description of firmware
` [PATCH 04/10] KVM: SEV: publish supported VMSA features
` [PATCH 05/10] KVM: SEV: store VMSA features in kvm_sev_info
` [PATCH 07/10] KVM: x86: Add is_vm_type_supported callback
` [PATCH 08/10] KVM: SEV: define VM types for SEV and SEV-ES
` [PATCH 09/10] KVM: SEV: introduce KVM_SEV_INIT2 operation

[PATCH v2 0/2] KVM: s390: Fix AR parameter in MEM_OP ioctl
 2024-02-15 20:53 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: s390: load guest access registers "
` [PATCH v2 2/2] KVM: s390: selftests: memop: add a simple AR test

[PATCH v2 00/23] KVM: arm64: Improvements to LPI injection
 2024-02-15 20:15 UTC  (19+ messages)
` [PATCH v2 01/23] KVM: arm64: Add tracepoints + stats for LPI cache effectiveness
` [PATCH v2 07/23] KVM: arm64: vgic: Use atomics to count LPIs
` [PATCH v2 19/23] KVM: selftests: Add a minimal library for interacting with an ITS

[PATCH] arch/x86/entry_fred: don't set up KVM IRQs if KVM is disabled
 2024-02-15 19:55 UTC 

[PATCH] Kconfig: Explicitly disable asm goto w/ outputs on gcc-11 (and earlier)
 2024-02-15 19:26 UTC  (18+ messages)

[kvm-unit-tests PATCH v1 00/18] arm/arm64: Rework cache maintenance at boot
 2024-02-15 19:13 UTC  (7+ messages)
` [kvm-unit-tests PATCH v1 01/18] Makefile: Define __ASSEMBLY__ for assembly files

[PATCH v4 0/5] KVM: selftests: aarch64: Introduce pmu_event_filter_test
 2024-02-15 18:27 UTC  (6+ messages)
` [PATCH v4 4/5] "
` [PATCH v4 5/5] KVM: selftests: aarch64: Add invalid filter test in pmu_event_filter_test

[RFC 0/3] Export APICv-related state via binary stats interface
 2024-02-15 18:12 UTC  (6+ messages)
` [RFC 1/3] x86: KVM: stats: Add a stat to report status of APICv inhibition
` [RFC 2/3] x86: KVM: stats: Add stat counter for IRQs injected via APICv
` [RFC 3/3] x86: KVM: stats: Add a stat counter for GALog events

[PATCH 0/9] SVM guest shadow stack support
 2024-02-15 17:39 UTC  (6+ messages)
` [PATCH 6/9] KVM: SVM: Add MSR_IA32_XSS to the GHCB for hypervisor kernel

[PATCH v8 00/21] Introduce smp.modules for x86 in QEMU
 2024-02-15 16:56 UTC  (7+ messages)

[PATCH v13 00/21] KVM: xen: update shared_info and vcpu_info handling
 2024-02-15 15:29 UTC  (22+ messages)
` [PATCH v13 01/21] KVM: pfncache: Add a map helper function
` [PATCH v13 02/21] KVM: pfncache: remove unnecessary exports
` [PATCH v13 03/21] KVM: x86/xen: mark guest pages dirty with the pfncache lock held
` [PATCH v13 04/21] KVM: pfncache: add a mark-dirty helper
` [PATCH v13 05/21] KVM: pfncache: remove KVM_GUEST_USES_PFN usage
` [PATCH v13 06/21] KVM: pfncache: stop open-coding offset_in_page()
` [PATCH v13 07/21] KVM: pfncache: include page offset in uhva and use it consistently
` [PATCH v13 08/21] KVM: s390: Refactor kvm_is_error_gpa() into kvm_is_gpa_in_memslot()
` [PATCH v13 09/21] KVM: pfncache: allow a cache to be activated with a fixed (userspace) HVA
` [PATCH v13 10/21] KVM: x86/xen: separate initialization of shared_info cache and content
` [PATCH v13 11/21] KVM: x86/xen: re-initialize shared_info if guest (32/64-bit) mode is set
` [PATCH v13 12/21] KVM: x86/xen: allow shared_info to be mapped by fixed HVA
` [PATCH v13 13/21] KVM: x86/xen: allow vcpu_info "
` [PATCH v13 14/21] KVM: selftests: map Xen's shared_info page using HVA rather than GFN
` [PATCH v13 15/21] KVM: selftests: re-map Xen's vcpu_info using HVA rather than GPA
` [PATCH v13 16/21] KVM: x86/xen: advertize the KVM_XEN_HVM_CONFIG_SHARED_INFO_HVA capability
` [PATCH v13 17/21] KVM: x86/xen: split up kvm_xen_set_evtchn_fast()
` [PATCH v13 18/21] KVM: x86/xen: don't block on pfncache locks in kvm_xen_set_evtchn_fast()
` [PATCH v13 19/21] KVM: pfncache: check the need for invalidation under read lock first
` [PATCH v13 20/21] KVM: x86/xen: allow vcpu_info content to be 'safely' copied
` [PATCH v13 21/21] KVM: pfncache: rework __kvm_gpc_refresh() to fix locking issues

[GIT PULL] KVM/arm64 fixes for 6.8, take #2
 2024-02-15 15:29 UTC 

[PATCH 0/2] ARM64: Fixes for FEAT_E2H0 handling
 2024-02-15 15:19 UTC  (6+ messages)
  ` [PATCH 2/2] arm64: cpufeatures: Only check for NV1 if NV is present

[PATCH v2 0/3] hw/i386: Move SGX under KVM and use QDev API
 2024-02-15 14:20 UTC  (4+ messages)
` [PATCH v2 1/3] MAINTAINERS: Cover hw/i386/kvm/ in 'X86 KVM CPUs' section
` [PATCH v2 2/3] hw/i386: Move SGX files within the kvm/ directory
` [PATCH v2 3/3] hw/i386/sgx: Use QDev API

[PATCH 0/2] KVM: x86: kvm_has_noapic_vcpu fix/cleanup
 2024-02-15 12:58 UTC  (3+ messages)
` [PATCH 1/2] KVM: x86: Move "KVM no-APIC vCPU" key management into local APIC code

[PATCH v8 00/16] Add Secure TSC support for SNP guests
 2024-02-15 11:31 UTC  (17+ messages)
` [PATCH v8 01/16] virt: sev-guest: Use AES GCM crypto library
` [PATCH v8 02/16] virt: sev-guest: Replace dev_dbg with pr_debug
` [PATCH v8 03/16] virt: sev-guest: Add SNP guest request structure
` [PATCH v8 04/16] virt: sev-guest: Add vmpck_id to snp_guest_dev struct
` [PATCH v8 05/16] x86/sev: Cache the secrets page address
` [PATCH v8 06/16] virt: sev-guest: Move SNP Guest command mutex
` [PATCH v8 07/16] x86/sev: Move and reorganize sev guest request api
` [PATCH v8 08/16] x86/mm: Add generic guest initialization hook
` [PATCH v8 09/16] x86/cpufeatures: Add synthetic Secure TSC bit
` [PATCH v8 10/16] x86/sev: Add Secure TSC support for SNP guests
` [PATCH v8 11/16] x86/sev: Change TSC MSR behavior for Secure TSC enabled guests
` [PATCH v8 12/16] x86/sev: Prevent RDTSC/RDTSCP interception "
` [PATCH v8 13/16] x86/kvmclock: Skip kvmclock when Secure TSC is available
` [PATCH v8 14/16] x86/sev: Mark Secure TSC as reliable
` [PATCH v8 15/16] x86/cpu/amd: Do not print FW_BUG for Secure TSC
` [PATCH v8 16/16] x86/sev: Enable Secure TSC for SNP guests

[PATCH v4 0/6] LoongArch: Add pv ipi support on LoongArch VM
 2024-02-15 10:25 UTC  (3+ messages)

[PATCH v6] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
 2024-02-15  9:13 UTC  (2+ messages)

[PATCH v4] Enable haltpoll for arm64
 2024-02-15  7:41 UTC  (9+ messages)
` [PATCH v4 1/8] x86: Move ARCH_HAS_CPU_RELAX to arch
` [PATCH v4 2/8] x86/kvm: Move haltpoll_want() to be arch defined
` [PATCH v4 3/8] governors/haltpoll: Drop kvm_para_available() check
` [PATCH v4 4/8] arm64: Select ARCH_HAS_CPU_RELAX
` [PATCH v4 5/8] arm64: Define TIF_POLLING_NRFLAG
` [PATCH v4 6/8] cpuidle-haltpoll: ARM64 support
` [PATCH v4 7/8] cpuidle/poll_state: replace cpu_relax with smp_cond_load_relaxed
` [PATCH v4 8/8] cpuidle: replace with HAS_CPU_RELAX with HAS_WANTS_IDLE_POLL

[PATCH v8 00/10] KVM: selftests: Add SEV smoke test
 2024-02-15  5:29 UTC  (5+ messages)
` [PATCH v8 04/10] KVM: selftests: Add support for allocating/managing protected guest memory
` [PATCH v8 05/10] KVM: selftests: Add support for protected vm_vaddr_* allocations

[PATCH 1/1] KVM: x86: Print names of apicv inhibit reasons in traces
 2024-02-14 22:35 UTC 

[PATCH v1 0/4] Get writable masks for feature ID from userspace
 2024-02-14 20:16 UTC  (6+ messages)
` [PATCH v1 2/4] KVM: arm64: Document KVM_ARM_GET_REG_WRITABLE_MASKS

[PATCH 00/17] vfio/pci: Remove duplicate code and logic from VFIO PCI interrupt management
 2024-02-14 19:37 UTC  (10+ messages)
` [PATCH 15/17] vfio/pci: Let enable and disable of interrupt types use same signature

[GIT PULL (sort of)] KVM: x86: fixes and selftests fixes/cleanups
 2024-02-14 18:05 UTC  (3+ messages)

[GIT PULL] KVM/riscv fixes for 6.8, take #1
 2024-02-14 17:35 UTC  (2+ messages)

[PATCH v4] KVM: x86/xen: Inject vCPU upcall vector when local APIC is enabled
 2024-02-14 16:32 UTC  (2+ messages)

[PATCH v1 00/26] Add AMD Secure Nested Paging (SEV-SNP) Initialization Support
 2024-02-14 16:56 UTC  (11+ messages)
` [PATCH v1 04/26] x86/sev: Add the host SEV-SNP initialization support

[PATCH for-6.8 v2 0/4] KVM: LoongArch: Fix wrong CPUCFG ID handling
 2024-02-14 16:33 UTC  (5+ messages)
` [PATCH for-6.8 v2 1/4] KVM: LoongArch: Fix input value checking of _kvm_get_cpucfg
` [PATCH for-6.8 v2 2/4] KVM: LoongArch: Fix kvm_check_cpucfg incorrectly accepting bad CPUCFG IDs
` [PATCH for-6.8 v2 3/4] KVM: LoongArch: Rename _kvm_get_cpucfg to _kvm_get_cpucfg_mask
` [PATCH for-6.8 v2 4/4] KVM: LoongArch: Streamline kvm_check_cpucfg and improve comments

[PATCH v12 00/20] KVM: xen: update shared_info and vcpu_info handling
 2024-02-14 16:33 UTC  (9+ messages)
` [PATCH v12 08/20] KVM: pfncache: allow a cache to be activated with a fixed (userspace) HVA

[PATCH v4 0/4] KVM: x86/mmu: Pre-check for mmu_notifier retry
 2024-02-14 13:17 UTC  (2+ messages)

[PATCH for-6.8 0/5] KVM: LoongArch: Fix wrong CPUCFG ID handling
 2024-02-14 13:08 UTC  (8+ messages)
` [PATCH for-6.8 1/5] KVM: LoongArch: Fix input value checking of _kvm_get_cpucfg
` [PATCH for-6.8 2/5] KVM: LoongArch: Fix kvm_check_cpucfg incorrectly accepting bad CPUCFG IDs
` [PATCH for-6.8 3/5] KVM: LoongArch: Rename _kvm_get_cpucfg to _kvm_get_cpucfg_mask
` [PATCH for-6.8 4/5] KVM: LoongArch: Streamline control flow of kvm_check_cpucfg
` [PATCH for-6.8 5/5] KVM: LoongArch: Clean up comments of _kvm_get_cpucfg_mask and kvm_check_cpucfg

[PATCH v1 0/3] RISC-V: KVM: Guest Debug Support - Software Breakpoint Part
 2024-02-14 12:51 UTC  (5+ messages)
` [PATCH v1 1/3] RISC-V: KVM: Implement kvm_arch_vcpu_ioctl_set_guest_debug()
` [PATCH v1 2/3] RISC-V: KVM: Handle breakpoint exits for VCPU

[PATCH 0/5] KVM RISC-V report few more ISA extensions through ONE_REG
 2024-02-14 12:37 UTC  (6+ messages)
` [PATCH 1/5] RISC-V: KVM: Forward SEED CSR access to user space
` [PATCH 2/5] RISC-V: KVM: Allow Ztso extension for Guest/VM
` [PATCH 3/5] KVM: riscv: selftests: Add Ztso extension to get-reg-list test
` [PATCH 4/5] RISC-V: KVM: Allow Zacas extension for Guest/VM
` [PATCH 5/5] KVM: riscv: selftests: Add Zacas extension to get-reg-list test

[kvmtool PATCH 00/10] More ISA extensions
 2024-02-14 12:21 UTC  (11+ messages)
` [kvmtool PATCH 01/10] Sync-up header with Linux-6.8-rc4 for KVM RISC-V
` [kvmtool PATCH 02/10] kvmtool: Fix absence of __packed definition
` [kvmtool PATCH 03/10] riscv: Add Zbc extension support
` [kvmtool PATCH 04/10] riscv: Add scalar crypto extensions support
` [kvmtool PATCH 05/10] riscv: Add vector "
` [kvmtool PATCH 06/10] riscv: Add Zfh[min] "
` [kvmtool PATCH 07/10] riscv: Add Zihintntl extension support
` [kvmtool PATCH 08/10] riscv: Add Zvfh[min] extensions support
` [kvmtool PATCH 09/10] riscv: Add Zfa extensiona support
` [kvmtool PATCH 10/10] riscv: Allow disabling SBI STA extension for Guest

[PATCH v5 1/2] KVM: VMX: Cleanup VMX basic information defines and usages
 2024-02-14  2:23 UTC  (7+ messages)
` [PATCH v5 2/2] KVM: VMX: Cleanup VMX misc "

[PATCH v8 0/6] Delay VERW
 2024-02-14  2:22 UTC  (7+ messages)
` [PATCH v8 1/6] x86/bugs: Add asm helpers for executing VERW
` [PATCH v8 2/6] x86/entry_64: Add VERW just before userspace transition
` [PATCH v8 3/6] x86/entry_32: "
` [PATCH v8 4/6] x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static key
` [PATCH v8 5/6] KVM: VMX: Use BT+JNC, i.e. EFLAGS.CF to select VMRESUME vs. VMLAUNCH
` [PATCH v8 6/6] KVM: VMX: Move VERW closer to VMentry for MDS mitigation

[ANNOUNCE] PUCK Agenda - 2024.02.14 - CANCELED
 2024-02-14  2:09 UTC 

[PATCH v2 0/2] x86/cpu: fix invalid MTRR mask values for SEV or TME
 2024-02-13 22:25 UTC  (7+ 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 NNTP newsgroup(s).