kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-11 08:31:12 to 2019-06-12 14:30:55 UTC [more...]

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

[PATCH v5 0/8] s390: virtio: support protected virtualization
 2019-06-12 14:23 UTC  (10+ messages)
` [PATCH v5 1/8] s390/mm: force swiotlb for "
` [PATCH v5 2/8] s390/cio: introduce DMA pools to cio
` [PATCH v5 3/8] s390/cio: add basic protected virtualization support
` [PATCH v5 4/8] s390/airq: use DMA memory for adapter interrupts
` [PATCH v5 5/8] virtio/s390: use cacheline aligned airq bit vectors
` [PATCH v5 6/8] virtio/s390: add indirection to indicators access
` [PATCH v5 7/8] virtio/s390: use DMA memory for ccw I/O and classic notifiers
` [PATCH v5 8/8] virtio/s390: make airq summary indicators DMA

[PATCH v13 0/7] virtio pmem driver
 2019-06-12 14:20 UTC  (9+ messages)
` [PATCH v13 1/7] libnvdimm: nd_region flush callback support
` [PATCH v13 2/7] virtio-pmem: Add virtio pmem driver
` [PATCH v13 3/7] libnvdimm: add dax_dev sync flag
` [PATCH v13 4/7] dm: enable synchronous dax
` [PATCH v13 5/7] dax: check synchronous mapping is supported
` [PATCH v13 6/7] ext4: disable map_sync for async flush
` [PATCH v13 7/7] xfs: "

[PATCH v9 0/4] vfio: ap: AP Queue Interrupt Control
 2019-06-12 13:57 UTC  (13+ messages)
` [PATCH v9 1/4] s390: ap: kvm: add PQAP interception for AQIC
` [PATCH v9 2/4] vfio: ap: register IOMMU VFIO notifier
` [PATCH v9 3/4] s390: ap: implement PAPQ AQIC interception in kernel
` [PATCH v9 4/4] s390: ap: kvm: Enable PQAP/AQIC facility for the guest

[PATCH v4 0/8] s390: virtio: support protected virtualization
 2019-06-12 13:46 UTC  (18+ messages)
` [PATCH v4 2/8] s390/cio: introduce DMA pools to cio
` [PATCH v4 4/8] s390/airq: use DMA memory for adapter interrupts
` [PATCH v4 7/8] virtio/s390: use DMA memory for ccw I/O and classic notifiers
` [PATCH v4 8/8] virtio/s390: make airq summary indicators DMA

[PATCH v1 0/5] perf kvm: Add stat support on arm64
 2019-06-12 12:49 UTC  (8+ messages)
` [PATCH v1 1/5] KVM: arm/arm64: Remove kvm_mmio_emulate tracepoint
` [PATCH v1 2/5] KVM: arm/arm64: Adjust entry/exit and trap related tracepoints
` [PATCH v1 3/5] perf tools arm64: Add support for get_cpuid() function
` [PATCH v1 4/5] perf,kvm/arm64: Add stat support on arm64
` [PATCH v1 5/5] perf,kvm/arm64: perf-kvm-stat to report VM TRAP

[PATCH v2 0/9] KVM: arm/arm64: vgic: ITS translation cache
 2019-06-12 12:28 UTC  (14+ messages)
` [PATCH v2 1/9] KVM: arm/arm64: vgic: Add LPI translation cache definition
` [PATCH v2 2/9] KVM: arm/arm64: vgic: Add __vgic_put_lpi_locked primitive
` [PATCH v2 3/9] KVM: arm/arm64: vgic-its: Add MSI-LPI translation cache invalidation
` [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 v16 00/16] arm64: untag user pointers passed to the kernel
 2019-06-12 11:52 UTC  (42+ messages)
