kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-02 19:54:59 to 2019-12-05 12:19:19 UTC [more...]

[RFC v2 0/3] vfio: support Shared Virtual Addressing
 2019-12-05 12:19 UTC  (10+ messages)
` [RFC v2 3/3] vfio/type1: bind guest pasid (guest page tables) to host

[PATCH v3] KVM: s390: Add new reset vcpu API
 2019-12-05 12:09 UTC 

[PATCH RFC 00/15] KVM: Dirty ring interface
 2019-12-05 12:08 UTC  (39+ messages)
` [PATCH RFC 01/15] KVM: Move running VCPU from ARM to common code
` [PATCH RFC 02/15] KVM: Add kvm/vcpu argument to mark_dirty_page_in_slot
` [PATCH RFC 03/15] KVM: Add build-time error check on kvm_run size
` [PATCH RFC 04/15] KVM: Implement ring-based dirty memory tracking

[PATCH] kvm: nVMX: VMWRITE checks VMCS-link pointer before VMCS field
 2019-12-05 11:45 UTC  (3+ messages)

KASAN: slab-out-of-bounds Read in fbcon_get_font
 2019-12-05 11:36 UTC  (13+ messages)

[PATCH] KVM: explicitly set rmap_head->val to 0 in pte_list_desc_remove_entry()
 2019-12-05 10:19 UTC  (2+ messages)

[PATCH] KVM: get rid of var page in kvm_set_pfn_dirty()
 2019-12-05 10:18 UTC  (2+ messages)

[PATCH] KVM: vmx: remove unreachable statement in vmx_get_msr_feature()
 2019-12-05 10:17 UTC  (2+ messages)

[PATCH 0/5] KVM: vmx: implement MSR_IA32_TSX_CTRL for guests
 2019-12-05 10:16 UTC  (4+ messages)
` [PATCH 4/5] KVM: vmx: implement MSR_IA32_TSX_CTRL disable RTM functionality

[PATCH v3 00/15] KVM: Dynamically size memslot arrays
 2019-12-05  9:54 UTC  (6+ messages)
` [PATCH v3 07/15] KVM: Refactor error handling for setting memory region
` [PATCH v3 08/15] KVM: Move setting of memslot into helper routine

[RFC PATCH 0/9] Introduce mediate ops in vfio-pci
 2019-12-05  8:51 UTC  (12+ messages)
` [RFC PATCH 1/9] vfio/pci: introduce mediate ops to intercept vfio-pci ops
` [RFC PATCH 2/9] vfio/pci: test existence before calling region->ops
` [RFC PATCH 3/9] vfio/pci: register a default migration region
` [RFC PATCH 4/9] vfio-pci: register default dynamic-trap-bar-info region
` [RFC PATCH 5/9] samples/vfio-pci/igd_dt: sample driver to mediate a passthrough IGD
` [RFC PATCH 6/9] sample/vfio-pci/igd_dt: dynamically trap/untrap subregion of IGD bar0
` [RFC PATCH 7/9] i40e/vf_migration: register mediate_ops to vfio-pci
` [RFC PATCH 8/9] i40e/vf_migration: mediate migration region
` [RFC PATCH 9/9] i40e/vf_migration: support dynamic trap of bar0

[PATCH v9 Kernel 0/5] Add KABIs to support migration for VFIO devices
 2019-12-05  6:40 UTC  (17+ messages)
` [PATCH v9 Kernel 2/5] vfio iommu: Add ioctl defination to get dirty pages bitmap

[PATCH 0/6] VFIO mdev aggregated resources handling
 2019-12-05  6:40 UTC  (6+ messages)

[kvm-unit-tests Patch v1 0/2] x86: Test IOAPIC physical and logical destination mode
 2019-12-05  3:28 UTC  (6+ messages)
