kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-27 04:33:02 to 2024-07-01 09:56:12 UTC [more...]

[PATCH v4 00/15] arm64: Support for running as a guest in Arm CCA
 2024-07-01  9:55 UTC  (16+ messages)
` [PATCH v4 01/15] arm64: rsi: Add RSI definitions
` [PATCH v4 02/15] firmware/psci: Add psci_early_test_conduit()
` [PATCH v4 03/15] arm64: Detect if in a realm and set RIPAS RAM
` [PATCH v4 04/15] arm64: realm: Query IPA size from the RMM
` [PATCH v4 05/15] arm64: Mark all I/O as non-secure shared
` [PATCH v4 06/15] arm64: Make the PHYS_MASK_SHIFT dynamic
` [PATCH v4 07/15] arm64: Enforce bounce buffers for realm DMA
` [PATCH v4 08/15] arm64: mm: Avoid TLBI when marking pages as valid
` [PATCH v4 09/15] arm64: Enable memory encrypt for Realms
` [PATCH v4 10/15] arm64: Force device mappings to be non-secure shared
` [PATCH v4 11/15] efi: arm64: Map Device with Prot Shared
` [PATCH v4 12/15] irqchip/gic-v3-its: Share ITS tables with a non-trusted hypervisor
` [PATCH v4 13/15] irqchip/gic-v3-its: Rely on genpool alignment
` [PATCH v4 14/15] arm64: rsi: Interfaces to query attestation token
` [PATCH v4 15/15] virt: arm-cca-guest: TSM_REPORT support for realms

[PATCH] vfio: Get/put KVM only for the first/last vfio_df_open/close in cdev path
 2024-07-01  8:43 UTC  (5+ messages)

[PATCH v2] s390/vfio_ccw: Fix target addresses of TIC CCWs
 2024-07-01  8:33 UTC  (2+ messages)

[PATCH v2] KVM: s390: fix LPSWEY handling
 2024-07-01  8:11 UTC  (6+ messages)

[PATCH] vfio: Reuse file f_inode as vfio device inode
 2024-07-01  7:54 UTC  (15+ messages)

[kvm-unit-tests PATCH v7 0/5] x86: Add test cases for LAM
 2024-07-01  7:30 UTC  (6+ messages)
` [kvm-unit-tests PATCH v7 1/5] x86: Move struct invpcid_desc to processor.h
` [kvm-unit-tests PATCH v7 2/5] x86: Allow setting of CR3 LAM bits if LAM supported
` [kvm-unit-tests PATCH v7 3/5] x86: Add test case for LAM_SUP
` [kvm-unit-tests PATCH v7 4/5] x86: Add test cases for LAM_{U48,U57}
` [kvm-unit-tests PATCH v7 5/5] x86: Add test case for INVVPID with LAM

[PATCH v7 0/1] Centralize _GNU_SOURCE definition into lib.mk
 2024-07-01  6:14 UTC  (4+ messages)
` [PATCH v7 1/1] selftests: Centralize -D_GNU_SOURCE= to CFLAGS in lib.mk

[PATCH v2 0/3] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2024-07-01  4:46 UTC  (2+ messages)

[PATCH] vhost-vdpa: switch to use vmf_insert_pfn() in the fault handler
 2024-07-01  3:31 UTC 

[PATCH v4 0/3] LoongArch: KVM: Add Binary Translation extension support
 2024-07-01  1:27 UTC  (4+ messages)
` [PATCH v4 2/3] LoongArch: KVM: Add LBT feature detection function

[PATCH AUTOSEL 5.4 2/4] KVM: PPC: Book3S HV: Prevent UAF in kvm_spapr_tce_attach_iommu_group()
 2024-07-01  0:15 UTC 

[PATCH AUTOSEL 5.10 2/4] KVM: PPC: Book3S HV: Prevent UAF in kvm_spapr_tce_attach_iommu_group()
 2024-07-01  0:14 UTC 

[PATCH AUTOSEL 5.15 2/5] KVM: PPC: Book3S HV: Prevent UAF in kvm_spapr_tce_attach_iommu_group()
 2024-07-01  0:14 UTC 

