summaryrefslogtreecommitdiffstats
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
* s390/dasd: fix double module refcount decrementMiroslav Franc2024-03-261-4/+1
* s390/dasd: Use dev_*() for device log messagesJan Höppner2024-03-261-26/+24
* s390/cio: fix invalid -EBUSY on ccw_device_startPeter Oberparleiter2024-03-011-3/+3
* s390/qeth: Fix potential loss of L3-IP@ in case of network issuesAlexandra Winter2024-02-231-3/+6
* s390/vfio-ap: fix sysfs status attribute for AP queue devicesTony Krowiak2024-02-051-1/+15
* s390/vfio-ap: do not reset queue removed from host configTony Krowiak2024-01-311-4/+12
* s390/vfio-ap: reset queues associated with adapter for queue unbound from driverTony Krowiak2024-01-311-35/+41
* s390/vfio-ap: reset queues filtered from the guest's AP configTony Krowiak2024-01-312-45/+129
* s390/vfio-ap: let on_scan_complete() callback filter matrix and update guest'...Tony Krowiak2024-01-311-0/+13
* s390/vfio-ap: loop over the shadow APCB when filtering guest's AP configurationTony Krowiak2024-01-311-2/+3
* s390/vfio-ap: always filter entire AP matrixTony Krowiak2024-01-311-40/+17
* s390/vfio-ap: unpin pages on gisc registration failureAnthony Krowiak2024-01-311-0/+1
* Merge tag 's390-6.7-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-12-201-3/+4
|\
| * s390/scm: fix virtual vs physical address confusionVineeth Vijayan2023-12-081-3/+4
* | Merge tag 'block-6.7-2023-11-23' of git://git.kernel.dk/linuxLinus Torvalds2023-11-232-12/+14
|\ \
| * | s390/dasd: protect device queue against concurrent accessJan Höppner2023-11-201-11/+13
| * | s390/dasd: resolve spelling mistakeMuhammad Muzammil2023-11-201-1/+1
| |/
* / s390/ism: ism driver implies smc protocolGerd Bayer2023-11-172-48/+48
|/
* Merge tag 'net-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-11-091-1/+1
|\
| * s390/qeth: Fix typo 'weed' in commentKuan-Wei Chiu2023-11-071-1/+1
* | s390/ap: fix vanishing crypto cards in SE environmentHarald Freudenberger2023-11-051-23/+20
* | s390/zcrypt: don't report online if card or queue is in check-stop stateIngo Franzki2023-11-052-4/+5
* | s390/ap: fix AP bus crash on early config change callback invocationHarald Freudenberger2023-11-051-0/+4
* | s390/ap: re-enable interrupt for AP queuesHarald Freudenberger2023-11-051-2/+12
* | s390/ap: rework to use irq info from ap queue statusHarald Freudenberger2023-11-052-11/+12
* | Merge tag 's390-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-11-0315-44/+116
|\ \ | |/ |/|
| * s390/cio: replace deprecated strncpy with strscpyJustin Stitt2023-10-251-2/+2
| * s390/sclp: replace deprecated strncpy with strtomemJustin Stitt2023-10-251-1/+1
| * s390/cio: fix virtual vs physical address confusionPeter Oberparleiter2023-10-251-2/+2
| * s390/cio: export CMG value as decimalPeter Oberparleiter2023-10-251-1/+1
| * s390/sclp: handle default case in sclp memory notifierSumanth Korikkar2023-10-251-1/+0
| * s390/ap: show APFS value on error reply 0x8BHarald Freudenberger2023-10-161-2/+16
| * s390/zcrypt: introduce new internal AP queue se_bound attributeHarald Freudenberger2023-10-163-6/+55
| * s390/ap: re-init AP queues on config onHarald Freudenberger2023-10-163-13/+18
| * s390: use control register bit definesHeiko Carstens2023-09-191-1/+1
| * s390/ctlreg: add struct ctlregHeiko Carstens2023-09-192-6/+6
| * s390/ctlreg: use local_ctl_load() and local_ctl_store() where possibleHeiko Carstens2023-09-192-6/+6
| * s390/ctlreg: add local and system prefix to some functionsHeiko Carstens2023-09-194-9/+9
| * s390/ctlreg: rename ctl_reg.h to ctlreg.hHeiko Carstens2023-09-195-5/+5
| * s390/ctlreg: move control register code to separate fileHeiko Carstens2023-09-191-0/+1
| * s390/zcrypt: update list of EP11 operation modesIngo Franzki2023-09-191-0/+4
* | Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-10-312-3/+3
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-261-2/+4
| |\ \
| * | | s390/qeth: replace deprecated strncpy with strscpyJustin Stitt2023-10-241-1/+1
| * | | s390/ctcm: replace deprecated strncpy with strscpyJustin Stitt2023-10-241-2/+2
* | | | s390/dasd: Convert to bdev_open_by_path()Jan Kara2023-10-284-30/+31
| |/ / |/| |
* | | Merge tag 's390-6.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-10-211-2/+4
|\ \ \ | |/ / |/| |
| * | s390/cio: fix a memleak in css_alloc_subchannelDinghao Liu2023-10-161-2/+4
| |/
* | net/smc: Fix dependency of SMC on ISMGerd Bayer2023-10-101-1/+1
* | scsi: zfcp: Fix a double put in zfcp_port_enqueue()Dinghao Liu2023-09-271-4/+5
|/