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
2017-12-19 19:45:01 linux-kernel [RFC PATCH 31/60] hyper_dmabuf: built-in compilation option
2017-12-19 19:44:56 linux-kernel [RFC PATCH 32/60] hyper_dmabuf: make all shared pages read-only
2017-12-19 19:44:52 linux-kernel [RFC PATCH 33/60] hyper_dmabuf: error checking on the result of dma_buf_map_attachment
2017-12-19 19:43:27 linux-kernel [RFC PATCH 34/60] hyper_dmabuf: extend DMA bitmask to 64-bits.
2017-12-19 19:43:23 linux-kernel [RFC PATCH 35/60] hyper_dmabuf: 128bit hyper_dmabuf_id with random keys
2017-12-19 19:43:19 linux-kernel [RFC PATCH 37/60] hyper_dmabuf: implementation of query ioctl
2017-12-19 19:43:15 linux-kernel [RFC PATCH 38/60] hyper_dmabuf: preventing self exporting of dma_buf
2017-12-19 19:43:11 linux-kernel [RFC PATCH 39/60] hyper_dmabuf: correcting DMA-BUF clean-up order
2017-12-19 19:42:38 linux-kernel [RFC PATCH 40/60] hyper_dmabuf: do not use 'private' as field name
2017-12-19 19:42:36 linux-kernel [RFC PATCH 41/60] hyper_dmabuf: re-organize driver source
2017-12-19 19:42:14 linux-kernel [RFC PATCH 42/60] hyper_dmabuf: always generate a new random keys
2017-12-19 19:42:10 linux-kernel [RFC PATCH 43/60] hyper_dmabuf: fixes on memory leaks in various places
2017-12-19 19:41:18 linux-kernel [RFC PATCH 44/60] hyper_dmabuf: proper handling of sgt_info->priv
2017-12-19 19:41:15 linux-kernel [RFC PATCH 45/60] hyper_dmabuf: adding poll/read for event generation
2017-12-19 19:41:10 linux-kernel [RFC PATCH 46/60] hyper_dmabuf: delay auto initialization of comm_env
2017-12-19 19:41:06 linux-kernel [RFC PATCH 47/60] hyper_dmabuf: fix issues with event-polling
2017-12-19 19:40:47 linux-kernel [RFC PATCH 48/60] hyper_dmabuf: add query items for buffer private info.
2017-12-19 19:40:25 linux-kernel [RFC PATCH 49/60] hyper_dmabuf: general clean-up and fixes
2017-12-19 19:39:43 linux-kernel [RFC PATCH 50/60] hyper_dmabuf: fix styling err and warns caught by checkpatch.pl
2017-12-19 19:39:41 linux-kernel [RFC PATCH 51/60] hyper_dmabuf: missing mutex_unlock and move spinlock
2017-12-19 19:39:34 linux-kernel [RFC PATCH 52/60] hyper_dmabuf: remove prefix 'hyper_dmabuf' from static func and backend APIs
2017-12-19 19:39:01 linux-kernel [RFC PATCH 53/60] hyper_dmabuf: define fastpath_export for exporting existing buffer
2017-12-19 19:38:56 linux-kernel [RFC PATCH 54/60] hyper_dmabuf: 'backend_ops' reduced to 'bknd_ops' and 'ops' to 'bknd_ops'
2017-12-19 19:38:39 linux-kernel [RFC PATCH 55/60] hyper_dmabuf: fixed wrong send_req call
2017-12-19 19:37:36 linux-kernel [RFC PATCH 60/60] hyper_dmabuf: move hyper_dmabuf to under drivers/dma-buf/
2017-12-19 19:37:30 linux-kernel [RFC PATCH 56/60] hyper_dmabuf: add initialization and cleanup to bknd_ops
2017-12-19 19:37:28 linux-kernel [RFC PATCH 57/60] hyper_dmabuf: change type of ref to shared pages to unsigned long
2017-12-19 19:37:26 linux-kernel [RFC PATCH 58/60] hyper_dmabuf: move device node out of /dev/xen/
2017-12-19 19:37:19 linux-kernel [RFC PATCH 59/60] hyper_dmabuf: freeing hy_drv_priv when drv init fails (v2)
2017-12-19 19:37:12 linux-kernel [RFC PATCH 36/60] hyper_dmabuf: error handling when share_pages fails
2017-12-19 19:37:08 linux-kernel [RFC PATCH 30/60] hyper_dmabuf: free already mapped pages when error happens
2017-12-19 19:37:06 linux-kernel [RFC PATCH 28/60] hyper_dmabuf: address several synchronization issues
2017-12-19 19:37:01 linux-kernel [RFC PATCH 26/60] hyper_dmabuf: add mutexes to prevent several race conditions
2017-12-19 19:36:56 linux-kernel [RFC PATCH 27/60] hyper_dmabuf: use proper error codes
2017-12-19 19:36:47 linux-kernel [RFC PATCH 15/60] hyper_dmabuf: reusing previously released hyper_dmabuf_id
2017-12-19 19:36:44 linux-kernel [RFC PATCH 12/60] hyper_dmabuf: two different unexporting mechanisms
2017-12-19 19:36:42 linux-kernel [RFC PATCH 11/60] hyper_dmabuf: check stack before unmapping/detaching shadow DMA_BUF
2017-12-19 19:36:36 linux-kernel [RFC PATCH 03/60] hyper_dmabuf: re-use dma_buf previously exported if exist
2017-12-19 19:36:34 linux-kernel [RFC PATCH 04/60] hyper_dmabuf: new index, k for pointing a right n-th page
2017-12-19 19:36:24 linux-kernel [RFC PATCH 02/60] hyper_dmabuf: added a doc for hyper_dmabuf sharing
2017-12-19 19:36:09 linux-kernel [RFC PATCH 01/60] hyper_dmabuf: initial working version of hyper_dmabuf drv