public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-05 23:53:03 to 2024-08-07 09:33:25 UTC [more...]

[PATCH v1 00/11] mm: replace follow_page() by folio_walk
 2024-08-07  9:33 UTC  (18+ messages)
` [PATCH v1 02/11] mm/pagewalk: introduce folio_walk_start() + folio_walk_end()
` [PATCH v1 07/11] mm/huge_memory: convert split_huge_pages_pid() from follow_page() to folio_walk
` [PATCH v1 08/11] s390/uv: convert gmap_destroy_page() "
` [PATCH v1 09/11] s390/mm/fault: convert do_secure_storage_access() "

[PATCH kvm-unit-tests] riscv: sbi: add dbcn write test
 2024-08-07  7:43 UTC  (2+ messages)

[PATCH] KVM: x86: Use this_cpu_ptr() instead of per_cpu_ptr(smp_processor_id())
 2024-08-07  7:27 UTC  (2+ messages)

[PATCH v2] KVM: x86/mmu: Clean up function comments for dirty logging APIs
 2024-08-07  7:25 UTC  (3+ messages)

[PATCH RFC 0/4] mm: Introduce guest_memfd library
 2024-08-07  6:48 UTC  (14+ messages)
` [PATCH RFC 1/4] mm: Introduce guest_memfd
` [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

[RFC PATCH 0/9] KVM: x86/mmu: Preserve Accessed bits on PROT changes
 2024-08-07  6:41 UTC  (8+ messages)
` [RFC PATCH 5/9] KVM: x86/mmu: Free up A/D bits in FROZEN_SPTE
` [RFC PATCH 9/9] KVM: x86/mmu: Track SPTE accessed info across mmu_notifier PROT changes

[PATCH] selftests: kvm: fix mkdir error when building for non-supported arch
 2024-08-07  6:33 UTC  (4+ messages)

[PATCH] kvm tools:Fix memory leakage in open all disks
 2024-08-07  6:18 UTC 

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

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

[PATCH v3 00/19] KVM: arm64: Transition to a per-ITS translation cache
 2024-08-07  5:23 UTC  (8+ messages)
` [PATCH v3 05/19] KVM: arm64: vgic-debug: Use an xarray mark for debug iterator

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

[PATCH 0/6] SEV-SNP restricted injection hypervisor patches
 2024-08-07  1:00 UTC  (8+ messages)
` [PATCH 1/6] x86/sev: Define the #HV doorbell page structure
` [PATCH 2/6] KVM: SVM: Add support for the SEV-SNP #HV doorbell page NAE event
` [PATCH 3/6] KVM: SVM: Inject #HV when restricted injection is active
` [PATCH 4/6] KVM: SVM: Inject NMIs "
` [PATCH 5/6] KVM: SVM: Inject MCEs "
` [PATCH 6/6] KVM: SVM: Enable restricted injection for an SEV-SNP guest

[PATCH] sched: Don't try to catch up excess steal time
 2024-08-07  0:08 UTC  (3+ messages)

[PATCH 0/2] KVM: Protect vCPU's PID with a rwlock
 2024-08-06 23:59 UTC  (5+ messages)
` [PATCH 2/2] KVM: Protect vCPU's "last run PID" with rwlock, not RCU

[PATCH 0/8] Initial support for SMMUv3 nested translation
 2024-08-06 23:41 UTC  (9+ 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 4/8] iommu/arm-smmu-v3: Report IOMMU_CAP_ENFORCE_CACHE_COHERENCY for CANWBS
` [PATCH 5/8] iommu/arm-smmu-v3: Support IOMMU_GET_HW_INFO via struct arm_smmu_hw_info
` [PATCH 6/8] iommu/arm-smmu-v3: Implement IOMMU_HWPT_ALLOC_NEST_PARENT
` [PATCH 7/8] iommu/arm-smmu-v3: Support IOMMU_DOMAIN_NESTED
` [PATCH 8/8] iommu/arm-smmu-v3: Add arm_smmu_cache_invalidate_user

[PATCH 03/10] tools/include: Sync uapi/linux/kvm.h with the kernel sources
 2024-08-06 22:50 UTC 

[PATCHSET][RFC] struct fd and memory safety
 2024-08-06 22:42 UTC  (10+ messages)
` [PATCH 01/39] memcg_write_event_control(): fix a user-triggerable oops
  ` [PATCH 16/39] convert __bpf_prog_get() to CLASS(fd, ...)
  ` [PATCH 17/39] bpf: resolve_pseudo_ldimm64(): take handling of a single ldimm64 insn into helper
  ` [PATCH 35/39] convert bpf_token_create()

[Bug 219129] New: virtio net performance degradation between Windows and Linux guest in kernel 6.10.3
 2024-08-06 21:16 UTC  (2+ messages)
` [Bug 219129] "

[PATCH v2 00/10] TDX host: metadata reading tweaks, bug fix and info dump
 2024-08-06 21:01 UTC  (23+ messages)
` [PATCH v2 02/10] x86/virt/tdx: Unbind global metadata read with 'struct tdx_tdmr_sysinfo'
` [PATCH v2 06/10] x86/virt/tdx: Refine a comment to reflect the latest TDX spec
` [PATCH v2 07/10] x86/virt/tdx: Start to track all global metadata in one structure
` [PATCH v2 08/10] x86/virt/tdx: Print TDX module basic information
` [PATCH v2 09/10] x86/virt/tdx: Reduce TDMR's reserved areas by using CMRs to find memory holes
` [PATCH v2 10/10] x86/virt/tdx: Don't initialize module that doesn't support NO_RBP_MOD feature

[PATCH v8 0/5] Add Svade and Svadu Extensions Support
 2024-08-06 20:28 UTC  (2+ messages)

[PATCH 0/3] Set up KVM_EXIT_MEMORY_FAULTs when arm64/x86 stage-2 fault handlers fail
 2024-08-06 20:03 UTC  (9+ messages)
` [PATCH 2/3] KVM: arm64: Declare support for KVM_CAP_MEMORY_FAULT_INFO
` [PATCH 3/3] KVM: arm64: Do a KVM_EXIT_MEMORY_FAULT when stage-2 fault handler EFAULTs

[PATCH v2 0/2] selftests: harness: refactor __constructor_order
 2024-08-06 19:36 UTC  (3+ messages)

[PATCH v2 0/9] Bump Avocado to 103.0 LTS and update tests for compatibility and new features
 2024-08-06 19:30 UTC  (14+ messages)
` [PATCH v2 1/9] Bump avocado to 103.0
` [PATCH v2 2/9] tests/avocado: apply proper skipUnless decorator
` [PATCH v2 3/9] tests/avocado: add cdrom permission related tests
` [PATCH v2 4/9] tests/avocado: machine aarch64: standardize location and RO access
` [PATCH v2 5/9] tests/avocado: simplify parameters on fetch_asset with name only
` [PATCH v2 6/9] tests/avocado/boot_xen.py: fetch kernel during test setUp()
` [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 v2 9/9] Avocado tests: allow for parallel execution of tests

[PATCH rfc] vfio-pci: Allow write combining
 2024-08-06 18:43 UTC  (17+ messages)

[GIT PULL] virtio: bugfix
 2024-08-06 18:25 UTC  (2+ messages)

[PATCH v6 00/11] mm: multi-gen LRU: Walk secondary MMU page tables while aging
 2024-08-06 17:24 UTC  (7+ messages)
` [PATCH v6 04/11] mm: Add missing mmu_notifier_clear_young for !MMU_NOTIFIER
` [PATCH v6 05/11] mm: Add fast_only bool to test_young and clear_young MMU notifiers

[PATCH] KVM: Fix error path in kvm_vm_ioctl_create_vcpu() on xa_store() failure
 2024-08-06 16:59 UTC  (10+ messages)

[PATCH net-next v4 0/2] vsock: avoid queuing on intermediate queue if possible
 2024-08-06 16:45 UTC  (4+ messages)

[PATCH v2 0/8] KVM: Fix mmu_notifier vs. pfncache vs. pfncache races
 2024-08-06 16:40 UTC  (10+ messages)
` [PATCH v2 6/8] KVM: Fix multiple races in gfn=>pfn cache refresh
    ` [PATCH] KVM: Move gfn_to_pfn_cache invalidation to invalidate_range_end hook

[PATCH v12 00/84] KVM: Stop grabbing references to PFNMAP'd pages
 2024-08-06 15:19 UTC  (21+ messages)
` [PATCH v12 54/84] KVM: arm64: Mark "struct page" pfns accessed/dirty before dropping mmu_lock
` [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 64/84] KVM: LoongArch: Mark "struct page" pfns dirty only in "slow" page fault path

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

[PATCH v4 00/10] selftests: kvm: s390: Add s390x ucontrol selftests
 2024-08-06 14:44 UTC  (8+ messages)
` [PATCH v4 06/10] selftests: kvm: s390: Add VM run test case
` [PATCH v4 07/10] selftests: kvm: s390: Add uc_map_unmap VM "
` [PATCH v4 08/10] selftests: kvm: s390: Add uc_skey "

[PATCH v2 0/3] KVM: selftests: arm64: Make use of sysreg defintions in get-reg-list
 2024-08-06 14:24 UTC  (4+ messages)
` [PATCH v2 1/3] KVM: selftests: arm64: Simplify specification of filtered registers
` [PATCH v2 2/3] KVM: selftests: arm64: Use symbolic definitions for incorrect encodings
` [PATCH v2 3/3] KVM: selftests: arm64: Use generated defines for named system registers

[PATCH v2 0/4] vfio-pci support pasid attach/detach
 2024-08-06 14:30 UTC  (19+ messages)

[PATCH 00/10] Introduce guestmemfs: persistent in-memory filesystem
 2024-08-06 13:43 UTC  (6+ messages)

[PATCH] kvm tools:Fix memory leakage in open all disks
 2024-08-06 12:48 UTC  (6+ messages)

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

[PATCH] vdpa: Add support for no-IOMMU mode
 2024-08-06 11:47 UTC  (8+ messages)
  ` [EXTERNAL] "

[PATCH net-next v12 04/14] mm: page_frag: add '_va' suffix to page_frag API
 2024-08-06 11:37 UTC  (9+ messages)

[Bug 218267] New: [Sapphire Rapids][Upstream]Boot up multiple Windows VMs hang
 2024-08-06 11:02 UTC  (2+ messages)
` [Bug 218267] "

[PATCH] KVM: SVM: let alternatives handle the cases when RSB filling is required
 2024-08-06 10:52 UTC 

[kvm-unit-tests PATCH v2 0/4] s390x: split off snippet and sie related code
 2024-08-06  9:01 UTC  (7+ messages)
` [kvm-unit-tests PATCH v2 1/4] s390x/Makefile: Split snippet makefile rules into new file
` [kvm-unit-tests PATCH v2 2/4] s390x/Makefile: Add more comments
` [kvm-unit-tests PATCH v2 3/4] s390x: Move SIE assembly into new file
` [kvm-unit-tests PATCH v2 4/4] lib: s390x: Split SIE fw structs from lib structs

[PATCH v7 0/4] debugfs to hisilicon migration driver
 2024-08-06  8:37 UTC  (7+ messages)
` [PATCH v7 3/4] hisi_acc_vfio_pci: register debugfs for "
` [PATCH v7 4/4] Documentation: add debugfs description for hisi migration

[PATCH 0/2] KVM: selftests: arm64: Make use of sysreg defintions in get-reg-list
 2024-08-06  8:03 UTC  (3+ messages)
` [PATCH 2/2] KVM: selftests: arm64: Use generated defines for named system registers

[PATCH] KVM: Loongarch: Remove undefined a6 argument comment for kvm_hypercall
 2024-08-06  7:45 UTC  (8+ messages)

[kvm-unit-tests PATCH v3] riscv: sbi: add debug console write unit tests
 2024-08-06  7:34 UTC 

[RFC PATCH v3 00/58] Mediated Passthrough vPMU 3.0 for x86
 2024-08-06  7:27 UTC  (5+ messages)
` [RFC PATCH v3 26/58] KVM: x86/pmu: Manage MSR interception for IA32_PERF_GLOBAL_CTRL
` [RFC PATCH v3 33/58] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU

[PATCH v6 00/10] Enable haltpoll on arm64
 2024-08-06  1:37 UTC  (10+ 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 07/10] arm64: define TIF_POLLING_NRFLAG
  ` [PATCH v6 09/10] arm64: support cpuidle-haltpoll

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

[PATCH RFC 0/5] mm/gup: Introduce exclusive GUP pinning
 2024-08-06  0:50 UTC  (11+ messages)


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