kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-07 12:03:43 to 2024-08-09 16:20:12 UTC [more...]

[PATCH 00/19] mm: Support huge pfnmaps
 2024-08-09 16:20 UTC  (21+ messages)
` [PATCH 01/19] mm: Introduce ARCH_SUPPORTS_HUGE_PFNMAP and special bits to pmd/pud
` [PATCH 02/19] mm: Drop is_huge_zero_pud()
` [PATCH 03/19] mm: Mark special bits for huge pfn mappings when inject
` [PATCH 04/19] mm: Allow THP orders for PFNMAPs
` [PATCH 05/19] mm/gup: Detect huge pfnmap entries in gup-fast
` [PATCH 06/19] mm/pagewalk: Check pfnmap early for folio_walk_start()
` [PATCH 07/19] mm/fork: Accept huge pfnmap entries
` [PATCH 08/19] mm: Always define pxx_pgprot()
` [PATCH 09/19] mm: New follow_pfnmap API
` [PATCH 10/19] KVM: Use "
` [PATCH 11/19] s390/pci_mmio: "
` [PATCH 12/19] mm/x86/pat: Use the new "
` [PATCH 13/19] vfio: "
` [PATCH 14/19] acrn: "
` [PATCH 15/19] mm/access_process_vm: "
` [PATCH 16/19] mm: Remove follow_pte()
` [PATCH 17/19] mm/x86: Support large pfn mappings
` [PATCH 18/19] mm/arm64: "
` [PATCH 19/19] vfio/pci: Implement huge_fault support

[PATCH 6/8] iommu/arm-smmu-v3: Implement IOMMU_HWPT_ALLOC_NEST_PARENT
 2024-08-09 16:09 UTC  (3+ messages)

[PATCH 7/8] iommu/arm-smmu-v3: Support IOMMU_DOMAIN_NESTED
 2024-08-09 16:05 UTC  (2+ messages)

[RFC 0/5] SEV Kernel Selftests
 2024-08-09 15:48 UTC  (9+ messages)
` [RFC 2/5] selftests: KVM: Decouple SEV ioctls from asserts
` [RFC 3/5] selftests: KVM: SEV IOCTL test
` [RFC 4/5] selftests: KVM: SNP "

[PATCH v3 0/2] Fix for a very old KVM bug in the segment cache
 2024-08-09 15:27 UTC  (4+ messages)
` [PATCH v3 2/2] VMX: reset the segment cache after segment initialization in vmx_vcpu_reset

[PATCH 0/8] Initial support for SMMUv3 nested translation
 2024-08-09 15:15 UTC  (10+ messages)
` [PATCH 1/8] vfio: Remove VFIO_TYPE1_NESTING_IOMMU
` [PATCH 2/8] iommu/arm-smmu-v3: Use S2FWB when available
` [PATCH 3/8] ACPI/IORT: Support CANWBS memory access flag

[PATCH RFC 0/4] mm: Introduce guest_memfd library
 2024-08-09 15:02 UTC  (22+ messages)
` [PATCH RFC 3/4] mm: guest_memfd: Add option to remove guest private memory from direct map
` [PATCH RFC 4/4] mm: guest_memfd: Add ability for mmap'ing pages

[ANNOUNCE] PUCK Agenda - 2024.08.07 - KVM userfault (guest_memfd/HugeTLB postcopy)
 2024-08-09 13:51 UTC  (6+ messages)

[kvmtool PATCH v2 0/3] Add RISC-V ISA extensions based on Linux-6.10
 2024-08-09 13:34 UTC  (4+ messages)
` [kvmtool PATCH v2 1/3] Sync-up headers with Linux-6.10 kernel
` [kvmtool PATCH v2 2/3] riscv: Add Sscofpmf extensiona support
` [kvmtool PATCH v2 3/3] riscv: Set SBI_SUCCESS on successful DBCN call

[PATCH] RISC-V: KVM: Fix sbiret init before forwarding to userspace
 2024-08-09 13:29 UTC  (2+ messages)

[PATCH] iommu: Allow ATS to work on VFs when the PF uses IDENTITY
 2024-08-09 13:28 UTC  (3+ messages)

[PATCH v2 00/17] KVM: arm64: nv: Add support for address translation instructions
 2024-08-09 12:43 UTC  (3+ messages)
` [PATCH v2 13/17] KVM: arm64: nv: Add SW walker for AT S1 emulation

