aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-13tty: cumulate and document tty_struct::flow* membersJiri Slaby1-1/+1
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
2021-04-07s390: use DEFINE_SPINLOCK for initializationVineeth Vijayan4-8/+4
2021-04-05s390/vfio-ap: fix circular lockdep when setting/clearing crypto masksTony Krowiak2-95/+215
2021-04-05s390/cio: use DECLARE_WAIT_QUEUE_HEAD() for wait_queueShixin Liu1-2/+1
2021-04-05s390/cio: use DEFINE_SPINLOCK() for spinlockShixin Liu1-2/+1
2021-04-05Merge 5.12-rc6 into tty-nextGreg Kroah-Hartman1-1/+0
2021-03-26mld: convert ifmcaddr6 to RCUTaehee Yoo1-3/+3
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller6-28/+39
2021-03-22s390/qdio: let driver manage the QAOBJulian Wiedmann6-172/+62
2021-03-22s390/cio: add CRW inject functionalityVineeth Vijayan4-1/+213
2021-03-22s390/cio: introduce CIO debugfs directoryVineeth Vijayan3-1/+27
2021-03-22s390/sclp: increase sclp console line lengthPeter Oberparleiter2-22/+6
2021-03-18s390/qeth: remove RX VLAN filter stubs in L3 driverJulian Wiedmann1-24/+1
2021-03-18s390/qeth: enable napi_consume_skb() for pending TX buffersJulian Wiedmann1-4/+4
2021-03-18s390/qeth: allocate initial TX Buffer structs with GFP_KERNELJulian Wiedmann1-4/+6
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky1-1/+0
2021-03-16s390/dasd: let driver core manage the sysfs attributesJulian Wiedmann5-30/+7
2021-03-16s390/dasd: remove dasd_fba_probe() wrapperJulian Wiedmann1-8/+1
2021-03-15Merge 5.12-rc3 into tty-nextGreg Kroah-Hartman8-96/+101
2021-03-12Merge tag 'block-5.12-2021-03-12-v2' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+3
2021-03-10Merge tag 's390-5.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds5-24/+36
2021-03-10tty: con3215, remove tty->driver_data castsJiri Slaby1-21/+11
2021-03-10tty: con3215, remove unneeded tty checksJiri Slaby1-4/+0
2021-03-10tty: con3215, remove tasklet for tty_wakeupJiri Slaby1-19/+1
2021-03-09Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-69/+62
2021-03-09s390/qeth: fix notification for pending buffers during teardownJulian Wiedmann1-3/+3
2021-03-09s390/qeth: schedule TX NAPI on QAOB completionJulian Wiedmann1-6/+12
2021-03-09s390/qeth: improve completion of pending TX buffersJulian Wiedmann2-42/+30