kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-28 22:10:30 to 2024-07-30 13:51:44 UTC [more...]

[PATCH v4 00/15] arm64: Support for running as a guest in Arm CCA
 2024-07-30 13:51 UTC  (7+ 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 00/18] qapi: Reduce use of 'prefix'
 2024-07-30 13:33 UTC  (36+ messages)
` [PATCH 01/18] qapi: Smarter camel_to_upper() to reduce need for 'prefix'
` [PATCH 02/18] tests/qapi-schema: Drop temporary 'prefix'
` [PATCH 03/18] qapi/block-core: "
` [PATCH 04/18] qapi/common: "
` [PATCH 05/18] qapi/crypto: "
` [PATCH 06/18] qapi/ebpf: "
` [PATCH 07/18] qapi/machine: "
` [PATCH 08/18] qapi/ui: "
` [PATCH 09/18] qapi/machine: Rename CpuS390* to S390Cpu, and drop 'prefix'
` [PATCH 10/18] qapi/crypto: Drop unwanted 'prefix'
` [PATCH 11/18] qapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefix
` [PATCH 12/18] qapi/crypto: Rename QCryptoCipherAlgorithm "
` [PATCH 13/18] qapi/crypto: Rename QCryptoIVGenAlgorithm "
` [PATCH 14/18] qapi/crypto: Rename QCryptoAkCipherAlgorithm "
` [PATCH 15/18] qapi/crypto: Rename QCryptoRSAPaddingAlgorithm "
` [PATCH 16/18] qapi/crypto: Rename QCryptoAFAlg to QCryptoAFAlgo
` [PATCH 17/18] qapi/cryptodev: Drop unwanted 'prefix'
` [PATCH 18/18] qapi/cryptodev: Rename QCryptodevBackendAlgType to *Algo, and drop prefix

[PATCH v3 00/10] selftests: kvm: s390: Add s390x ucontrol selftests
 2024-07-30 13:14 UTC  (13+ messages)
` [PATCH v3 01/10] selftests: kvm: s390: Define page sizes in shared header
` [PATCH v3 02/10] selftests: kvm: s390: Add kvm_s390_sie_block definition for userspace tests
` [PATCH v3 03/10] selftests: kvm: s390: Add s390x ucontrol test suite with hpage test
` [PATCH v3 04/10] selftests: kvm: s390: Add test fixture and simple VM setup tests
` [PATCH v3 05/10] selftests: kvm: s390: Add debug print functions
` [PATCH v3 06/10] selftests: kvm: s390: Add VM run test case
` [PATCH v3 07/10] selftests: kvm: s390: Add uc_map_unmap VM "
` [PATCH v3 08/10] selftests: kvm: s390: Add uc_skey "
` [PATCH v3 09/10] selftests: kvm: s390: Verify reject memory region operations for ucontrol VMs
` [PATCH v3 10/10] s390: Enable KVM_S390_UCONTROL config in debug_defconfig

[PATCH] vfio/pci: Remove unused struct 'vfio_pci_mmap_vma'
 2024-07-30 13:14 UTC  (2+ messages)

[PATCH v7 0/4] debugfs to hisilicon migration driver
 2024-07-30 12:14 UTC  (5+ messages)
` [PATCH v7 1/4] hisi_acc_vfio_pci: extract public functions for container_of
` [PATCH v7 2/4] hisi_acc_vfio_pci: create subfunction for data reading
` [PATCH v7 3/4] hisi_acc_vfio_pci: register debugfs for hisilicon migration driver
` [PATCH v7 4/4] Documentation: add debugfs description for hisi migration

[PATCH v12 00/84] KVM: Stop grabbing references to PFNMAP'd pages
 2024-07-30 11:52 UTC  (14+ messages)
` [PATCH v12 34/84] KVM: Add a helper to lookup a pfn without grabbing a reference
` [PATCH v12 41/84] KVM: x86/mmu: Mark pages/folios dirty at the origin of make_spte()
` [PATCH v12 45/84] KVM: guest_memfd: Provide "struct page" as output from kvm_gmem_get_pfn()
` [PATCH v12 48/84] KVM: Move x86's API to release a faultin page to common KVM
` [PATCH v12 50/84] KVM: VMX: Use __kvm_faultin_page() to get APIC access page/pfn
` [PATCH v12 84/84] KVM: Don't grab reference on VM_MIXEDMAP pfns that have a "struct page"

[PATCH v1 0/3] mm: remove arch_make_page_accessible()
 2024-07-30 10:39 UTC  (6+ 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()

[RFC PATCH 0/8] Unmapping guest_memfd from Direct Map
 2024-07-30 10:17 UTC  (11+ messages)
` [RFC PATCH 8/8] kvm: gmem: Allow restricted userspace mappings

linux-next: build warning after merge of the kvm tree
 2024-07-30 10:11 UTC  (2+ messages)

[PATCH] KVM: x86: Include host suspended time in steal time
 2024-07-30  9:45 UTC  (4+ messages)

[PATCH] KVM: x86/mmu: Conditionally call kvm_zap_obsolete_pages
 2024-07-30  9:16 UTC  (2+ messages)

FW: About the patch ”https://lore.kernel.org/linux-iommu/20240412082121.33382-1-yi.l.liu@intel.com/ “ for help
 2024-07-30  9:08 UTC  (8+ messages)
            ` FW: About the patch âhttps://lore.kernel.org/linux-iommu/20240412082121.33382-1-yi.l.liu@intel.com/ â "

[RFC PATCH net-next v6 00/14] virtio/vsock: support datagrams
 2024-07-30  8:32 UTC  (20+ 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 09/14] virtio/vsock: add common datagram recv path

[PATCH] target/i386: Change unavail from u32 to u64
 2024-07-30  8:29 UTC 

[PATCH v6 0/3] LoongArch: KVM: Add Binary Translation extension support
 2024-07-30  7:57 UTC  (4+ messages)
` [PATCH v6 1/3] LoongArch: KVM: Add HW "
` [PATCH v6 2/3] LoongArch: KVM: Add LBT feature detection function
` [PATCH v6 3/3] LoongArch: KVM: Add vm migration support for LBT registers

[PATCH v4 0/3] Add extioi virt extension support
 2024-07-30  7:53 UTC  (4+ messages)
` [PATCH v4 1/3] LoongArch: KVM: Enable paravirt feature control from VMM
` [PATCH v4 2/3] LoongArch: KVM: Implement function kvm_para_has_feature
` [PATCH v4 3/3] irqchip/loongson-eiointc: Add extioi virt extension support

[PATCHSET][RFC] struct fd and memory safety
 2024-07-30  7:37 UTC  (44+ 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()

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

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

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

[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 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  (3+ messages)
` [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  (6+ messages)
` [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  (29+ 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  (3+ messages)
` [kvm-unit-tests PATCH v5 5/5] riscv: sbi: Add test for "

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


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