kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-01 14:41:00 to 2020-05-04 18:44:42 UTC [more...]

[PATCH 0/3] vfio-pci: Block user access to disabled device MMIO
 2020-05-04 18:44 UTC  (14+ messages)
` [PATCH 1/3] vfio/type1: Support faulting PFNMAP vmas
` [PATCH 2/3] vfio-pci: Fault mmaps to enable vma tracking
` [PATCH 3/3] vfio-pci: Invalidate mmaps and block MMIO access on disabled memory

[GIT PULL] vhost: fixes
 2020-05-04 18:35 UTC  (2+ messages)

[PATCH v1 0/2] Sample mtty: Add migration support
 2020-05-04 17:54 UTC  (3+ messages)
` [PATCH v1 1/2] Sample mtty: Add sysfs interface to pin pages
` [PATCH v1 2/2] Sample mtty: Add migration capability to mtty module

[PATCH v4 0/7] KVM: VMX: Tscdeadline timer emulation fastpath
 2020-05-04 17:22 UTC  (9+ messages)
` [PATCH v4 1/7] KVM: VMX: Introduce generic fastpath handler
` [PATCH v4 2/7] KVM: X86: Enable fastpath when APICv is enabled

[Bug 207551] New: unable to handle kernel paging request for VMX
 2020-05-04 17:08 UTC  (3+ messages)
` [Bug 207551] "

[PATCH 0/2] KVM: nVMX: vmcs.SYSENTER optimization and "fix"
 2020-05-04 17:03 UTC  (2+ messages)

[PATCH v5] KVM: VMX: Improve handle_external_interrupt_irqoff inline assembly
 2020-05-04 17:02 UTC  (2+ messages)

[GIT PULL] KVM/arm fixes for 5.7, take #2
 2020-05-04 17:02 UTC  (5+ messages)

[PATCH] KVM: Documentation: Fix up cpuid page
 2020-05-04 17:00 UTC  (2+ messages)

[PATCH] KVM: X86: Sanity check on gfn before removal
 2020-05-04 16:59 UTC  (2+ messages)

[PATCH] KVM: No need to retry for hva_to_pfn_remapped()
 2020-05-04 16:59 UTC  (2+ messages)

[PATCH] KVM: X86: Force ASYNC_PF_PER_VCPU to be power of two
 2020-05-04 16:57 UTC  (2+ messages)

[RESEND PATCH] KVM: x86/pmu: Support full width counting
 2020-05-04 16:57 UTC  (2+ messages)

[PATCH v2] KVM: VMX: Remove unneeded __ASM_SIZE usage with POP instruction
 2020-05-04 16:52 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: Add a helper to consolidate root sp allocation
 2020-05-04 16:52 UTC  (2+ messages)

[PATCH 0/3] KVM: x86/mmu: Use kernel's PG_LEVEL_* enums
 2020-05-04 16:49 UTC  (2+ messages)

[PATCH] x86: Fix RCU list usage to avoid false positive warnings
 2020-05-04 16:47 UTC  (2+ messages)

[PATCH] kvm: x86: Cleanup vcpu->arch.guest_xstate_size
 2020-05-04 16:45 UTC  (2+ messages)

[kvm-unit-tests PULL 00/17] s390x updates
 2020-05-04 16:44 UTC  (2+ messages)

[PATCH v2] KVM: nVMX: Tweak handling of failure code for nested VM-Enter failure
 2020-05-04 16:44 UTC  (2+ messages)

[PATCH] KVM: nVMX: Tweak handling of failure code for nested VM-Enter failure
 2020-05-04 16:43 UTC  (2+ messages)

[PATCH kvm-unit-tests] svm: Fix nmi hlt test to fail test correctly
 2020-05-04 16:35 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86: msr: Don't test bits 63:32 of SYSENTER MSRs on 32-bit builds
 2020-05-04 16:35 UTC  (2+ messages)

[kvm-unit-tests PATCH] nVMX: Check EXIT_QUALIFICATION on VM-Enter failures due to bad guest state
 2020-05-04 16:34 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86: ioapic: Run physical destination mode test iff cpu_count() > 1
 2020-05-04 16:33 UTC  (2+ messages)

[PATCH Kernel v18 0/7] KABIs to support migration for VFIO devices
 2020-05-04 15:58 UTC  (8+ messages)
