virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-05 15:59:50 to 2020-03-16 07:44:01 UTC [more...]

[PATCH 0/2] doc: zh_CN: facilitate translation for filesystems
 2020-03-16  7:44 UTC  (12+ messages)
` [PATCH 1/2] doc: zh_CN: index files in filesystems subdirectory
` [PATCH 2/2] doc: zh_CN: add translation for virtiofs
  ` [PATCH v2,2/2] "
` [PATCH v2,1/2] doc: zh_CN: index files in filesystems subdirectory

[RESEND PATCH v2 6/9] drm/mgag200: Constify ioreadX() iomem argument (as in generic implementation)
 2020-03-14 11:02 UTC  (4+ messages)
  ` [RESEND PATCH v2 1/9] iomap: "

[PATCH v1 0/3] drm: drm_encoder_init() => drm_encoder_init_funcs()
 2020-03-13 20:17 UTC  (4+ messages)
  ` [PATCH v1 1/3] "
  ` [PATCH v1 2/3] drm: drm_simple_encoder_init() => drm_encoder_init()
` [PATCH v1 3/3] drm/atmel-hlcdc: Use drm_encoder_init()

[PATCH v3] drm/bochs: downgrade pci_request_region failure from error to warning
 2020-03-13 18:16 UTC  (4+ messages)

[PATCH 0/5] x86/vmware: Steal time accounting support
 2020-03-13 13:17 UTC  (3+ messages)

[RFC PATCH 00/62] Linux as SEV-ES Guest Support
 2020-03-13  9:12 UTC  (4+ messages)
` [PATCH 38/62] x86/sev-es: Handle instruction fetches from user-space

[RFC for Linux] virtio_balloon: Add VIRTIO_BALLOON_F_THP_ORDER to handle THP spilt issue
 2020-03-12  8:51 UTC  (8+ messages)
` [RFC for QEMU] virtio-balloon: Add option thp-order to set VIRTIO_BALLOON_F_THP_ORDER

[PATCH RESEND] virtio: virtio_pci_legacy: Remove default y from Kconfig
 2020-03-11 23:02 UTC  (4+ messages)

[PATCH v2 0/3] virtio-iommu on x86 and non-devicetree platforms
 2020-03-11 21:48 UTC  (5+ messages)
` [PATCH v2 1/3] iommu/virtio: Add topology description to virtio-iommu config space

[PATCH v4 0/1] mm: virtio-balloon fix to go through the -mm tree
 2020-03-11 20:22 UTC  (3+ messages)
` [PATCH v4] virtio-balloon: Switch back to OOM handler for VIRTIO_BALLOON_F_DEFLATE_ON_OOM

[PATCH v2 00/10] virtio-mem: paravirtualized memory
 2020-03-11 17:19 UTC  (12+ messages)
` [PATCH v2 01/10] virtio-mem: Paravirtualized memory hotplug
` [PATCH v2 02/10] virtio-mem: Allow to specify an ACPI PXM as nid
` [PATCH v2 03/10] virtio-mem: Paravirtualized memory hotunplug part 1
` [PATCH v2 04/10] virtio-mem: Paravirtualized memory hotunplug part 2
` [PATCH v2 05/10] mm: Allow to offline unmovable PageOffline() pages via MEM_GOING_OFFLINE
` [PATCH v2 06/10] virtio-mem: Allow to offline partially unplugged memory blocks
` [PATCH v2 07/10] mm/memory_hotplug: Introduce offline_and_remove_memory()
` [PATCH v2 08/10] virtio-mem: Offline and remove completely unplugged memory blocks
` [PATCH v2 09/10] virtio-mem: Better retry handling
` [PATCH v2 10/10] MAINTAINERS: Add myself as virtio-mem maintainer

[PATCH] iommu/virtio: Fix sparse warning
 2020-03-11 15:39 UTC 

[PATCH] virtio: virtio_console: add missing MODULE_DEVICE_TABLE() for rproc serial
 2020-03-11 14:53 UTC  (2+ messages)

[PATCH v3] virtio-balloon: Switch back to OOM handler for VIRTIO_BALLOON_F_DEFLATE_ON_OOM
 2020-03-11 11:21 UTC  (8+ messages)

[PATCH v3 0/4] Support virtio cross-device resources
 2020-03-11 11:20 UTC  (5+ messages)