[PATCH AUTOSEL 6.1 2/5] KVM: PPC: Book3S HV: Prevent UAF in kvm_spapr_tce_attach_iommu_group()
 2024-07-01  0:14 UTC 

[PATCH AUTOSEL 6.6 04/12] KVM: PPC: Book3S HV: Prevent UAF in kvm_spapr_tce_attach_iommu_group()
 2024-07-01  0:13 UTC 

[PATCH AUTOSEL 6.9 08/20] KVM: PPC: Book3S HV: Prevent UAF in kvm_spapr_tce_attach_iommu_group()
 2024-07-01  0:11 UTC 

[Bug 218980] New: [VM boot] Guest Kernel hit BUG: kernel NULL pointer dereference, address: 0000000000000010 and WARNING: CPU: 0 PID: 218 at arch/x86/kernel/fpu/core.c:57 x86_task_fpu+0x17/0x20
 2024-06-30 22:48 UTC  (5+ messages)
` [Bug 218980] "

[5.10.x Backport CVE-2021-47094] KVM: x86/mmu: Don't advance iterator after restart due to yielding
 2024-06-30 20:24 UTC 

Using PEBS from qemu-kvm
 2024-06-30 14:19 UTC 

[PATCH v6 0/4] Add Svade and Svadu Extensions Support
 2024-06-30 14:09 UTC  (8+ messages)
` [PATCH v6 1/4] RISC-V: "
` [PATCH v6 2/4] dt-bindings: riscv: Add Svade and Svadu Entries
` [PATCH v6 3/4] RISC-V: KVM: Add Svade and Svadu Extensions Support for Guest/VM
` [PATCH v6 4/4] KVM: riscv: selftests: Add Svade and Svadu Extension to get-reg-list test

How to implement message forwarding from one CID to another in vhost driver
 2024-06-30 10:54 UTC  (13+ messages)

[PATCH 0/3] target/arm/kvm: Report PMU unavailability
 2024-06-29 17:27 UTC  (5+ messages)
` [PATCH 1/3] tests/arm-cpu-features: Do not assume PMU availability
` [PATCH 2/3] target/arm: Always add pmu property
` [PATCH 3/3] target/arm/kvm: Report PMU unavailability

[PATCH v2] KVM: SVM: let alternatives handle the cases when RSB filling is required
 2024-06-29 10:28 UTC  (4+ messages)

[PATCH] KVM: PPC: add missing MODULE_DESCRIPTION() macros
 2024-06-29  3:11 UTC  (2+ messages)

[PATCH] KVM: X86: Remove unnecessary GFP_KERNEL_ACCOUNT for temporary variables
 2024-06-29  2:41 UTC  (3+ messages)

[PATCH] MAINTAINERS: Include documentation in KVM/arm64 entry
 2024-06-29  2:24 UTC  (4+ messages)

[PATCH v2 0/3] SEV-SNP: Add KVM support for attestation
 2024-06-29  0:48 UTC  (5+ messages)
` [PATCH v2 1/3] KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE event
` [PATCH v2 2/3] x86/sev: Move sev_guest.h into common SEV header
` [PATCH v2 3/3] KVM: SEV: Provide support for SNP_EXTENDED_GUEST_REQUEST NAE event

[PATCH V9 0/2] KVM: x86: Make bus clock frequency for vAPIC timer configurable
 2024-06-29  0:39 UTC  (8+ messages)
` [PATCH V9 1/2] KVM: selftests: Add x86_64 guest udelay() utility
` [PATCH V9 2/2] KVM: selftests: Add test for configure of x86 APIC bus frequency
  ` VMX Preemption Timer appears to be buggy on SKX, CLX, and ICX

[PATCH v1 0/5] SEV-SNP: Add KVM support for attestation and KVM_EXIT_COCO
 2024-06-29  0:36 UTC  (17+ messages)
` [PATCH v1 1/5] KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE event
` [PATCH v1 4/5] KVM: Introduce KVM_EXIT_COCO exit type

[PATCH v5 4/9] mm: Add test_clear_young_fast_only MMU notifier
 2024-06-28 23:38 UTC  (12+ messages)

