kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-23 12:43:58 to 2019-07-25 12:12:36 UTC [more...]

[PATCH kvm-unit-tests v2] arm: Add PL031 test
 2019-07-25 12:12 UTC  (3+ messages)

[PATCH v2 0/5] mm / virtio: Provide support for page hinting
 2019-07-25 12:08 UTC  (40+ messages)
` [PATCH v2 1/5] mm: Adjust shuffle code to allow for future coalescing
` [PATCH v2 2/5] mm: Move set/get_pcppage_migratetype to mmzone.h
` [PATCH v2 3/5] mm: Use zone and order instead of free area in free_list manipulators
` [PATCH v2 4/5] mm: Introduce Hinted pages
` [PATCH v2 5/5] virtio-balloon: Add support for providing page hints to host
` [PATCH v2 QEMU] virtio-balloon: Provide a interface for "bubble hinting"

[PATCH stable-5.2 0/3] KVM: x86: FPU and nested VMX guest reset fixes
 2019-07-25 12:04 UTC  (4+ messages)
` [PATCH stable-5.2 1/3] KVM: nVMX: do not use dangling shadow VMCS after guest reset
` [PATCH stable-5.2 2/3] KVM: nVMX: Clear pending KVM_REQ_GET_VMCS12_PAGES when leaving nested
` [PATCH stable-5.2 3/3] Revert "kvm: x86: Use task structs fpu field for user"

[PATCH stable-5.1 0/3] KVM: x86: FPU and nested VMX guest reset fixes
 2019-07-25 11:49 UTC  (4+ messages)
` [PATCH stable-5.1 1/3] KVM: nVMX: do not use dangling shadow VMCS after guest reset
` [PATCH stable-5.1 2/3] KVM: nVMX: Clear pending KVM_REQ_GET_VMCS12_PAGES when leaving nested
` [PATCH stable-5.1 3/3] Revert "kvm: x86: Use task structs fpu field for user"

[PATCH stable-4.19 0/2] KVM: nVMX: guest reset fixes
 2019-07-25 11:24 UTC  (4+ messages)
` [PATCH stable-4.19 1/2] KVM: nVMX: do not use dangling shadow VMCS after guest reset
` [PATCH stable-4.19 2/2] KVM: nVMX: Clear pending KVM_REQ_GET_VMCS12_PAGES when leaving nested

[PATCH v19 00/15] arm64: untag user pointers passed to the kernel
 2019-07-25 11:17 UTC  (23+ messages)
` [PATCH v19 01/15] arm64: untag user pointers in access_ok and __uaccess_mask_ptr
` [PATCH v19 02/15] arm64: Introduce prctl() options to control the tagged user addresses ABI
` [PATCH v19 03/15] lib: untag user pointers in strn*_user
` [PATCH v19 04/15] mm: untag user pointers passed to memory syscalls
` [PATCH v19 05/15] mm: untag user pointers in mm/gup.c
` [PATCH v19 06/15] mm: untag user pointers in get_vaddr_frames
` [PATCH v19 07/15] fs/namespace: untag user pointers in copy_mount_options
` [PATCH v19 08/15] userfaultfd: untag user pointers
` [PATCH v19 09/15] drm/amdgpu: "
` [PATCH v19 10/15] drm/radeon: untag user pointers in radeon_gem_userptr_ioctl
` [PATCH v19 11/15] IB/mlx4: untag user pointers in mlx4_get_umem_mr
` [PATCH v19 12/15] media/v4l2-core: untag user pointers in videobuf_dma_contig_user_get
` [PATCH v19 13/15] tee/shm: untag user pointers in tee_shm_register
` [PATCH v19 14/15] vfio/type1: untag user pointers in vaddr_get_pfn
` [PATCH v19 15/15] selftests, arm64: add a selftest for passing tagged pointers to kernel

[PULL 0/4] Migration patches
 2019-07-25 10:57 UTC  (5+ messages)
` [PULL 1/4] migration: fix migrate_cancel leads live_migration thread endless loop
` [PULL 2/4] migration: fix migrate_cancel leads live_migration thread hung forever
` [PULL 3/4] migration: Make explicit that we are quitting multifd
` [PULL 4/4] migration: fix migrate_cancel multifd migration leads destination hung forever

[PATCH 1/1] MAINTAINERS: vfio-ccw: Remove myself as the maintainer
 2019-07-25 10:21 UTC  (5+ messages)

[PATCH v2 0/9] KVM: arm/arm64: vgic: ITS translation cache
 2019-07-25 10:01 UTC  (26+ messages)
` [PATCH v2 1/9] KVM: arm/arm64: vgic: Add LPI translation cache definition
` [PATCH v2 4/9] KVM: arm/arm64: vgic-its: Invalidate MSI-LPI translation cache on specific commands
` [PATCH v2 5/9] KVM: arm/arm64: vgic-its: Invalidate MSI-LPI translation cache on disabling LPIs
` [PATCH v2 6/9] KVM: arm/arm64: vgic-its: Invalidate MSI-LPI translation cache on vgic teardown
` [PATCH v2 7/9] KVM: arm/arm64: vgic-its: Cache successful MSI->LPI translation
` [PATCH v2 8/9] KVM: arm/arm64: vgic-its: Check the LPI translation cache on MSI injection
` [PATCH v2 9/9] KVM: arm/arm64: vgic-irqfd: Implement kvm_arch_set_irq_inatomic

