kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-26 16:45:18 to 2024-07-29 20:16:23 UTC [more...]

[GIT PULL] virtio: fixes for rc1
 2024-07-29 20:16 UTC  (2+ messages)

[RFC PATCH net-next v6 00/14] virtio/vsock: support datagrams
 2024-07-29 20:00 UTC  (14+ messages)
` [RFC PATCH net-next v6 04/14] af_vsock: generalize bind table functions
` [RFC PATCH net-next v6 05/14] af_vsock: use a separate dgram bind table
` [RFC PATCH net-next v6 07/14] virtio/vsock: add common datagram send path
` [RFC PATCH net-next v6 14/14] test/vsock: add vsock dgram tests

[RFC PATCH net-next v6 01/14] af_vsock: generalize vsock_dgram_recvmsg() to all transports
 2024-07-29 19:25 UTC  (2+ messages)

[PATCH v1 0/3] mm: remove arch_make_page_accessible()
 2024-07-29 19:27 UTC  (5+ messages)
` [PATCH v1 1/3] mm: simplify arch_make_folio_accessible()
` [PATCH v1 2/3] mm/gup: convert to arch_make_folio_accessible()
` [PATCH v1 3/3] s390/uv: drop arch_make_page_accessible()

[PATCH v6 00/10] Enable haltpoll on arm64
 2024-07-29 18:02 UTC  (13+ messages)
` [PATCH v6 01/10] cpuidle/poll_state: poll via smp_cond_load_relaxed()
` [PATCH v6 02/10] cpuidle: rename ARCH_HAS_CPU_RELAX to ARCH_HAS_OPTIMIZED_POLL
` [PATCH v6 03/10] Kconfig: move ARCH_HAS_OPTIMIZED_POLL to arch/Kconfig
  ` [PATCH v6 04/10] cpuidle-haltpoll: define arch_haltpoll_want()
  ` [PATCH v6 05/10] governors/haltpoll: drop kvm_para_available() check
  ` [PATCH v6 06/10] cpuidle-haltpoll: condition on ARCH_CPUIDLE_HALTPOLL
  ` [PATCH v6 07/10] arm64: define TIF_POLLING_NRFLAG
  ` [PATCH v6 08/10] arm64: idle: export arch_cpu_idle
  ` [PATCH v6 09/10] arm64: support cpuidle-haltpoll
  ` [PATCH v6 10/10] cpuidle/poll_state: limit POLL_IDLE_RELAX_COUNT on arm64

[RFC PATCH 00/18] KVM: Post-copy live migration for guest_memfd
 2024-07-29 17:17 UTC  (5+ messages)
` [RFC PATCH 14/18] KVM: Add asynchronous userfaults, KVM_READ_USERFAULT

[PATCH v4 0/6] target/arm/kvm: Report PMU unavailability
 2024-07-29 16:32 UTC  (5+ messages)
` [PATCH v4 3/6] target/arm: Always add pmu property for Armv7-A/R+

[PATCH kvmtool v2 0/2] Fix compilation with musl-libc based toolchains
 2024-07-29 16:24 UTC  (4+ messages)
` [PATCH kvmtool v2 1/2] Switch to POSIX version of basename()
` [PATCH kvmtool v2 2/2] Get __WORDSIZE from <sys/reg.h> for musl compat

[PATCH v2 00/49] KVM: x86: CPUID overhaul, fixes, and caching
 2024-07-29 15:34 UTC  (16+ messages)
` [PATCH v2 24/49] KVM: x86: #undef SPEC_CTRL_SSBD in cpuid.c to avoid macro collisions
` [PATCH v2 26/49] KVM: x86: Add a macro to init CPUID features that KVM emulates in software
` [PATCH v2 40/49] KVM: x86: Initialize guest cpu_caps based on KVM support

[PATCH] KVM: X86: Remove unnecessary GFP_KERNEL_ACCOUNT for temporary variables
 2024-07-29 15:31 UTC  (4+ messages)

[PATCH 00/12] KVM: arm64: nv: Add support for address translation instructions
 2024-07-29 15:26 UTC  (3+ messages)
