kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-03 23:43:52 to 2024-10-07 18:37:45 UTC [more...]

[GIT PULL] virtio: bugfixes
 2024-10-07 18:37 UTC  (2+ messages)

KVM default behavior change on module loading in kernel 6.12
 2024-10-07 18:07 UTC 

[PATCH v4 0/3] Distinguish between variants of IBPB
 2024-10-07 17:38 UTC  (4+ messages)
` [PATCH v4 1/3] x86/cpufeatures: Define X86_FEATURE_AMD_IBPB_RET

[PATCH v1 0/3] vfio/nvgrace-gpu: Enable grace blackwell boards
 2024-10-07 16:37 UTC  (6+ messages)
` [PATCH v1 1/3] vfio/nvgrace-gpu: Read dvsec register to determine need for uncached resmem
` [PATCH v1 2/3] vfio/nvgrace-gpu: Expose the blackwell device PF BAR1 to the VM
` [PATCH v1 3/3] vfio/nvgrace-gpu: Check the HBM training and C2C link status

[PATCH 0/5] Add new headers for Hyper-V Dom0
 2024-10-07 16:26 UTC  (13+ messages)
` [PATCH 1/5] hyperv: Move hv_connection_id to hyperv-tlfs.h
` [PATCH 2/5] hyperv: Remove unnecessary #includes
` [PATCH 5/5] hyperv: Use hvhdk.h instead of hyperv-tlfs.h in Hyper-V code

[RFC PATCH 30/39] KVM: guest_memfd: Handle folio preparation for guest_memfd mmap
 2024-10-07 15:56 UTC  (2+ messages)

[PATCH] vsock/virtio: use GFP_ATOMIC under RCU read lock
 2024-10-07 15:46 UTC  (3+ messages)

[RFC PATCH 00/13] Support iommu(fd) persistence for live update
 2024-10-07 15:16 UTC  (9+ messages)
` [RFC PATCH 05/13] iommufd: Serialise persisted iommufds and ioas

[PATCH] KVM: x86/mmu: fix KVM_X86_QUIRK_SLOT_ZAP_ALL for shadow MMU
 2024-10-07 15:07 UTC  (3+ messages)

[PATCH 0/5] KVM: VMX: Drop MTRR virtualization, honor guest PAT
 2024-10-07 14:04 UTC  (6+ messages)
