KVM Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-01 11:30:34 to 2024-05-03 18:17:44 UTC [more...]

[PATCH v3 0/3] KVM: Set vcpu->preempted/ready iff scheduled out while running
 2024-05-03 18:17 UTC  (4+ messages)
` [PATCH v3 1/3] KVM: Introduce vcpu->wants_to_run
` [PATCH v3 2/3] KVM: Ensure new code that references immediate_exit gets extra scrutiny
` [PATCH v3 3/3] KVM: Mark a vCPU as preempted/ready iff it's scheduled out while running

[PATCH v2] target/i386: Fix CPUID encoding of Fn8000001E_ECX
 2024-05-03 17:46 UTC  (2+ messages)
` [PATCH v3] "

[PATCH v6 0/5] add debugfs to hisilicon migration driver
 2024-05-03 17:21 UTC  (7+ messages)
` [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 0/9] Enable haltpoll for arm64
 2024-05-03 17:07 UTC  (5+ messages)
` [PATCH 1/9] cpuidle: rename ARCH_HAS_CPU_RELAX to ARCH_HAS_OPTIMIZED_POLL

[RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps
 2024-05-03 16:42 UTC  (6+ messages)
` [RFC RESEND 16/16] nvme-pci: use blk_rq_dma_map() for NVMe SGL

[PATCH 0/5] TDX host: Provide TDX module metadata reading APIs
 2024-05-03 16:01 UTC  (20+ messages)
` [PATCH 1/5] x86/virt/tdx: Rename _offset to _member for TD_SYSINFO_MAP() macro
` [PATCH 2/5] x86/virt/tdx: Move TDMR metadata fields map table to local variable
` [PATCH 3/5] x86/virt/tdx: Unbind global metadata read with 'struct tdx_tdmr_sysinfo'
` [PATCH 4/5] x86/virt/tdx: Support global metadata read for all element sizes
` [PATCH 5/5] x86/virt/tdx: Export global metadata read infrastructure

[PATCH v7] vfio/qat: Add vfio_pci driver for Intel QAT SR-IOV VF devices
 2024-05-03 15:41 UTC  (2+ messages)

[PATCH v4] vfio/pci: migration: Skip config space check for Vendor Specific Information in VSC during restore/load
 2024-05-03 14:51 UTC 

[PATCH] vfio/pci: Collect hot-reset devices to local buffer
 2024-05-03 14:31 UTC 

[PATCH v1] KVM: x86: 0-initialize kvm_caps.supported_xss on definition
 2024-05-03 14:25 UTC 

[PATCH v5 00/10] Fix Kselftest's vfork() side effects
 2024-05-03 14:17 UTC  (12+ messages)
` [PATCH v5 01/10] selftests/pidfd: Fix config for pidfd_setns_test
` [PATCH v5 02/10] selftests/landlock: Fix FS tests when run on a private mount point
` [PATCH v5 03/10] selftests/harness: Fix fixture teardown
` [PATCH v5 04/10] selftests/harness: Fix interleaved scheduling leading to race conditions
` [PATCH v5 05/10] selftests/landlock: Do not allocate memory in fixture data
` [PATCH v5 06/10] selftests/harness: Constify fixture variants
` [PATCH v5 07/10] selftests/pidfd: Fix wrong expectation
` [PATCH v5 08/10] selftests/harness: Share _metadata between forked processes
` [PATCH v5 09/10] selftests/harness: Fix vfork() side effects
` [PATCH v5 10/10] selftests/harness: Handle TEST_F()'s explicit exit codes

[RFC PATCH v3 0/5] Hypervisor-Enforced Kernel Integrity - CR pinning
 2024-05-03 14:03 UTC  (8+ messages)
` [RFC PATCH v3 1/5] virt: Introduce Hypervisor Enforced Kernel Integrity (Heki)
` [RFC PATCH v3 2/5] KVM: x86: Add new hypercall to lock control registers
` [RFC PATCH v3 3/5] KVM: x86: Add notifications for Heki policy configuration and violation
` [RFC PATCH v3 4/5] heki: Lock guest control registers at the end of guest kernel init
` [RFC PATCH v3 5/5] virt: Add Heki KUnit tests

[PATCH] KVM: arm64: Move management of __hyp_running_vcpu to load/put on VHE
 2024-05-03 13:35 UTC  (3+ messages)

[PATCH] KVM: arm64: Convert kvm_mpidr_index() to bitmap_gather()
 2024-05-03 13:35 UTC  (3+ messages)

[PATCH] KVM: arm64: vgic: Allocate private interrupts on demand
 2024-05-03 13:35 UTC  (3+ messages)

[PATCH v3 0/3] KVM/x86: Enhancements to static calls
 2024-05-03 13:24 UTC  (5+ messages)
` [PATCH v3 3/3] KVM: x86/pmu: Add KVM_PMU_CALL() to simplify static calls of kvm_pmu_ops

[PULL v2 00/16] Block patches
 2024-05-03 12:33 UTC  (3+ messages)
` [PULL v2 03/16] block/block-backend: add block layer APIs resembling Linux ZonedBlockDevice ioctls

[PATCH v4 00/10] Fix Kselftest's vfork() side effects
 2024-05-03  7:51 UTC  (13+ messages)
` [PATCH v4 01/10] selftests/pidfd: Fix config for pidfd_setns_test
` [PATCH v4 02/10] selftests/landlock: Fix FS tests when run on a private mount point
` [PATCH v4 03/10] selftests/harness: Fix fixture teardown
` [PATCH v4 04/10] selftests/harness: Fix interleaved scheduling leading to race conditions
` [PATCH v4 05/10] selftests/landlock: Do not allocate memory in fixture data
` [PATCH v4 06/10] selftests/harness: Constify fixture variants
` [PATCH v4 07/10] selftests/pidfd: Fix wrong expectation
` [PATCH v4 08/10] selftests/harness: Share _metadata between forked processes
` [PATCH v4 09/10] selftests/harness: Fix vfork() side effects
` [PATCH v4 10/10] selftests/harness: Fix TEST_F()'s exit codes

[PATCH v2] KVM: selftests: Use TAP interface in the set_memory_region test
 2024-05-03  7:30 UTC  (3+ messages)

[kvm-unit-tests PATCH] doc: update unittests doc
 2024-05-03  6:56 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/2] shellcheck: post-merge fixups
 2024-05-03  6:35 UTC  (6+ messages)
` [kvm-unit-tests PATCH 1/2] shellcheck: Fix shellcheck target with out of tree build
` [kvm-unit-tests PATCH 2/2] shellcheck: Suppress SC2209 quoting warning in config.mak

[kvm-unit-tests PATCH] Fix check-kerneldoc for out of tree builds
 2024-05-03  6:29 UTC  (2+ messages)

[kvm-unit-tests PATCH v3 0/5] add shellcheck support
 2024-05-03  5:13 UTC  (12+ messages)
` [kvm-unit-tests PATCH v3 3/5] shellcheck: Fix SC2124
` [kvm-unit-tests PATCH v3 4/5] shellcheck: Fix SC2294
` [kvm-unit-tests PATCH v3 5/5] shellcheck: Suppress various messages

[PATCH v1 00/10] Define _GNU_SOURCE for sources using
 2024-05-03  1:46 UTC  (8+ messages)
` [PATCH v1 01/10] selftests/sgx: Compile with -D_GNU_SOURCE
` [PATCH v1 04/10] selftests/kvm: Define _GNU_SOURCE

[PATCH v2] KVM: SEV-ES: Don't intercept MSR_IA32_DEBUGCTLMSR for SEV-ES guests
 2024-05-02 23:51 UTC  (2+ messages)

[PATCH 0/7] KVM: arm64: Don't clobber CLIDR and MPIDR across vCPU reset
 2024-05-02 23:35 UTC  (8+ messages)
` [PATCH 1/7] KVM: arm64: Rename is_id_reg() to imply VM scope
` [PATCH 2/7] KVM: arm64: Reset VM feature ID regs from kvm_reset_sys_regs()
` [PATCH 3/7] KVM: arm64: Only reset vCPU-scoped feature ID regs once
` [PATCH 4/7] KVM: selftests: Rename helper in set_id_regs to imply VM scope
` [PATCH 5/7] KVM: selftests: Store expected register value in set_id_regs
` [PATCH 6/7] KVM: arm64: Test that feature ID regs survive a reset
` [PATCH 7/7] KVM: selftests: Test vCPU-scoped feature ID registers

[PATCH v2 0/2] APICv-related fixes for inhibits and tracepoint
 2024-05-02 23:21 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: x86: Only set APICV_INHIBIT_REASON_ABSENT if APICv is enabled

[PATCH v15 00/20] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-05-02 23:11 UTC  (3+ messages)
` [PATCH v15 02/20] KVM: x86: Add hook for determining max NPT mapping level

[PATCH v4 00/12] selftests: kselftest_harness: support using xfail
 2024-05-02 21:07 UTC  (2+ messages)

[PATCH v2 0/9] SVM guest shadow stack support
 2024-05-02 18:34 UTC  (7+ messages)
` [PATCH v2 6/9] KVM: SVM: Add MSR_IA32_XSS to the GHCB for hypervisor kernel
` [PATCH v2 9/9] KVM: SVM: Add CET features to supported_xss

[PATCH] KVM: arm64: Correct BTYPE/SS in host SMC emulation
 2024-05-02 18:00 UTC 

[PATCH] KVM: arm64: AArch32: Fix spurious trapping of conditional instructions
 2024-05-02 17:59 UTC 

[PATCH v10 00/27] Enable CET Virtualization
 2024-05-02 17:46 UTC  (27+ messages)
` [PATCH v10 04/27] x86/fpu/xstate: Introduce XFEATURE_MASK_KERNEL_DYNAMIC xfeature set
` [PATCH v10 09/27] KVM: x86: Rename kvm_{g,s}et_msr()* to menifest emulation operations
` [PATCH v10 10/27] KVM: x86: Refine xsave-managed guest register/MSR reset handling
` [PATCH v10 13/27] KVM: x86: Refresh CPUID on write to guest MSR_IA32_XSS
` [PATCH v10 17/27] KVM: x86: Report KVM supported CET MSRs as to-be-saved
` [PATCH v10 21/27] KVM: x86: Save and reload SSP to/from SMRAM
` [PATCH v10 22/27] KVM: VMX: Set up interception for CET MSRs
` [PATCH v10 24/27] KVM: x86: Enable CET virtualization for VMX and advertise to userspace
` [PATCH v10 25/27] KVM: nVMX: Introduce new VMX_BASIC bit for event error_code delivery to L1
` [PATCH v10 26/27] KVM: nVMX: Enable CET support for nested guest
` [PATCH v10 27/27] KVM: x86: Don't emulate instructions guarded by CET

[kvm-unit-tests PATCH] arm64: Default to 4K translation granule
 2024-05-02 16:08 UTC  (7+ messages)

[kvm-unit-tests PATCH] runtime: Adjust probe_maxsmp for older QEMU
 2024-05-02 15:29 UTC  (3+ messages)

[RFC PATCH v2 0/5] Paravirt Scheduling (Dynamic vcpu priority management)
 2024-05-02 13:42 UTC  (3+ messages)

[PATCH v2 0/5] Add support for the Idle HLT intercept feature
 2024-05-02 13:14 UTC  (7+ messages)
` [PATCH v2 1/5] x86/cpufeatures: Add CPUID feature bit for Idle HLT intercept
` [PATCH v2 2/5] KVM: SVM: Add Idle HLT intercept support
` [PATCH v2 3/5] KVM: selftests: Add safe_halt() and cli() helpers to common code
` [PATCH v2 4/5] KVM: selftests: Add an interface to read the data of named vcpu stat
` [PATCH v2 5/5] KVM: selftests: KVM: SVM: Add Idle HLT intercept test

[PATCH v1 0/2] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2024-05-02 12:57 UTC  (6+ messages)
` [PATCH v1 2/2] "

EEVDF/vhost regression (bisected to 86bfbb7ce4f6 sched/fair: Add lag based placement)
 2024-05-02 12:23 UTC  (12+ messages)

[PATCH v4 00/22] hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines
 2024-05-02 12:13 UTC  (5+ messages)
` [PATCH v4 01/22] hw/i386/pc: Deprecate 2.4 to 2.12 pc-i440fx machines
` [PATCH v4 20/22] hw/i386/pc: Remove deprecated pc-i440fx-2.3 machine

[v2] Support for Arm CCA VMs on Linux
 2024-05-02 10:16 UTC  (8+ messages)
` [PATCH v2 00/43] arm64: Support for Arm CCA in KVM
  ` [PATCH v2 17/43] arm64: RME: Allow VMM to set RIPAS

[PATCH] arm64: Default to 4K translation granule
 2024-05-02  7:43 UTC  (2+ messages)

linux-next: build failure after merge of the kvm tree
 2024-05-02  6:47 UTC 

[RFC PATCH v2 0/6] powerpc: pSeries: vfio: iommu: Re-enable support for SPAPR TCE VFIO
 2024-05-02  1:29 UTC  (3+ messages)

[RFC PATCH v2] Cleaning up the KVM clock mess
 2024-05-01 20:45 UTC  (4+ messages)
` [PATCH v2 15/15] KVM: x86: Factor out kvm_use_master_clock()

[RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU
 2024-05-01 20:36 UTC  (14+ messages)

[PATCH v3 0/2] Address syzkaller warnings in nested VM-Exit after RSM
 2024-05-01 20:29 UTC  (3+ messages)
` [PATCH v3 1/2] KVM: x86: nSVM/nVMX: Move nested_run_pending to kvm_vcpu_arch
` [PATCH v3 2/2] KVM: x86: nSVM/nVMX: Fix RSM logic leading to L2 VM-Entries

[PATCH v19 000/130] KVM TDX basic feature support
 2024-05-01 18:22 UTC  (9+ messages)
` [PATCH v19 101/130] KVM: TDX: handle ept violation/misconfig exit

[PATCH 0/4] KVM: Fold kvm_arch_sched_in() into kvm_arch_vcpu_load()
 2024-05-01 18:01 UTC  (4+ messages)

2024 HEKI discussion: LPC microconf / KVM Forum?
 2024-05-01 17:30 UTC 

[syzbot] [net?] [virt?] [kvm?] KASAN: slab-use-after-free Read in vhost_task_fn
 2024-05-01 16:56 UTC  (3+ messages)

[PATCH next] vhost_task: after freeing vhost_task it should not be accessed in vhost_task_fn
 2024-05-01 16:15 UTC  (6+ messages)

[PATCH] KVM: selftest: Add family and model check for zen4 in PMU filter test
 2024-05-01 15:32 UTC  (2+ messages)

[PATCH 4/9] cpuidle-haltpoll: define arch_haltpoll_supported()
 2024-05-01 11:48 UTC  (2+ 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).