kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-14 15:38:28 to 2022-07-18 13:56:06 UTC [more...]

[linux-next:master] BUILD REGRESSION 4662b7adea50bb62e993a67f611f3be625d3df0d
 2022-07-18 13:55 UTC  (4+ messages)

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-07-18 13:29 UTC  (4+ messages)
` [PATCH v7 07/14] KVM: Use gfn instead of hva for mmu_notifier_retry

[PATCH v2 00/21] KVM: x86: Event/exception fixes and cleanups
 2022-07-18 13:10 UTC  (4+ messages)
` [PATCH v2 12/21] KVM: x86: Make kvm_queued_exception a properly named, visible struct

[PATCH v1] s390/kvm: pv: don't present the ecall interrupt twice
 2022-07-18 13:04 UTC 

[PATCH v2 00/24] KVM: x86: Event/exception fixes and cleanups
 2022-07-18 13:05 UTC  (32+ messages)
` [PATCH v2 01/24] KVM: nVMX: Unconditionally purge queued/injected events on nested "exit"
` [PATCH v2 02/24] KVM: VMX: Drop bits 31:16 when shoving exception error code into VMCS
` [PATCH v2 03/24] KVM: x86: Don't check for code breakpoints when emulating on exception
` [PATCH v2 04/24] KVM: nVMX: Treat General Detect #DB (DR7.GD=1) as fault-like
` [PATCH v2 05/24] KVM: nVMX: Prioritize TSS T-flag #DBs over Monitor Trap Flag
` [PATCH v2 06/24] KVM: x86: Treat #DBs from the emulator as fault-like (code and DR7.GD=1)
` [PATCH v2 07/24] KVM: x86: Use DR7_GD macro instead of open coding check in emulator
` [PATCH v2 08/24] KVM: nVMX: Ignore SIPI that arrives in L2 when vCPU is not in WFS
` [PATCH v2 09/24] KVM: nVMX: Unconditionally clear mtf_pending on nested VM-Exit
` [PATCH v2 10/24] KVM: VMX: Inject #PF on ENCLS as "emulated" #PF
` [PATCH v2 11/24] KVM: x86: Rename kvm_x86_ops.queue_exception to inject_exception
` [PATCH v2 12/24] KVM: x86: Make kvm_queued_exception a properly named, visible struct
` [PATCH v2 13/24] KVM: x86: Formalize blocking of nested pending exceptions
` [PATCH v2 14/24] KVM: x86: Use kvm_queue_exception_e() to queue #DF
` [PATCH v2 15/24] KVM: x86: Hoist nested event checks above event injection logic
` [PATCH v2 16/24] KVM: x86: Evaluate ability to inject SMI/NMI/IRQ after potential VM-Exit
` [PATCH v2 17/24] KVM: nVMX: Add a helper to identify low-priority #DB traps
` [PATCH v2 18/24] KVM: nVMX: Document priority of all known events on Intel CPUs
` [PATCH v2 19/24] KVM: x86: Morph pending exceptions to pending VM-Exits at queue time
` [PATCH v2 20/24] KVM: x86: Treat pending TRIPLE_FAULT requests as pending exceptions
` [PATCH v2 21/24] KVM: VMX: Update MTF and ICEBP comments to document KVM's subtle behavior
` [PATCH v2 22/24] KVM: x86: Rename inject_pending_events() to kvm_check_and_inject_events()
` [PATCH v2 23/24] KVM: selftests: Use uapi header to get VMX and SVM exit reasons/codes
` [PATCH v2 24/24] KVM: selftests: Add an x86-only test to verify nested exception queueing

[PATCH] KVM: nVMX: Fix comment typo
 2022-07-15  4:46 UTC 

[PATCH v8 00/12] s390x: CPU Topology
 2022-07-18 12:32 UTC  (19+ messages)
` [PATCH v8 02/12] s390x/cpu_topology: CPU topology objects and structures
` [PATCH v8 08/12] s390x/cpu_topology: implementing numa for the s390x topology

[PATCH 0/4] KVM: x86/mmu: Memtype related cleanups
 2022-07-18 12:08 UTC  (11+ messages)
