| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'auxdisplay-for-linus-v5.15-rc1' of git://github.com/ojeda/linux | Linus Torvalds | 2021-09-13 | 4 | -20/+6 |
|\ |
|
| * | auxdisplay: Replace symbolic permissions with octal permissions | Jinchao Wang | 2021-07-16 | 2 | -3/+3 |
| * | auxdisplay: ks0108: Switch to use module_parport_driver() | Andy Shevchenko | 2021-07-16 | 1 | -13/+1 |
| * | auxdisplay: charlcd: Drop unneeded initializers and switch to C99 style | Andy Shevchenko | 2021-07-16 | 1 | -3/+1 |
| * | auxdisplay: hd44780: Fix oops on module unloading | Lars Poeschel | 2021-07-16 | 1 | -1/+1 |
* | | Merge tag 'char-misc-5.15-rc1-lkdtm' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2021-09-12 | 2 | -11/+27 |
|\ \ |
|
| * | | lkdtm: Use init_uts_ns.name instead of macros | Kees Cook | 2021-09-10 | 2 | -11/+27 |
* | | | Merge tag 'for-linus-5.15-1' of git://github.com/cminyard/linux-ipmi | Linus Torvalds | 2021-09-12 | 1 | -12/+11 |
|\ \ \ |
|
| * | | | char: ipmi: use DEVICE_ATTR helper macro | Dwaipayan Ray | 2021-08-12 | 1 | -5/+4 |
| * | | | ipmi: rate limit ipmi smi_event failure message | Wen Yang | 2021-08-12 | 1 | -7/+7 |
* | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2021-09-11 | 24 | -283/+3343 |
|\ \ \ \ |
|
| * | | | | Documentation: Add documentation for VDUSE | Xie Yongji | 2021-09-06 | 1 | -5/+0 |
| * | | | | vduse: Introduce VDUSE - vDPA Device in Userspace | Xie Yongji | 2021-09-06 | 4 | -0/+1662 |
| * | | | | vduse: Implement an MMU-based software IOTLB | Xie Yongji | 2021-09-06 | 2 | -0/+618 |
| * | | | | vdpa: Support transferring virtual addressing during DMA mapping | Xie Yongji | 2021-09-06 | 6 | -16/+100 |
| * | | | | vdpa: factor out vhost_vdpa_pa_map() and vhost_vdpa_pa_unmap() | Xie Yongji | 2021-09-06 | 1 | -20/+35 |
| * | | | | vdpa: Add an opaque pointer for vdpa_config_ops.dma_map() | Xie Yongji | 2021-09-06 | 2 | -4/+4 |
| * | | | | vhost-iotlb: Add an opaque pointer for vhost IOTLB | Xie Yongji | 2021-09-06 | 1 | -4/+16 |
| * | | | | vhost-vdpa: Handle the failure of vdpa_reset() | Xie Yongji | 2021-09-06 | 1 | -3/+6 |
| * | | | | vdpa: Add reset callback in vdpa_config_ops | Xie Yongji | 2021-09-06 | 5 | -34/+83 |
| * | | | | iova: Export alloc_iova_fast() and free_iova_fast() | Xie Yongji | 2021-09-06 | 1 | -0/+2 |
| * | | | | virtio-blk: remove unneeded "likely" statements | Max Gurtovoy | 2021-09-06 | 1 | -2/+2 |
| * | | | | virtio-balloon: Use virtio_find_vqs() helper | Xianting Tian | 2021-09-06 | 1 | -2/+2 |
| * | | | | vdpa: Make use of PFN_PHYS/PFN_UP/PFN_DOWN helper macro | Cai Huoqing | 2021-09-06 | 1 | -12/+12 |
| * | | | | vhost/vsock: support MSG_EOR bit processing | Arseny Krasnov | 2021-09-05 | 1 | -9/+13 |
| * | | | | virtio/vsock: rename 'EOR' to 'EOM' bit. | Arseny Krasnov | 2021-09-05 | 1 | -6/+6 |
| * | | | | virtio: Bind virtio device to device-tree node | Viresh Kumar | 2021-09-05 | 1 | -3/+54 |
| * | | | | vdpa_sim: Use iova_shift() for the size passed to alloc_iova() | Xie Yongji | 2021-09-05 | 1 | -1/+2 |
| * | | | | vhost scsi: Convert to SPDX identifier | Cai Huoqing | 2021-09-05 | 1 | -13/+1 |
| * | | | | vdpa/mlx5: Add multiqueue support | Eli Cohen | 2021-09-05 | 3 | -31/+169 |
| * | | | | vdpa/mlx5: Add support for control VQ and MAC setting | Eli Cohen | 2021-09-05 | 5 | -32/+329 |
| * | | | | vdpa/mlx5: Ensure valid indices are provided | Eli Cohen | 2021-09-05 | 2 | -0/+55 |
| * | | | | vdpa/mlx5: Decouple virtqueue callback from struct mlx5_vdpa_virtqueue | Eli Cohen | 2021-09-05 | 1 | -8/+9 |
| * | | | | vdpa/mlx5: function prototype modifications in preparation to control VQ | Eli Cohen | 2021-09-05 | 1 | -19/+21 |
| * | | | | vdpa/mlx5: Remove redundant header file inclusion | Eli Cohen | 2021-09-05 | 1 | -1/+0 |
| * | | | | vDPA/ifcvf: enable multiqueue and control vq | Zhu Lingshan | 2021-09-05 | 2 | -17/+3 |
| * | | | | vDPA/ifcvf: detect and use the onboard number of queues directly | Zhu Lingshan | 2021-09-05 | 3 | -18/+21 |
| * | | | | vDPA/ifcvf: implement management netlink framework for ifcvf | Zhu Lingshan | 2021-09-05 | 2 | -35/+123 |
| * | | | | vDPA/ifcvf: introduce get_dev_type() which returns virtio dev id | Zhu Lingshan | 2021-09-05 | 1 | -13/+21 |
* | | | | | Merge tag 'block-5.15-2021-09-11' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-09-11 | 10 | -32/+133 |
|\ \ \ \ \ |
|
| * | | | | | n64cart: fix return value check in n64cart_probe() | Yang Yingliang | 2021-09-09 | 1 | -2/+2 |
| * | | | | | nvme: add error handling support for add_disk() | Luis Chamberlain | 2021-09-06 | 1 | -1/+8 |
| * | | | | | nvme: only call synchronize_srcu when clearing current path | Daniel Wagner | 2021-09-06 | 1 | -3/+6 |
| * | | | | | nvme: update keep alive interval when kato is modified | Tatsuya Sasaki | 2021-09-06 | 1 | -2/+40 |
| * | | | | | nvme-tcp: Do not reset transport on data digest errors | Daniel Wagner | 2021-09-06 | 1 | -4/+18 |
| * | | | | | nvmet: fixup buffer overrun in nvmet_subsys_attr_serial() | Hannes Reinecke | 2021-09-06 | 1 | -1/+2 |
| * | | | | | nvmet: return bool from nvmet_passthru_ctrl and nvmet_is_passthru_req | Christoph Hellwig | 2021-09-06 | 5 | -12/+11 |
| * | | | | | nvmet: looks at the passthrough controller when initializing CAP | Adam Manzanares | 2021-09-06 | 3 | -2/+16 |
| * | | | | | nvme: move nvme_multi_css into nvme.h | Adam Manzanares | 2021-09-06 | 2 | -5/+5 |
| * | | | | | nvme-multipath: revalidate paths during rescan | Hannes Reinecke | 2021-09-06 | 3 | -1/+24 |