` [PATCH v3 1/4] dma-buf: add support for virtio exported objects
` [PATCH v3 2/4] drm/prime: "
` [PATCH v3 3/4] virtio-gpu: add VIRTIO_GPU_F_RESOURCE_UUID feature
` [PATCH v3 4/4] drm/virtio: Support virtgpu exported resources

[PATCH RFC v2 00/24] scsi: enable reserved commands for LLDDs
 2020-03-11  8:10 UTC  (36+ messages)
` [PATCH RFC v2 01/24] scsi: add 'nr_reserved_cmds' field to the SCSI host template
` [PATCH RFC v2 02/24] scsi: allocate separate queue for reserved commands
` [PATCH RFC v2 03/24] blk-mq: Implement blk_mq_rq_is_reserved()
` [PATCH RFC v2 04/24] scsi: Add scsi_{get, put}_reserved_cmd()
` [PATCH RFC v2 05/24] csiostor: use reserved command for LUN reset
` [PATCH RFC v2 06/24] scsi: add scsi_cmd_from_priv()
` [PATCH RFC v2 07/24] virtio_scsi: use reserved commands for TMF
` [PATCH RFC v2 08/24] scsi: add host tagset busy iterator
` [PATCH RFC v2 09/24] fnic: use reserved commands
` [PATCH RFC v2 10/24] fnic: use scsi_host_tagset_busy_iter() to traverse commands
` [PATCH RFC v2 11/24] hpsa: move hpsa_hba_inquiry after scsi_add_host()
` [PATCH RFC v2 12/24] hpsa: use reserved commands
` [PATCH RFC v2 13/24] hpsa: use blk_mq_tagset_busy_iter() to traverse outstanding commands
` [PATCH RFC v2 14/24] hpsa: drop refcount field from CommandList
` [PATCH RFC v2 15/24] snic: use reserved commands
` [PATCH RFC v2 16/24] snic: use tagset iter for traversing commands
` [PATCH RFC v2 17/24] aacraid: move scsi_add_host()
` [PATCH RFC v2 18/24] aacraid: use private commands
` [PATCH RFC v2 19/24] aacraid: replace cmd_list with scsi_host_tagset_busy_iter()
` [PATCH RFC v2 20/24] aacraid: use scsi_host_tagset_busy_iter() to traverse outstanding commands
` [PATCH RFC v2 21/24] dpt_i2o: drop cmd_list usage
` [PATCH RFC v2 22/24] scsi: drop scsi command list
` [PATCH RFC v2 23/24] scsi: libsas: aic94xx: hisi_sas: mvsas: pm8001: Allocate Scsi_cmd for slow task
` [PATCH RFC v2 24/24] scsi: hisi_sas: Use libsas slow task SCSI command

[PATCH -next 000/491] treewide: use fallthrough;
 2020-03-11  4:51 UTC 

[PATCH v1] MAINTAINERS: Add myself as virtio-balloon co-maintainer
 2020-03-10 12:19 UTC  (2+ messages)

[PATCH v1 00/11] virtio-mem: paravirtualized memory
 2020-03-10 12:09 UTC  (9+ messages)
` [PATCH v1 06/11] mm: Allow to offline unmovable PageOffline() pages via MEM_GOING_OFFLINE
` [PATCH v1 07/11] virtio-mem: Allow to offline partially unplugged memory blocks

[PATCH v2] virtio-balloon: Switch back to OOM handler for VIRTIO_BALLOON_F_DEFLATE_ON_OOM
 2020-03-10 11:20 UTC  (5+ messages)

[PATCH 00/15 v2] iommu: Move iommu_fwspec out of 'struct device'
 2020-03-10  9:12 UTC  (16+ messages)