` [PATCH Kernel v18 1/7] vfio: UAPI for migration interface for device state
` [PATCH Kernel v18 2/7] vfio iommu: Remove atomicity of ref_count of pinned pages
` [PATCH Kernel v18 3/7] vfio iommu: Add ioctl definition for dirty pages tracking
` [PATCH Kernel v18 4/7] vfio iommu: Implementation of ioctl "
` [PATCH Kernel v18 5/7] vfio iommu: Update UNMAP_DMA ioctl to get dirty bitmap before unmap
` [PATCH Kernel v18 6/7] vfio iommu: Add migration capability to report supported features
` [PATCH Kernel v18 7/7] vfio: Selective dirty page tracking if IOMMU backed device pins pages

[kvm-unit-tests PATCH v3] x86: nVMX: add new test for vmread/vmwrite flags preservation
 2020-05-04 16:31 UTC  (3+ messages)

[PATCH] kvm: ioapic: Restrict lazy EOI update to edge-triggered interrupts
 2020-05-04 16:29 UTC 

[PATCH] kvm: ioapic: Restrict lazy EOI update to edge-triggered interrupts
 2020-05-04 16:28 UTC 

[PATCH] KVM: x86: Fixes posted interrupt check for IRQs delivery modes
 2020-05-04 16:17 UTC  (3+ messages)

[PATCH] vfio-pci: Mask cap zero
 2020-05-04 16:09 UTC  (2+ messages)

[PATCH] KVM: nVMX: Replace a BUG_ON(1) with BUG() to squash clang warning
 2020-05-04 15:59 UTC  (2+ messages)

[PATCH 0/3] KVM: x86: cleanup and fixes for debug register accesses
 2020-05-04 15:55 UTC  (4+ messages)
` [PATCH 1/3] KVM: SVM: fill in kvm_run->debug.arch.dr[67]
` [PATCH 2/3] KVM: SVM: keep DR6 synchronized with vcpu->arch.dr6
` [PATCH 3/3] KVM: x86: simplify dr6 accessors in kvm_x86_ops

[PATCH v2 0/1] x86/kvm/hyper-v: Add support to SYNIC exit on EOM
 2020-05-04 15:55 UTC  (10+ messages)

[PATCH v4] KVM: VMX: Improve handle_external_interrupt_irqoff inline assembly
 2020-05-04 15:33 UTC  (4+ messages)

[PATCH 00/10] KVM: x86: Misc anti-retpoline optimizations
 2020-05-04 15:09 UTC  (14+ messages)
` [PATCH 01/10] KVM: x86: Save L1 TSC offset in 'struct kvm_vcpu_arch'
` [PATCH 02/10] KVM: nVMX: Unconditionally validate CR3 during nested transitions
` [PATCH 03/10] KVM: x86: Make kvm_x86_ops' {g,s}et_dr6() hooks optional
` [PATCH 04/10] KVM: x86: Split guts of kvm_update_dr7() to separate helper
` [PATCH 05/10] KVM: nVMX: Avoid retpoline when writing DR7 during nested transitions
` [PATCH 06/10] KVM: VMX: Add proper cache tracking for CR4
` [PATCH 07/10] KVM: VMX: Add proper cache tracking for CR0
` [PATCH 08/10] KVM: VMX: Add anti-retpoline accessors for RIP and RSP
` [PATCH 09/10] KVM: VMX: Move nested EPT out of kvm_x86_ops.get_tdp_level() hook
` [PATCH 10/10] KVM: x86/mmu: Capture TDP level when updating CPUID

[PATCH v2] KVM: nVMX: Skip IBPB when switching between vmcs01 and vmcs02
 2020-05-04 14:29 UTC  (4+ messages)

[PATCH v3 kvmtool 00/32] Add reassignable BARs and PCIE 1.1 support
 2020-05-04 13:44 UTC  (11+ messages)
` [PATCH v3 kvmtool 19/32] ioport: mmio: Use a mutex and reference counting for locking
` [PATCH v3 kvmtool 24/32] pci: Limit configuration transaction size to 32 bits
` [PATCH v3 kvmtool 25/32] vfio/pci: Don't write configuration value twice

[PATCH RFC 00/15] Add VFIO mediated device support and IMS support for the idxd driver
 2020-05-04 12:14 UTC  (44+ messages)
` [PATCH RFC 02/15] drivers/base: Introduce a new platform-msi list
` [PATCH RFC 03/15] drivers/base: Allocate/free platform-msi interrupts by group
` [PATCH RFC 04/15] drivers/base: Add support for a new IMS irq domain
` [PATCH RFC 05/15] ims-msi: Add mask/unmask routines
` [PATCH RFC 06/15] ims-msi: Enable IMS interrupts
` [PATCH RFC 07/15] Documentation: Interrupt Message store

[PATCH v3 00/75] x86: SEV-ES Guest Support
 2020-05-04 11:28 UTC  (9+ messages)
` [PATCH v3 10/75] x86/insn: Add insn_rep_prefix() helper
` [PATCH v3 12/75] x86/boot/compressed/64: Switch to __KERNEL_CS after GDT is loaded
` [PATCH v3 13/75] x86/boot/compressed/64: Add IDT Infrastructure

[PATCH v2 0/5] Statsfs: a new ram-based file sytem for Linux kernel statistics
 2020-05-04 11:03 UTC  (6+ messages)
