kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-20 19:28:52 to 2025-06-23 14:17:54 UTC [more...]

[PATCH 0/3] use vm_flags_t consistently
 2025-06-23 14:17 UTC  (6+ messages)
` [PATCH 1/3] mm: change vm_get_page_prot() to accept vm_flags_t argument
` [PATCH 2/3] mm: update core kernel code to use vm_flags_t consistently

[kvm-unit-tests PATCH 0/8] x86: CET fixes and enhancements
 2025-06-23 14:17 UTC  (10+ messages)
` [kvm-unit-tests PATCH 1/8] x86: Avoid top-most page for vmalloc on x86-64
` [kvm-unit-tests PATCH 6/8] x86/cet: Simplify IBT test
` [kvm-unit-tests PATCH 8/8] x86/cet: Test far returns too

[PATCH] RISC-V: KVM: Delegate illegal instruction fault
 2025-06-23 14:11 UTC  (13+ messages)
  ` [External] "

[PATCH v3 00/62] KVM: iommu: Overhaul device posted IRQs support
 2025-06-23 14:05 UTC  (17+ messages)
` [PATCH v3 02/62] KVM: arm64: WARN if unmapping vLPI fails
` [PATCH v3 17/62] KVM: SVM: Add enable_ipiv param, never set IsRunning if disabled
` [PATCH v3 18/62] KVM: SVM: Disable (x2)AVIC IPI virtualization if CPU has erratum #1235

[PATCH v2 0/2] x86/sev: improve efi runtime code support
 2025-06-23 13:57 UTC  (3+ messages)
` [PATCH v2 1/2] x86/sev/vc: fix efi runtime instruction emulation

[RFC PATCH 1/2] KVM: Add arch hooks for KVM syscore ops
 2025-06-23 13:27 UTC  (2+ messages)
` [RFC PATCH 2/2] KVM: arm64: vgic-its: Unmap all vPEs on shutdown

[PATCH v9 00/43] arm64: Support for Arm CCA in KVM
 2025-06-23 13:17 UTC  (3+ messages)
` [PATCH v9 07/43] arm64: RME: ioctls to create and configure realms

[PATCH 0/5] KVM: arm64: Enable GICv3 guests on GICv5 hosts using FEAT_GCIE_LEGACY
 2025-06-23 13:12 UTC  (11+ messages)
` [PATCH 4/5] KVM: arm64: gic-v5: Support GICv3 compat
` [PATCH 5/5] KVM: arm64: gic-v5: Probe for GICv5

[kvm-unit-tests PATCH 0/3] riscv: sbi: sse: Fix some potential crashes
 2025-06-23 13:11 UTC  (4+ messages)
