aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-0/+6
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko6-0/+6
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds5-248/+190
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds4-56/+29
2021-06-24block: pass a gendisk to bdev_disk_changedChristoph Hellwig1-2/+2
2021-06-21s390/vfio-ap: clean up mdev resources when remove callback invokedTony Krowiak1-10/+0
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-7/+29
2021-06-16s390/ap: Fix hanging ioctl caused by wrong msg counterHarald Freudenberger1-2/+9
2021-06-12s390/netiuvc: get rid of forward declarationsHeiko Carstens1-18/+10
2021-06-11s390/qeth: Consider dependency on SWITCHDEV moduleAlexandra Winter1-2/+10
2021-06-11s390/qeth: shrink TX buffer structJulian Wiedmann2-5/+4
2021-06-11s390/qeth: remove TX buffer's pointer to its queueJulian Wiedmann2-6/+4
2021-06-11s390/qeth: remove QAOB's pointer to its TX bufferJulian Wiedmann2-87/+48
2021-06-11s390/qeth: consolidate completion of pending TX buffersJulian Wiedmann2-47/+29
2021-06-11s390/qeth: use ethtool_sprintf()Julian Wiedmann1-4/+2
2021-06-11s390/qeth: unify the tracking of active cmds on ccw deviceJulian Wiedmann2-15/+11
2021-06-11s390/qeth: also use TX NAPI for non-IQD devicesJulian Wiedmann2-75/+79
2021-06-11s390/qeth: count TX completion interruptsJulian Wiedmann3-1/+5
2021-06-11scm_blk: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig1-15/+6
2021-06-01block: move bd_mutex to struct gendiskChristoph Hellwig1-4/+4
2021-06-01xpram: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig1-17/+9
2021-06-01dcssblk: convert to blk_alloc_disk/blk_cleanup_diskChristoph Hellwig1-18/+8
2021-05-29Merge tag 's390-5.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds4-4/+15
2021-05-28Merge tag 'block-5.13-2021-05-28' of git://git.kernel.dk/linux-blockLinus Torvalds3-3/+14
2021-05-25s390/dasd: add missing discipline functionStefan Haberland3-3/+14
2021-05-12vfio-ccw: Serialize FSM IDLE state with I/O completionEric Farman1-2/+10
2021-05-12vfio-ccw: Reset FSM state to IDLE inside FSMEric Farman2-2/+1
2021-05-12vfio-ccw: Check initialized flag in cp_init()Eric Farman1-0/+4
2021-05-07Merge tag 'block-5.13-2021-05-07' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+4
2021-05-06Merge tag 's390-5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-2/+1
2021-05-03s390: dasd: Mundane spelling fixesBhaskar Chowdhury1-4/+4
2021-04-30s390/cio: remove invalid condition on IO_SCH_UNREGVineeth Vijayan1-2/+1
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-35/+14
2021-04-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds10-82/+97
2021-04-28Merge tag 'vfio-v5.13-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2-13/+18
2021-04-28Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds5-38/+8
2021-04-28Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+1
2021-04-27Merge tag 's390-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds23-321/+540
2021-04-21s390/zcrypt: fix zcard and zqueue hot-unplug memleakHarald Freudenberger2-0/+2
2021-04-15scsi: zfcp: Lift Request Queue tasklet & timer from qdioJulian Wiedmann2-12/+61
2021-04-15scsi: zfcp: Move the position of put_device()Qinglang Miao2-4/+4
2021-04-15scsi: zfcp: Clean up sysfs code for SFP diagnosticsJulian Wiedmann5-63/+14
2021-04-15scsi: zfcp: Fix sysfs roll-back on error in zfcp_adapter_enqueue()Julian Wiedmann1-2/+18
2021-04-15scsi: zfcp: Fix indentation coding style issueYevhen Viktorov1-3/+3
2021-04-15scsi: zfcp: Remove unneeded INIT_LIST_HEAD() for FSF requestsJulian Wiedmann1-1/+0
2021-04-12vfio/mdev: Correct the function signatures for the mdev_type_attributesJason Gunthorpe2-11/+16
2021-04-12vfio/mdev: Remove kobj from mdev_parent_ops->create()Jason Gunthorpe2-2/+2
2021-04-12s390/cio: use DECLARE_WAIT_QUEUE_HEAD for static work_queue_head_tVineeth Vijayan1-2/+1
2021-04-08dasd: use bdev_disk_changed instead of blk_drop_partitionsChristoph Hellwig1-2/+1
2021-04-07s390/sclp: use LIST_HEAD for InitializationVineeth Vijayan4-16/+8