kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-11 13:20:27 to 2024-10-15 00:07:54 UTC [more...]

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

[PATCH v6 00/11] arm64: Support for running as a guest in Arm CCA
 2024-10-15  0:01 UTC  (29+ 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 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 10/11] virt: arm-cca-guest: TSM_REPORT support for realms
` [PATCH v6 11/11] arm64: Document Arm Confidential Compute

[PATCH 0/7] KVM: x86: Introduce new ioctl KVM_HYPERV_SET_TLB_FLUSH_INHIBIT
 2024-10-14 23:36 UTC  (8+ 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 v8 00/11] Enable haltpoll on arm64
 2024-10-14 22:54 UTC  (6+ messages)
` [PATCH v8 11/11] arm64: support cpuidle-haltpoll

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

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

[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

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

[PATCH v2 0/7] virtio-mem: s390 support
 2024-10-14 19:47 UTC  (21+ 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 v5 0/8] TDX host: metadata reading tweaks, bug fix and info dump
 2024-10-14 19:13 UTC  (11+ messages)
` [PATCH v5 1/8] x86/virt/tdx: Rename 'struct tdx_tdmr_sysinfo' to reflect the spec better
` [PATCH v5 2/8] x86/virt/tdx: Rework TD_SYSINFO_MAP to support build-time verification
` [PATCH v5 3/8] x86/virt/tdx: Prepare to support reading other global metadata fields
` [PATCH v5 4/8] x86/virt/tdx: Refine a comment to reflect the latest TDX spec
` [PATCH v5 5/8] x86/virt/tdx: Start to track all global metadata in one structure
` [PATCH v5 6/8] x86/virt/tdx: Print TDX module version
` [PATCH v5 7/8] x86/virt/tdx: Require the module to assert it has the NO_RBP_MOD mitigation
` [PATCH v5 8/8] x86/virt/tdx: Reduce TDMR's reserved areas by using CMRs to find memory holes

[PATCH V13 00/14] perf/core: Add ability for an event to "pause" or "resume" AUX area tracing
 2024-10-14 18:25 UTC  (18+ messages)
` [PATCH V13 01/14] perf/x86/intel/pt: Fix buffer full but size is 0 case
` [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
` [PATCH V13 04/14] KVM: selftests: Add guest Intel PT test
` [PATCH V13 05/14] perf/core: Add aux_pause, aux_resume, aux_start_paused
` [PATCH V13 06/14] perf/x86/intel/pt: Add support for pause / resume
` [PATCH V13 07/14] perf/x86/intel: Do not enable large PEBS for events with aux actions or aux sampling
` [PATCH V13 08/14] perf tools: Add aux_start_paused, aux_pause and aux_resume
` [PATCH V13 09/14] perf tools: Add aux-action config term
` [PATCH V13 10/14] perf tools: Parse aux-action
` [PATCH V13 11/14] perf tools: Add missing_features for aux_start_paused, aux_pause, aux_resume
` [PATCH V13 12/14] perf intel-pt: Improve man page format
` [PATCH V13 13/14] perf intel-pt: Add documentation for pause / resume
` [PATCH V13 14/14] perf intel-pt: Add a test "

[RFC PATCH v3 00/58] Mediated Passthrough vPMU 3.0 for x86
 2024-10-14 17:51 UTC  (27+ 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 v3 00/11] KVM: Restricted mapping of guest_memfd at the host and arm64 support
 2024-10-14 16:52 UTC  (3+ messages)
` [PATCH v3 04/11] KVM: guest_memfd: Allow host to mmap guest_memfd() pages when shared

[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 v3 0/4] vfio-pci support pasid attach/detach
 2024-10-14 15:49 UTC  (6+ messages)
` [PATCH v3 3/4] vfio: Add VFIO_DEVICE_PASID_[AT|DE]TACH_IOMMUFD_PT

[PATCH v5 0/4] Distinguish between variants of IBPB
 2024-10-14 15:48 UTC  (6+ messages)
` [PATCH v5 1/4] x86/cpufeatures: Clarify semantics of X86_FEATURE_IBPB
` [PATCH v5 2/4] x86/cpufeatures: Define X86_FEATURE_AMD_IBPB_RET
` [PATCH v5 3/4] KVM: x86: Advertise AMD_IBPB_RET to userspace
` [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  (5+ messages)
` [PATCH 1/2] KVM: x86: Push down setting vcpu.arch.user_set_tsc
` [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()

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

[RFC 00/29] Introduce NVIDIA GPU Virtualization (vGPU) Support
 2024-10-14 11:36 UTC  (19+ messages)
` [RFC 01/29] nvkm/vgpu: introduce NVIDIA vGPU support prelude
` [RFC 02/29] nvkm/vgpu: attach to nvkm as a nvkm client
` [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 00/17] replace call_rcu by kfree_rcu for simple kmem_cache_free callback
 2024-10-14 11:26 UTC  (6+ messages)
` [PATCH 13/17] KVM: PPC: "
` (subset) [PATCH 00/17] "

[PATCH 1/1] KVM: nVMX: update VPPR on vmlaunch/vmresume
 2024-10-14 10:57 UTC  (2+ messages)

Proposal: bi-weekly guest_memfd upstream call
 2024-10-14  9:34 UTC  (6+ messages)

[RFC PATCH 00/13] Remove implicit devres from pci_intx()
 2024-10-14  9:12 UTC  (6+ messages)
` [RFC PATCH 01/13] PCI: Prepare removing "

[kvm-unit-tests PATCH 0/5] nVMX: Simple posted interrupts test
 2024-10-14  8:56 UTC  (3+ messages)

[PATCH 00/21] TDX MMU Part 2
 2024-10-14  6:34 UTC  (4+ messages)
` [PATCH 13/21] KVM: TDX: Handle TLB tracking for TDX

[PATCH v2] KVM: VMX: Remove the unused variable "gpa" in __invept()
 2024-10-14  4:59 UTC 

[PATCH] KVM: VMX: Remove the unused variable "gpa" in __invept()
 2024-10-14  4:19 UTC 

[PATCH v12 00/19] Add Secure TSC support for SNP guests
 2024-10-14  3:37 UTC  (7+ messages)
` [PATCH v12 14/19] tsc: Use the GUEST_TSC_FREQ MSR for discovering TSC frequency
` [PATCH v12 17/19] x86/kvmclock: Abort SecureTSC enabled guest when kvmclock is selected

[PATCH] LoongArch: KVM: Mark hrtimer to expire in hard interrupt context
 2024-10-14  1:18 UTC  (2+ messages)

[PATCH V12 00/14] perf/core: Add ability for an event to "pause" or "resume" AUX area tracing
 2024-10-13 14:48 UTC  (3+ messages)
` [PATCH V12 11/14] perf tools: Add missing_features for aux_start_paused, aux_pause, aux_resume

[PATCH v4 00/36] KVM: arm64: Add EL2 support to FEAT_S1PIE/S1POE
 2024-10-13 14:27 UTC  (4+ messages)
` [PATCH v4 33/36] KVM: arm64: Disable hierarchical permissions when POE is enabled

[PATCH v1 1/1] vfio/nvgrace-gpu: Add a new GH200 SKU to the devid table
 2024-10-13  7:52 UTC 

hola
 2024-10-13  1:18 UTC 

Yamaha Piano 10/12
 2024-10-12 22:08 UTC 

[PATCH RFC v5 00/10] tun: Introduce virtio-net hashing feature
 2024-10-12 17:43 UTC  (15+ messages)
` [PATCH RFC v5 01/10] virtio_net: Add functions for hashing
` [PATCH RFC v5 04/10] tun: Unify vnet implementation
` [PATCH RFC v5 06/10] tun: Introduce virtio-net hash reporting feature
` [PATCH RFC v5 07/10] tun: Introduce virtio-net RSS

[PATCH net-next v21 04/14] mm: page_frag: avoid caller accessing 'page_frag_cache' directly
 2024-10-12 11:23 UTC 

[PATCH v3 0/7] Introduce SMP Cache Topology
 2024-10-12 10:44 UTC  (8+ messages)
` [PATCH v3 1/7] hw/core: Make CPU topology enumeration arch-agnostic
` [PATCH v3 2/7] qapi/qom: Define cache enumeration and properties for machine
` [PATCH v3 3/7] hw/core: Check smp cache topology support "
` [PATCH v3 4/7] i386/cpu: Support thread and module level cache topology
` [PATCH v3 5/7] i386/cpu: Update cache topology with machine's configuration
` [PATCH v3 6/7] i386/pc: Support cache topology in -machine for PC machine
` [PATCH v3 7/7] i386/cpu: add has_caches flag to check smp_cache configuration

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

[PATCH v9 0/4] debugfs to hisilicon migration driver
 2024-10-12  9:03 UTC  (4+ messages)
` [PATCH v9 3/4] hisi_acc_vfio_pci: register debugfs for "

[PATCH v2 0/2] KVM: x86/tdp_mmu: Trigger the callback only when an interesting change
 2024-10-12  7:39 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: x86/tdp_mmu: Add WARN_ON_ONCE() in tdp_mmu_map_handle_target_level()
` [PATCH v2 2/2] KVM: x86/tdp_mmu: Trigger the callback only when an interesting change

[PATCH v3 01/11] KVM: guest_memfd: Make guest mem use guest mem inodes instead of anonymous inodes
 2024-10-12  6:12 UTC  (2+ messages)

Proposal: bi-weekly guest_memfd upstream call
 2024-10-12  3:58 UTC  (5+ messages)

[PATCH 0/3] Handle MMIO during event delivery error on SVM
 2024-10-12  0:21 UTC  (8+ messages)
` [PATCH 1/3] KVM: x86, vmx: Add function for event delivery error generation
` [PATCH 2/3] KVM: vmx, svm, mmu: Process MMIO during event delivery
` [PATCH 3/3] selftests: KVM: Add test case for "

[kvm:kvm-coco-queue 60/109] arch/x86/kvm/mmu/tdp_mmu.c:1176:25: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2024-10-12  0:10 UTC 

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

[RFC 0/1] Introduce vfio-cxl to support CXL type-2 device passthrough
 2024-10-11 21:47 UTC  (3+ messages)
` [RFC 1/1] vfio: support CXL device in VFIO stub

[PATCH 0/3] KVM: x86/mmu: Don't zap "direct" non-leaf SPTEs on memslot removal
 2024-10-11 21:22 UTC  (6+ messages)
` [PATCH 2/3] KVM: x86/mmu: Add lockdep assert to enforce safe usage of kvm_unmap_gfn_range()

[RFC 00/13] vfio: introduce vfio-cxl to support CXL type-2 accelerator passthrough
 2024-10-11 21:14 UTC  (11+ messages)
` [RFC 04/13] vfio: introduce vfio-cxl core preludes
` [RFC 05/13] vfio/cxl: expose CXL region to the usersapce via a new VFIO device region
` [RFC 09/13] vfio/pci: introduce CXL device awareness
` [RFC 10/13] vfio/pci: emulate CXL DVSEC registers in the configuration space
` [RFC 11/13] vfio/cxl: introduce VFIO CXL device cap

[PATCH v2 0/3] Add SEV-SNP CipherTextHiding feature support
 2024-10-11 16:10 UTC  (6+ messages)
` [PATCH v2 3/3] x86/sev: Add SEV-SNP CipherTextHiding support

[PATCH v3 0/9] Initial support for SMMUv3 nested translation
 2024-10-11 14:00 UTC  (7+ messages)
` [PATCH v3 8/9] iommu/arm-smmu-v3: Support IOMMU_DOMAIN_NESTED
` [PATCH v3 9/9] iommu/arm-smmu-v3: Use S2FWB for NESTED domains

[GIT PULL] KVM/arm64 fixes for 6.12, take #2
 2024-10-11 13:27 UTC 


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