public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-07-26 23:53:19 to 2024-07-30 05:32:23 UTC [more...]

[PATCH] KVM: x86/mmu: Conditionally call kvm_zap_obsolete_pages
 2024-07-30  5:32 UTC 

[RFC PATCH net-next v6 07/14] virtio/vsock: add common datagram send path
 2024-07-30  5:09 UTC  (4+ messages)

[PATCHSET][RFC] struct fd and memory safety
 2024-07-30  5:17 UTC  (41+ messages)
` [PATCH 01/39] memcg_write_event_control(): fix a user-triggerable oops
  ` [PATCH 02/39] introduce fd_file(), convert all accessors to it
  ` [PATCH 03/39] struct fd: representation change
  ` [PATCH 04/39] add struct fd constructors, get rid of __to_fd()
  ` [PATCH 05/39] regularize emptiness checks in fini_module(2) and vfs_dedupe_file_range()
  ` [PATCH 06/39] net/socket.c: switch to CLASS(fd)
  ` [PATCH 07/39] introduce struct fderr, convert overlayfs uses to that
  ` [PATCH 08/39] experimental: convert fs/overlayfs/file.c to CLASS(...)
  ` [PATCH 09/39] timerfd: switch to CLASS(fd, ...)
  ` [PATCH 10/39] get rid of perf_fget_light(), convert kernel/events/core.c to CLASS(fd)
  ` [PATCH 11/39] switch netlink_getsockbyfilp() to taking descriptor
  ` [PATCH 12/39] do_mq_notify(): saner skb freeing on failures
  ` [PATCH 13/39] do_mq_notify(): switch to CLASS(fd, ...)
  ` [PATCH 14/39] simplify xfs_find_handle() a bit
  ` [PATCH 15/39] convert vmsplice() to CLASS(fd, ...)
  ` [PATCH 16/39] convert __bpf_prog_get() "
  ` [PATCH 17/39] bpf: resolve_pseudo_ldimm64(): take handling of a single ldimm64 insn into helper
  ` [PATCH 18/39] bpf maps: switch to CLASS(fd, ...)
  ` [PATCH 19/39] fdget_raw() users: switch to CLASS(fd_raw, ...)
  ` [PATCH 20/39] introduce "fd_pos" class, convert fdget_pos() users to it
  ` [PATCH 21/39] o2hb_region_dev_store(): avoid goto around fdget()/fdput()
  ` [PATCH 22/39] privcmd_ioeventfd_assign(): don't open-code eventfd_ctx_fdget()
  ` [PATCH 23/39] fdget(), trivial conversions
  ` [PATCH 24/39] fdget(), more "
  ` [PATCH 25/39] convert do_preadv()/do_pwritev()
  ` [PATCH 26/39] convert cachestat(2)
  ` [PATCH 27/39] switch spufs_calls_{get,put}() to CLASS() use
  ` [PATCH 28/39] convert spu_run(2)
  ` [PATCH 29/39] convert media_request_get_by_fd()
  ` [PATCH 30/39] convert coda_parse_fd()
  ` [PATCH 31/39] convert cifs_ioctl_copychunk()
  ` [PATCH 32/39] convert vfs_dedupe_file_range()
  ` [PATCH 33/39] convert do_select()
  ` [PATCH 34/39] do_pollfd(): convert to CLASS(fd)
  ` [PATCH 35/39] convert bpf_token_create()
  ` [PATCH 36/39] assorted variants of irqfd setup: convert to CLASS(fd)
  ` [PATCH 37/39] memcg_write_event_control(): switch "
  ` [PATCH 38/39] css_set_fork(): switch to CLASS(fd_raw, ...)
  ` [PATCH 39/39] deal with the last remaing boolean uses of fd_file()

[RFC PATCH v1 0/4] Add support for the Bus Lock Threshold
 2024-07-30  4:52 UTC  (2+ messages)

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

[PATCH v4 00/15] arm64: Support for running as a guest in Arm CCA
 2024-07-30  1:36 UTC  (5+ messages)
` [PATCH v4 03/15] arm64: Detect if in a realm and set RIPAS RAM
` [PATCH v4 05/15] arm64: Mark all I/O as non-secure shared

[PATCH] KVM: X86: Remove unnecessary GFP_KERNEL_ACCOUNT for temporary variables
 2024-07-30  0:51 UTC  (5+ messages)

[RFC PATCH net-next v6 00/14] virtio/vsock: support datagrams
 2024-07-30  0:35 UTC  (13+ 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 09/14] virtio/vsock: add common datagram recv path
` [RFC PATCH net-next v6 14/14] test/vsock: add vsock dgram tests

[PATCH v2 00/14] KVM: guest_memfd: lazy preparation of pages + prefault support for SEV-SNP
 2024-07-29 22:06 UTC  (6+ messages)
` [PATCH v2 07/14] KVM: guest_memfd: delay kvm_gmem_prepare_folio() until the memory is passed to the guest
` [PATCH v2 14/14] KVM: guest_memfd: abstract how prepared folios are recorded

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

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

[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  (5+ messages)
` [PATCH v6 03/10] Kconfig: move ARCH_HAS_OPTIMIZED_POLL to arch/Kconfig
  ` [PATCH v6 09/10] arm64: support cpuidle-haltpoll

[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  (11+ messages)
` [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 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

[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  (66+ messages)
` [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"


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