messages from 2020-11-13 13:47:43 to 2020-11-24 14:31:48 UTC [more...]
netconsole deadlock with virtnet
2020-11-24 14:31 UTC (17+ messages)
[PATCH 00/15] drm: Move struct drm_device.pdev to legacy
2020-11-24 11:38 UTC (16+ messages)
` [PATCH 01/15] drm/amdgpu: Remove references to struct drm_device.pdev
` [PATCH 02/15] drm/ast: "
` [PATCH 03/15] drm/bochs: "
` [PATCH 04/15] drm/cirrus: "
` [PATCH 05/15] drm/gma500: "
` [PATCH 06/15] drm/hibmc: "
` [PATCH 07/15] drm/i915: "
` [PATCH 08/15] drm/mgag200: "
` [PATCH 09/15] drm/nouveau: "
` [PATCH 10/15] drm/qxl: "
` [PATCH 11/15] drm/radeon: "
` [PATCH 12/15] drm/vboxvideo: "
` [PATCH 13/15] drm/virtgpu: "
` [PATCH 14/15] drm/vmwgfx: "
` [PATCH 15/15] drm: Upcast struct drm_device.dev to struct pci_device; replace pdev
[PATCH 000/141] Fix fall-through warnings for Clang
2020-11-24 1:32 UTC (19+ messages)
[PATCH v2 01/10] drm/fb-helper: Call dirty helper after writing to fbdev
2020-11-23 19:20 UTC (2+ messages)
[PATCH v2 00/12] x86: major paravirt cleanup
2020-11-23 15:15 UTC (24+ messages)
` [PATCH v2 03/12] x86/pv: switch SWAPGS to ALTERNATIVE
` [PATCH v2 04/12] x86/xen: drop USERGS_SYSRET64 paravirt call
` [PATCH v2 05/12] x86: rework arch_local_irq_restore() to not use popf
` [PATCH v2 06/12] x86/paravirt: switch time pvops functions to use static_call()
` [PATCH v2 08/12] x86/paravirt: remove no longer needed 32-bit pvops cruft
` [PATCH v2 09/12] x86/paravirt: switch iret pvops to ALTERNATIVE
` [PATCH v2 10/12] x86/paravirt: add new macros PVOP_ALT* supporting pvops in ALTERNATIVEs
` [PATCH v2 11/12] x86/paravirt: switch functions with custom code to ALTERNATIVE
` [PATCH v2 12/12] x86/paravirt: have only one paravirt patch function
[PATCH 1/1] qemu vhost scsi: add VHOST_SET_VRING_ENABLE support
2020-11-23 15:17 UTC (22+ messages)
` [PATCH 01/10] vhost: remove work arg from vhost_work_flush
` [PATCH 02/10] vhost scsi: remove extra flushes
` [PATCH 03/10] vhost poll: fix coding style
` [PATCH 05/10] vhost: poll support support multiple workers
` [PATCH 06/10] vhost scsi: make SCSI cmd completion per vq
` [PATCH 07/10] vhost, vhost-scsi: flush IO vqs then send TMF rsp
` [PATCH 08/10] vhost: move msg_handler to new ops struct
` [PATCH 09/10] vhost: add VHOST_SET_VRING_ENABLE support
` [PATCH 00/10] vhost/qemu: thread per IO SCSI vq
[PATCH RFC 00/12] vdpa: generalize vdpa simulator and add block device
2020-11-20 14:41 UTC (51+ messages)
` [PATCH RFC 01/12] vhost-vdpa: add support for vDPA blk devices
` [PATCH RFC 02/12] vdpa: split vdpasim to core and net modules
` [PATCH RFC 03/12] vdpa_sim: remove hard-coded virtq count
` [PATCH RFC 04/12] vdpa: add vdpa simulator for block device
` [PATCH RFC 05/12] vdpa_sim: remove the limit of IOTLB entries
` [PATCH RFC 06/12] vdpa_sim: add struct vdpasim_device to store device properties
` [PATCH RFC 07/12] vdpa_sim: move config management outside of the core
` [PATCH RFC 08/12] vdpa_sim: use kvmalloc to allocate vdpasim->buffer
` [PATCH RFC 09/12] vdpa_sim: make vdpasim->buffer size configurable
` [PATCH RFC 10/12] vdpa_sim: split vdpasim_virtqueue's iov field in riov and wiov
` [PATCH RFC 11/12] vringh: allow vringh_iov_xfer() to skip bytes when ptr is NULL
` [PATCH RFC 12/12] vdpa_sim_blk: implement ramdisk behaviour
[PATCH net] vsock/virtio: discard packets only when socket is really closed
2020-11-20 10:47 UTC
[PATCH v3] vhost-vdpa: fix page pinning leakage in error path (rework)
2020-11-19 23:26 UTC (3+ messages)
[PATCH virtio] virtio: virtio_console: fix DMA memory allocation for rproc serial
2020-11-18 10:16 UTC (12+ messages)
[PATCH net] vhost_vdpa: Return -EFUALT if copy_from_user() fails
2020-11-18 9:39 UTC (6+ messages)
[PATCH v2 00/29] virtio-mem: Big Block Mode (BBM)
2020-11-18 9:00 UTC (5+ messages)
` [PATCH v2 27/29] mm/memory_hotplug: extend offline_and_remove_memory() to handle more than one memory block
[PATCH 1/1] vhost scsi: fix lun reset completion handling
2020-11-18 8:56 UTC (2+ messages)
[PATCH 01/10] drm/fb-helper: Call dirty helper after writing to fbdev
2020-11-18 7:56 UTC (3+ messages)
[PATCH 0/7] Introduce vdpa management tool
2020-11-17 19:51 UTC (4+ messages)
[PATCH v3 0/2] Default to cachable mappings for GEM SHMEM
2020-11-17 13:31 UTC (3+ messages)
` [PATCH v3 1/2] drm/shmem-helper: Use cached mappings by default
` [PATCH v3 2/2] drm/shmem-helper: Removed drm_gem_shmem_create_object_cached()
[PATCH 3/3] drm/qxl: Remove fbcon acceleration leftovers
2020-11-17 10:01 UTC (3+ messages)
` [PATCH] "
[PATCH 0/4] x86/xen: do some paravirt cleanup
2020-11-17 10:00 UTC (8+ messages)
` [PATCH 3/4] x86/pv: switch SWAPGS to ALTERNATIVE
` [PATCH 4/4] x86/xen: drop USERGS_SYSRET64 paravirt call
[PATCH] vringh: fix vringh_iov_push_*() documentation
2020-11-17 2:29 UTC (2+ messages)
[GIT PULL] vhost,vdpa: fixes
2020-11-16 23:10 UTC (2+ messages)
[PATCH -next] drm/virtio: Make virtgpu_dmabuf_ops with static keyword
2020-11-16 7:56 UTC
WorldCIST'21, Terceira Island, Azores | Deadline: November 22
2020-11-15 12:18 UTC
[PATCH] vdpasim: fix "mac_pton" undefined error
2020-11-13 19:31 UTC (3+ messages)
Use of uninitialized memory with CONFIG_HW_RANDOM_VIRTIO
2020-11-13 17:26 UTC
[PATCH v2 09/17] x86/hyperv: provide a bunch of helper functions
2020-11-13 16:16 UTC (4+ messages)
` [PATCH v2 08/17] x86/hyperv: handling hypercall page setup for root
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).