kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-27 07:28:30 to 2023-11-28 23:50:39 UTC [more...]

[PATCH 00/16] IOMMU memory observability
 2023-11-28 23:50 UTC  (32+ messages)
` [PATCH 01/16] iommu/vt-d: add wrapper functions for page allocations
` [PATCH 02/16] iommu/amd: use page allocation function provided by iommu-pages.h
` [PATCH 03/16] iommu/io-pgtable-arm: "
` [PATCH 04/16] iommu/io-pgtable-dart: "
` [PATCH 05/16] iommu/io-pgtable-arm-v7s: "
` [PATCH 06/16] iommu/dma: "
` [PATCH 07/16] iommu/exynos: "
` [PATCH 08/16] iommu/fsl: "
` [PATCH 09/16] iommu/iommufd: "
` [PATCH 10/16] iommu/rockchip: "
` [PATCH 11/16] iommu/sun50i: "
` [PATCH 12/16] iommu/tegra-smmu: "
` [PATCH 13/16] iommu: observability of the IOMMU allocations
` [PATCH 14/16] iommu: account IOMMU allocated memory
` [PATCH 15/16] vhost-vdpa: account iommu allocations
` [PATCH 16/16] vfio: "

[PATCH] KVM: x86: Allow XSAVES on CPUs where host doesn't use it due to an errata
 2023-11-28 23:42 UTC  (6+ messages)

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

[PATCH] Resolve Macro Expansion Warning in nx_huge_pages_test.c
 2023-11-28 22:11 UTC 

[PATCH v12 00/37] x86: enable FRED for x86-64
 2023-11-28 19:18 UTC  (15+ messages)
` [PATCH v12 15/37] x86/ptrace: Cleanup the definition of the pt_regs structure
` [PATCH v12 16/37] x86/ptrace: Add FRED additional information to "
` [PATCH v12 20/37] x86/fred: Disallow the swapgs instruction when FRED is enabled
` [PATCH v12 23/37] x86/fred: Make exc_page_fault() work for FRED
` [PATCH v12 24/37] x86/idtentry: Incorporate definitions/declarations of the FRED entries

[PATCH] KVM: selftests: Fix MWAIT error message when guest assertion fails
 2023-11-28 18:36 UTC  (3+ messages)

[RFC PATCH 00/14] Support multiple KVM modules on the same host
 2023-11-28 18:10 UTC  (6+ messages)
` [RFC PATCH 09/14] KVM: x86: Move shared KVM state into VAC

arch/powerpc/kvm/../../../virt/kvm/vfio.c:89:7: warning: attribute declaration must precede definition
 2023-11-28 17:14 UTC 

[PATCH 00/22] exec/cpu: Call cpu_exec_realizefn() once in cpu_common_realize()
 2023-11-28 16:42 UTC  (13+ messages)
` [PATCH 01/22] target/i386: Only realize existing APIC device
` [PATCH 02/22] hw/intc/apic: Pass CPU using QOM link property
` [PATCH 03/22] target/i386/kvm: Correct comment in kvm_cpu_realize()
` [RFC PATCH 04/22] exec/cpu: Never call cpu_reset() before cpu_realize()
` [PATCH 05/22] exec/cpu: Call qemu_init_vcpu() once in cpu_common_realize()
` [PATCH 06/22] exec/cpu: Call cpu_remove_sync() once in cpu_common_unrealize()

[RFC 0/33] KVM: x86: hyperv: Introduce VSM support
 2023-11-28 16:33 UTC  (59+ messages)