` [kvm-unit-tests PATCH 1/3] riscv: sbi: sse: Fix wrong sse stack initialization
` [kvm-unit-tests PATCH 2/3] riscv: sbi: sse: Add missing index for handler call check
` [kvm-unit-tests PATCH 3/3] riscv: sbi: sse: Use READ_ONCE()/WRITE_ONCE() for shared variables

[PATCH v3 00/26] arm: Fixes and preparatory cleanups for split-accel
 2025-06-23 13:01 UTC  (28+ messages)
` [PATCH v3 01/26] target/arm: Remove arm_handle_psci_call() stub
` [PATCH v3 02/26] target/arm: Reduce arm_cpu_post_init() declaration scope
` [PATCH v3 03/26] target/arm: Unify gen_exception_internal()
` [PATCH v3 04/26] target/arm/hvf: Simplify GIC hvf_arch_init_vcpu()
` [PATCH v3 05/26] target/arm/hvf: Directly re-lock BQL after hv_vcpu_run()
` [PATCH v3 06/26] target/arm/hvf: Trace hv_vcpu_run() failures
` [PATCH v3 07/26] accel/hvf: Trace VM memory mapping
` [PATCH v3 08/26] target/arm/hvf: Log $pc in hvf_unknown_hvc() trace event
` [PATCH v3 09/26] target/arm: Correct KVM & HVF dtb_compatible value
` [PATCH v3 10/26] accel/hvf: Model PhysTimer register
` [PATCH v3 11/26] target/arm/hvf: Pass @target_el argument to hvf_raise_exception()
` [PATCH v3 12/26] target/arm: Restrict system register properties to system binary
` [PATCH v3 13/26] target/arm: Create GTimers *after* features finalized / accel realized
` [PATCH v3 14/26] accel: Keep reference to AccelOpsClass in AccelClass
` [PATCH v3 15/26] accel: Introduce AccelOpsClass::cpu_target_realize() hook
` [PATCH v3 16/26] accel/hvf: Add hvf_arch_cpu_realize() stubs
` [PATCH v3 17/26] target/arm/hvf: Really set Generic Timer counter frequency
` [PATCH v3 18/26] hw/arm/virt: Only require TCG || QTest to use TrustZone
` [PATCH v3 19/26] hw/arm/virt: Only require TCG || QTest to use virtualization extension
` [PATCH v3 20/26] hw/arm/virt: Rename cpu_post_init() -> post_cpus_gic_realized()
` [PATCH v3 21/26] hw/arm/sbsa-ref: Tidy up use of RAMLIMIT_GB definition
` [PATCH v3 22/26] tests/functional: Set sbsa-ref machine type in each test function
` [PATCH v3 23/26] tests/functional: Restrict nested Aarch64 Xen test to TCG
` [PATCH v3 24/26] tests/functional: Require TCG to run Aarch64 imx8mp-evk test
` [PATCH v3 25/26] tests/functional: Add hvf_available() helper
` [PATCH v3 26/26] tests/functional: Expand Aarch64 SMMU tests to run on HVF accelerator

[PATCH V2 1/2] mm/filemap: Add NUMA mempolicy support to filemap_alloc_folio()
 2025-06-23 12:22 UTC  (3+ messages)
` [PATCH V2 2/2] mm/filemap: Extend __filemap_get_folio() to support NUMA memory policies

[PATCH v2 00/26] arm: Fixes and preparatory cleanups for split-accel
 2025-06-23 12:05 UTC  (15+ messages)
` [PATCH v2 22/26] hw/arm/sbsa-ref: Tidy up use of RAMLIMIT_GB definition
` [PATCH v2 23/26] tests/functional: Restrict nexted Aarch64 Xen test to TCG
` [PATCH v2 24/26] tests/functional: Require TCG to run Aarch64 imx8mp-evk test
` [PATCH v2 25/26] tests/functional: Add hvf_available() helper
` [PATCH v2 26/26] tests/functional: Expand Aarch64 SMMU tests to run on HVF accelerator

[RFC PATCH v7 00/37] AMD: Add Secure AVIC Guest Support
 2025-06-23 11:49 UTC  (7+ messages)
` [RFC PATCH v7 01/37] KVM: lapic: Remove __apic_test_and_{set|clear}_vector()
` [RFC PATCH v7 02/37] KVM: lapic: Remove redundant parentheses around 'bitmap'
` [RFC PATCH v7 03/37] x86/apic: KVM: Deduplicate APIC vector => register+bit math

[PATCH v5 net-next 0/9] virtio: introduce GSO over UDP tunnel
 2025-06-23 10:58 UTC  (4+ messages)
` [PATCH v5 net-next 4/9] vhost-net: allow configuring extended features

[PATCH v3 0/7] Adjust fbcon console device detection
 2025-06-23 10:43 UTC  (10+ messages)
` [PATCH v3 6/7] PCI/VGA: Move check for firmware default out of VGA arbiter
` [PATCH v3 7/7] fbcon: Make a symlink to the device selected as primary

[RFC PATCH v8 3/7] mm/filemap: Add mempolicy support to the filemap layer
 2025-06-23 10:01 UTC  (15+ messages)
` [PATCH 1/2] filemap: Add a mempolicy argument to filemap_alloc_folio()
` [PATCH 2/2] filemap: Add __filemap_get_folio_mpol()

[RFC PATCH 00/21] KVM: TDX huge page support for private memory
 2025-06-23  9:32 UTC  (6+ messages)
` [RFC PATCH 02/21] x86/virt/tdx: Enhance tdh_mem_page_aug() to support huge pages

[RFC PATCH 08/21] KVM: TDX: Increase/decrease folio ref for huge pages
 2025-06-23  9:27 UTC  (11+ messages)

