kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-31 08:18:02 to 2020-04-01 17:09:43 UTC [more...]

[Bug 203923] New: Running a nested freedos results in NULL pointer dereference in L0 (kvm_mmu_load)
 2020-04-01 17:09 UTC  (3+ messages)
` [Bug 203923] Running a nested freedos on AMD Athlon i686-pae "

[kvm-unit-tests PATCH v1] s390x: STFLE operates on doublewords
 2020-04-01 17:05 UTC  (2+ messages)

[PATCH 0/2] KVM: arm64: PSCI fixes
 2020-04-01 16:58 UTC  (3+ messages)
` [PATCH 1/2] KVM: arm64: PSCI: Narrow input registers when using 32bit functions
` [PATCH 2/2] KVM: arm64: PSCI: Forbid 64bit functions for 32bit guests

[PATCH] virtio/test: fix up after IOTLB changes
 2020-04-01 16:51 UTC 

[PATCH V9 0/9] vDPA support
 2020-04-01 16:08 UTC  (23+ messages)
` [PATCH V9 1/9] vhost: refine vhost and vringh kconfig

[PATCH] KVM: VMX: fix crash cleanup when KVM wasn't used
 2020-04-01 15:18 UTC  (2+ messages)

[PATCH] KVM: Fix spelling in code comments
 2020-04-01 14:03 UTC 

[PATCH v10 00/11] SMMUv3 Nested Stage Setup (VFIO part)
 2020-04-01 13:31 UTC  (4+ messages)
` [PATCH v10 04/11] vfio/pci: Add VFIO_REGION_TYPE_NESTED region type

[PATCH 0/3] tools/kvm_stat: add logfile support
 2020-04-01 13:24 UTC  (10+ messages)
` [PATCH 1/3] tools/kvm_stat: add command line switch '-z' to skip zero records
` [PATCH 2/3] tools/kvm_stat: Add command line switch '-L' to log to file
` [PATCH 3/3] tools/kvm_stat: add sample systemd unit file

[PATCH v1 0/8] vfio: expose virtual Shared Virtual Addressing to VMs
 2020-04-01 13:13 UTC  (39+ messages)
` [PATCH v1 1/8] vfio: Add VFIO_IOMMU_PASID_REQUEST(alloc/free)
` [PATCH v1 3/8] vfio/type1: Report PASID alloc/free support to userspace
` [PATCH v1 5/8] vfio/type1: Report 1st-level/stage-1 format "
` [PATCH v1 6/8] vfio/type1: Bind guest page tables to host
` [PATCH v1 7/8] vfio/type1: Add VFIO_IOMMU_CACHE_INVALIDATE
` [PATCH v1 8/8] vfio/type1: Add vSVA support for IOMMU-backed mdevs

[kvm-unit-tests PATCH 0/2] arm/arm64: Add IPI/vtimer latency
 2020-04-01 12:24 UTC  (4+ messages)
` [kvm-unit-tests PATCH 1/2] arm/arm64: gic: Add IPI latency test
` [kvm-unit-tests PATCH 2/2] arm/arm64: Add vtimer "

[PATCH] vfio: Ignore -ENODEV when getting MSI cookie
 2020-04-01 10:27 UTC 

[PATCH] KVM: MIPS: fix compilation
 2020-04-01 10:20 UTC  (5+ messages)

[PATCH v2 1/2] KVM: X86: Filter out the broadcast dest for IPI fastpath
 2020-04-01 10:17 UTC  (5+ messages)