` [RFC 02/33] KVM: x86: Introduce KVM_CAP_APIC_ID_GROUPS
` [RFC 03/33] KVM: x86: hyper-v: Introduce XMM output support
` [RFC 04/33] KVM: x86: hyper-v: Move hypercall page handling into separate function
` [RFC 05/33] KVM: x86: hyper-v: Introduce VTL call/return prologues in hypercall page
` [RFC 06/33] KVM: x86: hyper-v: Introduce VTL awareness to Hyper-V's PV-IPIs
` [RFC 07/33] KVM: x86: hyper-v: Introduce KVM_CAP_HYPERV_VSM
` [RFC 08/33] KVM: x86: Don't use hv_timer if CAP_HYPERV_VSM enabled
` [RFC 09/33] KVM: x86: hyper-v: Introduce per-VTL vcpu helpers
` [RFC 10/33] KVM: x86: hyper-v: Introduce KVM_HV_GET_VSM_STATE
` [RFC 11/33] KVM: x86: hyper-v: Handle GET/SET_VP_REGISTER hcall in user-space
` [RFC 12/33] KVM: x86: hyper-v: Handle VSM hcalls "
` [RFC 13/33] KVM: Allow polling vCPUs for events
` [RFC 14/33] KVM: x86: Add VTL to the MMU role
` [RFC 15/33] KVM: x86/mmu: Introduce infrastructure to handle non-executable faults
` [RFC 16/33] KVM: x86/mmu: Expose R/W/X flags during memory fault exits
` [RFC 17/33] KVM: x86/mmu: Allow setting memory attributes if VSM enabled
` [RFC 18/33] KVM: x86: Decouple kvm_get_memory_attributes() from struct kvm's mem_attr_array
` [RFC 19/33] KVM: x86: Decouple kvm_range_has_memory_attributes() "
` [RFC 20/33] KVM: x86/mmu: Decouple hugepage_has_attrs() "
` [RFC 26/33] KVM: x86: hyper-vsm: Allow setting per-VTL memory attributes
` [RFC 27/33] KVM: x86/mmu/hyper-v: Validate memory faults against per-VTL memprots
` [RFC 28/33] x86/hyper-v: Introduce memory intercept message structure
` [RFC 30/33] KVM: x86: hyper-v: Introduce KVM_REQ_HV_INJECT_INTERCEPT request
` [RFC 33/33] Documentation: KVM: Introduce "Emulating Hyper-V VSM with KVM"

[Call for Presentations] FOSDEM 2024: Virt & IaaS Devroom
 2023-11-28 15:42 UTC 

[PATCH v7 00/26] Enable CET Virtualization
 2023-11-28 15:25 UTC  (20+ messages)
` [PATCH v7 02/26] x86/fpu/xstate: Refine CET user xstate bit enabling
` [PATCH v7 03/26] x86/fpu/xstate: Add CET supervisor mode state support
` [PATCH v7 04/26] x86/fpu/xstate: Introduce XFEATURE_MASK_KERNEL_DYNAMIC xfeature set
` [PATCH v7 05/26] x86/fpu/xstate: Introduce fpu_guest_cfg for guest FPU configuration
` [PATCH v7 06/26] x86/fpu/xstate: Create guest fpstate with guest specific config
` [PATCH v7 07/26] x86/fpu/xstate: Warn if kernel dynamic xfeatures detected in normal fpstate

[kvmtool PATCH 00/10] SBI debug console and few ISA extensions
 2023-11-28 14:56 UTC  (11+ messages)
` [kvmtool PATCH 01/10] Sync-up header with Linux-6.7-rc3 for KVM RISC-V
` [kvmtool PATCH 02/10] riscv: Improve warning in generate_cpu_nodes()
` [kvmtool PATCH 03/10] riscv: Make CPU_ISA_MAX_LEN depend upon isa_info_arr array size
` [kvmtool PATCH 04/10] riscv: Add Zba and Zbs extension support
` [kvmtool PATCH 05/10] riscv: Add Zicntr and Zihpm "
` [kvmtool PATCH 06/10] riscv: Add Zicsr and Zifencei "
` [kvmtool PATCH 07/10] riscv: Add Smstateen "
` [kvmtool PATCH 08/10] riscv: Add Zicond "
` [kvmtool PATCH 09/10] riscv: Set mmu-type DT property based on satp_mode ONE_REG interface
` [kvmtool PATCH 10/10] riscv: Handle SBI DBCN calls from Guest/VM