[PATCH 0/8] Introduce SMP Cache Topology
 2024-08-09 12:24 UTC  (11+ messages)
` [PATCH 8/8] qemu-options: Add the description of smp-cache object

[PATCH 0/2] KVM: SEV: Add support for the ALLOWED_SEV_FEATURES feature
 2024-08-09  9:34 UTC  (5+ messages)
` [PATCH 1/2] x86/cpufeatures: Add "Allowed SEV Features" Feature
` [PATCH 2/2] KVM: SEV: Configure "ALLOWED_SEV_FEATURES" VMCB Field

[PATCH 00/18] qapi: Reduce use of 'prefix'
 2024-08-09  9:03 UTC  (7+ messages)
` [PATCH 01/18] qapi: Smarter camel_to_upper() to reduce need for 'prefix'
` [PATCH 09/18] qapi/machine: Rename CpuS390* to S390Cpu, and drop 'prefix'

[PATCH v3] kvm: replace fprintf with error_report/printf() in kvm_init()
 2024-08-09  8:35 UTC  (2+ messages)

kvm_stat issue running in the background
 2024-08-09  8:29 UTC  (3+ messages)

[GIT PULL] KVM/arm64 fixes for 6.11, round #1
 2024-08-09  8:12 UTC 

[PATCH v2 1/2] kvm: replace fprintf with error_report() in kvm_init() for error conditions
 2024-08-09  7:58 UTC  (6+ messages)
` [PATCH v3 2/2] kvm: refactor core virtual machine creation into its own function

[PATCH kvm-unit-tests] riscv: sbi: add dbcn write test
 2024-08-09  7:52 UTC  (5+ messages)

[PATCH v6 00/10] Enable haltpoll on arm64
 2024-08-09  6:08 UTC  (7+ messages)
` [PATCH v6 01/10] cpuidle/poll_state: poll via smp_cond_load_relaxed()
` [PATCH v6 03/10] Kconfig: move ARCH_HAS_OPTIMIZED_POLL to arch/Kconfig
  ` [PATCH v6 09/10] arm64: support cpuidle-haltpoll

[PATCH 1/2] kvm: replace fprintf with error_report() in kvm_init() for error conditions
 2024-08-09  5:03 UTC  (3+ messages)
` [PATCH v3 2/2] kvm: refactor core virtual machine creation into its own function

[PATCH v2] kvm: refactor core virtual machine creation into its own function
 2024-08-09  3:41 UTC  (3+ messages)

[PATCHSET][RFC] struct fd and memory safety
 2024-08-09  1:23 UTC  (9+ messages)
` [PATCH 01/39] memcg_write_event_control(): fix a user-triggerable oops
  ` [PATCH 17/39] bpf: resolve_pseudo_ldimm64(): take handling of a single ldimm64 insn into helper

[PATCH v2 00/10] TDX host: metadata reading tweaks, bug fix and info dump
 2024-08-08 23:52 UTC  (15+ messages)
` [PATCH v2 02/10] x86/virt/tdx: Unbind global metadata read with 'struct tdx_tdmr_sysinfo'
` [PATCH v2 08/10] x86/virt/tdx: Print TDX module basic information

[PATCH v4 2/7] mm/mprotect: Push mmu notifier to PUDs
 2024-08-08 22:45 UTC  (6+ messages)

[PATCH v2] KVM: arm64: Move data barrier to end of split walk
 2024-08-08 19:58 UTC  (3+ messages)

[PATCH RFC 1/4] mm: Introduce guest_memfd
 2024-08-08 18:39 UTC  (2+ messages)

[RFC PATCH] vhost_vdpa: assign irq bypass producer token correctly
 2024-08-08 18:04 UTC  (2+ messages)

[PATCH] KVM: selftests: arm64: Correct feature test for S1PIE in get-reg-list
 2024-08-08 17:08 UTC  (2+ messages)