` [PATCH 01/15] iommu: Define dev_iommu_fwspec_get() for !CONFIG_IOMMU_API
` [PATCH 02/15] ACPI/IORT: Remove direct access of dev->iommu_fwspec
` [PATCH 03/15] drm/msm/mdp5: "
` [PATCH 05/15] iommu: Rename struct iommu_param to dev_iommu
` [PATCH 07/15] iommu/arm-smmu: Fix uninitilized variable warning
` [PATCH 08/15] iommu: Introduce accessors for iommu private data
` [PATCH 09/15] iommu/arm-smmu-v3: Use accessor functions "
` [PATCH 10/15] iommu/arm-smmu: "
  ` [PATCH 04/15] iommu/tegra-gart: Remove direct access of dev->iommu_fwspec
  ` [PATCH 06/15] iommu: Move iommu_fwspec to struct dev_iommu
  ` [PATCH 11/15] iommu/renesas: Use accessor functions for iommu private data
` [PATCH 12/15] iommu/mediatek: "
` [PATCH 13/15] iommu/qcom: "
` [PATCH 14/15] iommu/virtio: "
` [PATCH 15/15] iommu: Move fwspec->iommu_priv to struct dev_iommu

[PATCH 00/22] drm: Convert drivers to drm_simple_encoder_init()
 2020-03-10  2:37 UTC  (35+ messages)
` [PATCH 01/22] drm/arc: Use simple encoder
` [PATCH 02/22] drm/atmel-hlcdc: "
` [PATCH 03/22] drm/exynos: "
` [PATCH 05/22] drm/gma500: "
` [PATCH 10/22] drm/mediatek: "
` [PATCH 16/22] drm/tidss: "
` [PATCH 17/22] drm/tilcdc: "
` [PATCH 18/22] drm/vc4: "
` [PATCH 22/22] drm/zte: "

[GIT PULL] virtio: fixes
 2020-03-09 23:40 UTC  (2+ messages)

[PATCH 00/14] iommu: Move iommu_fwspec out of 'struct device'
 2020-03-09 16:32 UTC  (5+ messages)

[PATCH v1 0/3] virtio-balloon: Fixes + switch back to OOM handler
 2020-03-09 10:59 UTC  (10+ messages)
` [PATCH v1 3/3] virtio-balloon: Switch back to OOM handler for VIRTIO_BALLOON_F_DEFLATE_ON_OOM

[PATCH][next] drm: Replace zero-length array with flexible-array member
 2020-03-09  7:49 UTC  (4+ messages)

[PATCH] drivers: virtio: Make out_del_vqs dependent on BALLOON_COMPACTION
 2020-03-08 20:59 UTC  (3+ messages)

[PATCH] virtio_ring: Fix mem leak with vring_new_virtqueue()
 2020-03-08  7:58 UTC  (6+ messages)

[PATCH 07/22] drm/i2c/tda998x: Use simple encoder
 2020-03-07 15:40 UTC  (3+ messages)

[PATCH 19/22] drm/virtgpu: Use simple encoder
 2020-03-07 15:40 UTC  (2+ messages)

[PATCH 20/22] drm/vkms: Use simple encoder
 2020-03-07 13:59 UTC  (3+ messages)

[PATCH] virtio: silence a -Wunused-label warning
 2020-03-07  3:43 UTC 

[PATCH 28/51] drm/bochs: Drop explicit drm_mode_config_cleanup
 2020-03-06 20:14 UTC  (2+ messages)

[PATCH 21/22] drm/writeback: Use simple encoder
 2020-03-06 14:54 UTC  (4+ messages)

[PATCH 15/22] drm/tegra: Use simple encoder
 2020-03-06 12:38 UTC  (2+ messages)

[PATCH 14/22] drm/sun4i: Use simple encoder
 2020-03-06 11:12 UTC  (2+ messages)

[PATCH 12/22] drm/rockchip: Use simple encoder
 2020-03-06 10:05 UTC  (3+ messages)

[PATCH 11/22] drm/rcar-du: Use simple encoder
 2020-03-06  8:43 UTC  (2+ messages)

[PATCH 06/22] drm/hisilicon/kirin: Use simple encoder
 2020-03-06  6:16 UTC  (2+ messages)

[PATCH RESEND] ptp: add VMware virtual PTP clock driver
 2020-03-06  1:25 UTC  (2+ messages)

[PATCH 04/22] drm/fsl-dcu: Use simple encoder
 2020-03-06  0:02 UTC  (2+ messages)

[PATCH AUTOSEL 4.19 12/31] vhost: Check docket sk_family instead of call getname
 2020-03-05 17:14 UTC 

[PATCH AUTOSEL 5.4 26/58] vhost: Check docket sk_family instead of call getname
 2020-03-05 17:13 UTC 

[PATCH AUTOSEL 5.5 30/67] vhost: Check docket sk_family instead of call getname
 2020-03-05 17: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).