virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-08-03 19:07:35 to 2018-08-30 21:00:09 UTC [more...]

[PATCH v2 02/12] fbdev: allow apertures == NULL in remove_conflicting_framebuffers()
 2018-08-30 21:00 UTC  (9+ messages)
` [PATCH v2 01/12] fbdev: show fbdev number for debugging
` [PATCH v2 03/12] fbdev: add remove_conflicting_pci_framebuffers()
` [PATCH v2 04/12] drm/amdgpu: use simpler remove_conflicting_pci_framebuffers()
` [PATCH v2 05/12] drm/bochs: "
` [PATCH v2 06/12] drm/cirrus: "
` [PATCH v2 07/12] drm/mgag200: "
` [PATCH v2 08/12] drm/radeon: "
` [PATCH v2 09/12] drm/virtio: "

[PATCH 00/13] remove_conflicting_framebuffers() cleanup
 2018-08-30 21:00 UTC  (2+ messages)
` [PATCH v2 00/12] "

[PATCH] drm/bochs: Replace ttm_bo_unref with ttm_bo_put
 2018-08-30  7:18 UTC  (2+ messages)

[PATCH 0/2] Provide init/release functions for struct ttm_bo_global
 2018-08-30  6:45 UTC  (3+ messages)

[PATCH 1/2] drm/virtio: add virtio_gpu_object_detach() function
 2018-08-29 12:20 UTC  (2+ messages)
` [PATCH 2/2] drm/virtio: add iommu support

[PATCH v6] virtio_blk: add DISCARD and WRIET ZEROES commands support
 2018-08-28 22:25 UTC  (2+ messages)
` [PATCH v7] virtio_blk: add discard and write zeroes support

KASAN: use-after-free Read in vhost_work_queue
 2018-08-28 15:11 UTC 

[PATCH v3 01/15] xen: move pv irq related functions under CONFIG_XEN_PV umbrella
 2018-08-28  7:40 UTC  (15+ messages)
` [PATCH v3 02/15] xen: move pv specific parts of arch/x86/xen/mmu.c to mmu_pv.c
` [PATCH v3 03/15] xen: link platform-pci-unplug.o only if CONFIG_XEN_PVHVM
` [PATCH v3 04/15] xen: add SPDX identifier in arch/x86/xen files
` [PATCH v3 05/15] x86/paravirt: make paravirt_patch_call() and paravirt_patch_jmp() static
` [PATCH v3 06/15] x86/paravirt: remove clobbers parameter from paravirt patch functions
` [PATCH v3 07/15] x86/paravirt: remove clobbers from struct paravirt_patch_site
` [PATCH v3 08/15] x86/paravirt: use a single ops structure
` [PATCH v3 09/15] x86/paravirt: remove unused paravirt bits
` [PATCH v3 10/15] x86/paravirt: introduce new config option PARAVIRT_XXL
` [PATCH v3 11/15] x86/paravirt: move items in pv_info under PARAVIRT_XXL umbrella
` [PATCH v3 12/15] x86/paravirt: move the Xen-only pv_cpu_ops under the "
` [PATCH v3 13/15] x86/paravirt: move the pv_irq_ops "
` [PATCH v3 14/15] x86/paravirt: move the Xen-only pv_mmu_ops "
` [PATCH v3 15/15] x86/paravirt: remove unneeded mmu related paravirt ops bits

[PATCH v3 00/15] x86/paravirt, xen: several cleanups
 2018-08-28  7:40 UTC 

[PATCH net-next v2 0/5] virtio: support packed ring
 2018-08-27 14:00 UTC  (2+ messages)

[PATCH v37 1/3] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
 2018-08-27  1:32 UTC  (3+ messages)
` [PATCH v37 2/3] mm/page_poison: expose page_poisoning_enabled to kernel modules
` [PATCH v37 3/3] virtio-balloon: VIRTIO_BALLOON_F_PAGE_POISON

[PATCH v37 0/3] Virtio-balloon: support free page reporting
 2018-08-27  1:32 UTC 

[PATCH net] vhost: correctly check the iova range when waking virtqueue
 2018-08-26  0:40 UTC  (3+ messages)

[PATCH v2 01/11] x86/paravirt: make paravirt_patch_call() and paravirt_patch_jmp() static
 2018-08-24 14:15 UTC  (20+ messages)
` [PATCH v2 02/11] x86/paravirt: remove clobbers parameter from paravirt patch functions
` [PATCH v2 03/11] x86/paravirt: remove clobbers from struct paravirt_patch_site
` [PATCH v2 04/11] x86/paravirt: use a single ops structure
` [PATCH v2 05/11] x86/paravirt: remove unused paravirt bits
` [PATCH v2 06/11] x86/paravirt: introduce new config option PARAVIRT_XXL
` [PATCH v2 07/11] x86/paravirt: move items in pv_info under PARAVIRT_XXL umbrella
` [PATCH v2 08/11] x86/paravirt: move the Xen-only pv_cpu_ops under the "
` [PATCH v2 09/11] x86/paravirt: move the Xen-only pv_irq_ops "
` [PATCH v2 10/11] x86/paravirt: move the Xen-only pv_mmu_ops "
` [PATCH v2 11/11] x86/paravirt: remove unneeded mmu related paravirt ops bits
` [PATCH v2 00/11] x86/paravirt: several cleanups

[PATCH net] vhost: correctly check the iova range when waking virtqueue
 2018-08-24  8:53 UTC 

[PULL] virtio,vhost: fixes, tweaks
 2018-08-23 17:42 UTC 

[PATCH] vhost/scsi: truncate T10 PI iov_iter to prot_bytes
 2018-08-22 19:21 UTC 

