| Age | Commit message (Expand) | Author | Files | Lines |
| 2 days | Merge branch 'main' of https://git.kernel.org/pub/scm/linux/kernel/git/netdev... | Mark Brown | 1 | -6/+15 |
| 3 days | kcov: refactor common handle ID into kcov_common_handle_id | Jann Horn | 1 | -1/+1 |
| 2026-05-13 | vhost-net: wake queue of tun/tap after ptr_ring consume | Simon Schippers | 1 | -6/+15 |
| 2026-04-23 | Merge tag 'net-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 1 | -2/+2 |
| 2026-04-23 | vhost_net: fix sleeping with preempt-disabled in vhost_net_busy_poll() | Kohei Enju | 1 | -2/+2 |
| 2026-04-21 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -0/+2 |
| 2026-03-12 | vsock: add G2H fallback for CIDs not owned by H2G transport | Alexander Graf | 1 | -0/+13 |
| 2026-02-28 | scsi: vhost-scsi: Report direction completion support | Mike Christie | 1 | -0/+1 |
| 2026-02-28 | scsi: target: Use driver completion preference by default | Mike Christie | 1 | -0/+1 |
| 2026-02-22 | Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses | Kees Cook | 1 | -4/+2 |
| 2026-02-21 | Convert more 'alloc_obj' cases to default GFP_KERNEL arguments | Linus Torvalds | 3 | -8/+4 |
| 2026-02-21 | Convert 'alloc_flex' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -1/+1 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 7 | -25/+25 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 8 | -59/+49 |
| 2026-02-13 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2 | -5/+8 |
| 2026-02-04 | vhost: fix caching attributes of MMIO regions by setting them explicitly | Kommula Shiva Shankar | 1 | -0/+1 |
| 2026-01-28 | vhost: forbid change vq groups ASID if DRIVER_OK is set | Eugenio Pérez | 1 | -0/+2 |
| 2026-01-28 | vhost: move vdpa group bound check to vhost_vdpa | Eugenio Pérez | 1 | -1/+1 |
| 2026-01-27 | vsock: add netns support to virtio transports | Bobby Eshleman | 1 | -11/+27 |
| 2026-01-27 | vsock: add netns to vsock core | Bobby Eshleman | 1 | -2/+4 |
| 2025-12-26 | vhost: use "checked" versions of get_user() and put_user() | Jon Kohler | 1 | -4/+4 |
| 2025-12-24 | vhost/vsock: improve RCU read sections around vhost_vsock_get() | Stefano Garzarella | 1 | -4/+11 |
| 2025-12-04 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 6 | -32/+72 |
| 2025-11-30 | vhost: switch to arrays of feature bits | Michael S. Tsirkin | 5 | -25/+61 |
| 2025-11-27 | vhost/test: add test specific macro for features | Michael S. Tsirkin | 1 | -2/+4 |
| 2025-11-27 | virtio: clean up features qword/dword terms | Michael S. Tsirkin | 1 | -6/+6 |
| 2025-11-27 | vhost: Fix kthread worker cgroup failure handling | Mike Christie | 1 | -1/+3 |
| 2025-11-26 | vhost: rewind next_avail_head while discarding descriptors | Jason Wang | 3 | -36/+103 |
| 2025-10-01 | vdpa: support virtio_map | Jason Wang | 1 | -2/+4 |
| 2025-10-01 | vhost: vringh: Fix copy_to_iter return value check | Michael S. Tsirkin | 1 | -3/+4 |
| 2025-10-01 | vhost: vringh: Modify the return value check | zhang jiao | 1 | -3/+4 |
| 2025-09-19 | vhost-net: flush batched before enabling notifications | Jason Wang | 1 | -0/+5 |
| 2025-09-19 | Revert "vhost/net: Defer TX queue re-enable until after sendmsg" | Michael S. Tsirkin | 1 | -21/+9 |
| 2025-09-19 | vhost-net: unbreak busy polling | Jason Wang | 1 | -3/+4 |
| 2025-09-15 | vhost-scsi: fix argument order in tport allocation error message | Alok Tiwari | 1 | -1/+1 |
| 2025-08-26 | vhost/net: Protect ubufs with rcu read lock in vhost_net_ubuf_put() | Nikolay Kuratov | 1 | -2/+7 |
| 2025-08-05 | vhost: initialize vq->nheads properly | Jason Wang | 1 | -0/+1 |
| 2025-08-01 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 7 | -209/+461 |
| 2025-08-01 | vsock/virtio: Rename virtio_vsock_skb_rx_put() | Will Deacon | 1 | -1/+1 |
| 2025-08-01 | vhost/vsock: Allocate nonlinear SKBs for handling large receive buffers | Will Deacon | 1 | -5/+3 |
| 2025-08-01 | vsock/virtio: Move SKB allocation lower-bound check to callers | Will Deacon | 1 | -1/+2 |
| 2025-08-01 | vsock/virtio: Rename virtio_vsock_alloc_skb() | Will Deacon | 1 | -1/+1 |
| 2025-08-01 | vsock/virtio: Move length check to callers of virtio_vsock_skb_rx_put() | Will Deacon | 1 | -1/+1 |
| 2025-08-01 | vhost/vsock: Avoid allocating arbitrarily-sized SKBs | Will Deacon | 1 | -2/+4 |
| 2025-08-01 | vhost_net: basic in_order support | Jason Wang | 1 | -25/+61 |
| 2025-08-01 | vhost: basic in order support | Jason Wang | 3 | -25/+109 |
| 2025-08-01 | vhost: fail early when __vhost_add_used() fails | Jason Wang | 1 | -0/+3 |
| 2025-08-01 | vhost: Reintroduce kthread API and add mode selection | Cindy Lu | 3 | -18/+266 |
| 2025-08-01 | vhost-scsi: Fix check for inline_sg_cnt exceeding preallocated limit | Alok Tiwari | 1 | -1/+1 |
| 2025-08-01 | vhost: Fix typos | Alok Tiwari | 1 | -5/+5 |
| 2025-08-01 | vhost: vringh: Remove unused functions | Dr. David Alan Gilbert | 1 | -75/+0 |
| 2025-08-01 | vhost: vringh: Remove unused iotlb functions | Dr. David Alan Gilbert | 1 | -43/+0 |
| 2025-08-01 | vhost-scsi: Fix log flooding with target does not exist errors | Mike Christie | 1 | -3/+1 |
| 2025-08-01 | vhost-scsi: Fix typos and formatting in comments and logs | Alok Tiwari | 1 | -9/+9 |
| 2025-07-30 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -6/+4 |
| 2025-07-10 | Merge branch 'virtio_udp_tunnel_08_07_2025' of https://github.com/pabeni/linu... | Jakub Kicinski | 3 | -23/+78 |
| 2025-07-08 | vhost/net: enable gso over UDP tunnel support. | Paolo Abeni | 1 | -0/+8 |
| 2025-07-08 | vhost-net: allow configuring extended features | Paolo Abeni | 3 | -23/+70 |
| 2025-07-02 | vhost-net: reduce one userspace copy when building XDP buff | Jason Wang | 1 | -10/+6 |
| 2025-07-02 | tun: remove unnecessary tun_xdp_hdr structure | Jason Wang | 1 | -6/+2 |
| 2025-06-20 | irqbypass: Require producers to pass in Linux IRQ number during registration | Sean Christopherson | 1 | -2/+2 |
| 2025-06-20 | irqbypass: Take ownership of producer/consumer token tracking | Sean Christopherson | 1 | -5/+3 |
| 2025-05-29 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 3 | -30/+207 |
| 2025-05-27 | vringh: use bvec_kmap_local | Christoph Hellwig | 1 | -8/+6 |
| 2025-05-27 | vhost: vringh: Use matching allocation type in resize_iovec() | Kees Cook | 1 | -3/+2 |
| 2025-05-18 | vhost-scsi: log event queue write descriptors | Dongli Zhang | 1 | -1/+15 |
| 2025-05-18 | vhost-scsi: log control queue write descriptors | Dongli Zhang | 1 | -5/+42 |
| 2025-05-18 | vhost-scsi: log I/O queue write descriptors | Dongli Zhang | 1 | -3/+116 |
| 2025-05-18 | vhost-scsi: adjust vhost_scsi_get_desc() to log vring descriptors | Dongli Zhang | 1 | -4/+8 |
| 2025-05-18 | vhost: modify vhost_log_write() for broader users | Dongli Zhang | 1 | -8/+20 |
| 2025-05-05 | vhost/net: Defer TX queue re-enable until after sendmsg | Jon Kohler | 1 | -9/+21 |
| 2025-04-18 | vhost-scsi: Fix vhost_scsi_send_status() | Dongli Zhang | 1 | -7/+11 |
| 2025-04-18 | vhost-scsi: Fix vhost_scsi_send_bad_target() | Dongli Zhang | 1 | -11/+37 |
| 2025-04-18 | vhost-scsi: protect vq->log_used with vq->mutex | Dongli Zhang | 1 | -0/+8 |
| 2025-04-01 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2 | -208/+340 |
| 2025-03-01 | vhost: return task creation error instead of NULL | Keith Busch | 1 | -1/+1 |
| 2025-02-25 | vhost-scsi: Reduce response iov mem use | Mike Christie | 1 | -22/+60 |
| 2025-02-25 | vhost-scsi: Allocate iov_iter used for unaligned copies when needed | Mike Christie | 1 | -9/+17 |
| 2025-02-25 | vhost-scsi: Stop duplicating se_cmd fields | Mike Christie | 1 | -59/+36 |
| 2025-02-25 | vhost-scsi: Dynamically allocate scatterlists | Mike Christie | 2 | -88/+173 |
| 2025-02-25 | vhost-scsi: Return queue full for page alloc failures during copy | Mike Christie | 1 | -6/+9 |
| 2025-02-25 | vhost-scsi: Add better resource allocation failure handling | Mike Christie | 1 | -3/+25 |
| 2025-02-25 | vhost-scsi: Allocate T10 PI structs only when enabled | Mike Christie | 1 | -6/+8 |
| 2025-02-25 | vhost-scsi: Reduce mem use by moving upages to per queue | Mike Christie | 1 | -14/+10 |
| 2025-02-25 | vhost-scsi: Fix handling of multiple calls to vhost_scsi_set_endpoint | Mike Christie | 1 | -12/+13 |
| 2025-01-27 | vhost/net: Set num_buffers for virtio 1.0 | Akihiko Odaki | 1 | -1/+4 |
| 2024-11-11 | mm: page_frag: avoid caller accessing 'page_frag_cache' directly | Yunsheng Lin | 1 | -1/+1 |
| 2024-10-07 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -11/+14 |
| 2024-10-07 | vhost/scsi: null-ptr-dereference in vhost_scsi_get_req() | Haoran Zhang | 1 | -11/+14 |
| 2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 1 | -1/+1 |
| 2024-09-26 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -3/+13 |
| 2024-09-10 | vhost_vdpa: assign irq bypass producer token correctly | Jason Wang | 1 | -3/+13 |
| 2024-08-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -7/+1 |
| 2024-08-06 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -7/+1 |
| 2024-08-02 | vsock/virtio: add SIOCOUTQ support for all virtio based transports | Luigi Leonardi | 1 | -1/+3 |
| 2024-07-26 | vhost-vdpa: switch to use vmf_insert_pfn() in the fault handler | Jason Wang | 1 | -7/+1 |
| 2024-07-19 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 3 | -65/+45 |
| 2024-07-09 | vringh: add MODULE_DESCRIPTION() | Jeff Johnson | 1 | -0/+1 |
| 2024-07-09 | vhost: move smp_rmb() into vhost_get_avail_idx() | Michael S. Tsirkin | 1 | -63/+42 |
| 2024-07-04 | vhost/vsock: always initialize seqpacket_allow | Michael S. Tsirkin | 1 | -2/+2 |
| 2024-07-04 | vhost-vdpa: Use iommu_paging_domain_alloc() | Lu Baolu | 1 | -8/+6 |
| 2024-05-23 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 4 | -65/+140 |
| 2024-05-22 | vhost-vdpa: Remove usage of the deprecated ida_simple_xx() API | Christophe JAILLET | 1 | -3/+3 |
| 2024-05-22 | vhost_task: Handle SIGKILL by flushing work and exiting | Mike Christie | 2 | -4/+52 |
| 2024-05-22 | vhost: Release worker mutex during flushes | Mike Christie | 1 | -14/+30 |
| 2024-05-22 | vhost: Use virtqueue mutex for swapping worker | Mike Christie | 1 | -6/+12 |
| 2024-05-22 | vhost_scsi: Handle vhost_vq_work_queue failures for TMFs | Mike Christie | 1 | -1/+2 |
| 2024-05-22 | vhost: Remove vhost_vq_flush | Mike Christie | 2 | -13/+0 |
| 2024-05-22 | vhost-scsi: Use system wq to flush dev for TMFs | Mike Christie | 1 | -20/+19 |
| 2024-05-22 | vhost-scsi: Handle vhost_vq_work_queue failures for cmds | Mike Christie | 1 | -1/+12 |
| 2024-05-22 | vhost-scsi: Handle vhost_vq_work_queue failures for events | Mike Christie | 1 | -5/+12 |
| 2024-04-22 | net: extend ubuf_info callback to ops structure | Pavel Begunkov | 1 | -2/+6 |
| 2024-04-08 | vhost: correct misleading printing information | Xianting Tian | 1 | -1/+1 |
| 2024-04-08 | vhost: Add smp_rmb() in vhost_enable_notify() | Gavin Shan | 1 | -1/+11 |
| 2024-04-08 | vhost: Add smp_rmb() in vhost_vq_avail_empty() | Gavin Shan | 1 | -1/+11 |
| 2024-03-19 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2 | -0/+17 |
| 2024-03-19 | vDPA: introduce get_vq_size to vdpa_config_ops | Zhu Lingshan | 1 | -0/+8 |
| 2024-03-19 | vdpa: skip suspend/resume ops if not DRIVER_OK | Steve Sistare | 1 | -0/+6 |
| 2024-03-19 | vhost: Added pad cleanup if vnet_hdr is not present. | Andrew Melnychenko | 1 | -0/+3 |
| 2024-03-05 | vhost/net: remove vhost_net_page_frag_refill() | Yunsheng Lin | 1 | -64/+27 |
| 2024-03-05 | page_frag: unify gfp bits for order 3 page allocation | Yunsheng Lin | 1 | -1/+1 |
| 2024-01-18 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -3/+23 |
| 2024-01-11 | Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -0/+1 |
| 2024-01-10 | vdpa: Block vq property changes in DRIVER_OK | Dragos Tatulea | 1 | -0/+6 |
| 2024-01-10 | vdpa: Track device suspended state | Dragos Tatulea | 1 | -2/+15 |
| 2024-01-08 | Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 3 | -8/+8 |
| 2023-12-27 | vhost-vdpa: account iommu allocations | Pasha Tatashin | 1 | -1/+2 |
| 2023-12-15 | virtio/vsock: send credit update during setting SO_RCVLOWAT | Arseniy Krasnov | 1 | -0/+1 |
| 2023-11-28 | eventfd: simplify eventfd_signal() | Christian Brauner | 3 | -8/+8 |
| 2023-11-16 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -1/+0 |
| 2023-11-05 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2 | -5/+76 |
| 2023-11-02 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -1/+4 |
| 2023-11-01 | vhost-vdpa: fix use after free in vhost_vdpa_probe() | Dan Carpenter | 1 | -1/+0 |
| 2023-11-01 | vhost-vdpa: clean iotlb map during reset for older userspace | Si-Wei Liu | 1 | -4/+16 |
| 2023-11-01 | vhost-vdpa: introduce IOTLB_PERSIST backend feature bit | Si-Wei Liu | 1 | -0/+15 |
| 2023-11-01 | vhost-vdpa: reset vendor specific mapping to initial state in .release | Si-Wei Liu | 1 | -0/+17 |
| 2023-11-01 | vhost-scsi: Spelling s/preceeding/preceding/g | Geert Uytterhoeven | 1 | -1/+1 |
| 2023-11-01 | vhost-vdpa: uAPI to get dedicated descriptor group id | Si-Wei Liu | 1 | -0/+10 |
| 2023-11-01 | vhost-vdpa: introduce descriptor group backend feature | Si-Wei Liu | 1 | -0/+17 |
| 2023-10-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -3/+1 |
| 2023-10-18 | vhost: Allow null msg.size on VHOST_IOTLB_INVALIDATE | Eric Auger | 1 | -3/+1 |
| 2023-10-15 | vhost/vsock: support MSG_ZEROCOPY for transport | Arseniy Krasnov | 1 | -0/+7 |
| 2023-10-13 | scsi: target: Allow userspace to request direct submissions | Mike Christie | 1 | -1/+1 |
| 2023-10-13 | scsi: target: Have drivers report if they support direct submissions | Mike Christie | 1 | -0/+3 |
| 2023-10-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+11 |
| 2023-10-04 | vringh: don't use vringh_kiov_advance() in vringh_iov_xfer() | Stefano Garzarella | 1 | -1/+11 |
| 2023-09-21 | vsock/virtio/vhost: read data from non-linear skb | Arseniy Krasnov | 1 | -5/+9 |
| 2023-09-03 | vdpa: add get_backend_features vdpa operation | Eugenio Pérez | 1 | -0/+12 |
| 2023-09-03 | vdpa: accept VHOST_BACKEND_F_ENABLE_AFTER_DRIVER_OK backend feature | Eugenio Pérez | 1 | -1/+2 |
| 2023-08-10 | vhost-scsi: Rename vhost_scsi_iov_to_sgl | Mike Christie | 1 | -6/+7 |
| 2023-08-10 | vhost-scsi: Fix alignment handling with windows | Mike Christie | 1 | -25/+161 |
| 2023-07-03 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 5 | -109/+449 |
| 2023-07-03 | vhost: Make parameter name match of vhost_get_vq_desc() | Xianting Tian | 1 | -1/+1 |
| 2023-07-03 | vhost: Allow worker switching while work is queueing | Mike Christie | 2 | -43/+114 |
| 2023-07-03 | vhost_scsi: add support for worker ioctls | Mike Christie | 1 | -0/+8 |
| 2023-07-03 | vhost: allow userspace to create workers | Mike Christie | 2 | -1/+144 |
| 2023-07-03 | vhost: replace single worker pointer with xarray | Mike Christie | 2 | -17/+50 |
| 2023-07-03 | vhost: add helper to parse userspace vring state/file | Mike Christie | 1 | -7/+22 |
| 2023-07-03 | vhost: remove vhost_work_queue | Mike Christie | 2 | -9/+2 |
| 2023-07-03 | vhost_scsi: flush IO vqs then send TMF rsp | Mike Christie | 1 | -3/+18 |
| 2023-07-03 | vhost_scsi: convert to vhost_vq_work_queue | Mike Christie | 1 | -9/+9 |
| 2023-07-03 | vhost_scsi: make SCSI cmd completion per vq | Mike Christie | 1 | -30/+26 |
| 2023-07-03 | vhost_sock: convert to vhost_vq_work_queue | Mike Christie | 1 | -2/+2 |
| 2023-07-03 | vhost: convert poll work to be vq based | Mike Christie | 3 | -6/+12 |
| 2023-07-03 | vhost: take worker or vq for flushing | Mike Christie | 2 | -2/+14 |
| 2023-07-03 | vhost: take worker or vq instead of dev for queueing | Mike Christie | 2 | -16/+29 |
| 2023-07-03 | vhost, vhost_net: add helper to check if vq has work | Mike Christie | 3 | -5/+5 |
| 2023-07-03 | vhost: add vhost_worker pointer to vhost_virtqueue | Mike Christie | 2 | -7/+15 |
| 2023-07-03 | vhost: dynamically allocate vhost_worker | Mike Christie | 2 | -25/+45 |
| 2023-07-03 | vhost: create worker at end of vhost_dev_set_owner | Mike Christie | 1 | -6/+13 |
| 2023-06-28 | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+1 |
| 2023-06-09 | mm/gup: remove vmas parameter from pin_user_pages() | Lorenzo Stoakes | 1 | -1/+1 |
| 2023-06-09 | vhost_vdpa: support PACKED when setting-getting vring_base | Shannon Nelson | 1 | -4/+17 |
| 2023-06-09 | vhost: support PACKED when setting-getting vring_base | Shannon Nelson | 2 | -7/+19 |
| 2023-06-08 | vhost: Fix worker hangs due to missed wake up calls | Mike Christie | 1 | -0/+2 |
| 2023-06-08 | vhost: Fix crash during early vhost_transport_send_pkt calls | Mike Christie | 2 | -34/+18 |
| 2023-06-08 | vhost_net: revert upend_idx only on retriable error | Andrey Smetanin | 1 | -3/+8 |
| 2023-06-08 | vhost_vdpa: tell vqs about the negotiated | Shannon Nelson | 1 | -0/+13 |
| 2023-06-07 | vhost: use kzalloc() instead of kmalloc() followed by memset() | Prathu Baronia | 1 | -3/+2 |
| 2023-06-01 | fork, vhost: Use CLONE_THREAD to fix freezer/ps regression | Mike Christie | 1 | -17/+5 |
| 2023-04-28 | Merge tag 'sched-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+1 |
| 2023-04-27 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 4 | -98/+245 |
| 2023-04-27 | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
| 2023-04-26 | Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -0/+1 |
| 2023-04-26 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -31/+0 |
| 2023-04-24 | Merge tag 'v6.4/kernel.user_worker' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 3 | -67/+73 |
| 2023-04-24 | Merge tag 'docs-6.4' of git://git.lwn.net/linux | Linus Torvalds | 1 | -1/+1 |
| 2023-04-24 | Merge tag 'iter-ubuf.2-2023-04-21' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -1/+1 |
| 2023-04-21 | Merge branch 'v6.3-rc7' | Peter Zijlstra | 1 | -32/+7 |
| 2023-04-21 | vhost_vdpa: fix unmap process in no-batch mode | Cindy Lu | 1 | -7/+1 |
| 2023-04-21 | vringh: support VA with iotlb | Stefano Garzarella | 1 | -32/+139 |
| 2023-04-21 | vringh: define the stride used for translation | Stefano Garzarella | 1 | -2/+4 |
| 2023-04-21 | vringh: replace kmap_atomic() with kmap_local_page() | Stefano Garzarella | 1 | -4/+4 |
| 2023-04-21 | vhost-vdpa: use bind_mm/unbind_mm device callbacks | Stefano Garzarella | 1 | -0/+34 |
| 2023-04-21 | vringh: fix typos in the vringh_init_* documentation | Stefano Garzarella | 1 | -9/+9 |
| 2023-04-21 | vdpa: Add eventfd for the vdpa callback | Xie Yongji | 1 | -0/+2 |
| 2023-04-21 | vhost-scsi: Reduce vhost_scsi_mutex use | Mike Christie | 1 | -7/+9 |
| 2023-04-21 | vhost-scsi: Drop vhost_scsi_mutex use in port callouts | Mike Christie | 1 | -12/+2 |
| 2023-04-21 | vhost-scsi: Check for a cleared backend before queueing an event | Mike Christie | 1 | -0/+8 |
| 2023-04-21 | vhost-scsi: Drop device mutex use in vhost_scsi_do_plug | Mike Christie | 1 | -3/+0 |