` [PATCH v2 2/2] KVM: LAPIC: Don't need to clear IPI delivery status in x2apic mode

[PATCH v2 00/22] intel_iommu: expose Shared Virtual Addressing to VMs
 2020-04-01  7:50 UTC  (23+ messages)
` [PATCH v2 04/22] hw/iommu: introduce HostIOMMUContext
` [PATCH v2 06/22] hw/pci: introduce pci_device_set/unset_iommu_context()
` [PATCH v2 07/22] intel_iommu: add set/unset_iommu_context callback
` [PATCH v2 08/22] vfio/common: provide PASID alloc/free hooks
` [PATCH v2 09/22] vfio/common: init HostIOMMUContext per-container
` [PATCH v2 10/22] vfio/pci: set host iommu context to vIOMMU

[PATCH v8 00/14] KVM: Dirty ring interface
 2020-04-01  7:48 UTC  (18+ messages)
` [PATCH v8 01/14] KVM: X86: Change parameter for fast_page_fault tracepoint
` [PATCH v8 02/14] KVM: Cache as_id in kvm_memory_slot
` [PATCH v8 03/14] KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]
` [PATCH v8 04/14] KVM: Pass in kvm pointer into mark_page_dirty_in_slot()
` [PATCH v8 05/14] KVM: X86: Implement ring-based dirty memory tracking
` [PATCH v8 06/14] KVM: Make dirty ring exclusive to dirty bitmap log
` [PATCH v8 07/14] KVM: Don't allocate dirty bitmap if dirty ring is enabled
` [PATCH v8 08/14] KVM: selftests: Always clear dirty bitmap after iteration
` [PATCH v8 09/14] KVM: selftests: Sync uapi/linux/kvm.h to tools/
` [PATCH v8 10/14] KVM: selftests: Use a single binary for dirty/clear log test
` [PATCH v8 11/14] KVM: selftests: Introduce after_vcpu_run hook for dirty "
` [PATCH v8 12/14] KVM: selftests: Add dirty ring buffer test
` [PATCH v8 13/14] KVM: selftests: Let dirty_log_test async for dirty ring test
` [PATCH v8 14/14] KVM: selftests: Add "-c" parameter to dirty log test

[kvm-unit-tests PATCH 00/10] s390x: smp: Improve smp code part 2
 2020-04-01  7:19 UTC  (10+ messages)
` [kvm-unit-tests PATCH 04/10] s390x: smp: Test local interrupts after cpu reset
` [kvm-unit-tests PATCH 08/10] s390x: smp: Wait for sigp completion
` [kvm-unit-tests PATCH 09/10] s390x: smp: Add restart when running test

[PATCH v3 0/8] vhost: Reset batched descriptors on SET_VRING_BASE call
 2020-04-01  7:19 UTC  (11+ messages)
` [PATCH v3 1/8] vhost: Create accessors for virtqueues private_data
` [PATCH v3 2/8] vhost: option to fetch descriptors through an independent struct
` [PATCH v3 3/8] vhost: use batched version by default
` [PATCH v3 4/8] vhost: batching fetches
` [PATCH v3 5/8] tools/virtio: Add --batch option
` [PATCH v3 6/8] tools/virtio: Add --batch=random option
` [PATCH v3 7/8] tools/virtio: Add --reset=random
` [PATCH v3 8/8] tools/virtio: Make --reset reset ring idx

[PATCH 0/2] selftests: kvm: Introduce the mem_slot_test test
 2020-04-01  6:38 UTC  (5+ messages)
` [PATCH 2/2] selftests: kvm: Add "

[PATCH v11 3/9] KVM: VMX: Set host/guest CET states for vmexit/vmentry
 2020-04-01  2:23 UTC  (2+ messages)

[PATCH] KVM: x86: move kvm_create_vcpu_debugfs after last failure point
 2020-03-31 22:42 UTC 

[RFC PATCH 0/4] kvm,x86,async_pf: Add capability to return page fault error
 2020-03-31 19:40 UTC  (5+ messages)
` [PATCH 1/4] kvm: Add capability to be able to report async pf error to guest
` [PATCH 2/4] kvm: async_pf: Send faulting gva address in case of error
` [PATCH 3/4] kvm: Always get async page notifications
` [PATCH 4/4] kvm,x86,async_pf: Search exception tables in case of error

[PATCH] KVM: SVM: Split svm_vcpu_run inline assembly to a separate file
 2020-03-31 19:51 UTC 

[PATCH v2 0/8] vhost: Reset batched descriptors on SET_VRING_BASE call
 2020-03-31 19:29 UTC  (13+ messages)
` [PATCH v2 1/8] vhost: Create accessors for virtqueues private_data
` [PATCH v2 2/8] vhost: option to fetch descriptors through an independent struct
` [PATCH v2 3/8] vhost: use batched version by default
` [PATCH v2 4/8] vhost: batching fetches
` [PATCH v2 5/8] tools/virtio: Add --batch option
` [PATCH v2 6/8] tools/virtio: Add --batch=random option
` [PATCH v2 7/8] tools/virtio: Add --reset=random
` [PATCH v2 8/8] tools/virtio: Make --reset reset ring idx

[PATCH v17 Kernel 0/7] KABIs to support migration for VFIO devices
 2020-03-31 19:15 UTC  (9+ messages)
` [PATCH v17 Kernel 5/7] vfio iommu: Update UNMAP_DMA ioctl to get dirty bitmap before unmap
` [PATCH v17 Kernel 6/7] vfio iommu: Adds flag to indicate dirty pages tracking capability support

[PATCH] x86: vmx: Fix "EPT violation - paging structure" test
 2020-03-31 17:01 UTC  (2+ messages)

[PATCH] x86: vmx: skip atomic_switch_overflow_msrs_test on bare metal
 2020-03-31 17:01 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86: access: Shadow CR0, CR4 and EFER to avoid unnecessary VM-Exits
 2020-03-31 15:15 UTC  (2+ messages)

[PATCH] KVM: VMX: Add a trampoline to fix VMREAD error handling
 2020-03-31 15:03 UTC  (2+ messages)

[PATCH] KVM: x86: Fix BUILD_BUG() in __cpuid_entry_get_reg() w/ CONFIG_UBSAN=y
 2020-03-31 14:51 UTC  (2+ messages)

[GIT PULL] Please pull my kvm-ppc-next-5.7-1 tag
 2020-03-31 14:47 UTC  (2+ messages)

[GIT PULL] KVM/arm updates for Linux 5.7
 2020-03-31 14:45 UTC  (16+ messages)
` [PATCH 01/15] KVM: arm64: Use the correct timer structure to access the physical counter
` [PATCH 02/15] arm: Unplug KVM from the build system
` [PATCH 03/15] arm: Remove KVM from config files
` [PATCH 05/15] arm: Remove HYP/Stage-2 page-table support
` [PATCH 06/15] arm: Remove GICv3 vgic compatibility macros
` [PATCH 07/15] arm: Remove the ability to set HYP vectors outside of the decompressor
` [PATCH 08/15] MAINTAINERS: RIP KVM/arm
` [PATCH 09/15] KVM: arm64: GICv4.1: Let doorbells be auto-enabled
` [PATCH 10/15] KVM: arm64: GICv4.1: Add direct injection capability to SGI registers
` [PATCH 11/15] KVM: arm64: GICv4.1: Allow SGIs to switch between HW and SW interrupts
` [PATCH 12/15] KVM: arm64: GICv4.1: Plumb SGI implementation selection in the distributor
` [PATCH 13/15] KVM: arm64: GICv4.1: Reload VLPI configuration on distributor enable/disable
` [PATCH 14/15] KVM: arm64: GICv4.1: Allow non-trapping WFI when using HW SGIs
` [PATCH 15/15] KVM: arm64: GICv4.1: Expose HW-based SGIs in debugfs

[PATCH v6 00/14] Add AMD SEV guest live migration support
 2020-03-31 14:42 UTC  (10+ messages)
` [PATCH v6 14/14] KVM: x86: Add kexec support for SEV Live Migration