[PATCH v2] KVM: x86: add missing MODULE_DESCRIPTION() macros
 2024-06-28 23:10 UTC  (3+ messages)

[PATCH] KVM: VMX: Remove unnecessary INVEPT[GLOBAL] from hardware enable path
 2024-06-28 22:55 UTC  (2+ messages)

[PATCH] KVM: nVMX: Update VMCS12_REVISION comment to state it should never change
 2024-06-28 22:55 UTC  (2+ messages)

[PATCH 0/6] KVM: nVMX: Fix nested posted intr vs. HLT
 2024-06-28 22:55 UTC  (2+ messages)

[PATCH] KVM: VMX: Switch __vmx_exit() and kvm_x86_vendor_exit() in vmx_exit()
 2024-06-28 22:55 UTC  (2+ messages)

[PATCH 0/3] KVM: SVM: SEV-ES save area fix+cleanups
 2024-06-28 22:55 UTC  (2+ messages)

[PATCH 0/2] KVM: selftests: Fix PMU counters test flakiness
 2024-06-28 22:55 UTC  (4+ messages)
` [PATCH 1/2] KVM: selftests: Rework macros in PMU counters test to prep for multi-insn loop
` [PATCH 2/2] KVM: selftests: Increase robustness of LLC cache misses in PMU counters test

[Patch v2 1/2] KVM: x86/pmu: Introduce distinct macros for GP/fixed counter max number
 2024-06-28 22:55 UTC  (2+ messages)

[PATCH v2] kvm: Fix warning in__kvm_gpc_refresh
 2024-06-28 22:55 UTC  (4+ messages)

[PATCH 1/3] Documentation: Fix typo `BFD`
 2024-06-28 22:11 UTC  (3+ messages)

[PATCH 0/5] KVM: arm64: Fix handling of TCR2_EL1
 2024-06-28 19:13 UTC  (2+ messages)

[PATCH 1/1] KVM: s390: fix LPSWEY handling
 2024-06-28 16:55 UTC  (11+ messages)

[PATCH v3 0/3] Assorted fixes in RISC-V PMU driver
 2024-06-28 14:29 UTC  (9+ messages)
` [PATCH v3 2/3] drivers/perf: riscv: Reset the counter to hpmevent mapping while starting cpus

[PATCH] s390/vfio_ccw: Fix target addresses of TIC CCWs
 2024-06-28 14:01 UTC  (5+ messages)

[PATCH v1] selftests/harness: Fix tests timeout and race condition
 2024-06-28 13:47 UTC  (2+ messages)

[PATCH net-next v3 0/3] ioctl support for AF_VSOCK and virtio-based transports
 2024-06-28 13:42 UTC  (8+ messages)
` [PATCH net-next v3 1/3] vsock: add support for SIOCOUTQ ioctl for all vsock socket types
` [PATCH net-next v3 2/3] vsock/virtio: add SIOCOUTQ support for all virtio based transports

[PATCH 0/6] Make set_dev_pasid op supportting domain replacement
 2024-06-28 10:56 UTC  (11+ messages)
` [PATCH 1/6] iommu: Pass old domain to set_dev_pasid op
` [PATCH 2/6] iommu/vt-d: Move intel_drain_pasid_prq() into intel_pasid_tear_down_entry()
` [PATCH 3/6] iommu/vt-d: Make helpers support modifying present pasid entry
` [PATCH 4/6] iommu/vt-d: Make intel_iommu_set_dev_pasid() to handle domain replacement
` [PATCH 5/6] iommu/vt-d: Add set_dev_pasid callback for nested domain
` [PATCH 6/6] iommu: Make set_dev_pasid op support domain replacement

[PATCH v3 00/14] arm64: Support for running as a guest in Arm CCA
 2024-06-28  9:59 UTC  (10+ messages)
` [PATCH v3 06/14] arm64: Override set_fixmap_io
` [PATCH v3 09/14] arm64: Enable memory encrypt for Realms
` [PATCH v3 12/14] arm64: realm: Support nonsecure ITS emulation shared