` [PATCH v16 02/16] arm64: untag user pointers in access_ok and __uaccess_mask_ptr
` [PATCH v16 03/16] lib, arm64: untag user pointers in strn*_user
` [PATCH v16 04/16] mm: untag user pointers in do_pages_move
` [PATCH v16 05/16] arm64: untag user pointers passed to memory syscalls
` [PATCH v16 08/16] fs, arm64: untag user pointers in copy_mount_options
` [PATCH v16 09/16] fs, arm64: untag user pointers in fs/userfaultfd.c
` [PATCH v16 12/16] IB, arm64: untag user pointers in ib_uverbs_(re)reg_mr()
` [PATCH v16 15/16] vfio/type1, arm64: untag user pointers in vaddr_get_pfn
` [PATCH v16 16/16] selftests, arm64: add a selftest for passing tagged pointers to kernel

[PATCH v2 0/9] s390: vfio-ccw code rework
 2019-06-12 11:18 UTC  (9+ messages)
` [PATCH v2 1/9] s390/cio: Squash cp_free() and cp_unpin_free()
` [PATCH v2 2/9] s390/cio: Refactor the routine that handles TIC CCWs
` [PATCH v2 3/9] s390/cio: Generalize the TIC handler
` [PATCH v2 4/9] s390/cio: Use generalized CCW handler in cp_init()

[PATCH v12 0/7] virtio pmem driver
 2019-06-12 10:50 UTC  (14+ messages)
` [PATCH v12 1/7] libnvdimm: nd_region flush callback support
` [PATCH v12 2/7] virtio-pmem: Add virtio pmem driver
        ` [Qemu-devel] "
` [PATCH v12 3/7] libnvdimm: add dax_dev sync flag
` [PATCH v12 4/7] dm: enable synchronous dax
    ` [Qemu-devel] "
` [PATCH v12 5/7] dax: check synchronous mapping is supported
` [PATCH v12 6/7] ext4: disable map_sync for async flush
` [PATCH v12 7/7] xfs: "

[PATCH] x86/hyperv: Disable preemption while setting reenlightenment vector
 2019-06-12 10:25 UTC  (4+ messages)

[PULL 0/1] vfio-ccw: bugfix
 2019-06-12 10:16 UTC  (2+ messages)
` [PULL 1/1] vfio-ccw: Destroy kmem cache region on module exit

[PATCH v3 1/2] KVM: LAPIC: Optimize timer latency consider world switch time
 2019-06-12  9:40 UTC  (2+ messages)
` [PATCH v3 2/2] KVM: LAPIC: remove the trailing newline used in the fmt parameter of TP_printk

[PATCH v3 0/5] KVM: LAPIC: Optimize timer latency further
 2019-06-12  9:40 UTC  (7+ messages)
` [PATCH v3 1/5] KVM: LAPIC: Extract adaptive tune timer advancement logic
` [PATCH v3 2/5] KVM: LAPIC: Fix lapic_timer_advance_ns parameter overflow
` [PATCH v3 3/5] KVM: LAPIC: Expose per-vCPU timer_advance_ns to userspace
` [PATCH v3 4/5] KVM: LAPIC: Delay trace advance expire delta
` [PATCH v3 5/5] KVM: LAPIC: Optimize timer latency further

[PATCH 1/2] KVM: LAPIC: Optimize timer latency consider world switch time
 2019-06-12  9:38 UTC  (4+ messages)

[PATCH v2 1/2] KVM: LAPIC: Optimize timer latency consider world switch time
 2019-06-12  9:27 UTC  (5+ messages)

[PATCH v5] KVM: x86: Add Intel CPUID.1F cpuid emulation support
 2019-06-12  7:47 UTC 

[PATCH v4] KVM: x86: Add Intel CPUID.1F cpuid emulation support
 2019-06-12  7:20 UTC  (2+ messages)

mdevctl: A shoestring mediated device management and persistence utility
 2019-06-12  7:14 UTC  (6+ messages)

[PATCHv6 0/3] vfio/mdev: Improve vfio/mdev core module
 2019-06-12  4:33 UTC  (6+ messages)
` [PATCHv6 3/3] vfio/mdev: Synchronize device create/remove with parent removal