` [PATCH 5/5] KVM: VMX: Always honor guest PAT on CPUs that support self-snoop

[PATCH] KVM: selftests: memslot_perf_test: increase guest sync timeout
 2024-10-07 14:02 UTC  (2+ messages)

[PATCH v2 0/7] Introduce SMP Cache Topology
 2024-10-07 11:53 UTC  (14+ messages)
` [PATCH v2 2/7] qapi/qom: Define cache enumeration and properties
` [PATCH v2 3/7] hw/core: Add smp cache topology for machine
` [PATCH v2 4/7] hw/core: Check smp cache topology support "
` [PATCH v2 5/7] i386/cpu: Support thread and module level cache topology
` [PATCH v2 6/7] i386/cpu: Update cache topology with machine's configuration
` [PATCH v2 7/7] i386/pc: Support cache topology in -machine for PC machine

[PATCH v5 00/43] arm64: Support for Arm CCA in KVM
 2024-10-07 10:34 UTC  (48+ messages)
` [PATCH v5 01/43] KVM: Prepare for handling only shared mappings in mmu_notifier events
` [PATCH v5 02/43] kvm: arm64: pgtable: Track the number of pages in the entry level
` [PATCH v5 03/43] kvm: arm64: Include kvm_emulate.h in kvm/arm_psci.h
` [PATCH v5 04/43] arm64: RME: Handle Granule Protection Faults (GPFs)
` [PATCH v5 05/43] arm64: RME: Add SMC definitions for calling the RMM
` [PATCH v5 06/43] arm64: RME: Add wrappers for RMI calls
` [PATCH v5 07/43] arm64: RME: Check for RME support at KVM init
` [PATCH v5 08/43] arm64: RME: Define the user ABI
` [PATCH v5 09/43] arm64: RME: ioctls to create and configure realms
` [PATCH v5 10/43] kvm: arm64: Expose debug HW register numbers for Realm
` [PATCH v5 11/43] arm64: kvm: Allow passing machine type in KVM creation
` [PATCH v5 12/43] arm64: RME: Keep a spare page delegated to the RMM
` [PATCH v5 13/43] arm64: RME: RTT tear down
` [PATCH v5 14/43] arm64: RME: Allocate/free RECs to match vCPUs
` [PATCH v5 15/43] arm64: RME: Support for the VGIC in realms
` [PATCH v5 16/43] KVM: arm64: Support timers in realm RECs
` [PATCH v5 17/43] arm64: RME: Allow VMM to set RIPAS
` [PATCH v5 18/43] arm64: RME: Handle realm enter/exit
` [PATCH v5 19/43] KVM: arm64: Handle realm MMIO emulation
` [PATCH v5 20/43] arm64: RME: Allow populating initial contents
` [PATCH v5 21/43] arm64: RME: Runtime faulting of memory
` [PATCH v5 22/43] KVM: arm64: Handle realm VCPU load
` [PATCH v5 23/43] KVM: arm64: Validate register access for a Realm VM
` [PATCH v5 24/43] KVM: arm64: Handle Realm PSCI requests
` [PATCH v5 25/43] KVM: arm64: WARN on injected undef exceptions
` [PATCH v5 26/43] arm64: Don't expose stolen time for realm guests
` [PATCH v5 27/43] arm64: rme: allow userspace to inject aborts
` [PATCH v5 28/43] arm64: rme: support RSI_HOST_CALL
` [PATCH v5 29/43] arm64: rme: Allow checking SVE on VM instance
` [PATCH v5 30/43] arm64: RME: Always use 4k pages for realms
` [PATCH v5 31/43] arm64: rme: Prevent Device mappings for Realms
` [PATCH v5 32/43] arm_pmu: Provide a mechanism for disabling the physical IRQ
` [PATCH v5 33/43] arm64: rme: Enable PMU support with a realm guest
` [PATCH v5 34/43] kvm: rme: Hide KVM_CAP_READONLY_MEM for realm guests
` [PATCH v5 35/43] arm64: RME: Propagate number of breakpoints and watchpoints to userspace
` [PATCH v5 36/43] arm64: RME: Set breakpoint parameters through SET_ONE_REG
` [PATCH v5 37/43] arm64: RME: Initialize PMCR.N with number counter supported by RMM
` [PATCH v5 38/43] arm64: RME: Propagate max SVE vector length from RMM
` [PATCH v5 39/43] arm64: RME: Configure max SVE vector length for a Realm
` [PATCH v5 40/43] arm64: RME: Provide register list for unfinalized RME RECs
` [PATCH v5 41/43] arm64: RME: Provide accurate register list
` [PATCH v5 42/43] arm64: kvm: Expose support for private memory
` [PATCH v5 43/43] KVM: arm64: Allow activating realms

[PATCH v4 0/8] TDX host: metadata reading tweaks, bug fix and info dump
 2024-10-07  6:53 UTC  (13+ messages)
