public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-09 12:43:38 to 2024-08-12 21:53:58 UTC [more...]

[PATCH 00/22] KVM: x86/mmu: Allow yielding on mmu_notifier zap
 2024-08-12 21:53 UTC  (26+ 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 "

[PATCHSET][RFC] struct fd and memory safety
 2024-08-12 20:06 UTC  (19+ 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)

[PATCH 0/3] Add SEV-SNP CipherTextHiding feature support
 2024-08-12 19:42 UTC  (4+ messages)
` [PATCH 1/3] crypto: ccp: Extend SNP_PLATFORM_STATUS command
` [PATCH 2/3] crypto: ccp: Add support for SNP_FEATURE_INFO command
` [PATCH 3/3] x86/sev: Add SEV-SNP CipherTextHiding support

[PATCH 00/19] mm: Support huge pfnmaps
 2024-08-12 19:05 UTC  (39+ 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 v5 2/7] mm/mprotect: Push mmu notifier to PUDs
 2024-08-12 18:12 UTC 

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

[PATCH 0/2] KVM: x86/mmu: Run NX huge page recovery under MMU read lock
 2024-08-12 17:13 UTC  (3+ messages)
` [PATCH 1/2] KVM: x86/mmu: Split NX hugepage recovery flow into TDP and non-TDP flow
` [PATCH 2/2] KVM: x86/mmu: Recover NX Huge pages belonging to TDP MMU under MMU read lock

[PATCH RFC/RFT] vfio/pci: Create feature to disable MSI virtualization
 2024-08-12 17:00 UTC  (2+ messages)
` [PATCH RFC/RFT] vfio/pci-quirks: Quirk for ath wireless

[PATCH] tools/kvm_stat: fix termination behavior when not on a terminal
 2024-08-12 15:33 UTC  (2+ messages)

[ANNOUNCE] PUCK Agenda - 2024.08.07 - KVM userfault (guest_memfd/HugeTLB postcopy)
 2024-08-12 15:24 UTC  (8+ messages)

[kvm-unit-tests PATCH 0/6] Checking and CI improvements
 2024-08-12 14:32 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/3] riscv: sbi: Add support to test HSM extension
 2024-08-12 14:21 UTC  (8+ 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

[kvm-unit-tests PATCH 0/4] riscv: sbi: More DBCN tests
 2024-08-12 14:18 UTC  (6+ messages)
` [kvm-unit-tests PATCH 1/4] riscv: sbi: dbcn: Output return values
` [kvm-unit-tests PATCH 2/4] riscv: sbi: Use strtoul to avoid overflow
` [kvm-unit-tests PATCH 3/4] riscv: sbi: Prefix several environment variables with SBI
` [kvm-unit-tests PATCH 4/4] riscv: sbi: dbcn: Add high address tests

[kvm-unit-tests PATCH v3 0/7] s390x: STFLE nested interpretation
 2024-08-12 14:17 UTC  (3+ messages)
` [kvm-unit-tests PATCH v3 1/7] lib: Add pseudo random functions

[kvm-unit-tests PATCH v2 0/7] riscv: 32-bit should use phys_addr_t
 2024-08-12 14:07 UTC  (9+ messages)
` [kvm-unit-tests PATCH v2 1/7] riscv: Fix virt_to_phys again
` [kvm-unit-tests PATCH v2 2/7] riscv: setup: Apply VA_BASE check to rv64
` [kvm-unit-tests PATCH v2 3/7] riscv: Support up to 34-bit physical addresses on rv32, sort of
` [kvm-unit-tests PATCH v2 4/7] riscv: Track memory above 3G
` [kvm-unit-tests PATCH v2 5/7] riscv: mmu: Sanity check input physical addresses
` [kvm-unit-tests PATCH v2 6/7] riscv: Define and use PHYS_PAGE_MASK
` [kvm-unit-tests PATCH v2 7/7] riscv: mmu: Ensure order of PTE update and sfence

[kvm-unit-tests PATCH v2 0/4] riscv: Extend CI
 2024-08-12 13:53 UTC  (2+ messages)

[PATCH] vfio: mdev: Remove unused function declarations
 2024-08-12 12:08 UTC 

[PATCH] iommu: Allow ATS to work on VFs when the PF uses IDENTITY
 2024-08-12 11:35 UTC  (8+ messages)

[RFC PATCH] vhost_vdpa: assign irq bypass producer token correctly
 2024-08-12 11:21 UTC  (5+ messages)

[PATCH v2] virtio_blk: implement init_hctx MQ operation
 2024-08-12 11:15 UTC  (2+ messages)

[PATCH v2 0/9] Bump Avocado to 103.0 LTS and update tests for compatibility and new features
 2024-08-12 10:21 UTC  (5+ messages)
` [PATCH v2 2/9] tests/avocado: apply proper skipUnless decorator
` [PATCH v2 9/9] Avocado tests: allow for parallel execution of tests

[PATCH 00/18] qapi: Reduce use of 'prefix'
 2024-08-12 10:09 UTC  (5+ messages)
` [PATCH 02/18] tests/qapi-schema: Drop temporary '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-12  9:53 UTC  (3+ messages)

[PATCH 8/8] qemu-options: Add the description of smp-cache object
 2024-08-12  9:24 UTC  (11+ messages)

[PATCH v2 0/3] Set up KVM_EXIT_MEMORY_FAULTs when arm64/x86 stage-2 fault handlers fail
 2024-08-12  7:51 UTC  (5+ 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 "

[Bug 219085] New: kvm_spurious_fault in L1 when running a nested kvm instance on AMD Opteron_G5_qemu L0
 2024-08-12  7:44 UTC  (2+ messages)
` [Bug 219085] "

[PATCH 00/13] Bump Avocado to 103.0 LTS and update tests for compatibility and new features
 2024-08-12  7:33 UTC  (5+ messages)
` [PATCH 03/13] tests/avocado/intel_iommu.py: increase timeout

[Bug 219129] New: virtio net performance degradation between Windows and Linux guest in kernel 6.10.3
 2024-08-12  7:18 UTC  (3+ messages)
` [Bug 219129] "

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

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

[syzbot] [kvm?] general protection fault in is_page_fault_stale
 2024-08-11  5:35 UTC 

[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 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: 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  (10+ messages)
` [PATCH RFC 3/4] mm: guest_memfd: Add option to remove guest private memory from direct map

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


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