[PATCH 00/15] KVM RISC-V report more ISA extensions through ONE_REG
 2023-11-28 14:53 UTC  (16+ messages)
` [PATCH 01/15] KVM: riscv: selftests: Generate ISA extension reg_list using macros
` [PATCH 02/15] RISC-V: KVM: Allow Zbc extension for Guest/VM
` [PATCH 03/15] KVM: riscv: selftests: Add Zbc extension to get-reg-list test
` [PATCH 04/15] RISC-V: KVM: Allow scalar crypto extensions for Guest/VM
` [PATCH 05/15] KVM: riscv: selftests: Add scaler crypto extensions to get-reg-list test
` [PATCH 06/15] RISC-V: KVM: Allow vector crypto extensions for Guest/VM
` [PATCH 07/15] KVM: riscv: selftests: Add vector crypto extensions to get-reg-list test
` [PATCH 08/15] RISC-V: KVM: Allow Zfh[min] extensions for Guest/VM
` [PATCH 09/15] KVM: riscv: selftests: Add Zfh[min] extensions to get-reg-list test
` [PATCH 10/15] RISC-V: KVM: Allow Zihintntl extension for Guest/VM
` [PATCH 11/15] KVM: riscv: selftests: Add Zihintntl extension to get-reg-list test
` [PATCH 12/15] RISC-V: KVM: Allow Zvfh[min] extensions for Guest/VM
` [PATCH 13/15] KVM: riscv: selftests: Add Zvfh[min] extensions to get-reg-list test
` [PATCH 14/15] RISC-V: KVM: Allow Zfa extension for Guest/VM
` [PATCH 15/15] KVM: riscv: selftests: Add Zfa extension to get-reg-list test

[PATCH v2] Enable haltpoll for arm64
 2023-11-28 14:09 UTC  (8+ messages)
` [PATCH 1/7] x86: Move ARCH_HAS_CPU_RELAX to arch
` [PATCH 7/7] cpuidle/poll_state: replace cpu_relax with smp_cond_load_relaxed

EEVDF/vhost regression (bisected to 86bfbb7ce4f6 sched/fair: Add lag based placement)
 2023-11-28  8:55 UTC  (9+ messages)
      `  "
              `  "

[PATCH v1 0/3] KVM: selftests: aarch64: Introduce pmu_event_filter_test
 2023-11-28  8:43 UTC  (6+ messages)
` [PATCH v1 2/3] KVM: selftests: aarch64: Move the pmu helper function into lib/
` [PATCH v1 3/3] KVM: selftests: aarch64: Introduce pmu_event_filter_test

[PATCH vfio 0/2] hisi_acc_vfio_pci: locking updates
 2023-11-28  8:05 UTC  (5+ messages)
` [PATCH vfio 1/2] hisi_acc_vfio_pci: Change reset_lock to mutex_lock

[PATCH v6 0/6] iommufd: Add nesting infrastructure (part 2/2)
 2023-11-28  8:03 UTC  (15+ messages)
` [PATCH v6 2/6] iommufd: Add IOMMU_HWPT_INVALIDATE

[PATCH-for-9.0 00/16] target/arm/kvm: Unify kvm_arm_FOO() API
 2023-11-28  6:52 UTC  (10+ messages)
` [PATCH-for-9.0 03/16] target/arm/kvm: Have kvm_arm_add_vcpu_properties take a ARMCPU argument
` [PATCH-for-9.0 05/16] target/arm/kvm: Have kvm_arm_sve_get_vls "
` [PATCH-for-9.0 08/16] target/arm/kvm: Have kvm_arm_pmu_init "

[PATCH v3 0/4] KVM: x86: tracepoint updates
 2023-11-28  6:42 UTC  (7+ messages)
` [PATCH v3 1/4] KVM: x86: refactor req_immediate_exit logic
` [PATCH v3 4/4] KVM: x86: add new nested vmexit tracepoints

