public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-14 13:52:51 to 2024-10-16 00:17:10 UTC [more...]

[PATCH v3 1/5] KVM: pfncache: Add needs_invalidation flag to gfn_to_pfn_cache
 2024-10-16  0:17 UTC  (5+ messages)
` [PATCH v3 2/5] KVM: pfncache: Implement range-based invalidation check for hva_to_pfn_retry()
` [PATCH v3 4/5] KVM: pfncache: Move invalidation to invalidate_range_end hook

[RFC PATCH 00/39] 1G page support for guest_memfd
 2024-10-15 23:42 UTC  (6+ messages)
` [RFC PATCH 26/39] KVM: guest_memfd: Track faultability within a struct kvm_gmem_private

[PATCH v8 00/11] Enable haltpoll on arm64
 2024-10-15 22:40 UTC  (22+ messages)
` [PATCH v8 01/11] cpuidle/poll_state: poll via smp_cond_load_relaxed()
` [PATCH v8 09/11] arm64: select ARCH_HAS_OPTIMIZED_POLL
` [PATCH v8 11/11] arm64: support cpuidle-haltpoll

[PATCH v7 00/18] mm: multi-gen LRU: Walk secondary MMU page tables while aging
 2024-10-15 22:47 UTC  (4+ messages)

[PATCH v5 0/8] TDX host: metadata reading tweaks, bug fix and info dump
 2024-10-15 21:11 UTC  (9+ messages)
` [PATCH v5 2/8] x86/virt/tdx: Rework TD_SYSINFO_MAP to support build-time verification

[PATCH 00/13] Remove implicit devres from pci_intx()
 2024-10-15 19:53 UTC  (15+ messages)
` [PATCH 01/13] PCI: Prepare removing "
` [PATCH 02/13] ALSA: hda_intel: Use always-managed version of pcim_intx()
` [PATCH 03/13] drivers/xen: Use never-managed version of pci_intx()
` [PATCH 04/13] net/ethernet: "
` [PATCH 05/13] net/ntb: "
` [PATCH 06/13] misc: "
` [PATCH 07/13] vfio/pci: "
` [PATCH 08/13] PCI: MSI: "
` [PATCH 09/13] ata: Use always-managed "
` [PATCH 10/13] wifi: qtnfmac: use always-managed version of pcim_intx()
` [PATCH 11/13] HID: amd_sfh: Use "
` [PATCH 12/13] Remove devres from pci_intx()
` [PATCH 13/13] PCI: Deprecate pci_intx(), pcim_intx()

[PATCH 0/3] Handle MMIO during event delivery error on SVM
 2024-10-15 19:52 UTC  (4+ messages)
` [PATCH 1/3] KVM: x86, vmx: Add function for event delivery error generation

[PATCH v3 0/4] Add support for the Bus Lock Threshold
 2024-10-15 18:15 UTC  (5+ messages)
` [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 0/7] KVM: x86: Introduce new ioctl KVM_HYPERV_SET_TLB_FLUSH_INHIBIT
 2024-10-15 18:10 UTC  (14+ messages)
` [PATCH 2/7] KVM: x86: Implement Hyper-V's vCPU suspended state
` [PATCH 5/7] KVM: x86: Implement KVM_HYPERV_SET_TLB_FLUSH_INHIBIT

[PATCH 00/17] replace call_rcu by kfree_rcu for simple kmem_cache_free callback
 2024-10-15 18:00 UTC  (3+ messages)

[PATCH v5 0/5] Add PSCI v1.3 SYSTEM_OFF2 support for hibernation
 2024-10-15 17:16 UTC  (6+ messages)