` [PATCH 10/12] KVM: arm64: nv: Add SW walker for AT S1 emulation

[PATCH 00/13] Bump Avocado to 103.0 LTS and update tests for compatibility and new features
 2024-07-29 14:40 UTC  (30+ messages)
` [PATCH 01/13] tests/avocado: mips: fallback to HTTP given certificate expiration
` [PATCH 02/13] tests/avocado: mips: add hint for fetchasset plugin
` [PATCH 03/13] tests/avocado/intel_iommu.py: increase timeout
` [PATCH 05/13] tests/avocado: machine aarch64: standardize location and RO access
` [PATCH 06/13] tests/avocado: use more distinct names for assets
` [PATCH 07/13] tests/avocado/kvm_xen_guest.py: cope with asset RW requirements
` [PATCH 08/13] testa/avocado: test_arm_emcraft_sf2: handle RW requirements for asset
` [PATCH 09/13] tests/avocado/boot_xen.py: fetch kernel during test setUp()
` [PATCH 10/13] tests/avocado/tuxrun_baselines.py: use Avocado's zstd support
` [PATCH 11/13] tests/avocado/machine_aarch64_sbsaref.py: allow for rw usage of image
` [PATCH 12/13] Bump avocado to 103.0

[PATCH 00/18] Introducing Core Building Blocks for Hyper-V VSM Emulation
 2024-07-29 13:53 UTC  (5+ messages)
` [PATCH 01/18] KVM: x86: hyper-v: Introduce XMM output support

[BUG] arch/x86/kvm/vmx/vmx_onhyperv.h:109:36: error: dereference of NULL ‘0’
 2024-07-29 13:31 UTC  (4+ messages)

[kvm-unit-tests PATCH v5 0/5] riscv: sbi: Add support to test timer extension
 2024-07-29 13:31 UTC  (7+ messages)
` [kvm-unit-tests PATCH v5 1/5] riscv: Extend exception handling support for interrupts
` [kvm-unit-tests PATCH v5 2/5] riscv: Update exception cause list
` [kvm-unit-tests PATCH v5 3/5] riscv: Add method to probe for SBI extensions
` [kvm-unit-tests PATCH v5 4/5] riscv: Add some delay and timer routines
` [kvm-unit-tests PATCH v5 5/5] riscv: sbi: Add test for timer extension

[kvm-unit-tests PATCH 0/6] Checking and CI improvements
 2024-07-29 13:12 UTC  (2+ messages)

[PATCH v1] MAINTAINERS: add me as reviewer of AF_VSOCK and virtio-vsock
 2024-07-29 12:44 UTC  (2+ messages)

[Bug 219104] New: A simple typo in kvm_main.c which will lead to erroneous memory access
 2024-07-29 12:20 UTC  (3+ messages)
` [Bug 219104] "

[RFC PATCH 1/1] kvm: Note an RCU quiescent state on guest exit
 2024-07-29 11:28 UTC  (12+ messages)

[kvm-unit-tests PATCH v1 0/3] s390x: small Makefile improvements
 2024-07-29  7:41 UTC  (4+ messages)
` [kvm-unit-tests PATCH v1 1/3] s390x/Makefile: snippets: Add separate target for the ELF snippets

[PATCH] KVM: x86: Include host suspended time in steal time
 2024-07-29  7:26 UTC  (2+ messages)

[RFC PATCH net-next v6 03/14] af_vsock: support multi-transport datagrams
 2024-07-29  5:12 UTC  (4+ messages)

[PATCH v8 0/5] Add Svade and Svadu Extensions Support
 2024-07-29  4:46 UTC  (3+ messages)
` [PATCH v8 4/5] KVM: riscv: selftests: Fix compile error

[PATCH] KVM: Loongarch: Remove undefined a6 argument comment for kvm_hypercall
 2024-07-29  3:49 UTC  (8+ messages)

[RFC PATCH net-next v6 02/14] af_vsock: refactor transport lookup code
 2024-07-28 22:10 UTC  (3+ messages)

[RFC PATCH v5 09/29] KVM: selftests: TDX: Add report_fatal_error test
 2024-07-28 11:16 UTC  (7+ messages)

[RFC PATCH v5 00/29] TDX KVM selftests
 2024-07-27 23:23 UTC  (5+ messages)
` [RFC PATCH v5 16/29] KVM: selftests: TDX: Add TDX HLT exit test

Collateral-Free Loan
 2024-07-27 17:25 UTC 

