public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-08 11:47:56 to 2024-08-10 20:46:41 UTC [more...]

[PATCH v5 0/3] Add extioi virt extension support
 2024-08-10 20:46 UTC  (3+ messages)
` [PATCH v5 3/3] irqchip/loongson-eiointc: "

[kvm-unit-tests PATCH 0/3] riscv: sbi: Add support to test HSM extension
 2024-08-10 17:57 UTC  (4+ messages)
` [kvm-unit-tests PATCH 1/3] riscv: sbi: Add IPI extension support
` [kvm-unit-tests PATCH 2/3] riscv: sbi: Add HSM extension functions
` [kvm-unit-tests PATCH 3/3] riscv: sbi: Add tests for HSM extension

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

[PATCHSET][RFC] struct fd and memory safety
 2024-08-10  3:53 UTC  (17+ 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 35/39] convert bpf_token_create()
  ` [PATCH 36/39] assorted variants of irqfd setup: convert to CLASS(fd)

[Bug 219112] New: Machine will not wake from suspend if KVM VM is running
 2024-08-10  0:27 UTC  (2+ messages)
` [Bug 219112] "

[PATCH 00/19] mm: Support huge pfnmaps
 2024-08-09 21:37 UTC  (35+ 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 v2 0/3] Set up KVM_EXIT_MEMORY_FAULTs when arm64/x86 stage-2 fault handlers fail
 2024-08-09 20:51 UTC  (4+ messages)
