public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-25 11:41:55 to 2024-10-28 22:19:08 UTC [more...]

[PATCH 04/21] KVM: x86/xen: Initialize hrtimer in kvm_xen_init_vcpu()
 2024-10-28 22:19 UTC  (3+ messages)

[PATCH v6 00/10] TDX host: metadata reading tweaks, bug fix and info dump
 2024-10-28 22:12 UTC  (24+ messages)
` [PATCH v6 01/10] x86/virt/tdx: Rename 'struct tdx_tdmr_sysinfo' to reflect the spec better
` [PATCH v6 02/10] x86/virt/tdx: Start to track all global metadata in one structure
` [PATCH v6 03/10] x86/virt/tdx: Use auto-generated code to read global metadata
` [PATCH v6 04/10] x86/virt/tdx: Use dedicated struct members for PAMT entry sizes
` [PATCH v6 05/10] x86/virt/tdx: Add missing header file inclusion to local tdx.h
` [PATCH v6 06/10] x86/virt/tdx: Switch to use auto-generated global metadata reading code
` [PATCH v6 07/10] x86/virt/tdx: Trim away tail null CMRs
` [PATCH v6 08/10] x86/virt/tdx: Reduce TDMR's reserved areas by using CMRs to find memory holes
` [PATCH v6 09/10] x86/virt/tdx: Require the module to assert it has the NO_RBP_MOD mitigation
` [PATCH v6 10/10] x86/virt/tdx: Print TDX module version

[PATCH 00/18] Provide a new two step DMA mapping API
 2024-10-28 20:59 UTC  (31+ messages)
` [PATCH 01/18] PCI/P2PDMA: refactor the p2pdma mapping helpers
` [PATCH 02/18] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH 03/18] iommu: generalize the batched sync after map interface
` [PATCH 04/18] dma-mapping: Add check if IOVA can be used
` [PATCH 05/18] dma: Provide an interface to allow allocate IOVA
` [PATCH 06/18] iommu/dma: Factor out a iommu_dma_map_swiotlb helper
` [PATCH 07/18] dma-mapping: Implement link/unlink ranges API
` [PATCH 08/18] dma-mapping: add a dma_need_unmap helper
` [PATCH 09/18] docs: core-api: document the IOVA-based API
` [PATCH 10/18] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH 11/18] mm/hmm: provide generic DMA managing logic
` [PATCH 12/18] RDMA/umem: Store ODP access mask information in PFN
` [PATCH 13/18] RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkage
` [PATCH 14/18] RDMA/umem: Separate implicit ODP initialization from explicit ODP
` [PATCH 15/18] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [PATCH 16/18] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [PATCH 17/18] vfio/mlx5: Explicitly store page list
` [PATCH 18/18] vfio/mlx5: Convert vfio to use DMA link API

[PATCH v2 0/3] KVM: x86/mmu: Repurpose MMU shrinker into page cache shrinker
 2024-10-28 20:49 UTC  (6+ messages)
` [PATCH v2 2/3] KVM: x86/mmu: Use MMU shrinker to shrink KVM MMU memory caches

[PATCH v3 00/14] KVM: selftests: Morph max_guest_mem to mmu_stress
 2024-10-28 20:45 UTC  (3+ messages)
` [PATCH v3 09/14] KVM: sefltests: Explicitly include ucall_common.h in mmu_stress_test.c

[PATCH v3 0/9] SEV Kernel Selftests
 2024-10-28 20:41 UTC  (6+ messages)
` [PATCH v3 2/9] KVM: selftests: Add a basic SNP smoke test

[PATCH v3 0/7] target/i386: Add support for perfmon-v2, RAS bits and EPYC-Turin CPU model
 2024-10-28 18:46 UTC  (13+ messages)
` [PATCH v3 1/7] target/i386: Fix minor typo in NO_NESTED_DATA_BP feature bit
` [PATCH v3 2/7] target/i386: Add RAS feature bits on EPYC CPU models
` [PATCH v3 5/7] target/i386: Expose bits related to SRSO vulnerability

[RFC PATCH 0/7] Block and NMMe PCI use of new DMA mapping API
 2024-10-28 18:27 UTC  (9+ messages)