[PATCH kvmtool 0/2] Fix compilation with musl-libc based toolchains
 2024-07-27 16:43 UTC  (5+ messages)
` [PATCH kvmtool 1/2] Get basename() from <libgen.h> for musl compat
` [PATCH kvmtool 2/2] Get __WORDSIZE from <sys/reg.h> "

[PATCH] vfio/pci: Remove unused struct 'vfio_pci_mmap_vma'
 2024-07-27 16:03 UTC 

[PATCH v2 0/2] selftests: harness: refactor __constructor_order
 2024-07-27 14:37 UTC  (2+ messages)
` [PATCH v2 1/2] selftests: harness: remove unneeded __constructor_order_last()

[PATCH v12 00/84] KVM: Stop grabbing references to PFNMAP'd pages
 2024-07-26 23:52 UTC  (85+ messages)
` [PATCH v12 01/84] KVM: arm64: Release pfn, i.e. put page, if copying MTE tags hits ZONE_DEVICE
` [PATCH v12 02/84] KVM: arm64: Disallow copying MTE to guest memory while KVM is dirty logging
` [PATCH v12 03/84] KVM: Drop KVM_ERR_PTR_BAD_PAGE and instead return NULL to indicate an error
` [PATCH v12 04/84] KVM: Allow calling kvm_release_page_{clean,dirty}() on a NULL page pointer
` [PATCH v12 05/84] KVM: Add kvm_release_page_unused() API to put pages that KVM never consumes
` [PATCH v12 06/84] KVM: x86/mmu: Skip the "try unsync" path iff the old SPTE was a leaf SPTE
` [PATCH v12 07/84] KVM: x86/mmu: Mark folio dirty when creating SPTE, not when zapping/modifying
` [PATCH v12 08/84] KVM: x86/mmu: Mark page/folio accessed only when zapping leaf SPTEs
` [PATCH v12 09/84] KVM: x86/mmu: Don't force flush if SPTE update clears Accessed bit
` [PATCH v12 10/84] KVM: x86/mmu: Use gfn_to_page_many_atomic() when prefetching indirect PTEs
` [PATCH v12 11/84] KVM: Rename gfn_to_page_many_atomic() to kvm_prefetch_pages()
` [PATCH v12 12/84] KVM: Drop @atomic param from gfn=>pfn and hva=>pfn APIs
` [PATCH v12 13/84] KVM: Annotate that all paths in hva_to_pfn() might sleep
` [PATCH v12 14/84] KVM: Replace "async" pointer in gfn=>pfn with "no_wait" and error code
` [PATCH v12 15/84] KVM: x86/mmu: Drop kvm_page_fault.hva, i.e. don't track intermediate hva
` [PATCH v12 16/84] KVM: Drop unused "hva" pointer from __gfn_to_pfn_memslot()
` [PATCH v12 17/84] KVM: Introduce kvm_follow_pfn() to eventually replace "gfn_to_pfn" APIs
` [PATCH v12 18/84] KVM: Remove pointless sanity check on @map param to kvm_vcpu_(un)map()
` [PATCH v12 19/84] KVM: Explicitly initialize all fields at the start of kvm_vcpu_map()
` [PATCH v12 20/84] KVM: Use NULL for struct page pointer to indicate mremapped memory
` [PATCH v12 21/84] KVM: nVMX: Rely on kvm_vcpu_unmap() to track validity of eVMCS mapping
` [PATCH v12 22/84] KVM: nVMX: Drop pointless msr_bitmap_map field from struct nested_vmx
` [PATCH v12 23/84] KVM: nVMX: Add helper to put (unmap) vmcs12 pages
` [PATCH v12 24/84] KVM: Use plain "struct page" pointer instead of single-entry array
` [PATCH v12 25/84] KVM: Provide refcounted page as output field in struct kvm_follow_pfn
` [PATCH v12 26/84] KVM: Move kvm_{set,release}_page_{clean,dirty}() helpers up in kvm_main.c
` [PATCH v12 27/84] KVM: pfncache: Precisely track refcounted pages
` [PATCH v12 28/84] KVM: Migrate kvm_vcpu_map() to kvm_follow_pfn()
` [PATCH v12 29/84] KVM: Pin (as in FOLL_PIN) pages during kvm_vcpu_map()
` [PATCH v12 30/84] KVM: nVMX: Mark vmcs12's APIC access page dirty when unmapping
` [PATCH v12 31/84] KVM: Pass in write/dirty to kvm_vcpu_map(), not kvm_vcpu_unmap()
` [PATCH v12 32/84] KVM: Get writable mapping for __kvm_vcpu_map() only when necessary
` [PATCH v12 33/84] KVM: Disallow direct access (w/o mmu_notifier) to unpinned pfn by default
` [PATCH v12 34/84] KVM: Add a helper to lookup a pfn without grabbing a reference
` [PATCH v12 35/84] KVM: x86: Use kvm_lookup_pfn() to check if retrying #PF is useful
` [PATCH v12 36/84] KVM: x86: Use kvm_lookup_pfn() to check if APIC access page was installed
` [PATCH v12 37/84] KVM: x86/mmu: Add "mmu" prefix fault-in helpers to free up generic names
` [PATCH v12 38/84] KVM: x86/mmu: Put direct prefetched pages via kvm_release_page_clean()
` [PATCH v12 39/84] KVM: x86/mmu: Add common helper to handle prefetching SPTEs
` [PATCH v12 40/84] KVM: x86/mmu: Add helper to "finish" handling a guest page fault
` [PATCH v12 41/84] KVM: x86/mmu: Mark pages/folios dirty at the origin of make_spte()
` [PATCH v12 42/84] KVM: Move declarations of memslot accessors up in kvm_host.h
` [PATCH v12 43/84] KVM: Add kvm_faultin_pfn() to specifically service guest page faults
` [PATCH v12 44/84] KVM: x86/mmu: Convert page fault paths to kvm_faultin_pfn()
` [PATCH v12 45/84] KVM: guest_memfd: Provide "struct page" as output from kvm_gmem_get_pfn()
` [PATCH v12 46/84] KVM: x86/mmu: Put refcounted pages instead of blindly releasing pfns
` [PATCH v12 47/84] KVM: x86/mmu: Don't mark unused faultin pages as accessed
` [PATCH v12 48/84] KVM: Move x86's API to release a faultin page to common KVM
` [PATCH v12 49/84] KVM: VMX: Hold mmu_lock until page is released when updating APIC access page
` [PATCH v12 50/84] KVM: VMX: Use __kvm_faultin_page() to get APIC access page/pfn
` [PATCH v12 51/84] KVM: PPC: e500: Mark "struct page" dirty in kvmppc_e500_shadow_map()
` [PATCH v12 52/84] KVM: PPC: e500: Mark "struct page" pfn accessed before dropping mmu_lock
` [PATCH v12 53/84] KVM: PPC: e500: Use __kvm_faultin_pfn() to handle page faults
` [PATCH v12 54/84] KVM: arm64: Mark "struct page" pfns accessed/dirty before dropping mmu_lock
` [PATCH v12 55/84] KVM: arm64: Use __kvm_faultin_pfn() to handle memory aborts
` [PATCH v12 56/84] KVM: RISC-V: Mark "struct page" pfns dirty iff a stage-2 PTE is installed
` [PATCH v12 57/84] KVM: RISC-V: Mark "struct page" pfns accessed before dropping mmu_lock
` [PATCH v12 58/84] KVM: RISC-V: Use kvm_faultin_pfn() when mapping pfns into the guest
` [PATCH v12 59/84] KVM: PPC: Use __kvm_faultin_pfn() to handle page faults on Book3s HV
` [PATCH v12 60/84] KVM: PPC: Use __kvm_faultin_pfn() to handle page faults on Book3s Radix
` [PATCH v12 61/84] KVM: PPC: Drop unused @kvm_ro param from kvmppc_book3s_instantiate_page()
` [PATCH v12 62/84] KVM: PPC: Book3S: Mark "struct page" pfns dirty/accessed after installing PTE
` [PATCH v12 63/84] KVM: PPC: Use kvm_faultin_pfn() to handle page faults on Book3s PR
` [PATCH v12 64/84] KVM: LoongArch: Mark "struct page" pfns dirty only in "slow" page fault path
` [PATCH v12 65/84] KVM: LoongArch: Mark "struct page" pfns accessed "
` [PATCH v12 66/84] KVM: LoongArch: Mark "struct page" pfn accessed before dropping mmu_lock
` [PATCH v12 67/84] KVM: LoongArch: Use kvm_faultin_pfn() to map pfns into the guest
` [PATCH v12 68/84] KVM: MIPS: Mark "struct page" pfns dirty only in "slow" page fault path
` [PATCH v12 69/84] KVM: MIPS: Mark "struct page" pfns accessed "
` [PATCH v12 70/84] KVM: MIPS: Mark "struct page" pfns accessed prior to dropping mmu_lock
` [PATCH v12 71/84] KVM: MIPS: Use kvm_faultin_pfn() to map pfns into the guest
` [PATCH v12 72/84] KVM: PPC: Remove extra get_page() to fix page refcount leak
` [PATCH v12 73/84] KVM: PPC: Use kvm_vcpu_map() to map guest memory to patch dcbz instructions
` [PATCH v12 74/84] KVM: Convert gfn_to_page() to use kvm_follow_pfn()
` [PATCH v12 75/84] KVM: Add support for read-only usage of gfn_to_page()
` [PATCH v12 76/84] KVM: arm64: Use __gfn_to_page() when copying MTE tags to/from userspace
` [PATCH v12 77/84] KVM: PPC: Explicitly require struct page memory for Ultravisor sharing
` [PATCH v12 78/84] KVM: Drop gfn_to_pfn() APIs now that all users are gone
` [PATCH v12 79/84] KVM: s390: Use kvm_release_page_dirty() to unpin "struct page" memory
` [PATCH v12 80/84] KVM: Make kvm_follow_pfn.refcounted_page a required field
` [PATCH v12 81/84] KVM: x86/mmu: Don't mark "struct page" accessed when zapping SPTEs
` [PATCH v12 82/84] KVM: arm64: Don't mark "struct page" accessed when making SPTE young
` [PATCH v12 83/84] KVM: Drop APIs that manipulate "struct page" via pfns
` [PATCH v12 84/84] KVM: Don't grab reference on VM_MIXEDMAP pfns that have a "struct page"

[PATCH v2 00/14] KVM: guest_memfd: lazy preparation of pages + prefault support for SEV-SNP
 2024-07-26 18:51 UTC  (15+ messages)
` [PATCH v2 01/14] KVM: x86: disallow pre-fault for SNP VMs before initialization
` [PATCH v2 02/14] KVM: guest_memfd: return folio from __kvm_gmem_get_pfn()
` [PATCH v2 03/14] KVM: guest_memfd: delay folio_mark_uptodate() until after successful preparation
` [PATCH v2 04/14] KVM: guest_memfd: do not go through struct page
` [PATCH v2 05/14] KVM: rename CONFIG_HAVE_KVM_GMEM_* to CONFIG_HAVE_KVM_ARCH_GMEM_*
` [PATCH v2 06/14] KVM: guest_memfd: return locked folio from __kvm_gmem_get_pfn
` [PATCH v2 07/14] KVM: guest_memfd: delay kvm_gmem_prepare_folio() until the memory is passed to the guest
` [PATCH v2 08/14] KVM: guest_memfd: make kvm_gmem_prepare_folio() operate on a single struct kvm
` [PATCH v2 09/14] KVM: remove kvm_arch_gmem_prepare_needed()
` [PATCH v2 10/14] KVM: guest_memfd: move check for already-populated page to common code
` [PATCH v2 11/14] KVM: cleanup and add shortcuts to kvm_range_has_memory_attributes()
` [PATCH v2 12/14] KVM: extend kvm_range_has_memory_attributes() to check subset of attributes
` [PATCH v2 13/14] KVM: guest_memfd: let kvm_gmem_populate() operate only on private gfns
` [PATCH v2 14/14] KVM: guest_memfd: abstract how prepared folios are recorded

[PATCH v2] KVM: Documentation: Fix title underline too short warning
 2024-07-26 17:35 UTC  (2+ messages)

[PATCH] KVM: x86: Eliminate log spam from limited APIC timer periods
 2024-07-26 17:34 UTC  (2+ messages)

[PATCH] target/i386: Raise the highest index value used for any VMCS encoding
 2024-07-26 17:17 UTC  (4+ messages)

[RFC PATCH 0/8] Unmapping guest_memfd from Direct Map
 2024-07-26 16:44 UTC  (2+ messages)


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