[PATCH 1/3] KVM: Documentation: Add disable pause exits to KVM_CAP_X86_DISABLE_EXITS
 2019-06-12  2:20 UTC  (7+ messages)
` [PATCH v2 2/3] KVM: X86: Provide a capability to disable cstate msr read intercepts

[GIT PULL] VFIO fixes for v5.2-rc5
 2019-06-12  1:55 UTC  (2+ messages)

[PATCH v3 0/4] KVM: LAPIC: Implement Exitless Timer
 2019-06-12  1:48 UTC  (9+ messages)
` [PATCH v3 1/4] KVM: LAPIC: Make lapic timer unpinned when timer is injected by pi
` [PATCH v3 2/4] KVM: LAPIC: lapic timer interrupt is injected by posted interrupt
` [PATCH v3 3/4] KVM: LAPIC: Ignore timer migration when lapic timer is injected by posted-interrupt
` [PATCH v3 4/4] KVM: LAPIC: add advance timer support to pi_inject_timer

[PATCH v3 0/3] KVM: Yield to IPI target if necessary
 2019-06-12  1:37 UTC  (13+ messages)
` [PATCH v3 2/3] KVM: X86: Implement PV sched yield hypercall

[PATCH V2] include: linux: Regularise the use of FIELD_SIZEOF macro
 2019-06-12  0:05 UTC  (9+ messages)

[patch 0/3] cpuidle-haltpoll driver (v2)
 2019-06-11 21:24 UTC  (6+ messages)

[patch 0/3] cpuidle-haltpoll driver (v3)
 2019-06-11 19:40 UTC  (4+ messages)
` [patch 1/3] drivers/cpuidle: add cpuidle-haltpoll driver
` [patch 2/3] kvm: x86: add host poll control msrs
` [patch 3/3] cpuidle-haltpoll: disable host side polling when kvm virtualized

[PATCH v11 0/7] virtio pmem driver
 2019-06-11 16:04 UTC  (6+ messages)
` [PATCH v11 4/7] dm: enable synchronous dax
    ` [Qemu-devel] "

[bug report] vfio: Can't find phys by iova in vfio_unmap_unpin()
 2019-06-11 15:13 UTC  (4+ messages)

[RFC][Patch v10 0/2] mm: Support for page hinting
 2019-06-11 15:00 UTC  (4+ messages)

[PATCH RFC 0/1] mdevctl: further config for vfio-ap
 2019-06-11 14:19 UTC  (7+ messages)
` [PATCH RFC 1/1] allow to specify additional config data

[PATCH v8 00/29] SMMUv3 Nested Stage Setup
 2019-06-11 13:14 UTC  (12+ messages)
` [PATCH v8 26/29] vfio-pci: Register an iommu fault handler

[PATCH v4 0/3] KVM: Yield to IPI target if necessary
 2019-06-11 12:23 UTC  (4+ messages)
` [PATCH v4 1/3] KVM: X86: "
` [PATCH v4 2/3] KVM: X86: Implement PV sched yield hypercall
` [PATCH v4 3/3] KVM: X86: Expose PV_SCHED_YIELD CPUID feature bit to guest

[PATCH v2 0/3] KVM: LAPIC: Implement Exitless Timer
 2019-06-11 12:18 UTC  (7+ messages)
` [PATCH v2 1/3] KVM: LAPIC: Make lapic timer unpinned when timer is injected by posted-interrupt
` [PATCH v2 2/3] KVM: LAPIC: lapic timer interrupt is injected by posted interrupt

Reference count on pages held in secondary MMUs
 2019-06-11 11:51 UTC  (6+ messages)

[PATCH v2] mm: hwpoison: disable memory error handling on 1GB hugepage
 2019-06-11  8:42 UTC  (4+ 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).