` [RFC PATCH 1/7] block: share more code for bio addition helpers
` [RFC PATCH 2/7] block: don't merge different kinds of P2P transfers in a single bio
` [RFC PATCH 3/7] blk-mq: add a dma mapping iterator
` [RFC PATCH 4/7] blk-mq: add scatterlist-less DMA mapping helpers
` [RFC PATCH 5/7] nvme-pci: remove struct nvme_descriptor
` [RFC PATCH 6/7] nvme-pci: use a better encoding for small prp pool allocations
` [RFC PATCH 7/7] nvme-pci: convert to blk_rq_dma_map

[PATCH v3 00/27] Enable FRED with KVM VMX
 2024-10-28 18:27 UTC  (10+ messages)
` [PATCH v3 16/27] KVM: VMX: Virtualize FRED nested exception tracking
` [PATCH v3 25/27] KVM: nVMX: Add FRED VMCS fields

[PATCH v1 0/5] SEV-SNP: Add KVM support for attestation and KVM_EXIT_COCO
 2024-10-28 18:20 UTC  (9+ messages)
` [PATCH v1 4/5] KVM: Introduce KVM_EXIT_COCO exit type

[PATCH vfio 0/7] Enhances the vfio-virtio driver to support live migration
 2024-10-28 18:17 UTC  (13+ messages)
` [PATCH vfio 1/7] virtio_pci: Introduce device parts access commands
` [PATCH vfio 2/7] virtio: Extend the admin command to include the result size
` [PATCH vfio 3/7] virtio: Manage device and driver capabilities via the admin commands
` [PATCH vfio 4/7] virtio-pci: Introduce APIs to execute device parts "
` [PATCH vfio 5/7] vfio/virtio: Add support for the basic live migration functionality
` [PATCH vfio 6/7] vfio/virtio: Add PRE_COPY support for live migration
` [PATCH vfio 7/7] vfio/virtio: Enable live migration once VIRTIO_PCI was configured

linux-next: manual merge of the kvm tree with the arm64 tree
 2024-10-28 18:06 UTC  (3+ messages)

[PATCH 0/3] KVM: VMX: Initialize TDX when loading KVM module
 2024-10-28 17:41 UTC  (5+ messages)
` [PATCH 1/3] KVM: VMX: Refactor VMX module init/exit functions
` [PATCH 2/3] KVM: Export hardware virtualization enabling/disabling functions
` [PATCH 3/3] KVM: VMX: Initialize TDX during KVM module load

[PATCH] KVM: arm64: Mark the VM as dead for failed initializations
 2024-10-28 17:12 UTC  (6+ messages)

[RFC RESEND 0/6] hugetlbfs largepage RAS project
 2024-10-28 17:01 UTC  (10+ messages)
` [PATCH v1 0/4] hugetlbfs memory HW error fixes
  ` [PATCH v1 2/4] accel/kvm: Keep track of the HWPoisonPage page_size
  ` [PATCH v1 3/4] system/physmem: Largepage punch hole before reset of memory pages

[PATCH] KVM: x86: Fast forward the iterator when zapping the TDP MMU
 2024-10-28 16:44 UTC  (4+ messages)

[PATCH 0/2] KVM: kvm-coco-queue: Support protected TSC
 2024-10-28 16:42 UTC  (6+ messages)

[RFC RESEND 0/6] hugetlbfs largepage RAS project
 2024-10-28 16:32 UTC  (7+ messages)

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

vmx_pmu_caps_test fails on Skylake based CPUS due to read only LBRs
 2024-10-28 15:55 UTC  (2+ messages)

[PATCH] Documentation: kvm: Reduce padding of "At the beginning" cell
 2024-10-28 12:58 UTC 

[PATCH v5 0/8] TDX host: metadata reading tweaks, bug fix and info dump
 2024-10-28 12:07 UTC  (4+ messages)

[PATCH net-next v23 4/7] mm: page_frag: avoid caller accessing 'page_frag_cache' directly
 2024-10-28 11:53 UTC 

[PATCH AUTOSEL 6.6 08/15] RISCV: KVM: use raw_spinlock for critical section in imsic
 2024-10-28 10:52 UTC 

[PATCH AUTOSEL 6.11 19/32] RISCV: KVM: use raw_spinlock for critical section in imsic
 2024-10-28 10:50 UTC  (2+ messages)
` [PATCH AUTOSEL 6.11 25/32] LoongArch: KVM: Mark hrtimer to expire in hard interrupt context

