summaryrefslogtreecommitdiffstats
path: root/drivers/s390 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-06-301-1/+6
|\
| * Merge patch series "Use block pr_ops in LIO"Martin K. Petersen2023-05-221-1/+6
| |\
| | * block: Rename BLK_STS_NEXUS to BLK_STS_RESV_CONFLICTMike Christie2023-04-121-1/+6
* | | Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-06-298-43/+47
|\ \ \
| * | | revert "s390/net: lcs: use IS_ENABLED() for kconfig detection"Randy Dunlap2023-06-251-5/+5
| * | | s390/ctcm: Convert sprintf/snprintf to scnprintfThorsten Winkler2023-06-235-30/+33
| * | | s390/ctcm: Convert sysfs sprintf to sysfs_emitThorsten Winkler2023-06-231-5/+5
| * | | s390/lcs: Convert sprintf to scnprintfThorsten Winkler2023-06-231-1/+1
| * | | s390/lcs: Convert sysfs sprintf to sysfs_emitThorsten Winkler2023-06-231-6/+7
| * | | s390/net: lcs: use IS_ENABLED() for kconfig detectionRandy Dunlap2023-06-161-5/+5
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-163-11/+6
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-05-264-3/+37
| |\ \ \ \
| * | | | | s390/ism: Set DMA coherent maskNiklas Schnelle2023-05-251-1/+1
| | |_|/ / | |/| | |
* | | | | Merge tag 's390-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-06-286-178/+513
|\ \ \ \ \
| * | | | | s390/vfio-ap: wire in the vfio_device_ops request callbackTony Krowiak2023-06-061-0/+21
| * | | | | s390/vfio-ap: realize the VFIO_DEVICE_SET_IRQS ioctlTony Krowiak2023-06-062-0/+86
| * | | | | s390/vfio-ap: realize the VFIO_DEVICE_GET_IRQ_INFO ioctlTony Krowiak2023-06-061-1/+29
| * | | | | Merge branch 'protected-key' into featuresAlexander Gordeev2023-06-061-174/+338
| |\ \ \ \ \
| | * | | | | s390/pkey: add support for ecc clear keyHarald Freudenberger2023-06-011-68/+192
| | * | | | | s390/pkey: do not use struct pkey_protkeyHarald Freudenberger2023-06-011-79/+116
| | * | | | | s390/pkey: introduce reverse x-mas treesHarald Freudenberger2023-06-011-36/+36
| * | | | | | s390/zcore: conditionally clear memory on reiplMikhail Zaslonko2023-06-011-1/+40
| * | | | | | vfio/ccw: use struct_size() helperGustavo A. R. Silva2023-06-011-2/+1
| * | | | | | vfio/ccw: replace one-element array with flexible-array memberGustavo A. R. Silva2023-06-012-2/+3
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-265-16/+15
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-125-9/+9
| * | | | | block: use the holder as indication for exclusive opensChristoph Hellwig2023-06-121-1/+1
| * | | | | block: remove the unused mode argument to ->releaseChristoph Hellwig2023-06-122-3/+3
| * | | | | block: pass a gendisk to ->openChristoph Hellwig2023-06-122-6/+5
| * | | | | block: introduce holder opsChristoph Hellwig2023-06-051-1/+1
| |/ / / /
* | | | | Merge tag 'net-6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-06-161-8/+0
|\ \ \ \ \
| * | | | | s390/ism: Fix trying to free already-freed IRQ by repeated ism_dev_exit()Julian Ruess2023-06-151-8/+0
| | |_|/ / | |/| | |
* | | | | Merge tag 'block-6.4-2023-06-09' of git://git.kernel.dk/linuxLinus Torvalds2023-06-091-2/+2
|\ \ \ \ \
| * | | | | s390/dasd: Use correct lock while counting channel queue lengthJan Höppner2023-06-091-2/+2
* | | | | | Merge tag 's390-6.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-06-091-1/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | s390/cio: unregister device when the only path is goneVineeth Vijayan2023-05-221-1/+4
* | | | | | Merge tag 'block-6.4-2023-05-20' of git://git.kernel.dk/linuxLinus Torvalds2023-05-201-2/+31
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * / / / s390/dasd: fix command reject error on ESE devicesStefan Haberland2023-05-201-2/+31
| |/ / /
* | | | s390/qdio: fix do_sqbs() inline assembly constraintHeiko Carstens2023-05-171-1/+1
* | | | s390/cio: include subchannels without devices also for evaluationVineeth Vijayan2023-05-151-0/+2
| |/ / |/| |
* | | s390/pkey: zeroize key blobsHolger Dengler2023-05-151-0/+3
|/ /
* | Merge tag 's390-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-04-3021-542/+797
|\ \
| * | s390/zcrypt: rework arrays with length zero occurrencesHarald Freudenberger2023-04-194-42/+40
| * | s390/cio: replace zero-length array with flexible-array memberHeiko Carstens2023-04-132-2/+2
| * | s390/sclp: replace zero-length array with flexible-array memberHeiko Carstens2023-04-132-2/+2
| * | s390/zcrypt: simplify prep of CCA key tokenHarald Freudenberger2023-04-041-23/+12
| * | s390/zcrypt: remove unused ancient padding codeHarald Freudenberger2023-04-041-64/+8
| * | s390/vfio-ap: remove redundant driver match functionLizhe2023-03-271-6/+0
| * | s390/ap: add ap status asynch error supportHarald Freudenberger2023-03-202-25/+49
| * | s390/ap: implement SE AP bind, unbind and associateHarald Freudenberger2023-03-202-17/+291