virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-20 14:39:17 to 2020-11-03 10:34:26 UTC [more...]

[patch V3 00/37] mm/highmem: Preemptible variant of kmap_atomic & friends
 2020-11-03  9:27 UTC  (38+ messages)
` [patch V3 01/37] mm/highmem: Un-EXPORT __kmap_atomic_idx()
` [patch V3 02/37] highmem: Remove unused functions
` [patch V3 03/37] fs: Remove asm/kmap_types.h includes
` [patch V3 04/37] sh/highmem: Remove all traces of unused cruft
` [patch V3 05/37] asm-generic: Provide kmap_size.h
` [patch V3 06/37] highmem: Provide generic variant of kmap_atomic*
` [patch V3 07/37] highmem: Make DEBUG_HIGHMEM functional
` [patch V3 08/37] x86/mm/highmem: Use generic kmap atomic implementation
` [patch V3 09/37] arc/mm/highmem: "
` [patch V3 10/37] ARM: highmem: Switch to generic kmap atomic
` [patch V3 11/37] csky/mm/highmem: "
` [patch V3 12/37] microblaze/mm/highmem: "
` [patch V3 13/37] mips/mm/highmem: "
` [patch V3 14/37] nds32/mm/highmem: "
` [patch V3 15/37] powerpc/mm/highmem: "
` [patch V3 16/37] sparc/mm/highmem: "
` [patch V3 17/37] xtensa/mm/highmem: "
` [patch V3 18/37] highmem: Get rid of kmap_types.h
` [patch V3 19/37] mm/highmem: Remove the old kmap_atomic cruft
` [patch V3 20/37] io-mapping: Cleanup atomic iomap
` [patch V3 21/37] Documentation/io-mapping: Remove outdated blurb
` [patch V3 22/37] highmem: High implementation details and document API
` [patch V3 23/37] sched: Make migrate_disable/enable() independent of RT
` [patch V3 24/37] sched: highmem: Store local kmaps in task struct
` [patch V3 25/37] mm/highmem: Provide kmap_local*
` [patch V3 26/37] io-mapping: Provide iomap_local variant
` [patch V3 27/37] x86/crashdump/32: Simplify copy_oldmem_page()
` [patch V3 28/37] mips/crashdump: "
` [patch V3 29/37] ARM: mm: Replace kmap_atomic_pfn()
` [patch V3 30/37] highmem: Remove kmap_atomic_pfn()
` [patch V3 31/37] drm/ttm: Replace kmap_atomic() usage
` [patch V3 32/37] drm/vmgfx: Replace kmap_atomic()
` [patch V3 33/37] highmem: Remove kmap_atomic_prot()
` [patch V3 34/37] drm/qxl: Replace io_mapping_map_atomic_wc()
` [patch V3 35/37] drm/nouveau/device: "
` [patch V3 36/37] drm/i915: "
` [patch V3 37/37] io-mapping: Remove io_mapping_map_atomic_wc()

[PATCH 01/17] vhost scsi: add lun parser helper
 2020-11-03 10:04 UTC  (13+ messages)
  ` [PATCH 03/17] vhost net: use goto error handling in open
  ` [PATCH 07/17] vhost scsi: support delayed IO vq creation
` [PATCH 00/17 V3] vhost: fix scsi cmd handling and cgroup support
  ` [PATCH 09/17] vhost scsi: fix cmd completion race
  ` [PATCH 04/17] vhost: prep vhost_dev_init users to handle failures

[PATCH v7 00/10] Support GEM object mappings from I/O memory
 2020-11-03  9:30 UTC  (11+ messages)
` [PATCH v7 01/10] drm/vram-helper: Remove invariant parameters from internal kmap function
` [PATCH v7 02/10] drm/cma-helper: Remove empty drm_gem_cma_prime_vunmap()
` [PATCH v7 03/10] drm/etnaviv: Remove empty etnaviv_gem_prime_vunmap()
` [PATCH v7 04/10] drm/exynos: Remove empty exynos_drm_gem_prime_{vmap, vunmap}()
` [PATCH v7 05/10] drm/ttm: Add vmap/vunmap to TTM and TTM GEM helpers
` [PATCH v7 06/10] drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backends
` [PATCH v7 07/10] drm/gem: Update internal GEM vmap/vunmap interfaces to use struct dma_buf_map
` [PATCH v7 08/10] drm/gem: Store client buffer mappings as "
` [PATCH v7 09/10] dma-buf-map: Add memcpy and pointer-increment interfaces
` [PATCH v7 10/10] drm/fb_helper: Support framebuffers in I/O memory

[PATCH] vhost/vsock: add IOTLB API support
 2020-11-03  9:04 UTC  (8+ messages)

[PATCH 1/2] Revert "vhost-vdpa: fix page pinning leakage in error path"
 2020-11-03  8:53 UTC  (3+ messages)