[PATCH] KVM: arm64: Enforce dependency on an ARMv8.4-aware toolchain
 2024-08-08 17:06 UTC  (5+ messages)

[PATCH v12 00/84] KVM: Stop grabbing references to PFNMAP'd pages
 2024-08-08 16:16 UTC  (17+ 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 13/84] KVM: Annotate that all paths in hva_to_pfn() might sleep
` [PATCH v12 64/84] KVM: LoongArch: Mark "struct page" pfns dirty only in "slow" page fault path
` [PATCH v12 66/84] KVM: LoongArch: Mark "struct page" pfn accessed before dropping mmu_lock

[kvm-unit-tests PATCH v2 0/4] riscv: Extend CI
 2024-08-08 15:42 UTC  (5+ messages)
` [kvm-unit-tests PATCH v2 1/4] lib: Add limits.h
` [kvm-unit-tests PATCH v2 2/4] riscv: Build with explicit ABI
` [kvm-unit-tests PATCH v2 3/4] riscv: Fix out-of-tree builds
` [kvm-unit-tests PATCH v2 4/4] riscv: Extend gitlab CI

[GIT PULL 0/2] KVM: s390: Fixes for 6.11
 2024-08-08 14:52 UTC  (3+ messages)
` [GIT PULL 1/2] KVM: s390: fix validity interception issue when gisa is switched off
` [GIT PULL 2/2] s390/uv: Panic for set and remove shared access UVC errors

[PATCH v2] virtio_blk: implement init_hctx MQ operation
 2024-08-08 13:37 UTC  (3+ messages)

[kvm-unit-tests PATCH 0/3] riscv: Extend CI
 2024-08-08 13:02 UTC  (4+ messages)
` [kvm-unit-tests PATCH 1/3] lib: Add limits.h
` [kvm-unit-tests PATCH 2/3] riscv: Build with explicit ABI
` [kvm-unit-tests PATCH 3/3] riscv: Extend gitlab CI

[PATCH net-next v13 04/14] mm: page_frag: add '_va' suffix to page_frag API
 2024-08-08 12:37 UTC  (2+ messages)
` [PATCH net-next v13 05/14] mm: page_frag: avoid caller accessing 'page_frag_cache' directly

[PATCH kvmtool v2 0/2] Fix compilation with musl-libc based toolchains
 2024-08-08 12:17 UTC  (3+ messages)
` [PATCH kvmtool v2 1/2] Switch to POSIX version of basename()

[PATCH] selftests: kvm: fix mkdir error when building for non-supported arch
 2024-08-08 12:13 UTC  (5+ messages)

[PATCH] kvm: refactor core virtual machine creation into its own function
 2024-08-08 11:08 UTC  (2+ messages)

[PATCH] LoongArch: KVM: Add haltpoll control feature in kvm side
 2024-08-08  8:36 UTC 

[RFC PATCH vhost] vhost-vdpa: Fix invalid irq bypass unregister
 2024-08-08  8:23 UTC  (10+ messages)

[PATCH 1/1] RISC-V: KVM: Fix APLIC in_clrip and clripnum write emulation
 2024-08-08  8:14 UTC 

[PATCH 0/6] KVM: kvm_set_memory_region() cleanups
 2024-08-08  7:41 UTC  (3+ messages)
` [PATCH 6/6] KVM: Move flags check for user memory regions to the ioctl() specific API

[PATCH] kvm tools:Fix memory leakage in open all disks
 2024-08-08  7:07 UTC  (7+ messages)

[PATCH v4 0/4] x86/cpu: Add Bus Lock Detect support for AMD
 2024-08-08  6:29 UTC  (5+ messages)
` [PATCH v4 1/4] x86/split_lock: Move Split and Bus lock code to a dedicated file
` [PATCH v4 2/4] x86/bus_lock: Add support for AMD
` [PATCH v4 3/4] KVM: SVM: Don't advertise Bus Lock Detect to guest if SVM support is missing
` [PATCH v4 4/4] KVM: SVM: Add Bus Lock Detect support