[PATCH v3 0/4] KVM: arm64: Add attribute to control GICD_TYPER2.nASSGIcap
 2025-06-23  9:05 UTC  (5+ messages)
` [PATCH v3 3/4] KVM: arm64: Introduce "

[PATCH v5 0/3] Move duplicated instructions macros into asm/insn.h
 2025-06-23  8:48 UTC  (6+ messages)
` [PATCH v5 1/3] riscv: Fix typo EXRACT -> EXTRACT
` [PATCH v5 2/3] riscv: Strengthen duplicate and inconsistent definition of RV_X()
` [PATCH v5 3/3] riscv: Move all duplicate insn parsing macros into asm/insn.h

[PATCH v4 0/2] Fix DR6/DR7 initialization
 2025-06-23  8:14 UTC  (5+ messages)
` [PATCH v4 1/2] x86/traps: Initialize DR6 by writing its architectural reset value
` [PATCH v4 2/2] x86/traps: Initialize DR7 "

[PATCH net-next v12 00/10] tun: Introduce virtio-net hashing feature
 2025-06-23  8:07 UTC  (24+ messages)
` [PATCH net-next v12 01/10] virtio_net: Add functions for hashing
` [PATCH net-next v12 04/10] tun: Add common virtio-net hash feature code

linux-next: build warnings after merge of the kvm-fixes tree
 2025-06-23  6:21 UTC 

[GIT PULL] KVM fixes for Linux 6.16-rc3
 2025-06-22 19:55 UTC  (2+ messages)

[PATCH net-next v3 1/3] vsock: Add support for SIOCINQ ioctl
 2025-06-22 13:59 UTC  (2+ messages)

[PATCH v2 00/23] ARM64 PMU Partitioning
 2025-06-22  9:32 UTC  (31+ messages)
` [PATCH v2 01/23] arm64: cpufeature: Add cpucap for HPMN0
` [PATCH v2 02/23] arm64: Generate sign macro for sysreg Enums
` [PATCH v2 03/23] arm64: cpufeature: Add cpucap for PMICNTR
` [PATCH v2 04/23] arm64: Define PMI{CNTR,FILTR}_EL0 as undef_access
` [PATCH v2 05/23] KVM: arm64: Cleanup PMU includes
` [PATCH v2 06/23] KVM: arm64: Reorganize PMU functions
` [PATCH v2 07/23] perf: arm_pmuv3: Introduce method to partition the PMU
` [PATCH v2 07/23] perf: pmuv3: "
` [PATCH v2 08/23] perf: arm_pmuv3: Generalize counter bitmasks
` [PATCH v2 09/23] perf: arm_pmuv3: Keep out of guest counter partition
` [PATCH v2 10/23] KVM: arm64: Correct kvm_arm_pmu_get_max_counters()
` [PATCH v2 11/23] KVM: arm64: Set up FGT for Partitioned PMU
` [PATCH v2 12/23] KVM: arm64: Writethrough trapped PMEVTYPER register
` [PATCH v2 13/23] KVM: arm64: Use physical PMSELR for PMXEVTYPER if partitioned
` [PATCH v2 14/23] KVM: arm64: Writethrough trapped PMOVS register
` [PATCH v2 15/23] KVM: arm64: Write fast path PMU register handlers
` [PATCH v2 16/23] KVM: arm64: Setup MDCR_EL2 to handle a partitioned PMU
` [PATCH v2 17/23] KVM: arm64: Account for partitioning in PMCR_EL0 access
` [PATCH v2 18/23] KVM: arm64: Context swap Partitioned PMU guest registers
` [PATCH v2 19/23] KVM: arm64: Enforce PMU event filter at vcpu_load()
` [PATCH v2 20/23] perf: arm_pmuv3: Handle IRQs for Partitioned PMU guest counters
` [PATCH v2 20/23] perf: pmuv3: "
` [PATCH v2 21/23] KVM: arm64: Inject recorded guest interrupts
` [PATCH v2 22/23] KVM: arm64: Add ioctl to partition the PMU when supported
` [PATCH v2 23/23] KVM: arm64: selftests: Add test case for partitioned PMU

[PATCH v3 0/9] LoongArch: KVM: INTC: Enhancement about eiointc emulation
 2025-06-21 13:04 UTC  (5+ messages)
` [PATCH v3 9/9] LoongArch: KVM: INTC: Add address alignment check