[PATCH] vhost: vdpa: remove unnecessary null check
 2020-03-31 14:03 UTC  (2+ messages)

[RFC PATCH] vfio: Ignore -ENODEV when getting MSI cookie
 2020-03-31 13:56 UTC  (2+ messages)

[RFC PATCH 00/70 v2] x86: SEV-ES Guest Support
 2020-03-31 13:16 UTC  (3+ messages)
` [PATCH 11/70] x86/boot/compressed/64: Disable red-zone usage

linux-next: Tree for Mar 30 (vhost)
 2020-03-31 13:13 UTC  (4+ messages)

[PATCH RESEND v4] mm/hugetlb: fix a addressing exception caused by huge_pte_offset
 2020-03-31 13:11 UTC  (2+ messages)

[PATCH v4] mm/hugetlb: fix a addressing exception caused by huge_pte_offset
 2020-03-31 13:11 UTC  (2+ messages)

[PATCH] selftests: kvm: Update .gitignore with missing binaries
 2020-03-31 12:27 UTC  (4+ messages)

[PATCH 0/3] KVM: x86: sync SPTEs on page/EPT fault injection
 2020-03-31 12:16 UTC  (7+ messages)
` [PATCH 1/3] KVM: x86: introduce kvm_mmu_invalidate_gva

[PATCH v3 kvmtool 00/32] Add reassignable BARs and PCIE 1.1 support
 2020-03-31 11:51 UTC  (3+ messages)
` [PATCH v3 kvmtool 19/32] ioport: mmio: Use a mutex and reference counting for locking

[RFC PATCH v3 0/8] KVMTOOL RISC-V support
 2020-03-31 10:53 UTC  (9+ messages)
` [RFC PATCH v3 1/8] update_headers: Sync-up ABI headers with Linux-5.6-rc5
` [RFC PATCH v3 2/8] riscv: Initial skeletal support
` [RFC PATCH v3 3/8] riscv: Implement Guest/VM arch functions
` [RFC PATCH v3 4/8] riscv: Implement Guest/VM VCPU "
` [RFC PATCH v3 5/8] riscv: Add PLIC device emulation
` [RFC PATCH v3 6/8] riscv: Generate FDT at runtime for Guest/VM
` [RFC PATCH v3 7/8] riscv: Handle SBI calls forwarded to user space
` [RFC PATCH v3 8/8] riscv: Generate PCI host DT node

[PATCH 09/12] docs: fix broken references for ReST files that moved around
 2020-03-31  9:09 UTC  (2+ messages)

[kvm-unit-tests 0/2] s390x/smp fix and enhancement
 2020-03-31  8:50 UTC  (4+ messages)
` [kvm-unit-tests 1/2] s390x/smp: fix detection of "running"


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