` [PATCH v4 3/8] x86/virt/tdx: Prepare to support reading other global metadata fields

[PATCH v3 0/4] Add support for the Bus Lock Threshold
 2024-10-07  4:39 UTC  (8+ messages)
` [PATCH v3 1/4] x86/cpufeatures: Add CPUID feature bit "
` [PATCH v3 2/4] KVM: SVM: Enable Bus lock threshold exit
` [PATCH v3 3/4] KVM: X86: Add documentation about behavioral difference for KVM_EXIT_BUS_LOCK
` [PATCH v3 4/4] KVM: selftests: Add bus lock exit test

[RFC PATCH 00/28] x86: Rely on toolchain for relocatable code
 2024-10-06 19:38 UTC  (20+ messages)
` [RFC PATCH 05/28] x86: Define the stack protector guard symbol explicitly
` [RFC PATCH 25/28] x86: Use PIE codegen for the core kernel

[GIT PULL] KVM fixes for Linux 6.12-rc2
 2024-10-06 19:13 UTC  (2+ messages)

[PATCH 1/1] virtio_fs: store actual queue index in mq_map
 2024-10-06 18:43 UTC 

[PATCH 1/1] virtio_fs: add informative log for new tag discovery
 2024-10-06 18:43 UTC 

[BUG] ARM64 KVM: Data abort executing post-indexed LDR on MMIO address
 2024-10-06 10:28 UTC  (13+ messages)

[GIT PULL] KVM/arm64 fixes for 6.12, take #1
 2024-10-06  7:59 UTC  (2+ messages)

[PATCH 0/2] KVM: x86: only build common code if at least one vendor module was picked
 2024-10-05 20:43 UTC  (5+ messages)
` [PATCH 1/2] KVM: x86: leave kvm.ko out of the build if no vendor module is requested

[PATCH v6 00/11] arm64: Support for running as a guest in Arm CCA
 2024-10-05 15:42 UTC  (14+ messages)
` [PATCH v6 01/11] arm64: rsi: Add RSI definitions
` [PATCH v6 02/11] arm64: Detect if in a realm and set RIPAS RAM
` [PATCH v6 03/11] arm64: realm: Query IPA size from the RMM
` [PATCH v6 04/11] arm64: rsi: Add support for checking whether an MMIO is protected
` [PATCH v6 05/11] arm64: rsi: Map unprotected MMIO as decrypted
` [PATCH v6 06/11] efi: arm64: Map Device with Prot Shared
` [PATCH v6 07/11] arm64: Enforce bounce buffers for realm DMA
` [PATCH v6 08/11] arm64: mm: Avoid TLBI when marking pages as valid
` [PATCH v6 09/11] arm64: Enable memory encrypt for Realms
` [PATCH v6 10/11] virt: arm-cca-guest: TSM_REPORT support for realms
` [PATCH v6 11/11] arm64: Document Arm Confidential Compute

[PATCH v3 0/2] riscv: Add perf support to collect KVM guest statistics from host side
 2024-10-05 11:06 UTC  (2+ messages)

[PATCH v8 0/5] Add Svade and Svadu Extensions Support
 2024-10-05 11:01 UTC  (3+ messages)

[PATCH v5 00/65] QEMU Guest memfd + QEMU TDX support
 2024-10-05  8:15 UTC  (3+ messages)
` [PATCH v5 54/65] q35: Introduce smm_ranges property for q35-pci-host

[kvmtool PATCH v2 0/8] Add RISC-V ISA extensions based on Linux-6.11
 2024-10-05  8:00 UTC  (9+ messages)
` [kvmtool PATCH v2 1/8] Sync-up headers with Linux-6.11 kernel
` [kvmtool PATCH v2 2/8] riscv: Add Zawrs extension support
` [kvmtool PATCH v2 3/8] riscv: Add Zca "
` [kvmtool PATCH v2 4/8] riscv: Add Zcb "
` [kvmtool PATCH v2 5/8] riscv: Add Zcd "
` [kvmtool PATCH v2 6/8] riscv: Add Zcf "
` [kvmtool PATCH v2 7/8] riscv: Add Zcmop "
` [kvmtool PATCH v2 8/8] riscv: Add Zimop "

[RFC PATCH v2 00/10] Unmapping guest_memfd from Direct Map
 2024-10-04 22:50 UTC  (3+ messages)