[PATCH] KVM: PPC: Book3S HV: Add Power11 capability support for Nested PAPR guests
 2024-10-28 10:16 UTC 

[PATCH v3 0/3] linux-headers: Update to Linux v6.12-rc5
 2024-10-28  9:55 UTC  (6+ messages)
` [PATCH v3 1/3] linux-headers: Add unistd_64.h
` [PATCH v3 2/3] linux-headers: loongarch: Add kvm_para.h
` [PATCH v3 3/3] linux-headers: Update to Linux v6.12-rc5

[PATCH v3] KVM: PPC: Book3S HV: Mask off LPCR_MER for a vCPU before running it to avoid spurious interrupts
 2024-10-28  9:04 UTC 

[PATCH v4 0/9] Introduce SMP Cache Topology
 2024-10-28  9:07 UTC  (2+ messages)

linux-next: build warning after merge of the kvm tree
 2024-10-28  8:29 UTC 

[PATCH v3 0/4] vfio-pci support pasid attach/detach
 2024-10-28  6:41 UTC  (3+ messages)
` [PATCH v3 4/4] iommufd: Extend IOMMU_GET_HW_INFO to report PASID capability

[PATCH v14 00/13] Add Secure TSC support for SNP guests
 2024-10-28  5:34 UTC  (14+ messages)
` [PATCH v14 01/13] x86/sev: Carve out and export SNP guest messaging init routines
` [PATCH v14 02/13] x86/sev: Relocate SNP guest messaging routines to common code
` [PATCH v14 03/13] x86/sev: Add Secure TSC support for SNP guests
` [PATCH v14 04/13] x86/sev: Change TSC MSR behavior for Secure TSC enabled guests
` [PATCH v14 05/13] x86/sev: Prevent RDTSC/RDTSCP interception "
` [PATCH v14 06/13] x86/sev: Prevent GUEST_TSC_FREQ MSR "
` [PATCH v14 07/13] x86/sev: Mark Secure TSC as reliable clocksource
` [PATCH v14 08/13] x86/cpu/amd: Do not print FW_BUG for Secure TSC
` [PATCH v14 09/13] tsc: Use the GUEST_TSC_FREQ MSR for discovering TSC frequency
` [PATCH v14 10/13] tsc: Upgrade TSC clocksource rating
` [PATCH v14 11/13] tsc: Switch to native sched clock
` [PATCH v14 12/13] x86/kvmclock: Abort SecureTSC enabled guest when kvmclock is selected
` [PATCH v14 13/13] x86/sev: Allow Secure TSC feature for SNP guests

[PATCH v3 0/9] Initial support for SMMUv3 nested translation
 2024-10-28  2:25 UTC  (6+ messages)
` [PATCH v3 9/9] iommu/arm-smmu-v3: Use S2FWB for NESTED domains

[syzbot] [kvm?] WARNING in srcu_check_nmi_safety (2)
 2024-10-27 13:55 UTC  (2+ messages)
` [syzbot] [bcachefs] "

[RFC PATCH v3 00/58] Mediated Passthrough vPMU 3.0 for x86
 2024-10-27 12:06 UTC  (4+ messages)
` [RFC PATCH v3 43/58] KVM: x86/pmu: Introduce PMU operator for setting counter overflow

[kvm-unit-tests PATCH v6 0/1] riscv: sbi: Add support to test HSM extension
 2024-10-26 16:18 UTC  (2+ messages)
` [kvm-unit-tests PATCH v6 1/1] riscv: sbi: Add tests for "

[PATCH] kvm: selftest: fix noop test in guest_memfd_test.c
 2024-10-26  8:59 UTC  (2+ messages)

[PATCH 00/25] TDX vCPU/VM creation
 2024-10-26  1:12 UTC  (9+ messages)
` [PATCH 18/25] KVM: TDX: Do TDX specific vcpu initialization