` [PATCH v2 1/5] refcount, kref: add dec-and-test wrappers for rw_semaphores
` [PATCH v2 2/5] stats_fs API: create, add and remove stats_fs sources and values
` [PATCH v2 3/5] kunit: tests for stats_fs API
` [PATCH v2 4/5] stats_fs fs: virtual fs to show stats to the end-user
` [PATCH v2 5/5] kvm_main: replace debugfs with stats_fs

AVIC related warning in enable_irq_window
 2020-05-04 10:49 UTC  (9+ messages)

[Bug 207489] New: Kernel panic due to Lazy update IOAPIC EOI on an x86_64 *host*, when two (or more) PCI devices from different IOMMU groups are passed to Windows 10 guest, upon guest boot into Windows, with more than 4 VCPUs
 2020-05-04 10:10 UTC  (5+ messages)
` [Bug 207489] "

Backup of vm disk images
 2020-05-04  9:51 UTC  (4+ messages)

[PATCH v2 0/1] vfio-ccw: Enable transparent CCW IPL from DASD
 2020-05-04  9:35 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH v2] kvm: ioapic: Introduce arch-specific check for lazy update EOI mechanism
 2020-05-04  9:19 UTC  (4+ messages)

s390 KVM warning in handle_pqap()
 2020-05-04  8:59 UTC  (2+ messages)

[PATCH v2] KVM: VMX: Improve handle_external_interrupt_irqoff inline assembly
 2020-05-03 23:08 UTC  (4+ messages)

[PATCH v3] KVM: VMX: Improve handle_external_interrupt_irqoff inline assembly
 2020-05-03 22:33 UTC 

[Bug 206579] New: KVM with passthrough generates "BUG: kernel NULL pointer dereference" and crashes
 2020-05-03 19:58 UTC  (2+ messages)
` [Bug 206579] "

[PATCH V3 00/14] KVM: MIPS: Add Loongson-3 support (Host Side)
 2020-05-03 10:06 UTC  (15+ messages)
` [PATCH V3 01/14] KVM: MIPS: Define KVM_ENTRYHI_ASID to cpu_asid_mask(&boot_cpu_data)
` [PATCH V3 02/14] KVM: MIPS: Fix VPN2_MASK definition for variable cpu_vmbits
` [PATCH V3 03/14] KVM: MIPS: Increase KVM_MAX_VCPUS and KVM_USER_MEM_SLOTS to 16
` [PATCH V3 04/14] KVM: MIPS: Add EVENTFD support which is needed by VHOST
` [PATCH V3 05/14] KVM: MIPS: Use lddir/ldpte instructions to lookup gpa_mm.pgd
` [PATCH V3 06/14] KVM: MIPS: Introduce and use cpu_guest_has_ldpte
` [PATCH V3 07/14] KVM: MIPS: Use root tlb to control guest's CCA for Loongson-3
` [PATCH V3 08/14] KVM: MIPS: Let indexed cacheops cause guest exit on Loongson-3
` [PATCH V3 09/14] KVM: MIPS: Add more types of virtual interrupts
` [PATCH V3 10/14] KVM: MIPS: Add Loongson-3 Virtual IPI interrupt support
` [PATCH V3 11/14] KVM: MIPS: Add CPUCFG emulation for Loongson-3
` [PATCH V3 12/14] KVM: MIPS: Add CONFIG6 and DIAG registers emulation
` [PATCH V3 13/14] KVM: MIPS: Add more MMIO load/store instructions emulation
` [PATCH V3 14/14] KVM: MIPS: Enable KVM support for Loongson-3

[PATCH] [v3] kvm: x86: support APERF/MPERF registers
 2020-05-03  7:07 UTC  (3+ messages)
  ` 答复: "

[Bug 207541] New: "BUG: stack guard page was hit" when starting a KVM-based VM
 2020-05-03  0:14 UTC  (2+ messages)
` [Bug 207541] "

[PATCH v25 00/10] Add ARMv8 RAS virtualization support in QEMU
 2020-05-02 22:21 UTC 

KVM: s390/mm: Clarification for two return value checks in gmap_shadow()
 2020-05-02 17:27 UTC  (2+ messages)

[RFC PATCH v11 0/9] Enable ptp_kvm for arm64
 2020-05-02  9:09 UTC  (8+ messages)
` [RFC PATCH v11 5/9] psci: Add hypercall service for ptp_kvm

[PATCH RFC 0/1] Hypercall UCALL for guest/userspace communication
 2020-05-02  1:05 UTC  (5+ messages)
` [PATCH RFC 1/1] KVM: x86: add KVM_HC_UCALL hypercall

[GIT PULL] VFIO fixes for v5.7-rc4
 2020-05-02  0:40 UTC  (2+ messages)

[PATCH v2] docs: kvm: Fix KVM_KVMCLOCK_CTRL API doc
 2020-05-01 22:36 UTC 

[PATCH] docs: kvm: Fix KVM_KVMCLOCK_CTRL API doc
 2020-05-01 21:38 UTC  (6+ messages)

[RFC v3 0/3] Fix errors when try to build kvm selftests on specified output
 2020-05-01 17:11 UTC  (6+ messages)

[PATCH v2] vhost: vsock: kick send_pkt worker once device is started
 2020-05-01 14:40 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;
as well as URLs for NNTP newsgroup(s).