[PATCH] vhost/scsi: increase VHOST_SCSI_PREALLOC_PROT_SGLS to 2048
 2018-08-22 17:25 UTC  (2+ messages)

IEEE Record # 41985: 2018 3rd International Conference on Contemporary Computing and Informatics (IC3I)
 2018-08-22  4:34 UTC 

[PATCH net-next v8 0/7] net: vhost: improve performance when enable busyloop
 2018-08-21  3:15 UTC  (13+ messages)
` [PATCH net-next v8 1/7] net: vhost: lock the vqs one by one
` [PATCH net-next v8 2/7] net: vhost: replace magic number of lock annotation
` [PATCH net-next v8 3/7] net: vhost: factor out busy polling logic to vhost_net_busy_poll()
` [PATCH net-next v8 4/7] net: vhost: add rx busy polling in tx path
` [PATCH net-next v8 5/7] net: vhost: introduce bitmap for vhost_poll
` [PATCH net-next v8 6/7] net: vhost: disable rx wakeup during tx busypoll
` [PATCH net-next v8 7/7] net: vhost: make busyloop_intr more accurate

[PATCH V2 net-next 2/6] sctp: Handle sctp packets with CHECKSUM_PARTIAL
 2018-08-20 15:39 UTC 

[PATCH] x86-64: use RIP-relative calls for paravirt indirect ones
 2018-08-20 14:54 UTC  (3+ messages)
` [PATCH RESEND] "

Call for Workshops Proposals - WorldCIST'19, La Toja Island, Spain
 2018-08-19 22:03 UTC 

Call for Papers - ICITS'19 - Quito, Ecuador
 2018-08-18 11:02 UTC 

[PATCH v4 0/3] virtio-balloon: some improvements
 2018-08-16  7:50 UTC  (4+ messages)
` [PATCH v4 1/3] virtio-balloon: remove BUG() in init_vqs
` [PATCH v4 2/3] virtio-balloon: kzalloc the vb struct
` [PATCH v4 3/3] virtio_balloon: replace oom notifier with shrinker

[PATCH 1/1] vhost: change the signature of __vhost_get_user_slow()
 2018-08-15  3:22 UTC 

[PATCH net-next] virtio_net: remove duplicated include from virtio_net.c
 2018-08-13 16:46 UTC  (2+ messages)

[PATCH] drm/virtio: track virtual output state
 2018-08-13 15:28 UTC 

[PATCH v2 00/11] x86/paravirt: several cleanups
 2018-08-13  7:37 UTC 

[PATCH 01/10] x86/paravirt: make paravirt_patch_call() and paravirt_patch_jmp() static
 2018-08-10 14:44 UTC  (14+ messages)
` [PATCH 02/10] x86/paravirt: remove clobbers parameter from paravirt patch functions
` [PATCH 03/10] x86/paravirt: remove clobbers from struct paravirt_patch_site
` [PATCH 04/10] x86/paravirt: use a single ops structure
` [PATCH 05/10] x86/paravirt: remove unused paravirt bits
` [PATCH 06/10] x86/paravirt: introduce new config option PARAVIRT_XXL
` [PATCH 07/10] x86/paravirt: move items in pv_info under PARAVIRT_XXL umbrella
` [PATCH 08/10] x86/paravirt: move the Xen-only pv_cpu_ops under the "
` [PATCH 09/10] x86/paravirt: move the Xen-only pv_irq_ops "
` [PATCH 10/10] x86/paravirt: move the Xen-only pv_mmu_ops "
  ` [Xen-devel] [PATCH 04/10] x86/paravirt: use a single ops structure

[PATCH 00/10] x86/paravirt: several cleanups
 2018-08-10 11:52 UTC 

[PATCH] drm: qxl: Fix error handling at qxl_device_init
 2018-08-10  6:03 UTC 

[PATCH] drm/cirrus: Use drm_framebuffer_put to avoid kernel oops in clean-up
 2018-08-10  6:03 UTC 

[PATCH] drm/qxl: Replace ttm_bo_unref with ttm_bo_put
 2018-08-09 15:30 UTC 

[PATCH] drm/cirrus: Replace ttm_bo_unref with ttm_bo_put
 2018-08-09 15:29 UTC 

[RFC 0/4] Virtio uses DMA API for all devices
 2018-08-09  5:40 UTC  (76+ messages)

[PATCH net] vhost: reset metadata cache when initializing new IOTLB
 2018-08-08 16:45 UTC  (2+ messages)

[PATCH v3] drm/cirrus: flip default from 24bpp to 16bpp
 2018-08-08 11:13 UTC 

[PATCH v2] drm/cirrus: flip default from 24bpp to 16bpp
 2018-08-08  9:06 UTC 

[PATCH] drm/cirrus: flip default to 32bpp
 2018-08-08  8:46 UTC 

KASAN: use-after-free Read in iotlb_access_ok
 2018-08-08  2:52 UTC 

[PATCH net-next] net: allow to call netif_reset_xps_queues() under cpu_read_lock
 2018-08-07 20:15 UTC  (2+ messages)

[PATCH net-next V2] vhost: switch to use new message format
 2018-08-06 17:41 UTC  (2+ messages)

[PATCH v3 2/2] virtio_balloon: replace oom notifier with shrinker
 2018-08-06 14:02 UTC  (7+ messages)

[PATCH net-next] vhost: switch to use new message format
 2018-08-06  3:08 UTC  (3+ messages)

[PATCH net-next] virtio-net: mark expected switch fall-throughs
 2018-08-06  0:27 UTC 

[PATCH net-next 0/6] virtio_net: Add ethtool stat items
 2018-08-05 14:22 UTC  (3+ messages)

[net-next, v6, 6/7] net-sysfs: Add interface for Rx queue(s) map per Tx queue
 2018-08-03 19:12 UTC 


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