public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-01-20 10:30:28 to 2025-01-21 17:20:33 UTC [more...]

[RFC PATCH 0/5] Documentation: kvm: cleanup and introduce "VM planes"
 2025-01-21 17:20 UTC  (5+ messages)
` [PATCH 5/5] Documentation: kvm: introduce "VM plane" concept

[PATCH v4 0/1] SEV-SNP: Add KVM support for SNP certificate fetching
 2025-01-21 17:19 UTC  (5+ messages)
` [PATCH v4 1/1] KVM: Introduce KVM_EXIT_SNP_REQ_CERTS for SNP certificate-fetching

[PATCH 00/10] KVM: x86: pvclock fixes and cleanups
 2025-01-21 17:16 UTC  (27+ messages)
` [PATCH 01/10] KVM: x86: Don't take kvm->lock when iterating over vCPUs in suspend notifier
` [PATCH 02/10] KVM: x86: Eliminate "handling" of impossible errors during SUSPEND
` [PATCH 03/10] KVM: x86: Drop local pvclock_flags variable in kvm_guest_time_update()
` [PATCH 04/10] KVM: x86: Set PVCLOCK_GUEST_STOPPED only for kvmclock, not for Xen PV clock
` [PATCH 05/10] KVM: x86: Don't bleed PVCLOCK_GUEST_STOPPED across PV clocks
` [PATCH 06/10] KVM: x86/xen: Use guest's copy of pvclock when starting timer
` [PATCH 07/10] KVM: x86: Pass reference pvclock as a param to kvm_setup_guest_pvclock()
` [PATCH 08/10] KVM: x86: Remove per-vCPU "cache" of its reference pvclock
` [PATCH 09/10] KVM: x86: Setup Hyper-V TSC page before Xen PV clocks (during clock update)
` [PATCH 10/10] KVM: x86: Override TSC_STABLE flag for Xen PV clocks in kvm_guest_time_update()

[PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-01-21 17:00 UTC  (18+ messages)
` [PATCH v4 03/30] rcu: Add a small-width RCU watching counter debug option
` [PATCH v4 04/30] rcutorture: Make TREE04 use CONFIG_RCU_DYNTICKS_TORTURE
` [PATCH v4 25/30] context_tracking,x86: Defer kernel text patching IPIs
` [PATCH v4 29/30] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs

[kvm-unit-tests PATCH v2 00/18] arm/arm64: Add kvmtool to the runner script
 2025-01-21 16:50 UTC  (33+ messages)
` [kvm-unit-tests PATCH v2 01/18] run_tests: Document --probe-maxsmp argument
` [kvm-unit-tests PATCH v2 02/18] Document environment variables
` [kvm-unit-tests PATCH v2 03/18] scripts: Refuse to run the tests if not configured for qemu
` [kvm-unit-tests PATCH v2 04/18] run_tests: Introduce unittest parameter 'qemu_params'
` [kvm-unit-tests PATCH v2 05/18] scripts: Rename run_qemu_status -> run_test_status
` [kvm-unit-tests PATCH v2 06/18] scripts: Merge the qemu parameter -smp into $qemu_opts
` [kvm-unit-tests PATCH v2 07/18] scripts: Introduce kvmtool_opts
` [kvm-unit-tests PATCH v2 08/18] scripts/runtime: Detect kvmtool failure in premature_failure()
` [kvm-unit-tests PATCH v2 09/18] scripts/runtime: Skip test when kvmtool and $accel is not KVM
` [kvm-unit-tests PATCH v2 10/18] scripts/arch-run: Add support for kvmtool
` [kvm-unit-tests PATCH v2 11/18] arm/run: "
` [kvm-unit-tests PATCH v2 12/18] scripts/runtime: Add default arguments "
` [kvm-unit-tests PATCH v2 13/18] run_tests: Do not probe for maximum number of VCPUs when using kvmtool
` [kvm-unit-tests PATCH v2 14/18] run_tests: Add KVMTOOL environment variable for kvmtool binary path
` [kvm-unit-tests PATCH v2 15/18] Add kvmtool_params to test specification
` [kvm-unit-tests PATCH v2 16/18] scripts/mkstandalone: Export $TARGET
` [kvm-unit-tests PATCH v2 17/18] unittest: Add disabled_if parameter and use it for kvmtool
` [kvm-unit-tests PATCH v2 18/18] run_tests: Enable kvmtool

[PATCH 0/7] Enable shared device assignment
 2025-01-21 16:35 UTC  (49+ messages)
` [PATCH 1/7] memory: Export a helper to get intersection of a MemoryRegionSection with a given range
` [PATCH 2/7] guest_memfd: Introduce an object to manage the guest-memfd with RamDiscardManager
` [PATCH 5/7] memory: Register the RamDiscardManager instance upon guest_memfd creation
` [PATCH 6/7] RAMBlock: make guest_memfd require coordinate discard

[PATCH v3 00/15] KVM: s390: Stop using page->index and other things
 2025-01-21 16:33 UTC  (32+ messages)
` [PATCH v3 01/15] KVM: Do not restrict the size of KVM-internal memory regions
` [PATCH v3 02/15] KVM: s390: wrapper for KVM_BUG
` [PATCH v3 03/15] KVM: s390: fake memslot for ucontrol VMs
` [PATCH v3 04/15] KVM: s390: selftests: fix ucontrol memory region test
` [PATCH v3 05/15] KVM: s390: move pv gmap functions into kvm
` [PATCH v3 06/15] KVM: s390: use __kvm_faultin_pfn()
` [PATCH v3 09/15] KVM: s390: move some gmap shadowing functions away from mm/gmap.c
` [PATCH v3 10/15] KVM: s390: stop using page->index for non-shadow gmaps
` [PATCH v3 11/15] KVM: s390: stop using lists to keep track of used dat tables
` [PATCH v3 12/15] KVM: s390: move gmap_shadow_pgt_lookup() into kvm
` [PATCH v3 15/15] KVM: s390: remove the last user of page->index

[PATCH v2 0/4] KVM: x86: Hyper-V SEND_IPI fix and partial testcase
 2025-01-21 16:29 UTC  (7+ messages)
` [PATCH v2 3/4] KVM: selftests: Manage CPUID array in Hyper-V CPUID test's core helper
` [PATCH v2 4/4] KVM: selftests: Add CPUID tests for Hyper-V features that need in-kernel APIC

[PATCH v2 0/5] KVM: kvm_set_memory_region() cleanups
 2025-01-21 16:17 UTC  (5+ messages)
` [PATCH v2 3/5] KVM: Add a dedicated API for setting KVM-internal memslots

[linux-next:master] [KVM] 7803339fa9: kernel-selftests.kvm.pmu_counters_test.fail
 2025-01-21 16:13 UTC  (7+ messages)

[RFC PATCH 01/12] dma-buf: Introduce dma_buf_get_pfn_unlocked() kAPI
 2025-01-21 16:11 UTC  (14+ messages)

kconfig does not accept a lower value for KVM_MAX_NR_VCPUS
 2025-01-21 15:55 UTC  (2+ messages)

[GIT PULL] KVM x86 pull requests for 6.14
 2025-01-21 15:45 UTC  (4+ messages)
` [GIT PULL] KVM: Selftests changes "

[PATCH v2] drviers/iommu/amd: support P2P access through IOMMU when SME is enabled
 2025-01-21 15:34 UTC  (10+ messages)
    ` [PATCH v3 1/3] uapi/linux/vfio:Add VFIO_DMA_MAP_FLAG_MMIO flag
      ` [PATCH v3 2/3] vfio/vfio_iommu_type1:convert VFIO_DMA_MAP_FLAG_MMIO to IOMMU_MMIO flag
      ` [PATCH v3 3/3] iommu/amd:Clear encryption bit if the mapping is for device MMIO

[PATCH net v3 0/9] tun: Unify vnet implementation
 2025-01-21 14:44 UTC  (8+ messages)
` [PATCH net v3 9/9] tap: Use tun's vnet-related code

[PATCH net-next v4 0/9] tun: Unify vnet implementation
 2025-01-21 14:40 UTC  (12+ messages)
` [PATCH net-next v4 4/9] tun: Decouple vnet from tun_struct
` [PATCH net-next v4 5/9] tun: Decouple vnet handling
` [PATCH net-next v4 7/9] tap: Avoid double-tracking iov_iter length changes
` [PATCH net-next v4 8/9] tap: Keep hdr_len in tap_get_user()

[PATCH v16 12/13] x86/tsc: Switch to native sched clock
 2025-01-21 11:32 UTC  (17+ messages)

[kvm-unit-tests PATCH 0/2] Add support for SBI FWFT extension testing
 2025-01-21 10:59 UTC  (4+ messages)
` [kvm-unit-tests PATCH 2/2] riscv: Add tests for SBI FWFT extension

[PATCH v9 00/15] arm64: support poll_idle()
 2025-01-21  9:55 UTC  (3+ messages)

[kvm-unit-tests PATCH v1] s390x: pv: fix arguments for out-of-tree-builds
 2025-01-21  8:58 UTC  (2+ messages)

[PATCH 5.10] vfio/pci: fix potential memory leak in vfio_intx_enable()
 2025-01-21  7:42 UTC 

[RFC PATCH 08/12] vfio/pci: Create host unaccessible dma-buf for private device
 2025-01-20 13:28 UTC  (14+ messages)

[PATCH v2 00/12] KVM: arm64: Add NV timer support
 2025-01-21  6:04 UTC  (5+ messages)
` [PATCH v2 09/12] KVM: arm64: nv: Propagate CNTHCTL_EL2.EL1NV{P,V}CT bits

[PATCH v3 0/3] KVM: x86: Include host suspended time in steal time
 2025-01-21  5:37 UTC  (6+ messages)
` [PATCH v3 1/3] kvm: Introduce kvm_total_suspend_ns()

[PATCH v2 0/5] KVM: e500: map readonly host pages for read, and cleanup
 2025-01-21  5:20 UTC  (3+ messages)
` [PATCH 1/5] KVM: e500: always restore irqs

[PATCH v5 0/3] KVM: SVM: Flush cache only on CPUs running SEV guest
 2025-01-21  5:01 UTC  (5+ messages)
` [PATCH v5 1/3] KVM: x86: Add a wbinvd helper
` [PATCH v5 2/3] KVM: SVM: Remove wbinvd in sev_vm_destroy()
` [PATCH v5 3/3] KVM: SVM: Flush cache only on CPUs running SEV guest

[PATCH v4 0/3] vfio/nvgrace-gpu: Enable grace blackwell boards
 2025-01-21  1:20 UTC  (14+ messages)
` [PATCH v4 1/3] vfio/nvgrace-gpu: Read dvsec register to determine need for uncached resmem
` [PATCH v4 2/3] vfio/nvgrace-gpu: Expose the blackwell device PF BAR1 to the VM
` [PATCH v4 3/3] vfio/nvgrace-gpu: Check the HBM training and C2C link status

[RFC PATCH 00/39] 1G page support for guest_memfd
 2025-01-20 22:42 UTC  (3+ messages)
` [RFC PATCH 27/39] KVM: guest_memfd: Allow mmapping guest_memfd files

[PATCH v2 00/20] KVM: selftests: Fixes and cleanups for dirty_log_test
 2025-01-20 20:34 UTC  (2+ messages)

[PATCH v2 0/6] Extend pmu_counters_test to AMD CPUs
 2025-01-20 20:11 UTC  (2+ messages)

[PATCH v2 6/6] KVM: x86: selftests: Test PerfMonV2
 2025-01-20 20:07 UTC  (2+ messages)

[PATCH v2 5/6] KVM: x86: selftests: Test core events
 2025-01-20 20:01 UTC  (2+ messages)

[PATCH v2 4/6] KVM: x86: selftests: Test read/write core counters
 2025-01-20 19:54 UTC  (2+ messages)

[Invitation] bi-weekly guest_memfd upstream call on 2025-01-23
 2025-01-20 19:54 UTC 

[PATCH 0/7] Enable shared device assignment
 2025-01-20 18:39 UTC  (13+ messages)

[PATCH v2 3/6] KVM: x86: selftests: Set up AMD VM in pmu_counters_test
 2025-01-20 18:03 UTC  (2+ messages)

[PATCH v2 2/6] KVM: x86: selftests: Define AMD PMU CPUID leaves
 2025-01-20 17:06 UTC  (2+ messages)

[PATCH kvmtool v1 0/2] Error handling fixes
 2025-01-20 16:18 UTC  (3+ messages)
` [PATCH kvmtool v1 1/2] Propagate the error code from any VCPU thread
` [PATCH kvmtool v1 2/2] Do not a print a warning on failing host<->guest address translation

[PATCH 0/5] KVM: selftests: Fix PMC checks in PMU counters test
 2025-01-20 16:17 UTC  (6+ messages)
` [PATCH 2/5] KVM: selftests: Only validate counts for hardware-supported arch events

[PATCH RFCv2 00/13] iommu: Add MSI mapping support with nested SMMU
 2025-01-20 14:20 UTC  (5+ messages)
` [PATCH RFCv2 06/13] iommufd: Make attach_handle generic

[PATCH v2 00/15] KVM: s390: Stop using page->index and other things
 2025-01-20 13:54 UTC  (8+ messages)
` [PATCH v2 11/15] KVM: s390: stop using lists to keep track of used dat tables
` [PATCH v2 12/15] KVM: s390: move gmap_shadow_pgt_lookup() into kvm
` [PATCH v2 13/15] KVM: s390: remove useless page->index usage

[RFC PATCH 01/12] dma-buf: Introduce dma_buf_get_pfn_unlocked() kAPI
 2025-01-20 13:44 UTC  (8+ messages)

[PATCH] KVM: Fixing coding style warnings and errors
 2025-01-20 13:26 UTC 

[RFC PATCH v5 00/15] KVM: Restricted mapping of guest_memfd at the host and arm64 support
 2025-01-20 12:14 UTC  (16+ messages)
` [RFC PATCH v5 01/15] mm: Consolidate freeing of typed folios on final folio_put()
` [RFC PATCH v5 05/15] KVM: guest_memfd: Folio mappability states and functions that manage their transition
` [RFC PATCH v5 06/15] KVM: guest_memfd: Handle final folio_put() of guestmem pages

[GIT PULL] KVM/arm64 updates for 6.14
 2025-01-20 12:02 UTC  (2+ messages)

[GIT PULL] KVM/riscv changes for 6.14
 2025-01-20 12:01 UTC  (2+ messages)

[PATCH v1 00/13] KVM: s390: Stop using page->index and other things
 2025-01-20 10:34 UTC  (6+ messages)
` [PATCH v1 13/13] KVM: s390: remove the last user of page->index


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