[PATCH 1/1] MAINTAINERS: vfio-ccw: Remove myself as the maintainer
 2019-07-25  7:40 UTC  (3+ messages)

[PATCH 0/6] Fixes for meta data acceleration
 2019-07-25  5:21 UTC  (14+ messages)
` [PATCH 2/6] vhost: validate MMU notifier registration
` [PATCH 4/6] vhost: reset invalidate_count in vhost_set_vring_num_addr()
` [PATCH 5/6] vhost: mark dirty pages during map uninit
` [PATCH 6/6] vhost: don't do synchronize_rcu() in vhost_uninit_vq_maps()

[PATCH v6 0/8] Introduce support for Guest CET feature
 2019-07-25  3:12 UTC  (9+ messages)
` [PATCH v6 1/8] KVM: VMX: Define CET VMCS fields and control bits
` [PATCH v6 2/8] KVM: x86: Add a helper function for CPUID(0xD,n>=1) enumeration
` [PATCH v6 3/8] KVM: x86: Implement CET CPUID enumeration for Guest
` [PATCH v6 4/8] KVM: VMX: Pass through CET related MSRs to Guest
` [PATCH v6 5/8] KVM: VMX: Load Guest CET via VMCS when CET is enabled in Guest
` [PATCH v6 6/8] KVM: x86: Add CET bits setting in CR4 and XSS
` [PATCH v6 7/8] KVM: x86: Load Guest fpu state when accessing MSRs managed by XSAVES
` [PATCH v6 8/8] KVM: x86: Add user-space access interface for CET MSRs

[PATCH 00/12] block/bio, fs: convert put_page() to put_user_page*()
 2019-07-25  0:41 UTC  (19+ messages)
` [PATCH 01/12] mm/gup: add make_dirty arg to put_user_pages_dirty_lock()
` [PATCH 02/12] iov_iter: add helper to test if an iter would use GUP v2
` [PATCH 03/12] block: bio_release_pages: use flags arg instead of bool
` [PATCH 04/12] block: bio_release_pages: convert put_page() to put_user_page*()
` [PATCH 05/12] block_dev: "
` [PATCH 06/12] fs/nfs: "
` [PATCH 07/12] vhost-scsi: "
` [PATCH 08/12] fs/cifs: "
` [PATCH 09/12] fs/fuse: "
` [PATCH 10/12] fs/ceph: "
` [PATCH 11/12] 9p/net: "
` [PATCH 12/12] fs/ceph: fix a build warning: returning a value from void function

[RFC][PATCH v11 0/2] mm: Support for page hinting
 2019-07-24 20:10 UTC  (6+ messages)
` [RFC][Patch v11 2/2] virtio-balloon: page_hinting: reporting to the host

[PATCH] Documentation: move Documentation/virtual to Documentation/virt
 2019-07-24 18:00 UTC  (3+ messages)

[GIT PULL] KVM fixes for Linux 5.3-rc2
 2019-07-24 17:10 UTC  (2+ messages)

[PATCH] KVM: x86: init x2apic_enabled() once
 2019-07-24 16:48 UTC  (3+ messages)

[PATCH 0/2 v2]nVMX: Check Host Segment Registers and Descriptor Tables on vmentry of nested guests
 2019-07-24 16:12 UTC  (5+ messages)
` [PATCH 2/2 v2]kvm-unit-test: nVMX: Test "