[PATCH 0/9] KVM: x86: Replace governed features with guest cpu_caps
 2023-11-28  5:13 UTC  (9+ messages)
` [PATCH 2/9] KVM: x86: Replace guts of "goverened" features with comprehensive cpu_caps
` [PATCH 6/9] KVM: x86: Update guest cpu_caps at runtime for dynamic CPUID-based features

[PATCH 0/3] vfio-pci support pasid attach/detach
 2023-11-28  4:23 UTC  (8+ messages)
` [PATCH 2/3] vfio: Add VFIO_DEVICE_PASID_[AT|DE]TACH_IOMMUFD_PT
` [PATCH 3/3] vfio: Report PASID capability via VFIO_DEVICE_FEATURE ioctl

[PATCH] KVM: x86: Use get_cpl directly in case of vcpu_load to improve accuracy
 2023-11-28  1:30 UTC  (2+ messages)

[PATCH v8 00/15] KVM: xen: update shared_info and vcpu_info handling
 2023-11-27 23:36 UTC  (4+ messages)
` [PATCH v8 05/15] KVM: pfncache: remove KVM_GUEST_USES_PFN usage

[PATCH 0/5] jump_label: Fix __ro_after_init keys for modules & annotate some keys
 2023-11-27 22:20 UTC  (3+ messages)
` [PATCH 3/5] x86/kvm: Make kvm_async_pf_enabled __ro_after_init

[PATCH v15 00/23] TDX host kernel support
 2023-11-27 22:09 UTC  (9+ messages)
` [PATCH v15 17/23] x86/kexec: Flush cache of TDX private memory

[PATCH] KVM: selftests: aarch64: Remove unused functions from vpmu test
 2023-11-27 21:41 UTC  (3+ messages)

[PATCH v1 1/1] vfio/nvgrace-gpu: carve out non cached reserved region from device memory
 2023-11-27 21:28 UTC  (2+ messages)

[PATCH v13 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper
 2023-11-27 20:38 UTC  (2+ messages)

[RFC PATCH v2 00/19] Hypervisor-Enforced Kernel Integrity
 2023-11-27 20:08 UTC  (9+ messages)
` [RFC PATCH v2 17/19] heki: x86: Update permissions counters during text patching
` [RFC PATCH v2 18/19] heki: x86: Protect guest kernel memory using the KVM hypervisor

[PATCH v4 vfio 0/2] vfio/pds: Fixes for locking bugs
 2023-11-27 18:08 UTC  (2+ messages)

[PATCH v2 0/3] arm64: Drop support for VPIPT i-cache policy
 2023-11-27 17:26 UTC  (4+ messages)
` [PATCH v2 1/3] KVM: arm64: Remove VPIPT I-cache handling
` [PATCH v2 2/3] arm64: Kill detection of VPIPT i-cache policy
` [PATCH v2 3/3] arm64: Rename reserved values for CTR_EL0.L1Ip

[PATCH v2 0/4] eventfd: simplify signal helpers
 2023-11-27 16:17 UTC  (3+ messages)
` [PATCH v2 2/4] eventfd: simplify eventfd_signal()

[PATCH v11 00/43] KVM: arm64: Nested Virtualization support (FEAT_NV2 only)
 2023-11-27 13:57 UTC  (17+ messages)

[PATCH v13 17/35] KVM: Add transparent hugepage support for dedicated guest memory
 2023-11-27 11:13 UTC  (13+ messages)

[PATCH v10 00/50] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-11-27  9:59 UTC  (3+ messages)
` [PATCH v10 14/50] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP

[PATCH v2] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
 2023-11-27  9:54 UTC  (5+ messages)

[v5.15] WARNING in kvm_arch_vcpu_ioctl_run
 2023-11-27  8:40 UTC  (2+ messages)

[PATCH V3 vfio 0/9] Introduce a vfio driver over virtio devices
 2023-11-27  7:50 UTC  (3+ 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).