` [RFC PATCH v2 06/10] kvm: gmem: add tracepoints for gmem share/unshare

[PATCH v2 0/3] KVM: x86/mmu: Repurpose MMU shrinker into page cache shrinker
 2024-10-04 20:04 UTC  (6+ messages)
` [PATCH v2 1/3] KVM: x86/mmu: Change KVM mmu shrinker to no-op
` [PATCH v2 2/3] KVM: x86/mmu: Use MMU shrinker to shrink KVM MMU memory caches
` [PATCH v2 3/3] KVM: selftests: Add a test to invoke MMU shrinker on KVM VMs

[PATCH 0/3] KVM: x86: Fix Intel PT Host/Guest mode when host tracing also
 2024-10-04 16:59 UTC  (3+ messages)

[PATCH v5 0/5] Correct perf sampling with Guest VMs
 2024-10-04 15:31 UTC  (7+ messages)
` [PATCH v5 1/5] arm: perf: Drop unused functions
` [PATCH v5 2/5] perf: Hoist perf_instruction_pointer() and perf_misc_flags()
` [PATCH v5 5/5] perf: Correct perf sampling with guest VMs

[PATCH 0/7] KVM: x86: Introduce new ioctl KVM_HYPERV_SET_TLB_FLUSH_INHIBIT
 2024-10-04 14:08 UTC  (8+ messages)
` [PATCH 1/7] KVM: Add API documentation for KVM_HYPERV_SET_TLB_FLUSH_INHIBIT
` [PATCH 2/7] KVM: x86: Implement Hyper-V's vCPU suspended state
` [PATCH 3/7] KVM: x86: Check vCPUs before enqueuing TLB flushes in kvm_hv_flush_tlb()
` [PATCH 4/7] KVM: Introduce KVM_HYPERV_SET_TLB_FLUSH_INHIBIT
` [PATCH 5/7] KVM: x86: Implement KVM_HYPERV_SET_TLB_FLUSH_INHIBIT
` [PATCH 6/7] KVM: x86: Add trace events to track Hyper-V suspensions
` [PATCH 7/7] KVM: selftests: Add tests for KVM_HYPERV_SET_TLB_FLUSH_INHIBIT

[PATCH 00/11] KVM: selftests: AVX support + fixes
 2024-10-04 13:35 UTC  (23+ messages)
` [PATCH 01/11] KVM: selftests: Fix out-of-bounds reads in CPUID test's array lookups
` [PATCH 02/11] KVM: selftests: Precisely mask off dynamic fields in CPUID test
` [PATCH 03/11] KVM: selftests: Mask off OSPKE and OSXSAVE when comparing CPUID entries
` [PATCH 04/11] KVM: selftests: Rework OSXSAVE CR4=>CPUID test to play nice with AVX insns
` [PATCH 05/11] KVM: selftests: Configure XCR0 to max supported value by default
` [PATCH 06/11] KVM: selftests: Verify XCR0 can be "downgraded" and "upgraded"
` [PATCH 07/11] KVM: selftests: Drop manual CR4.OSXSAVE enabling from CR4/CPUID sync test
` [PATCH 08/11] KVM: selftests: Drop manual XCR0 configuration from AMX test
` [PATCH 09/11] KVM: selftests: Drop manual XCR0 configuration from state test
` [PATCH 10/11] KVM: selftests: Drop manual XCR0 configuration from SEV smoke test
` [PATCH 11/11] KVM: selftests: Ensure KVM supports AVX for SEV-ES VMSA FPU test

[PATCH 1/1] RISC-V: KVM: Fix APLIC in_clrip and clripnum write emulation
 2024-10-04 12:39 UTC  (3+ messages)

[RFC 00/13] vfio: introduce vfio-cxl to support CXL type-2 accelerator passthrough
 2024-10-04 11:40 UTC  (6+ messages)

[PATCH 00/15] KVM: x86: Introduce new ioctl KVM_TRANSLATE2
 2024-10-04 10:44 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 NNTP newsgroup(s).