Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-13Convert vhost to struct_sizeMatthew Wilcox
2018-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-30vhost_net: flush batched heads before trying to busy pollingJason Wang
2018-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-26fs: add new vfs_poll and file_can_poll helpersChristoph Hellwig
2018-05-25vhost: synchronize IOTLB message with dev cleanupJason Wang
2018-04-24vhost_net: use packet weight for rx handler, tooPaolo Abeni
2018-04-17tun: convert to use generic xdp_frame and xdp_return_frame APIJesper Dangaard Brouer
2018-04-11vhost: return bool from *_access_ok() functionsStefan Hajnoczi
2018-04-11vhost: fix vhost_vq_access_ok() log checkStefan Hajnoczi
2018-04-11vhost: Fix vhost_copy_to_user()Eric Auger
2018-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-04-09vhost-net: set packet weight of tx polling to 2 * vq sizehaibinzhang(张海斌)
2018-04-07Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2018-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-29vhost: validate log when IOTLB is enabledJason Wang
2018-03-27vhost: correctly remove wait queue during poll failureJason Wang
2018-03-26vhost_net: add missing lock nesting notationJason Wang
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-20vhost: add vsock compat ioctlSonny Rao
2018-03-20vhost: fix vhost ioctl signature to build with clangSonny Rao
2018-03-09vhost_net: examine pointer types during un-producingJason Wang
2018-03-09vhost_net: keep private_data and rx_ring syncedJason Wang
2018-03-09vhost_net: initialize rx_ring in vhost_net_open()Alexander Potapenko
2018-03-09drivers: vhost: vsock: fixed a brace coding style issueVaibhav Murkute
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko
2018-02-12vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-08Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2018-02-01vhost: don't hold onto file pointer for VHOST_SET_LOG_FDEric Biggers
2018-02-01vhost: don't hold onto file pointer for VHOST_SET_VRING_ERREric Biggers
2018-02-01vhost: don't hold onto file pointer for VHOST_SET_VRING_CALLEric Biggers
2018-02-01vhost: remove unused lock check flag in vhost_dev_cleanup()夷则(Caspar)
2018-02-01vhost: Remove the unused variable.Tonghao Zhang
2018-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-01-31Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-31vhost/scsi: Improve a size determination in four functionsMarkus Elfring
2018-01-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-01-29vhost_net: stop device during reset ownerJason Wang
2018-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-25vhost: do not try to access device IOTLB when not initializedJason Wang
2018-01-25vhost: use mutex_lock_nested() in vhost_dev_lock_vqs()Jason Wang
2018-01-10vhost_net: batch used ring update in rxJason Wang
2018-01-09tuntap: XDP transmissionJason Wang
2018-01-09tun/tap: use ptr_ring instead of skb_arrayJason Wang
2018-01-03Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2017-12-05drivers/vhost: Remove now-redundant read_barrier_depends()Paul E. McKenney