` [PATCH 1/4] KVM: x86: Reject loading KVM if host.PAT[0] != WB
` [PATCH 2/4] KVM: x86: Drop unnecessary goto+label in kvm_arch_init()
` [PATCH 3/4] KVM: x86/mmu: Add shadow mask for effective host MTRR memtype
` [PATCH 4/4] KVM: x86/mmu: Restrict mapping level based on guest MTRR iff they're used

[PATCH v2 00/24] KVM: arm64: Introduce pKVM shadow state at EL2
 2022-07-18 10:57 UTC  (4+ messages)
` [PATCH v2 03/24] KVM: arm64: Add flags to struct hyp_page

[PATCH] KVM: SVM: Fix x2APIC MSRs interception
 2022-07-18  9:38 UTC  (2+ messages)

[PATCH] KVM: x86: Do not block APIC write for non ICR registers
 2022-07-18  9:37 UTC  (2+ messages)

[PATCH] kvm: stats: tell userspace which values are boolean
 2022-07-18  9:34 UTC  (2+ messages)

[PATCH v11 00/40] virtio pci support VIRTIO_F_RING_RESET
 2022-07-18  9:11 UTC  (15+ messages)
` [PATCH v11 38/40] virtio_net: support rx queue resize
` [PATCH v11 39/40] virtio_net: support tx "

[PATCH v7 000/102] KVM TDX basic feature support
 2022-07-18  8:37 UTC  (7+ messages)
` [PATCH v7 036/102] KVM: x86/mmu: Allow non-zero value for non-present SPTE
` [PATCH v7 056/102] KVM: x86/mmu: steal software usable git to record if GFN is for shared or not

[PATCH v2] KVM: X86: Explicitly set the 'fault.async_page_fault' value in kvm_fixup_and_inject_pf_error()
 2022-07-18  7:47 UTC 

[RFC PATCH v1 0/3] virtio/vsock: use SO_RCVLOWAT to set POLLIN/POLLRDNORM
 2022-07-18  8:19 UTC  (4+ messages)
` [RFC PATCH v1 1/3] vsock: use sk_skrcvlowat to set POLLIN,POLLRDNORM, bits
` [RFC PATCH v1 2/3] virtio/vsock: use 'target' in notify_poll_in, callback
` [RFC PATCH v1 3/3] vsock_test: POLLIN + SO_RCVLOWAT test

[PATCH 0/2] Fix the #PF injection logic for smaller MAXPHYADDR in nested
 2022-07-18  7:58 UTC  (7+ messages)
` [PATCH 1/2] KVM: X86: Initialize 'fault' in kvm_fixup_and_inject_pf_error()
` [PATCH 2/2] KVM: X86: Fix the comments in prepare_vmcs02_rare()

simplify the mdev interface v6
 2022-07-18  5:43 UTC  (2+ messages)

[PATCH 0/6] KVM: x86: Apply NX mitigation more precisely
 2022-07-18  5:30 UTC  (2+ messages)

linux-next: manual merge of the kvm-arm tree with the kvm tree
 2022-07-18  5:19 UTC 

[PATCH 0/5] KVM RISC-V Svpbmt support
 2022-07-18  4:07 UTC  (13+ messages)
` [PATCH 1/5] KVM: Add gfp_custom flag in struct kvm_mmu_memory_cache
` [PATCH 3/5] RISC-V: KVM: Add G-stage ioremap() and iounmap() functions
` [PATCH 4/5] RISC-V: KVM: Use PAGE_KERNEL_IO in kvm_riscv_gstage_ioremap()
` [PATCH 5/5] RISC-V: KVM: Add support for Svpbmt inside Guest/VM

[PATCH v2 00/20] KVM: arm64: vgic-v3 userspace access consolidation (and other goodies)
 2022-07-17 11:01 UTC  (6+ messages)
` [PATCH v2 04/20] KVM: arm64: Rely on index_to_param() for size checks on userspace access
` [PATCH v2 08/20] KVM: arm64: vgic-v3: Push user access into vgic_v3_cpu_sysregs_uaccess()

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-07-17 10:01 UTC  (3+ messages)
` [PATCH Part2 v6 03/49] x86/sev: Add the host SEV-SNP initialization support

[PATCH v12 00/46] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-07-17  5:08 UTC  (5+ messages)
` [PATCH v12 29/46] x86/boot: Add Confidential Computing type to setup_data