[PATCH v6 0/6] Add PSCI v1.3 SYSTEM_OFF2 support for hibernation
 2024-10-25 22:12 UTC  (10+ messages)
` [PATCH v6 6/6] arm64: Use SYSTEM_OFF2 PSCI call to power off for hibernate
` (subset) [PATCH v6 0/6] Add PSCI v1.3 SYSTEM_OFF2 support for hibernation

[PATCH v13 00/85] KVM: Stop grabbing references to PFNMAP'd pages
 2024-10-25 17:41 UTC  (4+ messages)

[PATCH v2 00/13] Accelerate KVM RISC-V when running as a guest
 2024-10-25 16:57 UTC  (2+ messages)

[syzbot] [kvm?] WARNING in vcpu_run
 2024-10-25 16:30 UTC 

[RFC kvm-unit-tests PATCH] lib/report: Return pass/fail result from report
 2024-10-25 15:45 UTC  (2+ messages)

[PATCH v1 00/11] fs/proc/vmcore: kdump support for virtio-mem on s390
 2024-10-25 15:11 UTC  (12+ messages)
` [PATCH v1 01/11] fs/proc/vmcore: convert vmcore_cb_lock into vmcore_mutex
` [PATCH v1 02/11] fs/proc/vmcore: replace vmcoredd_mutex by vmcore_mutex
` [PATCH v1 03/11] fs/proc/vmcore: disallow vmcore modifications after the vmcore was opened
` [PATCH v1 04/11] fs/proc/vmcore: move vmcore definitions from kcore.h to crash_dump.h
` [PATCH v1 05/11] fs/proc/vmcore: factor out allocating a vmcore memory node
` [PATCH v1 06/11] fs/proc/vmcore: factor out freeing a list of vmcore ranges
` [PATCH v1 07/11] fs/proc/vmcore: introduce PROC_VMCORE_DEVICE_RAM to detect device RAM ranges in 2nd kernel
` [PATCH v1 08/11] virtio-mem: mark device ready before registering callbacks in kdump mode
` [PATCH v1 09/11] virtio-mem: remember usable region size
` [PATCH v1 10/11] virtio-mem: support CONFIG_PROC_VMCORE_DEVICE_RAM
` [PATCH v1 11/11] s390/kdump: virtio-mem kdump support (CONFIG_PROC_VMCORE_DEVICE_RAM)

[PATCH v2] KVM: PPC: Book3S HV: Mask off LPCR_MER for a vCPU before running it to avoid spurious interrupts
 2024-10-25 14:30 UTC  (5+ messages)

[PATCH v3 0/7] virtio-mem: s390 support
 2024-10-25 14:14 UTC  (8+ messages)
` [PATCH v3 1/7] Documentation: s390-diag.rst: make diag500 a generic KVM hypercall
` [PATCH v3 2/7] Documentation: s390-diag.rst: document diag500(STORAGE LIMIT) subfunction
` [PATCH v3 3/7] s390/physmem_info: query diag500(STORAGE LIMIT) to support QEMU/KVM memory devices
` [PATCH v3 4/7] virtio-mem: s390 support
` [PATCH v3 5/7] lib/Kconfig.debug: default STRICT_DEVMEM to "y" on s390
` [PATCH v3 6/7] s390/sparsemem: reduce section size to 128 MiB
` [PATCH v3 7/7] s390/sparsemem: provide memory_add_physaddr_to_nid() with CONFIG_NUMA

[PATCH v5 00/43] arm64: Support for Arm CCA in KVM
 2024-10-25 13:24 UTC  (10+ messages)
` [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 00/26] Address Space Isolation (ASI) 2024
 2024-10-25 13:21 UTC  (4+ messages)
` [PATCH 01/26] mm: asi: Make some utility functions noinstr compatible

[kvm-unit-tests PATCH 0/2] lib/on-cpus: A couple of fixes
 2024-10-25 12:19 UTC  (3+ messages)
` [kvm-unit-tests PATCH 1/2] lib/on-cpus: Correct and simplify synchronization


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox