Show patches with: Submitter = Jason Wang       |    Archived = No       |   299 patches
« 1 2 3 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[net-next,V2,1/3] virtio: introduce in order feature bit basic in order support for vhost_net - - - - --- 2019-01-09 Jason Wang davem Deferred
[net-next,V2,2/3] vhost_net: support in order feature basic in order support for vhost_net - - - - --- 2019-01-09 Jason Wang davem Deferred
[net-next,V2,3/3] vhost: don't touch avail ring if in_order is negotiated basic in order support for vhost_net - - - - --- 2019-01-09 Jason Wang davem Deferred
[V3,01/15] vhost: simplify meta data pointer accessing Packed virtqueue support for vhost - - - - --- 2019-07-17 Jason Wang davem Deferred
[V3,02/15] vhost: remove the unnecessary parameter of vhost_vq_avail_empty() Packed virtqueue support for vhost - - - - --- 2019-07-17 Jason Wang davem Deferred
[V3,03/15] vhost: remove unnecessary parameter of vhost_enable_notify()/vhost_disable_notify Packed virtqueue support for vhost - - - - --- 2019-07-17 Jason Wang davem Deferred
[V3,04/15] vhost-net: don't use vhost_add_used_n() for zerocopy Packed virtqueue support for vhost - - - - --- 2019-07-17 Jason Wang davem Deferred
[V3,05/15] vhost: introduce helpers to manipulate shadow used ring Packed virtqueue support for vhost - - - - --- 2019-07-17 Jason Wang davem Deferred
[V3,06/15] vhost_net: switch TX to use shadow used ring API Packed virtqueue support for vhost - - - - --- 2019-07-17 Jason Wang davem Deferred
[V3,07/15] vhost_net: calculate last used length once for mergeable buffer Packed virtqueue support for vhost - - - - --- 2019-07-17 Jason Wang davem Deferred
[V3,08/15] vhost_net: switch to use shadow used ring API for RX Packed virtqueue support for vhost - - - - --- 2019-07-17 Jason Wang davem Deferred
[V3,09/15] vhost: do not export vhost_add_used_n() and vhost_add_used_and_signal_n() Packed virtqueue support for vhost - - - - --- 2019-07-17 Jason Wang davem Deferred
[V3,10/15] vhost: hide used ring layout from device Packed virtqueue support for vhost - - - - --- 2019-07-17 Jason Wang davem Deferred
[V3,11/15] vhost: do not use vring_used_elem Packed virtqueue support for vhost - - - - --- 2019-07-17 Jason Wang davem Deferred
[V3,12/15] vhost: vhost_put_user() can accept metadata type Packed virtqueue support for vhost - - - - --- 2019-07-17 Jason Wang davem Deferred
[V3,13/15] vhost: packed ring support Packed virtqueue support for vhost - - - - --- 2019-07-17 Jason Wang davem Deferred
[V3,14/15] vhost: event suppression for packed ring Packed virtqueue support for vhost - - - - --- 2019-07-17 Jason Wang davem Deferred
[V3,15/15] vhost: enable packed virtqueues Packed virtqueue support for vhost - - - - --- 2019-07-17 Jason Wang davem Deferred
[net] tuntap: synchronize through tfiles array instead of tun->numqueues [net] tuntap: synchronize through tfiles array instead of tun->numqueues - 1 - - --- 2019-05-07 Jason Wang davem Superseded
[V3,01/10] vhost: disable metadata prefetch optimization Fixes for metadata accelreation - - - - --- 2019-08-07 Jason Wang davem Superseded
[V3,02/10] vhost: don't set uaddr for invalid address Fixes for metadata accelreation - 1 - - --- 2019-08-07 Jason Wang davem Superseded
[V3,03/10] vhost: validate MMU notifier registration Fixes for metadata accelreation - 1 - - --- 2019-08-07 Jason Wang davem Superseded
[V3,04/10] vhost: fix vhost map leak Fixes for metadata accelreation - 1 - - --- 2019-08-07 Jason Wang davem Superseded
[V3,05/10] vhost: reset invalidate_count in vhost_set_vring_num_addr() Fixes for metadata accelreation - 1 - - --- 2019-08-07 Jason Wang davem Superseded
[V3,06/10] vhost: mark dirty pages during map uninit Fixes for metadata accelreation - 1 - - --- 2019-08-07 Jason Wang davem Superseded
[V3,07/10] vhost: don't do synchronize_rcu() in vhost_uninit_vq_maps() Fixes for metadata accelreation - 1 - - --- 2019-08-07 Jason Wang davem Superseded
[V3,08/10] vhost: do not use RCU to synchronize MMU notifier with worker Fixes for metadata accelreation - 1 - - --- 2019-08-07 Jason Wang davem Superseded
[V3,09/10] vhost: correctly set dirty pages in MMU notifiers callback Fixes for metadata accelreation - 1 - - --- 2019-08-07 Jason Wang davem Superseded
[V3,10/10] vhost: do not return -EAGAIN for non blocking invalidation too early Fixes for metadata accelreation - 1 - - --- 2019-08-07 Jason Wang davem Superseded
[net] vhost: don't use kmap() to log dirty pages [net] vhost: don't use kmap() to log dirty pages - 1 - - --- 2019-05-13 Jason Wang davem Awaiting Upstream
[net-next,1/6] vhost: generalize adding used elem vhost: accelerate metadata access - - - - --- 2019-05-24 Jason Wang davem Awaiting Upstream
[net-next,2/6] vhost: fine grain userspace memory accessors vhost: accelerate metadata access - - - - --- 2019-05-24 Jason Wang davem Awaiting Upstream
[net-next,3/6] vhost: rename vq_iotlb_prefetch() to vq_meta_prefetch() vhost: accelerate metadata access - - - - --- 2019-05-24 Jason Wang davem Awaiting Upstream
[net-next,4/6] vhost: introduce helpers to get the size of metadata area vhost: accelerate metadata access - - - - --- 2019-05-24 Jason Wang davem Awaiting Upstream
[net-next,5/6] vhost: factor out setting vring addr and num vhost: accelerate metadata access - - - - --- 2019-05-24 Jason Wang davem Awaiting Upstream
[net-next,6/6] vhost: access vq metadata through kernel virtual address vhost: accelerate metadata access - - - - --- 2019-05-24 Jason Wang davem Awaiting Upstream
[net-next] vringh: fix copy direction of vringh_iov_push_kern() [net-next] vringh: fix copy direction of vringh_iov_push_kern() - - - - --- 2019-10-24 Jason Wang davem Awaiting Upstream
[net,V2] vhost: log dirty page correctly [net,V2] vhost: log dirty page correctly - 1 - - --- 2019-01-09 Jason Wang davem Changes Requested
[net,V3] vhost: log dirty page correctly [net,V3] vhost: log dirty page correctly - 1 - - --- 2019-01-11 Jason Wang davem Changes Requested
[net-next,V4,1/5] vhost: generalize adding used elem vhost: accelerate metadata access through vmap() - - - - --- 2019-01-23 Jason Wang davem Changes Requested
[net-next,V4,2/5] vhost: fine grain userspace memory accessors vhost: accelerate metadata access through vmap() - - - - --- 2019-01-23 Jason Wang davem Changes Requested
[net-next,V4,3/5] vhost: rename vq_iotlb_prefetch() to vq_meta_prefetch() vhost: accelerate metadata access through vmap() - - - - --- 2019-01-23 Jason Wang davem Changes Requested
[net-next,V4,4/5] vhost: introduce helpers to get the size of metadata area vhost: accelerate metadata access through vmap() - - - - --- 2019-01-23 Jason Wang davem Changes Requested
[net-next,V4,5/5] vhost: access vq metadata through kernel virtual address vhost: accelerate metadata access through vmap() - - - - --- 2019-01-23 Jason Wang davem Changes Requested
[net] vhost: correctly check the return value of translate_desc() in log_used() [net] vhost: correctly check the return value of translate_desc() in log_used() 1 1 - - --- 2019-02-15 Jason Wang davem Changes Requested
[net] vhost: flush dcache page when logging dirty pages [net] vhost: flush dcache page when logging dirty pages - 1 - - --- 2019-04-09 Jason Wang davem Changes Requested
[net] vhost_net: fix possible infinite loop [net] vhost_net: fix possible infinite loop - 2 - - --- 2019-04-25 Jason Wang davem Changes Requested
[net,1/4] vhost: introduce vhost_exceeds_weight() Prevent vhost kthread from hogging CPU - - - - --- 2019-05-16 Jason Wang davem Changes Requested
[net,2/4] vhost_net: fix possible infinite loop Prevent vhost kthread from hogging CPU - 2 - - --- 2019-05-16 Jason Wang davem Changes Requested
[net,3/4] vhost: vsock: add weight support Prevent vhost kthread from hogging CPU - 1 - - --- 2019-05-16 Jason Wang davem Changes Requested
[net,4/4] vhost: scsi: add weight support Prevent vhost kthread from hogging CPU - 1 - - --- 2019-05-16 Jason Wang davem Changes Requested
[V2,1/9] vhost: don't set uaddr for invalid address Fixes for metadata accelreation - 1 - - --- 2019-07-31 Jason Wang davem Changes Requested
[V2,2/9] vhost: validate MMU notifier registration Fixes for metadata accelreation - 1 - - --- 2019-07-31 Jason Wang davem Changes Requested
[V2,3/9] vhost: fix vhost map leak Fixes for metadata accelreation - 1 - - --- 2019-07-31 Jason Wang davem Changes Requested
[V2,4/9] vhost: reset invalidate_count in vhost_set_vring_num_addr() Fixes for metadata accelreation - 1 - - --- 2019-07-31 Jason Wang davem Changes Requested
[V2,5/9] vhost: mark dirty pages during map uninit Fixes for metadata accelreation - 1 - - --- 2019-07-31 Jason Wang davem Changes Requested
[V2,6/9] vhost: don't do synchronize_rcu() in vhost_uninit_vq_maps() Fixes for metadata accelreation - 1 - - --- 2019-07-31 Jason Wang davem Changes Requested
[V2,7/9] vhost: do not use RCU to synchronize MMU notifier with worker Fixes for metadata accelreation - 1 - - --- 2019-07-31 Jason Wang davem Changes Requested
[V2,8/9] vhost: correctly set dirty pages in MMU notifiers callback Fixes for metadata accelreation - 1 - - --- 2019-07-31 Jason Wang davem Changes Requested
[V2,9/9] vhost: do not return -EAGIAN for non blocking invalidation too early Fixes for metadata accelreation - 1 - - --- 2019-07-31 Jason Wang davem Changes Requested
[V4,1/9] vhost: don't set uaddr for invalid address Fixes for metadata accelreation - 1 - - --- 2019-08-07 Jason Wang davem Changes Requested
[V4,2/9] vhost: validate MMU notifier registration Fixes for metadata accelreation - 1 - - --- 2019-08-07 Jason Wang davem Changes Requested
[V4,3/9] vhost: fix vhost map leak Fixes for metadata accelreation - 1 - - --- 2019-08-07 Jason Wang davem Changes Requested
[V4,4/9] vhost: reset invalidate_count in vhost_set_vring_num_addr() Fixes for metadata accelreation - 1 - - --- 2019-08-07 Jason Wang davem Changes Requested
[V4,5/9] vhost: mark dirty pages during map uninit Fixes for metadata accelreation - 1 - - --- 2019-08-07 Jason Wang davem Changes Requested
[V4,6/9] vhost: don't do synchronize_rcu() in vhost_uninit_vq_maps() Fixes for metadata accelreation - 1 - - --- 2019-08-07 Jason Wang davem Changes Requested
[V4,7/9] vhost: do not use RCU to synchronize MMU notifier with worker Fixes for metadata accelreation - 1 - - --- 2019-08-07 Jason Wang davem Changes Requested
[V4,8/9] vhost: correctly set dirty pages in MMU notifiers callback Fixes for metadata accelreation - 1 - - --- 2019-08-07 Jason Wang davem Changes Requested
[V4,9/9] vhost: do not return -EAGAIN for non blocking invalidation too early Fixes for metadata accelreation - 1 - - --- 2019-08-07 Jason Wang davem Changes Requested
[V5,1/9] vhost: don't set uaddr for invalid address Fixes for vhost metadata acceleration - 1 - - --- 2019-08-09 Jason Wang davem Changes Requested
[V5,2/9] vhost: validate MMU notifier registration Fixes for vhost metadata acceleration - 1 - - --- 2019-08-09 Jason Wang davem Changes Requested
[V5,3/9] vhost: fix vhost map leak Fixes for vhost metadata acceleration - 1 - - --- 2019-08-09 Jason Wang davem Changes Requested
[V5,4/9] vhost: reset invalidate_count in vhost_set_vring_num_addr() Fixes for vhost metadata acceleration - 1 - - --- 2019-08-09 Jason Wang davem Changes Requested
[V5,5/9] vhost: mark dirty pages during map uninit Fixes for vhost metadata acceleration - 1 - - --- 2019-08-09 Jason Wang davem Changes Requested
[V5,6/9] vhost: don't do synchronize_rcu() in vhost_uninit_vq_maps() Fixes for vhost metadata acceleration - 1 - - --- 2019-08-09 Jason Wang davem Changes Requested
[V5,7/9] vhost: do not use RCU to synchronize MMU notifier with worker Fixes for vhost metadata acceleration - 1 - - --- 2019-08-09 Jason Wang davem Changes Requested
[V5,8/9] vhost: correctly set dirty pages in MMU notifiers callback Fixes for vhost metadata acceleration - 1 - - --- 2019-08-09 Jason Wang davem Changes Requested
[V5,9/9] vhost: do not return -EAGAIN for non blocking invalidation too early Fixes for vhost metadata acceleration - 1 - - --- 2019-08-09 Jason Wang davem Changes Requested
[1/2] Revert "vhost: access vq metadata through kernel virtual address" Revert and rework on the metadata accelreation - - - - --- 2019-09-05 Jason Wang davem Changes Requested
[2/2] vhost: re-introducing metadata acceleration through kernel virtual address Revert and rework on the metadata accelreation - - - - --- 2019-09-05 Jason Wang davem Changes Requested
[1/5] vhost: factor out IOTLB vDPA support - - - - --- 2020-01-16 Jason Wang davem Changes Requested
[2/5] vringh: IOTLB support vDPA support - - - - --- 2020-01-16 Jason Wang davem Changes Requested
[3/5] vDPA: introduce vDPA bus vDPA support - - - - --- 2020-01-16 Jason Wang davem Changes Requested
[4/5] virtio: introduce a vDPA based transport vDPA support - - - - --- 2020-01-16 Jason Wang davem Changes Requested
[5/5] vdpasim: vDPA device simulator vDPA support - - - - --- 2020-01-16 Jason Wang davem Changes Requested
[V5,1/5] vhost: factor out IOTLB vDPA support - - - - --- 2020-02-26 Jason Wang davem Changes Requested
[V5,2/5] vringh: IOTLB support vDPA support - - - - --- 2020-02-26 Jason Wang davem Changes Requested
[V5,3/5] vDPA: introduce vDPA bus vDPA support - - - - --- 2020-02-26 Jason Wang davem Changes Requested
[V5,4/5] virtio: introduce a vDPA based transport vDPA support - - - - --- 2020-02-26 Jason Wang davem Changes Requested
[V5,5/5] vdpasim: vDPA device simulator vDPA support - - - - --- 2020-02-26 Jason Wang davem Changes Requested
[net-next,1/2] virtio-net: don't reserve space for vnet header for XDP [net-next,1/2] virtio-net: don't reserve space for vnet header for XDP - - - - --- 2020-05-06 Jason Wang Changes Requested
[net-next,2/2] virtio-net: fix the XDP truesize calculation for mergeable buffers [net-next,1/2] virtio-net: don't reserve space for vnet header for XDP - - - - --- 2020-05-06 Jason Wang Changes Requested
[net,V2] tuntap: synchronize through tfiles array instead of tun->numqueues [net,V2] tuntap: synchronize through tfiles array instead of tun->numqueues - 1 - - --- 2019-05-07 Jason Wang davem Not Applicable
[V2,1/4] vhost: introduce vhost_exceeds_weight() Prevent vhost kthread from hogging CPU - - - - --- 2019-05-17 Jason Wang davem Not Applicable
[V2,2/4] vhost_net: fix possible infinite loop Prevent vhost kthread from hogging CPU - 2 - - --- 2019-05-17 Jason Wang davem Not Applicable
[V2,3/4] vhost: vsock: add weight support Prevent vhost kthread from hogging CPU - 1 - - --- 2019-05-17 Jason Wang davem Not Applicable
[V2,4/4] vhost: scsi: add weight support Prevent vhost kthread from hogging CPU - 1 - - --- 2019-05-17 Jason Wang davem Not Applicable
[1/6] vhost: don't set uaddr for invalid address Fixes for meta data acceleration - 1 - - --- 2019-07-23 Jason Wang davem Not Applicable
[2/6] vhost: validate MMU notifier registration Fixes for meta data acceleration - 1 - - --- 2019-07-23 Jason Wang davem Not Applicable
[3/6] vhost: fix vhost map leak Fixes for meta data acceleration - 1 - - --- 2019-07-23 Jason Wang davem Not Applicable
« 1 2 3 »