[PATCH v3 0/7] iommufd support pasid attach/replace
 2024-06-28  9:05 UTC  (8+ messages)
` [PATCH v3 1/7] iommu: Introduce a replace API for device pasid
` [PATCH v3 2/7] iommufd: Pass pasid through the device attach/replace path
` [PATCH v3 3/7] iommufd: Support attach/replace hwpt per pasid
` [PATCH v3 4/7] iommufd/selftest: Add set_dev_pasid and remove_dev_pasid in mock iommu
` [PATCH v3 5/7] iommufd/selftest: Add a helper to get test device
` [PATCH v3 6/7] iommufd/selftest: Add test ops to test pasid attach/detach
` [PATCH v3 7/7] iommufd/selftest: Add coverage for iommufd "

[PATCH v4 0/4] vfio/pci: s390: Fix issues preventing VFIO_PCI_MMAP=y for s390 and enable it
 2024-06-28  8:49 UTC  (7+ messages)
` [PATCH v4 2/4] s390/pci: Add quirk support and set pdev-non_compliant_bars for ISM devices
` [PATCH v4 3/4] vfio/pci: Disable mmap() non-compliant BARs

[PATCH v10 00/24] Add Secure TSC support for SNP guests
 2024-06-28  8:39 UTC  (9+ messages)
` [PATCH v10 06/24] virt: sev-guest: Simplify VMPCK and sequence number assignments
` [PATCH v10 07/24] virt: sev-guest: Store VMPCK index to SNP guest device structure
` [PATCH v10 08/24] virt: sev-guest: Take mutex in snp_send_guest_request()

[PATCH v4 0/3] Assorted fixes in RISC-V PMU driver
 2024-06-28  7:51 UTC  (4+ messages)
` [PATCH v4 1/3] drivers/perf: riscv: Do not update the event data if uptodate
` [PATCH v4 2/3] drivers/perf: riscv: Reset the counter to hpmevent mapping while starting cpus
` [PATCH v4 3/3] perf: RISC-V: Check standard event availability

[PATCH v3 0/2] Allow userspace to change ID_AA64PFR1_EL1
 2024-06-28  6:04 UTC  (2+ messages)
` [PATCH v3 2/2] KVM: selftests: aarch64: Add writable test for ID_AA64PFR1_EL1

[PATCH] s390/kvm: Reject memory region operations for ucontrol VMs
 2024-06-27 18:47 UTC  (5+ messages)

[RFC PATCH 0/2] Fix doorbell emulation for nested KVM guests in V1 API
 2024-06-27 18:03 UTC  (3+ messages)
` [RFC PATCH 1/2] Revert "KVM: PPC: Book3S HV Nested: Stop forwarding all HFUs to L1"
` [RFC PATCH 2/2] arch/powerpc/kvm: Fix doorbells for nested KVM guests on PowerNV

[PATCH v7 00/16] Add support for a few Zc* extensions, Zcmop and Zimop
 2024-06-27 17:50 UTC  (2+ messages)

[PATCH 0/1] KVM: selftests: pmu_counters_test: increase robustness of LLC cache misses
 2024-06-27 17:42 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH v2 0/6] target/i386: Misc cleanup on KVM PV defs and outdated comments
 2024-06-27 11:52 UTC  (3+ messages)

[PATCH v2 00/12] maintainer updates pre-PR (gdbstub, plugins, time control)
 2024-06-27 11:08 UTC  (13+ messages)
` [PATCH v2 06/12] sysemu: generalise qtest_warp_clock as qemu_clock_advance_virtual_time
` [PATCH v2 08/12] plugins: add time control API
` [PATCH v2 09/12] plugins: add migration blocker
` [PATCH v2 10/12] contrib/plugins: add Instructions Per Second (IPS) example for cost modeling
` [PATCH v2 11/12] plugins: fix inject_mem_cb rw masking
` [PATCH v2 12/12] accel/tcg: Avoid unnecessary call overhead from qemu_plugin_vcpu_mem_cb

[PATCH] kvm: Fix warning in__kvm_gpc_refresh
 2024-06-27  4:32 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).