summaryrefslogtreecommitdiff
path: root/drivers/s390
AgeCommit message (Expand)AuthorFilesLines
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
2023-08-18s390/vfio-ap: make sure nib is sharedTony Krowiak1-0/+30
2023-08-18s390/vfio-ap: check for TAPQ response codes 0x35 and 0x36Tony Krowiak1-1/+12
2023-08-18s390/vfio-ap: handle queue state change in progress on resetTony Krowiak1-1/+3
2023-08-18s390/vfio-ap: use work struct to verify queue resetTony Krowiak2-25/+25
2023-08-18s390/vfio-ap: store entire AP queue status word with the queue objectTony Krowiak2-14/+17
2023-08-18s390/vfio-ap: remove upper limit on wait for queue reset to completeTony Krowiak1-29/+35
2023-08-18s390/vfio-ap: allow deconfigured queue to be passed through to a guestTony Krowiak1-2/+4
2023-08-18s390/vfio-ap: wait for response code 05 to clear on queue resetTony Krowiak1-0/+2
2023-08-18s390/vfio-ap: clean up irq resources if possibleTony Krowiak1-4/+7
2023-08-18s390/vfio-ap: no need to check the 'E' and 'I' bits in APQSW after TAPQTony Krowiak1-11/+2
2023-08-18s390/zcrypt_ep11misc: support API ordinal 6 with empty pin-blobHolger Dengler5-25/+76