[awilliam-vfio:vfio-huge-fault 443/453] arch/s390/pci/pci_mmio.c:127:21: warning: unused variable 'ptl'
 2024-08-08  3:05 UTC 

[PATCH 0/6] SEV-SNP restricted injection hypervisor patches
 2024-08-07 23:49 UTC  (3+ messages)
` [PATCH 6/6] KVM: SVM: Enable restricted injection for an SEV-SNP guest

[PATCH 00/10] Introduce guestmemfs: persistent in-memory filesystem
 2024-08-07 23:45 UTC  (2+ messages)

[PATCH 5/6] KVM: SVM: Inject MCEs when restricted injection is active
 2024-08-07 23:30 UTC  (2+ messages)

[PATCH v2 0/4] i386/cpu: Add support for perfmon-v2, RAS bits and EPYC-Turin CPU model
 2024-08-07 22:15 UTC  (5+ messages)
` [PATCH v2 1/4] i386/cpu: Add RAS feature bits on EPYC CPU models
` [PATCH v2 2/4] i386/cpu: Add PerfMonV2 feature bit
` [PATCH v2 3/4] i386/cpu: Enable perfmon-v2 and RAS feature bits on EPYC-Genoa
` [PATCH v2 4/4] i386/cpu: Add support for EPYC-Turin model

[PATCH] KVM: Fix error path in kvm_vm_ioctl_create_vcpu() on xa_store() failure
 2024-08-07 21:58 UTC  (11+ messages)

[PATCH v6 00/11] mm: multi-gen LRU: Walk secondary MMU page tables while aging
 2024-08-07 18:26 UTC  (7+ messages)
` [PATCH v6 05/11] mm: Add fast_only bool to test_young and clear_young MMU notifiers

[PATCH rfc] vfio-pci: Allow write combining
 2024-08-07 17:46 UTC  (12+ messages)

[PATCH v2 0/9] Bump Avocado to 103.0 LTS and update tests for compatibility and new features
 2024-08-07 17:26 UTC  (7+ messages)
` [PATCH v2 7/9] tests/avocado/tuxrun_baselines.py: use Avocado's zstd support
` [PATCH v2 8/9] tests/avocado/machine_aarch64_sbsaref.py: allow for rw usage of image

[PATCH] tools/kvm_stat: fix termination behavior when not on a terminal
 2024-08-07 17:23 UTC 

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

[kvm-unit-tests PATCH v1 0/4] riscv: add SBI SSE extension tests
 2024-08-07 15:21 UTC  (3+ messages)
` [kvm-unit-tests PATCH v1 1/4] riscv: move REG_L/REG_W in a dedicated asm.h file

[kvm-unit-tests PATCH 0/3] riscv: 32-bit should use phys_addr_t
 2024-08-07 15:16 UTC  (4+ messages)
` [kvm-unit-tests PATCH 1/3] riscv: Fix virt_to_phys again
` [kvm-unit-tests PATCH 2/3] riscv: setup: Apply VA_BASE check to rv64
` [kvm-unit-tests PATCH 3/3] riscv: Support up to 34-bit physical addresses on rv32, sort of

[PATCH v1 00/11] mm: replace follow_page() by folio_walk
 2024-08-07 14:52 UTC  (10+ messages)
` [PATCH v1 07/11] mm/huge_memory: convert split_huge_pages_pid() from follow_page() to folio_walk

[PATCH 0/3] Set up KVM_EXIT_MEMORY_FAULTs when arm64/x86 stage-2 fault handlers fail
 2024-08-07 14:15 UTC  (6+ messages)
` [PATCH 2/3] KVM: arm64: Declare support for KVM_CAP_MEMORY_FAULT_INFO

[PATCH 1/1] virtio_blk: implement init_hctx MQ operation
 2024-08-07 13:34 UTC  (11+ messages)

[RFC PATCH] KVM: x86: hyper-v: Inhibit APICv with VP Assist on SPR/EMR
 2024-08-07 13:10 UTC  (4+ messages)

[PATCH v4] KVM: SVM: let alternatives handle the cases when RSB filling is required
 2024-08-07 12:35 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).