aboutsummaryrefslogtreecommitdiff
path: root/drivers/s390
AgeCommit message (Expand)AuthorFilesLines
2020-12-24Merge tag 'block-5.11-2020-12-23' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+20
2020-12-18Merge tag 's390-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Gravatar Linus Torvalds 3-3/+3
2020-12-17s390/dasd: fix list corruption of lcu listGravatar Stefan Haberland 1-1/+1
2020-12-17s390/dasd: fix list corruption of pavgroup group listGravatar Stefan Haberland 1-0/+1
2020-12-17s390/dasd: prevent inconsistent LCU device dataGravatar Stefan Haberland 1-0/+9
2020-12-17s390/dasd: fix hanging device offline processingGravatar Stefan Haberland 1-1/+9
2020-12-16Merge tag 'vfio-v5.11-rc1' of git://github.com/awilliam/linux-vfioGravatar Linus Torvalds 2-0/+30
2020-12-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 7-2/+91
2020-12-16Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 10-78/+520
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 4-31/+20
2020-12-16s390/zcrypt: convert comma to semicolonGravatar Zheng Yongjun 2-2/+2
2020-12-16s390/delay: remove udelay_simple()Gravatar Heiko Carstens 1-1/+1
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 16-430/+489
2020-12-14Merge tag 's390-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Gravatar Linus Torvalds 35-1037/+355
2020-12-09s390/cio: fix use-after-free in ccw_device_destroy_consoleGravatar Qinglang Miao 1-2/+2
2020-12-07s390/qeth: make qeth_qdio_handle_aob() more robustGravatar Julian Wiedmann 1-0/+1
2020-12-07s390/qeth: remove QETH_QDIO_BUF_HANDLED_DELAYED stateGravatar Julian Wiedmann 2-5/+2
2020-12-07s390/qeth: don't replace a fully completed async TX bufferGravatar Julian Wiedmann 1-38/+51
2020-12-07s390/qeth: use dev->groups for common sysfs attributesGravatar Julian Wiedmann 9-76/+30
2020-12-07s390/ccwgroup: use bus->dev_groups for bus-based sysfs attributesGravatar Julian Wiedmann 1-9/+3
2020-12-07s390/qeth: don't call INIT_LIST_HEAD() on iob's list entryGravatar Julian Wiedmann 2-6/+5
2020-12-04block: remove the request_queue to argument request based tracepointsGravatar Christoph Hellwig 1-2/+1
2020-12-03vfio-ccw: Wire in the request callbackGravatar Eric Farman 2-0/+30
2020-12-02s390/cio: remove pm support from ccw bus driverGravatar Vineeth Vijayan 5-258/+2
2020-12-02s390/cio: remove pm support from css-bus driverGravatar Vineeth Vijayan 2-139/+1
2020-12-02s390/cio: remove pm support from IO subchannel driversGravatar Vineeth Vijayan 1-14/+0
2020-12-02s390/cio: remove pm support from chsc subchannel driverGravatar Vineeth Vijayan 1-29/+0
2020-12-02s390/vmur: remove unused pm related functionsGravatar Vineeth Vijayan 1-24/+0
2020-12-02s390/tape: remove unsupported PM functionsGravatar Vineeth Vijayan 4-53/+0
2020-12-02s390/cio: remove pm support from eadm-sch driversGravatar Vineeth Vijayan 1-13/+0
2020-12-02s390: remove pm support from console driversGravatar Vineeth Vijayan 4-150/+15
2020-12-02s390/dasd: remove unused pm related functionsGravatar Vineeth Vijayan 4-198/+2
2020-12-02s390/zfcp: remove pm support from zfcp driverGravatar Vineeth Vijayan 4-80/+4
2020-12-01s390/ctcm: Use GFP_ATOMIC in ctcmpc_tx().Gravatar Sebastian Andrzej Siewior 2-6/+1
2020-12-01s390/ctcm: Use GFP_KERNEL in add_channel().Gravatar Sebastian Andrzej Siewior 1-1/+1
2020-12-01s390/ctcm: Use explicit allocation mask in ctcmpc_unpack_skb().Gravatar Sebastian Andrzej Siewior 1-1/+1
2020-12-01s390/ctcm: Avoid temporary allocation of struct pdu.Gravatar Sebastian Andrzej Siewior 1-25/+8
2020-12-01s390/ctcm: Avoid temporary allocation of struct qllc.Gravatar Sebastian Andrzej Siewior 1-17/+4
2020-12-01s390/ctcm: Avoid temporary allocation of struct th_header and th_sweep.Gravatar Sebastian Andrzej Siewior 3-53/+9
2020-12-01block: stop using bdget_disk for partition 0Gravatar Christoph Hellwig 1-3/+2
2020-12-01block: switch disk_part_iter_* to use a struct block_deviceGravatar Christoph Hellwig 1-4/+4
2020-12-01block: remove the nr_sects field in struct hd_structGravatar Christoph Hellwig 1-3/+1
2020-11-30s390/ap: let bus_register() add the AP bus sysfs attributesGravatar Julian Wiedmann 1-29/+24
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 4-47/+68
2020-11-27Merge tag 'net-5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 3-47/+62
2020-11-20s390/qeth: fix tear down of async TX buffersGravatar Julian Wiedmann 1-6/+0
2020-11-20s390/qeth: fix af_iucv notification raceGravatar Julian Wiedmann 2-24/+58
2020-11-20s390/qeth: make af_iucv TX notification call more robustGravatar Julian Wiedmann 1-1/+2
2020-11-20s390/qeth: Remove pnso workaroundGravatar Alexandra Winter 1-16/+2
2020-11-20Merge tag 'block-5.10-2020-11-20' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+6