[PATCH v2] KVM: selftests: Fix target thread to be migrated in rseq_test
 2022-07-17  3:11 UTC  (3+ messages)

[PATCH 0/4] Huge page related cleanups
 2022-07-16 18:51 UTC  (7+ messages)
` [PATCH 1/4] KVM: x86/mmu: Don't require refcounted "struct page" to create huge SPTEs
` [PATCH 2/4] KVM: x86/mmu: Document the "rules" for using host_pfn_mapping_level()
` [PATCH 3/4] KVM: x86/mmu: Don't bottom out on leafs when zapping collapsible SPTEs
` [PATCH 4/4] KVM: selftests: Add an option to run vCPUs while disabling dirty logging

[PATCH] KVM: selftests: Double check on the current CPU in rseq_test
 2022-07-16 14:46 UTC  (7+ messages)

[linux-next:master] BUILD REGRESSION 6014cfa5bf32cf8c5c58b3cfd5ee0e1542c8a825
 2022-07-16  3:00 UTC 

[PATCH v2 0/7] KVM: x86: Clean up rmap zap helpers
 2022-07-15 22:42 UTC  (8+ messages)
` [PATCH v2 1/7] KVM: x86/mmu: Return a u64 (the old SPTE) from mmu_spte_clear_track_bits()
` [PATCH v2 2/7] KVM: x86/mmu: Directly "destroy" PTE list when recycling rmaps
` [PATCH v2 3/7] KVM: x86/mmu: Drop the "p is for pointer" from rmap helpers
` [PATCH v2 4/7] KVM: x86/mmu: Rename __kvm_zap_rmaps() to align with other nomenclature
` [PATCH v2 5/7] KVM: x86/mmu: Rename rmap zap helpers to eliminate "unmap" wrapper
` [PATCH v2 6/7] KVM: x86/mmu: Rename pte_list_{destroy,remove}() to show they zap SPTEs
` [PATCH v2 7/7] KVM: x86/mmu: Remove underscores from __pte_list_remove()

[PATCH v4 0/4] KVM: Dirty quota-based throttling
 2022-07-15 22:38 UTC  (18+ messages)
` [PATCH v4 1/4] KVM: Implement dirty quota-based throttling of vcpus

[PATCH 0/3] KVM: selftests: Consolidate ucall code
 2022-07-15 19:32 UTC  (4+ messages)

[RFC V1 00/10] *** KVM: selftests: Add simple SEV test
 2022-07-15 19:29 UTC  (12+ messages)
` [PATCH V2] KVM: selftests: Add simple sev vm testing
` [RFC V1 01/10] KVM: selftests: move vm_phy_pages_alloc() earlier in file
` [RFC V1 02/10] KVM: selftests: sparsebit: add const where appropriate
` [RFC V1 03/10] KVM: selftests: add hooks for managing encrypted guest memory
` [RFC V1 04/10] KVM: selftests: handle encryption bits in page tables
` [RFC V1 05/10] KVM: selftests: add support for encrypted vm_vaddr_* allocations
` [RFC V1 06/10] KVM: selftests: Consolidate boilerplate code in get_ucall()
` [RFC V1 07/10] tools: Add atomic_test_and_set_bit()
` [RFC V1 08/10] KVM: selftests: Make ucall work with encrypted guests
` [RFC V1 09/10] KVM: selftests: add library for creating/interacting with SEV guests
` [RFC V1 10/10] KVM: selftests: Add simple sev vm testing

[PATCH] KVM: emulate: do not adjust size of fastop and setcc subroutines
 2022-07-15 18:09 UTC  (3+ messages)

[GIT PULL] KVM fixes for Linux 5.19-rc7
 2022-07-15 17:45 UTC  (2+ messages)

[PATCH 0/3] KVM: Fix oneshot interrupts forwarding
 2022-07-15 15:59 UTC  (4+ messages)
` [PATCH 1/3] KVM: x86: Move kvm_(un)register_irq_mask_notifier() to generic KVM
` [PATCH 2/3] KVM: x86: Add kvm_irq_is_masked()
` [PATCH 3/3] KVM: irqfd: Postpone resamplefd notify for oneshot interrupts