` [PATCH v5 4/5] KVM: selftests: Add test for PSCI SYSTEM_OFF2

[PATCH v3 00/11] s390/kvm: Handle guest-related program interrupts in KVM
 2024-10-15 16:43 UTC  (12+ messages)
` [PATCH v3 01/11] s390/entry: Remove __GMAP_ASCE and use _PIF_GUEST_FAULT again
` [PATCH v3 02/11] s390/kvm: Remove kvm_arch_fault_in_page()
` [PATCH v3 03/11] s390/mm/gmap: Refactor gmap_fault() and add support for pfault
` [PATCH v3 04/11] s390/mm/gmap: Fix __gmap_fault() return code
` [PATCH v3 05/11] s390/mm/fault: Handle guest-related program interrupts in KVM
` [PATCH v3 06/11] s390/kvm: Stop using gmap_{en,dis}able()
` [PATCH v3 07/11] s390/mm/gmap: Remove gmap_{en,dis}able()
` [PATCH v3 08/11] s390: Remove gmap pointer from lowcore
` [PATCH v3 09/11] s390/mm: Simplify get_fault_type()
` [PATCH v3 10/11] s390/mm: Get rid of fault type switch statements
` [PATCH v3 11/11] s390/mm: Convert to LOCK_MM_AND_FIND_VMA

[RFC 00/29] Introduce NVIDIA GPU Virtualization (vGPU) Support
 2024-10-15 16:35 UTC  (17+ messages)
` [RFC 04/29] nvkm/vgpu: set the VF partition count when NVIDIA vGPU is enabled
` [RFC 06/29] nvkm/vgpu: set RMSetSriovMode "
` [RFC 18/29] nvkm/vgpu: introduce pci_driver.sriov_configure() in nvkm

[PATCH v3 0/4] vfio-pci support pasid attach/detach
 2024-10-15 16:22 UTC  (8+ messages)
` [PATCH v3 3/4] vfio: Add VFIO_DEVICE_PASID_[AT|DE]TACH_IOMMUFD_PT

[RFC PATCH v3 00/58] Mediated Passthrough vPMU 3.0 for x86
 2024-10-15 15:59 UTC  (26+ messages)
` [RFC PATCH v3 09/58] perf: Add a EVENT_GUEST flag
` [RFC PATCH v3 10/58] perf: Add generic exclude_guest support
` [RFC PATCH v3 14/58] perf: Add switch_interrupt() interface

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

[PATCH v6 0/5] selftests: kvm: s390: Add ucontrol memory selftests
 2024-10-15 14:15 UTC  (11+ messages)
` [PATCH v6 1/5] selftests: kvm: s390: Add uc_map_unmap VM test case
` [PATCH v6 2/5] selftests: kvm: s390: Add uc_skey "
` [PATCH v6 3/5] selftests: kvm: s390: Verify reject memory region operations for ucontrol VMs
` [PATCH v6 4/5] selftests: kvm: s390: Fix whitespace confusion in ucontrol test
` [PATCH v6 5/5] selftests: kvm: s390: correct IP.b length in uc_handle_sieic debug output

[PATCH] x86/kvm: Override default caching mode for SEV-SNP and TDX
 2024-10-15 14:00 UTC  (7+ messages)

[PATCH v2 0/8] Initial support for SMMUv3 nested translation
 2024-10-15 13:09 UTC  (6+ messages)

[PATCH v5 00/43] arm64: Support for Arm CCA in KVM
 2024-10-15 13:02 UTC  (7+ messages)
` [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

[kvm-unit-tests PATCH v3 0/7] s390x: STFLE nested interpretation
 2024-10-15 11:01 UTC  (6+ messages)
` [kvm-unit-tests PATCH v3 7/7] s390x: Add test for STFLE interpretive execution (format-0)

[RFC PATCH v1 17/57] kvm: Remove PAGE_SIZE compile-time constant assumption
 2024-10-15 10:57 UTC  (3+ messages)

[Invitation] bi-weekly guest_memfd upstream call on 2024-10-17
 2024-10-15 10:55 UTC 

[PATCH v3 00/11] KVM: Restricted mapping of guest_memfd at the host and arm64 support
 2024-10-15 10:33 UTC  (7+ messages)
` [PATCH v3 04/11] KVM: guest_memfd: Allow host to mmap guest_memfd() pages when shared
` [PATCH v3 06/11] KVM: guest_memfd: Add KVM capability to check if guest_memfd is host mappable

Proposal: bi-weekly guest_memfd upstream call
 2024-10-15 10:24 UTC  (2+ messages)

