summaryrefslogtreecommitdiffstats
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-0311-396/+487
|\
| * s390/net: remove pm support from iucv driversJulian Wiedmann2020-05-192-168/+1
| * s390/net: remove pm ops from ccwgroup driversJulian Wiedmann2020-05-193-130/+0
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-151-1/+3
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-061-5/+5
| |\ \
| * | | s390/qeth: clean up Kconfig help textJulian Wiedmann2020-05-061-6/+3
| * | | s390/qeth: return error when starting a reset failsJulian Wiedmann2020-05-063-16/+27
| * | | s390/qeth: set TX IRQ marker on last buffer in a groupJulian Wiedmann2020-05-061-6/+7
| * | | s390/qeth: indicate contiguous TX buffer elementsJulian Wiedmann2020-05-061-2/+10
| * | | s390/qeth: merge TX skb mapping codeJulian Wiedmann2020-05-061-37/+27
| * | | s390/qeth: don't use restricted offloads for local trafficJulian Wiedmann2020-05-062-4/+81
| * | | s390/qeth: extract helpers for next-hop lookupJulian Wiedmann2020-05-062-20/+27
| * | | s390/qeth: add debugfs file for local IP addressesJulian Wiedmann2020-05-062-1/+33
| * | | s390/qeth: process local address eventsJulian Wiedmann2020-05-065-0/+257
| * | | s390/qeth: keep track of LP2LP capability for csum offloadJulian Wiedmann2020-05-062-9/+17
* | | | Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-021-19/+57
|\ \ \ \
| * | | | s390/dasd: remove ioctl_by_bdev callsStefan Haberland2020-05-211-0/+34
| * | | | dasd: refactor dasd_ioctl_informationChristoph Hellwig2020-05-211-19/+23
* | | | | Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-021-16/+4
|\| | | | | |_|_|/ |/| | |
| * | | dasd: use blk_drop_partitions instead of badly reimplementing itChristoph Hellwig2020-04-201-16/+4
| |/ /
* | / s390/ism: fix error return code in ism_probe()Wei Yongjun2020-05-131-1/+3
| |/ |/|
* | s390/qeth: fix cancelling of TX timer on dev_close()Julian Wiedmann2020-05-041-5/+5
|/
* s390/dasd: remove IOSCHED_DEADLINE from DASD KconfigStefan Haberland2020-04-171-1/+0
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-04-102-17/+16
|\
| * scsi: zfcp: use fallthrough;Joe Perches2020-03-312-17/+16
* | Merge tag 's390-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-04-1011-158/+102
|\ \
| * | s390/cio: generate delayed uevent for vfio-ccw subchannelsCornelia Huck2020-04-061-0/+5
| * | s390/cio: avoid duplicated 'ADD' ueventsCornelia Huck2020-04-061-4/+9
| * | s390/qdio: clear DSCI early for polling driversJulian Wiedmann2020-04-063-26/+2
| * | s390/qdio: inline shared_ind()Julian Wiedmann2020-04-061-11/+8
| * | s390/qdio: remove cdev from init_dataJulian Wiedmann2020-04-063-7/+6
| * | s390/qdio: allow for non-contiguous SBAL array in init_dataJulian Wiedmann2020-04-064-59/+21
| * | zfcp: inline zfcp_qdio_setup_init_data()Julian Wiedmann2020-04-061-25/+17
| * | s390/qdio: cleanly split alloc and establishJulian Wiedmann2020-04-065-37/+45
* | | Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-081-2/+18
|\ \ \ | |/ / |/| |
| * | dax: Move mandatory ->zero_page_range() check in alloc_dax()Vivek Goyal2020-04-021-2/+3
| * | s390,dcssblk,dax: Add dax zero_page_range operation to dcssblk driverVivek Goyal2020-04-021-0/+15
* | | Merge tag 's390-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-04-0438-506/+218
|\ \ \
| * | | s390/qdio: set qdio_irq->cdev at allocation timeJulian Wiedmann2020-03-275-17/+15
| * | | s390/qdio: remove unused function declarationsJulian Wiedmann2020-03-271-2/+0
| * | | s390/ccwgroup: remove pm supportJulian Wiedmann2020-03-271-69/+0
| * | | s390/ap: remove power management code from ap bus and driversHarald Freudenberger2020-03-276-174/+5
| * | | s390/zcrypt: use kvmalloc instead of kmalloc for 256k allocHarald Freudenberger2020-03-272-9/+9
| * | | s390/ism: remove pm supportUrsula Braun2020-03-271-20/+0
| * | | s390/cio: use fallthrough;Joe Perches2020-03-251-2/+2
| * | | s390/vfio: use fallthrough;Joe Perches2020-03-251-1/+1
| * | | s390/zcrypt: use fallthrough;Joe Perches2020-03-253-9/+9
| * | | s390: use fallthrough;Joe Perches2020-03-254-6/+6
| * | | s390/ap: Remove ap device suspend and resume callbacksHarald Freudenberger2020-03-231-21/+0
| * | | s390/qdio: pass ISC as parameter to chsc_sadc()Julian Wiedmann2020-03-233-4/+6