` [kvm-unit-tests Patch v1 2/2] x86: ioapic: Test "

[vhost:linux-next 3/11] drivers/net/ethernet/freescale/dpaa/dpaa_eth.c:2622:20: error: initialization from incompatible pointer type
 2019-12-05  2:47 UTC 

Autobiography of Singaporean Targeted Individual Mr. Turritopsis Dohrnii Teo En Ming (Very First Draft, Lots More to Add in Future)
 2019-12-05  2:28 UTC 

[GIT PULL] Second batch of KVM changes for 5.5 merge window
 2019-12-04 19:25 UTC  (2+ messages)

[PATCH v5 0/6] KVM: X86: Cleanups on dest_mode and headers
 2019-12-04 19:07 UTC  (7+ messages)
` [PATCH v5 1/6] KVM: X86: Fix kvm_bitmap_or_dest_vcpus() to use irq shorthand
` [PATCH v5 2/6] KVM: X86: Move irrelevant declarations out of ioapic.h
` [PATCH v5 3/6] KVM: X86: Use APIC_DEST_* macros properly in kvm_lapic_irq.dest_mode
` [PATCH v5 4/6] KVM: X86: Drop KVM_APIC_SHORT_MASK and KVM_APIC_DEST_MASK
` [PATCH v5 5/6] KVM: X86: Fix callers of kvm_apic_match_dest() to use correct macros
` [PATCH v5 6/6] KVM: X86: Conert the last users of "shorthand = 0" to use macros

[PATCH v4 0/6] KVM: X86: Cleanups on dest_mode and headers
 2019-12-04 18:53 UTC  (13+ messages)
` [PATCH v4 1/6] KVM: X86: Fix kvm_bitmap_or_dest_vcpus() to use irq shorthand
` [PATCH v4 2/6] KVM: X86: Move irrelevant declarations out of ioapic.h
` [PATCH v4 3/6] KVM: X86: Use APIC_DEST_* macros properly in kvm_lapic_irq.dest_mode
` [PATCH v4 4/6] KVM: X86: Drop KVM_APIC_SHORT_MASK and KVM_APIC_DEST_MASK
` [PATCH v4 5/6] KVM: X86: Fix callers of kvm_apic_match_dest() to use correct macros
` [PATCH v4 6/6] KVM: X86: Conert the last users of "shorthand = 0" to use macros

[PATCH 4.14 144/209] kvm: properly check debugfs dentry before using it
 2019-12-04 17:55 UTC 

[PATCH v14 0/6] mm / virtio: Provide support for unused page reporting
 2019-12-04 17:53 UTC  (6+ messages)
` [PATCH v14 6/6] virtio-balloon: Add support for providing unused page reports to host

[PATCH] target/i386: relax assert when old host kernels don't include msrs
 2019-12-04 16:23 UTC  (7+ messages)

[PATCH v9 00/22] KVM RISC-V Support
 2019-12-04 16:08 UTC  (3+ messages)
` [PATCH v9 13/22] RISC-V: KVM: Add timer functionality

[PATCH v2] KVM: x86: use CPUID to locate host page table reserved bits
 2019-12-04 15:57 UTC  (3+ messages)

[PATCH] KVM: x86: use CPUID to locate host page table reserved bits
 2019-12-04 15:36 UTC  (3+ messages)

[PATCH] MAINTAINERS: remove Radim from KVM maintainers
 2019-12-04 14:33 UTC 

linux-next: Fixes tag needs some work in the kvm tree
 2019-12-04 12:50 UTC 

[kvm-unit-tests PATCH v3] x86: Add RDTSC test
 2019-12-04 11:48 UTC  (3+ messages)

[PATCH] KVM: x86: fix out-of-bounds write in KVM_GET_EMULATED_CPUID (CVE-2019-19332)
 2019-12-04 11:20 UTC 

[PATCH v2] KVM: s390: Add new reset vcpu API
 2019-12-04 10:37 UTC  (6+ messages)

[PATCH v2] kvm: vmx: Stop wasting a page for guest_msrs
 2019-12-04  9:31 UTC  (2+ messages)

KASAN: vmalloc-out-of-bounds Write in kvm_dev_ioctl_get_cpuid
 2019-12-04  9:26 UTC  (2+ messages)

KASAN: use-after-free Read in tty_open
 2019-12-04  6:53 UTC  (2+ messages)

[PATCH] kvm: vmx: Stop wasting a page for guest_msrs
 2019-12-03 23:24 UTC  (4+ messages)

[PATCH 4.19 242/321] kvm: properly check debugfs dentry before using it
 2019-12-03 22:35 UTC 

[vhost:linux-next 4/11] drivers/net/ethernet/mellanox/mlx4/en_netdev.c:1376:12: error: 'tx_ring' undeclared; did you mean 'en_print'?
 2019-12-03 19:56 UTC 

[PATCH v2] kvm: vmx: Pass through IA32_TSC_AUX for read iff guest has RDTSCP
 2019-12-03 19:07 UTC  (2+ messages)

[PATCH v3 00/12] video, drm, etc: constify fbops in struct fb_info
 2019-12-03 16:42 UTC  (3+ messages)
` [PATCH v3 11/12] samples: vfio-mdev: constify fb ops
` [Intel-gfx] [PATCH v3 00/12] video, drm, etc: constify fbops in struct fb_info

[PATCH v3 0/5] KVM: X86: Cleanups on dest_mode and headers
 2019-12-03 16:32 UTC  (15+ messages)
` [PATCH v3 1/5] KVM: X86: Fix kvm_bitmap_or_dest_vcpus() to use irq shorthand
` [PATCH v3 2/5] KVM: X86: Move irrelevant declarations out of ioapic.h
` [PATCH v3 3/5] KVM: X86: Use APIC_DEST_* macros properly in kvm_lapic_irq.dest_mode
` [PATCH v3 4/5] KVM: X86: Drop KVM_APIC_SHORT_MASK and KVM_APIC_DEST_MASK
` [PATCH v3 5/5] KVM: X86: Fix callers of kvm_apic_match_dest() to use correct macros

