summaryrefslogtreecommitdiff
path: root/drivers/s390
AgeCommit message (Expand)AuthorFilesLines
2023-11-10Merge tag 'net-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-1/+1
2023-11-08s390/qeth: Fix typo 'weed' in commentKuan-Wei Chiu1-1/+1
2023-11-06s390/ap: fix vanishing crypto cards in SE environmentHarald Freudenberger1-23/+20
2023-11-06s390/zcrypt: don't report online if card or queue is in check-stop stateIngo Franzki2-4/+5
2023-11-06s390/ap: fix AP bus crash on early config change callback invocationHarald Freudenberger1-0/+4
2023-11-06s390/ap: re-enable interrupt for AP queuesHarald Freudenberger1-2/+12
2023-11-06s390/ap: rework to use irq info from ap queue statusHarald Freudenberger2-11/+12
2023-11-03Merge tag 's390-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds15-44/+116
2023-10-31Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-3/+3
2023-10-28s390/dasd: Convert to bdev_open_by_path()Jan Kara4-30/+31
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+4
2023-10-25s390/cio: replace deprecated strncpy with strscpyJustin Stitt1-2/+2
2023-10-25s390/sclp: replace deprecated strncpy with strtomemJustin Stitt1-1/+1
2023-10-25s390/cio: fix virtual vs physical address confusionPeter Oberparleiter1-2/+2
2023-10-25s390/cio: export CMG value as decimalPeter Oberparleiter1-1/+1
2023-10-25s390/sclp: handle default case in sclp memory notifierSumanth Korikkar1-1/+0
2023-10-25s390/qeth: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-10-25s390/ctcm: replace deprecated strncpy with strscpyJustin Stitt1-2/+2
2023-10-21Merge tag 's390-6.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-2/+4
2023-10-16s390/ap: show APFS value on error reply 0x8BHarald Freudenberger1-2/+16
2023-10-16s390/zcrypt: introduce new internal AP queue se_bound attributeHarald Freudenberger3-6/+55
2023-10-16s390/ap: re-init AP queues on config onHarald Freudenberger3-13/+18
2023-10-16s390/cio: fix a memleak in css_alloc_subchannelDinghao Liu1-2/+4
2023-10-10net/smc: Fix dependency of SMC on ISMGerd Bayer1-1/+1
2023-09-27scsi: zfcp: Fix a double put in zfcp_port_enqueue()Dinghao Liu1-4/+5
2023-09-19s390: use control register bit definesHeiko Carstens1-1/+1
2023-09-19s390/ctlreg: add struct ctlregHeiko Carstens2-6/+6
2023-09-19s390/ctlreg: use local_ctl_load() and local_ctl_store() where possibleHeiko Carstens2-6/+6
2023-09-19s390/ctlreg: add local and system prefix to some functionsHeiko Carstens4-9/+9
2023-09-19s390/ctlreg: rename ctl_reg.h to ctlreg.hHeiko Carstens5-5/+5
2023-09-19s390/ctlreg: move control register code to separate fileHeiko Carstens1-0/+1
2023-09-19s390/zcrypt: update list of EP11 operation modesIngo Franzki1-0/+4
2023-09-09Merge tag 'block-6.6-2023-09-08' of git://git.kernel.dk/linuxLinus Torvalds3-10/+10
2023-09-07Merge tag 's390-6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds5-25/+16
2023-09-05s390/zcrypt: utilize dev_set_name() ability to use a formatted stringAndy Shevchenko1-7/+3
2023-09-05s390/zcrypt: don't leak memory if dev_set_name() failsAndy Shevchenko1-0/+1
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds4-14/+14
2023-09-01s390/dasd: fix string length handlingHeiko Carstens3-10/+10
2023-08-31Merge tag 'vfio-v6.6-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2-0/+2
2023-08-30s390/airq: remove lsi_mask from airq_structBenjamin Block2-4/+1
2023-08-30s390/dcssblk: fix lockdep warningGerald Schaefer1-7/+6
2023-08-30s390/monreader: fix virtual vs physical address confusionGerald Schaefer1-7/+5
2023-08-29Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-36/+8
2023-08-29Merge tag 's390-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds22-1151/+530
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-5/+2
2023-08-23Merge branch 'vfio-ap' into featuresHeiko Carstens2-60/+110
2023-08-23Merge tag 'vfs-6.6-merge-2' of ssh://gitolite.kernel.org/pub/scm/fs/xfs/xfs-l...Christian Brauner1-73/+66
2023-08-21block: consolidate __invalidate_device and fsync_bdevChristoph Hellwig1-4/+2
2023-08-21dasd: also call __invalidate_device when setting the device offlineChristoph Hellwig1-3/+2
2023-08-20Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman5-14/+12