[PATCH v6 00/11] arm64: Support for running as a guest in Arm CCA
 2024-10-15  9:55 UTC  (19+ messages)
` [PATCH v6 03/11] arm64: realm: Query IPA size from the RMM
` [PATCH v6 08/11] arm64: mm: Avoid TLBI when marking pages as valid
` [PATCH v6 10/11] virt: arm-cca-guest: TSM_REPORT support for realms
` [PATCH v6 11/11] arm64: Document Arm Confidential Compute

[PATCH v5 0/2] riscv: Add perf support to collect KVM guest statistics from host side
 2024-10-15  8:43 UTC  (3+ messages)
` [PATCH v5 1/2] riscv: perf: add guest vs host distinction
` [PATCH v5 2/2] riscv: KVM: add basic support for host vs guest profiling

[PATCH] KVM: PPC: Book3S HV: Reset LPCR_MER before running a vCPU to avoid spurious interrupts
 2024-10-15  7:18 UTC 

[PATCH] RISCV: KVM: use raw_spinlock for critical section in imsic
 2024-10-15  6:45 UTC  (2+ messages)

[PATCH v4 0/2] riscv: Add perf support to collect KVM guest statistics from host side
 2024-10-15  6:42 UTC  (4+ messages)
` [PATCH v4 1/2] riscv: perf: add guest vs host distinction
` [PATCH v4 2/2] riscv: KVM: add basic support for host vs guest profiling

[PATCH v2 0/2] vhost-vdpa: Add support for NO-IOMMU mode
 2024-10-15  3:48 UTC  (4+ messages)
  ` [EXTERNAL] "

[PATCH 09/21] KVM: TDX: Retry seamcall when TDX_OPERAND_BUSY with operand SEPT
 2024-10-15  1:24 UTC  (16+ messages)

[PATCH 0/7] KVM: x86: Clean up MSR_IA32_APICBASE_BASE code
 2024-10-14 23:22 UTC  (6+ messages)
` [PATCH 5/7] KVM: x86: Move kvm_set_apic_base() implementation to lapic.c (from x86.c)

[PATCH v3 0/9] SEV Kernel Selftests
 2024-10-14 22:58 UTC  (8+ messages)
` [PATCH v3 1/9] KVM: selftests: Decouple SEV ioctls from asserts
` [PATCH v3 2/9] KVM: selftests: Add a basic SNP smoke test
` [PATCH v3 7/9] KVM: selftests: Add interface to manually flag protected/encrypted ranges

[PATCH V13 00/14] perf/core: Add ability for an event to "pause" or "resume" AUX area tracing
 2024-10-14 18:25 UTC  (5+ messages)
` [PATCH V13 02/14] KVM: x86: Fix Intel PT IA32_RTIT_CTL MSR validation
` [PATCH V13 03/14] KVM: x86: Fix Intel PT Host/Guest mode when host tracing also

[kvm:kvm-coco-queue 62/109] arch/x86/kvm/mmu/tdp_mmu.c:474:14: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2024-10-14 16:34 UTC  (2+ messages)

[kvmtool PATCH v2 0/8] Add RISC-V ISA extensions based on Linux-6.11
 2024-10-14 16:30 UTC  (2+ messages)

[PATCH v5 0/4] Distinguish between variants of IBPB
 2024-10-14 15:48 UTC  (3+ messages)
` [PATCH v5 4/4] KVM: x86: AMD's IBPB is not equivalent to Intel's IBPB

[PATCH 0/2] KVM: kvm-coco-queue: Support protected TSC
 2024-10-14 15:48 UTC  (4+ messages)
` [PATCH 2/2] KVM: x86: Don't allow tsc_offset, tsc_scaling_ratio to change

[PATCH v5 0/5] Correct perf sampling with Guest VMs
 2024-10-14 15:46 UTC  (5+ messages)
` [PATCH v5 2/5] perf: Hoist perf_instruction_pointer() and perf_misc_flags()
` [PATCH v5 3/5] powerpc: perf: Use perf_arch_instruction_pointer()


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