[PATCH 00/19] Refresh queued CET virtualization series
 2022-07-15 15:58 UTC  (9+ messages)

[PATCH 5.15 00/78] 5.15.55-rc1 review
 2022-07-15 14:03 UTC  (18+ messages)

[kvm-unit-tests PATCH v3 00/27] EFI and ACPI support for arm64
 2022-07-15 13:59 UTC  (7+ messages)
` [kvm-unit-tests PATCH v3 25/27] arm64: Add support for efi in Makefile

[kvm-unit-tests PATCH] X86: Set up EPT before running vmx_pf_exception_test
 2022-07-15 11:33 UTC 

[PATCH v5] KVM: x86/xen: Update Xen CPUID Leaf 4 (tsc info) sub-leaves, if present
 2022-07-15 11:43 UTC  (5+ messages)

[PATCH] KVM: arm64: selftests: Add support for GICv2 on v3
 2022-07-15 10:06 UTC  (3+ messages)

[PATCH] KVM: Fix spelling typo in comment
 2022-07-15  8:47 UTC 

[PATCH 00/19] KVM: arm64: vgic-v3 userspace access consolidation (and other goodies)
 2022-07-15  6:44 UTC  (5+ messages)
` [PATCH 15/19] KVM: arm64: vgic-v2: Add helper for legacy dist/cpuif base address setting

linux-next: manual merge of the kvm tree with the kvm-fixes tree
 2022-07-15  5:55 UTC 

[PATCH] KVM: SVM: fix task switch emulation on INTn instruction
 2022-07-15  0:00 UTC  (7+ messages)

[PATCH 00/12] KVM: X86/MMU: Simpliy mmu_unsync_walk()
 2022-07-14 23:15 UTC  (7+ messages)
` [PATCH 02/12] KVM: X86/MMU: Rename kvm_unlink_unsync_page() to kvm_mmu_page_clear_unsync()
` [PATCH 03/12] KVM: X86/MMU: Split a part of kvm_unsync_page() as kvm_mmu_page_mark_unsync()
` [PATCH 04/12] KVM: X86/MMU: Remove mmu_pages_clear_parents()

[RFC PATCH] KVM: x86: Protect the unused bits in MSR exiting flags
 2022-07-14 21:56 UTC  (2+ messages)

[PATCH -fixes v2] riscv: Fix missing PAGE_PFN_MASK
 2022-07-14 21:13 UTC  (2+ messages)

[PATCH v13 2/2] KVM: s390: resetting the Topology-Change-Report
 2022-07-14 19:43 UTC  (2+ messages)

[PATCH 0/4] KVM: x86/mmu: pte_list_desc fix and cleanups
 2022-07-14 18:43 UTC  (9+ messages)
` [PATCH 2/4] KVM: x86/mmu: Defer "full" MMU setup until after vendor hardware_setup()
` [PATCH 3/4] KVM: x86/mmu: Shrink pte_list_desc size when KVM is using TDP

[PATCH 0/3] KVM: x86: Fix fault-related bugs in LTR/LLDT emulation
 2022-07-14 18:20 UTC  (3+ messages)

[PATCH 0/5] KVM: x86: Clean up rmap zap helpers
 2022-07-14 17:34 UTC  (5+ messages)

[PATCH] x86/kvm: fix FASTOP_SIZE when return thunks are enabled
 2022-07-14 16:15 UTC  (4+ messages)

[PATCH v2] KVM: x86: Fully initialize 'struct kvm_lapic_irq' in kvm_pv_kick_cpu_op()
 2022-07-14 16:09 UTC  (2+ messages)

[PATCH] KVM: x86: Restrict get_mt_mask() to a u8, use KVM_X86_OP_OPTIONAL_RET0
 2022-07-14 15:43 UTC  (2+ messages)

[PATCH v2] KVM: x86: Add dedicated helper to get CPUID entry with significant index
 2022-07-14 15:38 UTC  (6+ 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).