` [PATCH v2 1/3] KVM: Documentation: Clarify docs for KVM_CAP_MEMORY_FAULT_INFO
` [PATCH v2 2/3] KVM: x86: Do a KVM_MEMORY_FAULT EXIT when stage-2 fault handler EFAULTs
` [PATCH v2 3/3] KVM: arm64: Perform memory fault exits when stage-2 "

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

[PATCH 00/22] KVM: x86/mmu: Allow yielding on mmu_notifier zap
 2024-08-09 19:43 UTC  (23+ messages)
` [PATCH 01/22] KVM: selftests: Check for a potential unhandled exception iff KVM_RUN succeeded
` [PATCH 02/22] KVM: selftests: Rename max_guest_memory_test to mmu_stress_test
` [PATCH 03/22] KVM: selftests: Only muck with SREGS on x86 in mmu_stress_test
` [PATCH 04/22] KVM: selftests: Compute number of extra pages needed "
` [PATCH 05/22] KVM: selftests: Enable mmu_stress_test on arm64
` [PATCH 06/22] KVM: selftests: Use vcpu_arch_put_guest() in mmu_stress_test
` [PATCH 07/22] KVM: selftests: Precisely limit the number of guest loops "
` [PATCH 08/22] KVM: selftests: Add a read-only mprotect() phase to mmu_stress_test
` [PATCH 09/22] KVM: selftests: Verify KVM correctly handles mprotect(PROT_READ)
` [PATCH 10/22] KVM: x86/mmu: Move walk_slot_rmaps() up near for_each_slot_rmap_range()
` [PATCH 11/22] KVM: x86/mmu: Plumb a @can_yield parameter into __walk_slot_rmaps()
` [PATCH 12/22] KVM: x86/mmu: Add a helper to walk and zap rmaps for a memslot
` [PATCH 13/22] KVM: x86/mmu: Honor NEED_RESCHED when zapping rmaps and blocking is allowed
` [PATCH 14/22] KVM: x86/mmu: Morph kvm_handle_gfn_range() into an aging specific helper
` [PATCH 15/22] KVM: x86/mmu: Fold mmu_spte_age() into kvm_rmap_age_gfn_range()
` [PATCH 16/22] KVM: x86/mmu: Add KVM_RMAP_MANY to replace open coded '1' and '1ul' literals
` [PATCH 17/22] KVM: x86/mmu: Refactor low level rmap helpers to prep for walking w/o mmu_lock
` [PATCH 18/22] KVM: x86/mmu: Use KVM_PAGES_PER_HPAGE() instead of an open coded equivalent
` [PATCH 19/22] KVM: x86/mmu: Add infrastructure to allow walking rmaps outside of mmu_lock
` [PATCH 20/22] KVM: x86/mmu: Add support for lockless walks of rmap SPTEs
` [PATCH 21/22] KVM: x86/mmu: Support rmap walks without holding mmu_lock when aging gfns
` [PATCH 22/22] ***HACK*** KVM: x86: Don't take "

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

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

[PATCH 00/22] KVM: x86: Fix multiple #PF RO infinite loop bugs
 2024-08-09 19:03 UTC  (23+ messages)
` [PATCH 01/22] KVM: x86: Disallow read-only memslots for SEV-ES and SEV-SNP (and TDX)
` [PATCH 02/22] KVM: VMX: Set PFERR_GUEST_{FINAL,PAGE}_MASK if and only if the GVA is valid
` [PATCH 03/22] KVM: x86/mmu: Trigger unprotect logic only on write-protection page faults
` [PATCH 04/22] KVM: x86/mmu: Skip emulation on page fault iff 1+ SPs were unprotected
` [PATCH 05/22] KVM: x86: Retry to-be-emulated insn in "slow" unprotect path iff sp is zapped
` [PATCH 06/22] KVM: x86: Get RIP from vCPU state when storing it to last_retry_eip
` [PATCH 07/22] KVM: x86: Store gpa as gpa_t, not unsigned long, when unprotecting for retry
` [PATCH 08/22] KVM: x86/mmu: Apply retry protection to "fast nTDP unprotect" path
` [PATCH 09/22] KVM: x86/mmu: Try "unprotect for retry" iff there are indirect SPs
` [PATCH 10/22] KVM: x86/mmu: Replace PFERR_NESTED_GUEST_PAGE with a more descriptive helper
` [PATCH 11/22] KVM: x86: Move EMULTYPE_ALLOW_RETRY_PF to x86_emulate_instruction()
` [PATCH 12/22] KVM: x86: Fold retry_instruction() into x86_emulate_instruction()
` [PATCH 13/22] KVM: x86/mmu: Don't try to unprotect an INVALID_GPA
` [PATCH 14/22] KVM: x86/mmu: Always walk guest PTEs with WRITE access when unprotecting
` [PATCH 15/22] KVM: x86/mmu: Move event re-injection unprotect+retry into common path
` [PATCH 16/22] KVM: x86: Remove manual pfn lookup when retrying #PF after failed emulation
` [PATCH 17/22] KVM: x86: Check EMULTYPE_WRITE_PF_TO_SP before unprotecting gfn
` [PATCH 18/22] KVM: x86: Apply retry protection to "unprotect on failure" path
` [PATCH 19/22] KVM: x86: Update retry protection fields when forcing retry on emulation failure
` [PATCH 20/22] KVM: x86: Rename reexecute_instruction()=>kvm_unprotect_and_retry_on_failure()
` [PATCH 21/22] KVM: x86/mmu: Subsume kvm_mmu_unprotect_page() into the and_retry() version
` [PATCH 22/22] KVM: x86/mmu: Detect if unprotect will do anything based on invalid_list

[PATCH v5 0/2] Add arch_timer_edge_cases selftest
 2024-08-09 18:38 UTC  (3+ messages)
` [PATCH v5 1/2] KVM: selftests: Ensure pending interrupts are handled in arch_timer test
` [PATCH v5 2/2] KVM: arm64: selftests: Add arch_timer_edge_cases selftest

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

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

[PATCH 7/8] iommu/arm-smmu-v3: Support IOMMU_DOMAIN_NESTED
 2024-08-09 18:03 UTC  (3+ messages)

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

[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 RFC 0/4] mm: Introduce guest_memfd library
 2024-08-09 15:02 UTC  (20+ 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

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

[PATCH v2 00/10] TDX host: metadata reading tweaks, bug fix and info dump
 2024-08-08 23:52 UTC  (4+ messages)
` [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  (2+ messages)

[PATCH v12 00/84] KVM: Stop grabbing references to PFNMAP'd pages
 2024-08-08 16:16 UTC  (9+ messages)
` [PATCH v12 13/84] KVM: Annotate that all paths in hva_to_pfn() might sleep
` [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  (2+ 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)


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