[PATCH kvm-unit-tests v2] svm: Verify the effect of V_INTR_MASKING on INTR interrupts
 2019-12-03 16:25 UTC 

[PATCH kvm-unit-tests] svm: Verify the effect of V_INTR_MASKING on INTR interrupts
 2019-12-03 13:34 UTC  (2+ messages)

[RFC PATCH 0/3] vsock: support network namespace
 2019-12-03 11:17 UTC  (3+ messages)

[Bug 205655] New: kvm with cache=none and btrfs -> corrupted file system
 2019-12-03  9:08 UTC  (3+ messages)
` [Bug 205655] "

[kvm-unit-tests PATCH v2 0/9] s390x: Testing the Channel Subsystem I/O
 2019-12-03  8:58 UTC  (13+ messages)
` [kvm-unit-tests PATCH v2 6/9] s390x: css: stsch, enumeration test
` [kvm-unit-tests PATCH v2 8/9] s390x: css: ssch/tsch with sense and interrupt

[PATCH] KVM: Remove duplicated declaration of kvm_vcpu_kick
 2019-12-03  7:48 UTC  (2+ messages)

[RESEND PATCH v21 0/6] Add ARMv8 RAS virtualization support in QEMU
 2019-12-03  3:35 UTC  (11+ messages)
` [RESEND PATCH v21 5/6] target-arm: kvm64: handle SIGBUS signal from kernel or KVM

[PATCH v2 0/8] Use 1st-level for DMA remapping
 2019-12-03  2:36 UTC  (6+ messages)
` [PATCH v2 5/8] iommu/vt-d: Add first level page table interfaces

[RFC PATCH 00/28] kvm: mmu: Rework the x86 TDP direct mapped case
 2019-12-03  2:15 UTC  (14+ messages)
` [RFC PATCH 06/28] kvm: mmu: Replace mmu_lock with a read/write lock
` [RFC PATCH 08/28] kvm: mmu: Init / Uninit the direct MMU
` [RFC PATCH 10/28] kvm: mmu: Flush TLBs before freeing direct MMU page table memory
` [RFC PATCH 11/28] kvm: mmu: Optimize for freeing direct MMU PTs on teardown
` [RFC PATCH 12/28] kvm: mmu: Set tlbs_dirty atomically
` [RFC PATCH 13/28] kvm: mmu: Add an iterator for concurrent paging structure walks

KVM Kernel Module not being built for Yocto Kernel
 2019-12-03  2:01 UTC  (2+ messages)

[PATCH] vfio: call irq_bypass_unregister_producer() before freeing irq
 2019-12-02 23:14 UTC  (3+ messages)

[PATCH] KVM: nVMX: Use SET_MSR_OR_WARN() to simplify failure logging
 2019-12-02 21:21 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).