Dongwon Kim ([email protected])

Number of posts: 92 (0.54 per day)
First post: 2017-12-19 19:36:09
Last post: 2018-06-06 22:12:59

Date List Subject
2018-06-06 22:12:59 linux-kernel Re: [Xen-devel] [PATCH v2 9/9] xen/gntdev: Expose gntdev's dma-buf API for in-kernel use
2018-05-30 23:14:48 linux-kernel Re: [PATCH 6/8] xen/gntdev: Implement dma-buf export functionality
2018-05-30 21:37:33 linux-kernel Re: [PATCH 1/8] xen/grant-table: Make set/clear page private code shared
2018-05-21 21:34:03 linux-kernel Re: [Xen-devel][RFC 3/3] xen/gntdev: Add support for Linux dma buffers
2018-04-30 18:45:54 linux-kernel Re: [Xen-devel] [PATCH 0/1] drm/xen-zcopy: Add Xen zero-copy helper DRM driver
2018-04-25 17:20:37 linux-kernel Re: [Xen-devel] [PATCH 0/1] drm/xen-zcopy: Add Xen zero-copy helper DRM driver
2018-04-24 20:37:53 linux-kernel Re: [Xen-devel] [PATCH 0/1] drm/xen-zcopy: Add Xen zero-copy helper DRM driver
2018-04-19 17:57:58 linux-kernel Re: [PATCH 0/1] drm/xen-zcopy: Add Xen zero-copy helper DRM driver
2018-04-18 17:05:31 linux-kernel Re: [PATCH 0/1] drm/xen-zcopy: Add Xen zero-copy helper DRM driver
2018-04-18 16:04:31 linux-kernel Re: [Xen-devel] [PATCH 0/1] drm/xen-zcopy: Add Xen zero-copy helper DRM driver
2018-04-17 20:59:52 linux-kernel Re: [PATCH 0/1] drm/xen-zcopy: Add Xen zero-copy helper DRM driver
2018-04-16 19:30:51 linux-kernel Re: [PATCH 0/1] drm/xen-zcopy: Add Xen zero-copy helper DRM driver
2018-04-12 14:34:20 linux-kernel buffer sharing across VMs - xen-zcopy and hyper_dmabuf discussion
2018-04-10 17:29:51 linux-kernel Re: [RfC PATCH] Add udmabuf misc device
2018-04-06 19:01:27 linux-kernel Re: [RfC PATCH] Add udmabuf misc device
2018-02-23 19:05:51 linux-kernel Re: [Xen-devel] [RFC PATCH v2 2/9] hyper_dmabuf: architecture specification and reference guide
2018-02-21 20:22:05 linux-kernel Re: [RFC PATCH v2 0/9] hyper_dmabuf: Hyper_DMABUF driver
2018-02-15 01:38:22 linux-kernel Re: [RFC PATCH 01/60] hyper_dmabuf: initial working version of hyper_dmabuf drv
2018-02-14 01:55:42 linux-kernel [RFC PATCH v2 2/9] hyper_dmabuf: architecture specification and reference guide
2018-02-14 01:54:45 linux-kernel [RFC PATCH v2 1/9] hyper_dmabuf: initial upload of hyper_dmabuf drv core framework
2018-02-14 01:54:43 linux-kernel [RFC PATCH v2 6/9] hyper_dmabuf: hyper_DMABUF synchronization across VM
2018-02-14 01:54:36 linux-kernel [RFC PATCH v2 0/9] hyper_dmabuf: Hyper_DMABUF driver
2018-02-14 01:54:27 linux-kernel [RFC PATCH v2 9/9] hyper_dmabuf: threaded interrupt in Xen-backend
2018-02-14 01:54:26 linux-kernel [RFC PATCH v2 5/9] hyper_dmabuf: default backend for XEN hypervisor
2018-02-14 01:53:45 linux-kernel [RFC PATCH v2 8/9] hyper_dmabuf: event-polling mechanism for detecting a new hyper_DMABUF
2018-02-14 01:53:09 linux-kernel [RFC PATCH v2 4/9] hyper_dmabuf: user private data attached to hyper_DMABUF
2018-02-14 01:52:51 linux-kernel [RFC PATCH v2 3/9] MAINTAINERS: adding Hyper_DMABUF driver section in MAINTAINERS
2018-02-14 01:52:32 linux-kernel [RFC PATCH v2 7/9] hyper_dmabuf: query ioctl for retreiving various hyper_DMABUF info
2018-01-10 23:25:32 linux-kernel Re: [Xen-devel] [RFC PATCH 01/60] hyper_dmabuf: initial working version of hyper_dmabuf drv
2018-01-10 23:18:45 linux-kernel Re: [Xen-devel] [RFC PATCH 01/60] hyper_dmabuf: initial working version of hyper_dmabuf drv
2018-01-10 23:17:47 linux-kernel Re: [RFC PATCH 01/60] hyper_dmabuf: initial working version of hyper_dmabuf drv
2017-12-19 23:33:39 linux-kernel Re: [RFC PATCH 01/60] hyper_dmabuf: initial working version of hyper_dmabuf drv
2017-12-19 19:51:25 linux-kernel [RFC PATCH 05/60] hyper_dmabuf: skip creating a comm ch if exist for the VM
2017-12-19 19:51:19 linux-kernel [RFC PATCH 06/60] hyper_dmabuf: map shared pages only once when importing.
2017-12-19 19:51:15 linux-kernel [RFC PATCH 07/60] hyper_dmabuf: message parsing done via workqueue
2017-12-19 19:50:59 linux-kernel [RFC PATCH 08/60] hyper_dmabuf: automatic comm channel initialization using xenstore
2017-12-19 19:50:36 linux-kernel [RFC PATCH 09/60] hyper_dmabuf: indirect DMA_BUF synchronization via shadowing
2017-12-19 19:50:31 linux-kernel [RFC PATCH 10/60] hyper_dmabuf: make sure to free memory to prevent leak
2017-12-19 19:50:01 linux-kernel [RFC PATCH 13/60] hyper_dmabuf: postponing cleanup of hyper_DMABUF
2017-12-19 19:49:54 linux-kernel [RFC PATCH 14/60] hyper_dmabuf: clean-up process based on file->f_count
2017-12-19 19:49:10 linux-kernel [RFC PATCH 16/60] hyper_dmabuf: define hypervisor specific backend API
2017-12-19 19:49:03 linux-kernel [RFC PATCH 17/60] hyper_dmabuf: use dynamic debug macros for logging
2017-12-19 19:49:01 linux-kernel [RFC PATCH 18/60] hyper_dmabuf: reset comm channel when one end has disconnected.
2017-12-19 19:48:30 linux-kernel [RFC PATCH 19/60] hyper_dmabuf: fix the case with sharing a buffer with 2 pages
2017-12-19 19:47:30 linux-kernel [RFC PATCH 20/60] hyper_dmabuf: optimized loop with less condition check
2017-12-19 19:47:27 linux-kernel [RFC PATCH 21/60] hyper_dmabuf: exposing drv information using sysfs
2017-12-19 19:47:22 linux-kernel [RFC PATCH 22/60] hyper_dmabuf: configure license
2017-12-19 19:46:52 linux-kernel [RFC PATCH 23/60] hyper_dmabuf: use CONFIG_HYPER_DMABUF_XEN instead of CONFIG_XEN
2017-12-19 19:46:47 linux-kernel [RFC PATCH 24/60] hyper_dmabuf: waits for resp only if WAIT_AFTER_SYNC_REQ == 1
2017-12-19 19:46:21 linux-kernel [RFC PATCH 25/60] hyper_dmabuf: introduced delayed unexport
2017-12-19 19:45:05 linux-kernel [RFC PATCH 29/60] hyper_dmabuf: make sure to release allocated buffers when exiting