` [PATCH 2/2] vhost-vdpa: fix page pinning leakage in error path (rework)

[PATCH v3 0/2] vhost-vdpa mapping error path fixes
 2020-11-03  5:34 UTC  (10+ messages)
` [PATCH v3 2/2] vhost-vdpa: fix page pinning leakage in error path

[PATCH v2 1/8] mm: slab: provide krealloc_array()
 2020-11-03  4:14 UTC  (3+ messages)
  ` [PATCH v2 8/8] dma-buf: use krealloc_array()
` [PATCH v2 0/8] slab: provide and "

linux-next: Tree for Nov 2 [drivers/vdpa/vdpa_sim/vdpa_sim.ko]
 2020-11-02 17:03 UTC 

[PATCH mlx5-next v1 00/11] Convert mlx5 to use auxiliary bus
 2020-11-02  5:56 UTC  (13+ messages)
` [PATCH mlx5-next v1 01/11] net/mlx5: Don't skip vport check
` [PATCH mlx5-next v1 02/11] net/mlx5: Properly convey driver version to firmware
` [PATCH mlx5-next v1 03/11] net/mlx5_core: Clean driver version and name
` [PATCH mlx5-next v1 04/11] vdpa/mlx5: Make hardware definitions visible to all mlx5 devices
` [PATCH mlx5-next v1 05/11] net/mlx5: Register mlx5 devices to auxiliary virtual bus
` [PATCH mlx5-next v1 06/11] vdpa/mlx5: Connect mlx5_vdpa to auxiliary bus
` [PATCH mlx5-next v1 07/11] net/mlx5e: Connect ethernet part "
` [PATCH mlx5-next v1 08/11] RDMA/mlx5: Convert mlx5_ib to use "
` [PATCH mlx5-next v1 09/11] net/mlx5: Delete custom device management logic
` [PATCH mlx5-next v1 10/11] net/mlx5: Simplify eswitch mode check
` [PATCH mlx5-next v1 11/11] RDMA/mlx5: Remove IB representors dead code

Call for Papers - WorldCIST'21, Terceira Island, Azores
 2020-11-01 13:47 UTC 

[GIT PULL] vhost,vdpa: fixes
 2020-10-31 21:45 UTC  (2+ messages)

[PATCH 5/5] drm/<drivers>: Constify struct drm_driver
 2020-10-30 18:53 UTC  (2+ messages)

[PATCH] drm/virtio: Fix a double free in virtio_gpu_cmd_map()
 2020-10-30 11:48 UTC 

[PATCH 0/2] vdpasim: allow to set MAC address
 2020-10-30  1:24 UTC  (4+ messages)
` [PATCH 1/2] vdpasim: fix MAC address configuration
` [PATCH 2/2] vdpasim: allow to assign a MAC address

[PATCH 3/3] drm/qxl: Remove fbcon acceleration leftovers
 2020-10-30  0:37 UTC  (5+ messages)
  ` [PATCH] "

[PATCH] vhost: Use mutex to protect vq_irq setup
 2020-10-29 21:45 UTC  (4+ messages)

[PATCH v6 00/10] Support GEM object mappings from I/O memory
 2020-10-28 19:35 UTC  (11+ messages)
` [PATCH v6 01/10] drm/vram-helper: Remove invariant parameters from internal kmap function
` [PATCH v6 02/10] drm/cma-helper: Remove empty drm_gem_cma_prime_vunmap()
` [PATCH v6 03/10] drm/etnaviv: Remove empty etnaviv_gem_prime_vunmap()
` [PATCH v6 04/10] drm/exynos: Remove empty exynos_drm_gem_prime_{vmap, vunmap}()
` [PATCH v6 05/10] drm/ttm: Add vmap/vunmap to TTM and TTM GEM helpers
` [PATCH v6 06/10] drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backends
` [PATCH v6 07/10] drm/gem: Update internal GEM vmap/vunmap interfaces to use struct dma_buf_map
` [PATCH v6 08/10] drm/gem: Store client buffer mappings as "
` [PATCH v6 09/10] dma-buf-map: Add memcpy and pointer-increment interfaces
` [PATCH v6 10/10] drm/fb_helper: Support framebuffers in I/O memory

[PATCH 0/2] virtio: decouple protected guest RAM form VIRTIO_F_IOMMU_PLATFORM
 2020-10-28 18:01 UTC  (7+ messages)