[PATCH V4 0/1] KVM: TDX: Decrease TDX VM shutdown time
 2025-06-21  3:00 UTC  (13+ messages)
` [PATCH V4 1/1] KVM: TDX: Add sub-ioctl KVM_TDX_TERMINATE_VM

[RFC PATCH 00/30] Host side (KVM/VFIO/IOMMUFD) support for TDISP using TSM
 2025-06-21  1:07 UTC  (3+ messages)

[ANNOUNCE] PUCK Agenda - 2025.06.18 - Any topics?
 2025-06-20 23:51 UTC  (2+ messages)

[PATCH v7 00/10] x86: Add support for NMI-source reporting with FRED
 2025-06-20 23:22 UTC  (9+ messages)
` [PATCH v7 02/10] x86/fred: Pass event data to the NMI entry point from KVM

[PATCH 00/33] vfio: Introduce selftests for VFIO
 2025-06-20 23:20 UTC  (34+ messages)
` [PATCH 01/33] selftests: Create tools/testing/selftests/vfio
` [PATCH 02/33] vfio: selftests: Add a helper library for VFIO selftests
` [PATCH 03/33] vfio: selftests: Introduce vfio_pci_device_test
` [PATCH 04/33] vfio: selftests: Test basic VFIO and IOMMUFD integration
` [PATCH 05/33] vfio: selftests: Move vfio dma mapping test to their own file
` [PATCH 06/33] vfio: selftests: Add test to reset vfio device
` [PATCH 07/33] vfio: selftests: Add DMA mapping tests for 2M and 1G HugeTLB
` [PATCH 08/33] vfio: selftests: Validate 2M/1G HugeTLB are mapped as 2M/1G in IOMMU
` [PATCH 09/33] tools headers: Add stub definition for __iomem
` [PATCH 10/33] tools headers: Import asm-generic MMIO helpers
` [PATCH 11/33] tools headers: Import x86 MMIO helper overrides
` [PATCH 12/33] tools headers: Import iosubmit_cmds512()
` [PATCH 13/33] tools headers: Add symlink to linux/pci_ids.h
` [PATCH 14/33] vfio: selftests: Keep track of DMA regions mapped into the device
` [PATCH 15/33] vfio: selftests: Enable asserting MSI eventfds not firing
` [PATCH 16/33] vfio: selftests: Add a helper for matching vendor+device IDs
` [PATCH 17/33] vfio: selftests: Add driver framework
` [PATCH 18/33] vfio: sefltests: Add vfio_pci_driver_test
` [PATCH 19/33] dmaengine: ioat: Move system_has_dca_enabled() to dma.h
` [PATCH 20/33] vfio: selftests: Add driver for Intel CBDMA
` [PATCH 21/33] dmaengine: idxd: Allow registers.h to be included from tools/
` [PATCH 22/33] vfio: selftests: Add driver for Intel DSA
` [PATCH 23/33] vfio: selftests: Move helper to get cdev path to libvfio
` [PATCH 24/33] vfio: selftests: Encapsulate IOMMU mode
` [PATCH 25/33] vfio: selftests: Replicate tests across all iommu_modes
` [PATCH 26/33] vfio: selftests: Add vfio_type1v2_mode
` [PATCH 27/33] vfio: selftests: Add iommufd_compat_type1{,v2} modes
` [PATCH 28/33] vfio: selftests: Add iommufd mode
` [PATCH 29/33] vfio: selftests: Make iommufd the default iommu_mode
` [PATCH 30/33] vfio: selftests: Add a script to help with running VFIO selftests
` [PATCH 31/33] KVM: selftests: Build and link sefltests/vfio/lib into KVM selftests
` [PATCH 32/33] KVM: selftests: Test sending a vfio-pci device IRQ to a VM
` [PATCH 33/33] KVM: selftests: Add -d option to vfio_pci_device_irq_test for device-sent MSIs

[RFC PATCH 00/24] KVM: SVM: Rework ASID management
 2025-06-20 23:13 UTC  (3+ messages)
` [RFC PATCH 06/24] KVM: SEV: Track ASID->vCPU instead of ASID->VMCB


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).