[PATCH 00/59] KVM: arm64: ARMv8.3 Nested Virtualization support
 2019-07-24 13:56 UTC  (5+ messages)
` [PATCH 43/59] KVM: arm64: nv: Trap and emulate AT instructions from virtual EL2

[Bug 204293] New: When destroying guests, hypervisor freezes for some seconds and get BUG: soft lockup - CPU* stuck for Xs
 2019-07-24 13:02 UTC 

a0d14b8909 ("x86/mm, tracing: Fix CR2 corruption"): Kernel panic - not syncing: No working init found. Try passing init= option to kernel. See Linux Documentation/admin-guide/init.rst for guidance
 2019-07-24 12:47 UTC 

[PATCH] KVM: X86: Boost queue head vCPU to mitigate lock waiter preemption
 2019-07-24 12:17 UTC  (2+ messages)

[PATCH 0/3] KVM: arm/arm64: Optimize lpi translation cache performance
 2019-07-24 11:39 UTC  (7+ messages)
` [PATCH 1/3] KVM: arm/arm64: vgic-its: Introduce multiple LPI translation caches
` [PATCH 2/3] KVM: arm/arm64: vgic-its: Do not execute invalidate MSI-LPI translation cache on movi command
` [PATCH 3/3] KVM: arm/arm64: vgic: introduce vgic_cpu pending status and lowest_priority

[PATCH 1/1] virtio/s390: fix race on airq_areas[]
 2019-07-24 11:17 UTC  (6+ messages)

[PATCH 0/4] migration: fix migrate_cancel problems of multifd
 2019-07-24 11:03 UTC  (9+ messages)
` [PATCH 1/4] migration: fix migrate_cancel leads live_migration thread endless loop
` [PATCH 2/4] migration: fix migrate_cancel leads live_migration thread hung forever
` [PATCH 3/4] migration: Make explicit that we are quitting multifd
` [PATCH 4/4] migration: fix migrate_cancel multifd migration leads destination hung forever

[RFC v1 00/18] intel_iommu: expose Shared Virtual Addressing to VM
 2019-07-24  9:33 UTC  (9+ messages)
` [RFC v1 05/18] vfio/pci: add pasid alloc/free implementation

[PATCH v2 1/1] s390/dma: provide proper ARCH_ZONE_DMA_BITS value
 2019-07-24  5:44 UTC  (2+ messages)

Reminder: 3 open syzbot bugs in vhost subsystem
 2019-07-24  3:13 UTC  (4+ messages)
  `  "

Reminder: 25 open syzbot bugs in kvm subsystem
 2019-07-24  1:43 UTC 

[PATCH] KVM: CPUID: Add new features to the guest's CPUID
 2019-07-23 21:42 UTC  (2+ messages)

[0/1] simple gen15 cpumodel test
 2019-07-23 18:42 UTC  (4+ messages)
` [1/1] kvm-unit-tests: s390: test for gen15a/b cpu model dependencies

[PATCH v8 0/6] vfio/type1: Add support for valid iova list management
 2019-07-23 16:06 UTC  (7+ messages)
` [PATCH v8 1/6] vfio/type1: Introduce iova list and add iommu aperture validity check
` [PATCH v8 2/6] vfio/type1: Check reserved region conflict and update iova list
` [PATCH v8 3/6] vfio/type1: Update iova list on detach
` [PATCH v8 4/6] vfio/type1: check dma map request is within a valid iova range
` [PATCH v8 5/6] vfio/type1: Add IOVA range capability support
` [PATCH v8 6/6] vfio/type1: remove duplicate retrieval of reserved regions

[PATCH 1/1] s390/dma: provide proper ARCH_ZONE_DMA_BITS value
 2019-07-23 15:52 UTC  (5+ messages)

[PATCH v3 00/11] Add AMD SEV guest live migration support
 2019-07-23 15:31 UTC  (6+ messages)
` [PATCH v3 08/11] KVM: X86: Introduce KVM_HC_PAGE_ENC_STATUS hypercall


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