` [PATCH 2/2] virtio: let virtio use DMA API when guest RAM is protected

[PATCH] vdpa_sim: Fix DMA mask
 2020-10-28  2:03 UTC  (2+ messages)

[PATCH 8/8] dma-buf: use krealloc_array()
 2020-10-27 19:19 UTC  (7+ messages)
  ` [PATCH 3/8] vhost: vringh: "
  ` [PATCH 1/8] mm: slab: provide krealloc_array()
  ` [PATCH 5/8] edac: ghes: use krealloc_array()
  ` [PATCH 6/8] drm: atomic: "

[PATCH] vdpa/mlx5: Fix error return in map_direct_mr()
 2020-10-27  2:44 UTC 

[PATCH mlx5-next 00/11] Convert mlx5 to use auxiliary bus
 2020-10-26 11:18 UTC  (12+ messages)
` [PATCH mlx5-next 01/11] net/mlx5: Don't skip vport check
` [PATCH mlx5-next 02/11] net/mlx5: Properly convey driver version to firmware
` [PATCH mlx5-next 03/11] net/mlx5_core: Clean driver version and name
` [PATCH mlx5-next 04/11] vdpa/mlx5: Make hardware definitions visible to all mlx5 devices
` [PATCH mlx5-next 05/11] net/mlx5: Register mlx5 devices to auxiliary virtual bus
` [PATCH mlx5-next 06/11] vdpa/mlx5: Connect mlx5_vdpa to auxiliary bus
` [PATCH mlx5-next 07/11] net/mlx5e: Connect ethernet part "
` [PATCH mlx5-next 08/11] RDMA/mlx5: Convert mlx5_ib to use "
` [PATCH mlx5-next 09/11] net/mlx5: Delete custom device management logic
` [PATCH mlx5-next 10/11] net/mlx5: Simplify eswitch mode check
` [PATCH mlx5-next 11/11] RDMA/mlx5: Remove IB representors dead code

[PATCH 5/5] drm/<drivers>: Constify struct drm_driver
 2020-10-26  9:14 UTC  (7+ messages)
  ` [Intel-gfx] "
  ` [PATCH] "

[PATCH v5 00/10] Support GEM object mappings from I/O memory
 2020-10-26  7:50 UTC  (11+ messages)
` [PATCH v5 08/10] drm/gem: Store client buffer mappings as struct dma_buf_map
` [PATCH v5 10/10] drm/fb_helper: Support framebuffers in I/O memory

[PATCH] virtio_ring: use DMA when memory encryption is active
 2020-10-26  3:13 UTC  (7+ messages)

[PATCH net] vhost_vdpa: Return -EFUALT if copy_from_user() fails
 2020-10-26  2:59 UTC  (3+ messages)

[PATCH] vdpa: handle irq bypass register failure case
 2020-10-26  2:45 UTC 

Call for Workshops Proposals - CISTI'2021, Chaves, Portugal
 2020-10-24 19:51 UTC 

[GIT PULL] vhost,vdpa,virtio: cleanups, fixes
 2020-10-23 18:53 UTC  (2+ messages)

[PATCH 04/16] vhost: prep vhost_dev_init users to handle failures
 2020-10-23 15:56 UTC  (2+ messages)

[PATCH 00/16 V2] vhost: fix scsi cmd handling and IOPs
 2020-10-23 15:46 UTC 

[PATCH 14/16] vhost: poll support support multiple workers
 2020-10-23 15:43 UTC  (2+ messages)

[PATCH V4 0/3] vDPA: API for reporting IOVA range
 2020-10-23  9:00 UTC  (4+ messages)
` [PATCH V4 1/3] vdpa: introduce config op to get valid iova range
` [PATCH V4 2/3] vhost: vdpa: report "
` [PATCH V4 3/3] vdpa_sim: implement get_iova_range()

[PATCH V3 0/3] vDPA: API for reporting IOVA range
 2020-10-23  8:46 UTC  (6+ messages)
` [PATCH V3 1/3] vdpa: introduce config op to get valid iova range
` [PATCH V3 2/3] vhost: vdpa: report "
` [PATCH V3 3/3] vdpa_sim: implement get_iova_range()

[RFC 0/4] Introduce VDUSE - vDPA Device in Userspace
 2020-10-23  8:44 UTC  (4+ messages)
    ` [External] "

[PATCH 0/4] vDPA: API for reporting IOVA range
 2020-10-22  5:47 UTC  (3+ messages)

[PATCH v4] Revert "virtio-net: ethtool configurable RXCSUM"
 2020-10-22  3:22 UTC  (3+ messages)

[PATCH v3] Revert "virtio-net: ethtool configurable RXCSUM"
 2020-10-21 14:27 UTC  (3+ messages)

[PATCH v3] virtio-rng: return available data with O_NONBLOCK
 2020-10-21 14:43 UTC  (5+ messages)

[RFC] treewide: cleanup unreachable breaks
 2020-10-20 18:42 UTC  (3+ messages)

[PATCH] Revert "virtio-net: ethtool configurable RXCSUM"
 2020-10-20 11:36 UTC  (3+ messages)
` [PATCH net v2] "


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