summaryrefslogtreecommitdiffstats
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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-151-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-191-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
| * | s390/ap: introduce low frequency polling possibilityHarald Freudenberger2023-03-203-24/+41
| * | s390/ap: provide F bit parameter for ap_rapq() and ap_zapq()Harald Freudenberger2023-03-203-4/+4
| * | s390/ap: filter ap card functions, new queue functions attributeHarald Freudenberger2023-03-203-4/+27
| * | s390/ap: make tapq gr2 response a structHarald Freudenberger2023-03-202-22/+9
| * | s390/ap: introduce new AP bus sysfs attribute featuresHarald Freudenberger2023-03-201-0/+26
| * | s390/ap: exploit new B bit from QCI config infoHarald Freudenberger2023-03-203-7/+20
| * | s390/zcrypt: replace scnprintf with sysfs_emitHarald Freudenberger2023-03-208-248/+199
| * | s390/zcrypt: rework length information for dqapHarald Freudenberger2023-03-205-31/+48
| * | s390/zcrypt: make psmid unsigned long instead of long longHarald Freudenberger2023-03-205-17/+17
| * | Merge branch 'decompressor-memory-tracking' into featuresHeiko Carstens2023-03-201-4/+4
| |\ \
| | * | s390/boot: rename mem_detect to physmem_infoVasily Gorbik2023-03-201-4/+4
| | |/
| * / s390/zcrypt: remove unnecessary (void *) conversionsYu Zhe2023-03-131-7/+5
| |/
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2023-04-271-3/+19
|\ \
| * | virtio: add VIRTIO_F_NOTIFICATION_DATA feature supportViktor Prutyanov2023-04-211-3/+19
* | | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-277-31/+31
|\ \ \
| * | | Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman2023-04-031-1/+2
| |\| |
| * | | driver core: class: mark the struct class for sysfs callbacks as constantGreg Kroah-Hartman2023-03-291-4/+4