summaryrefslogtreecommitdiffstats
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 's390-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2022-05-2329-763/+834
|\
| * s390/stp: clock_delta should be signedSven Schnelle2022-05-111-2/+2
| * s390/consoles: improve panic notifiers reliabilityGuilherme G. Piccoli2022-05-066-57/+83
| * s390/vfio-ap: remove superfluous MODULE_DEVICE_TABLE declarationThomas Huth2022-04-251-2/+0
| * s390/zcrypt: code cleanupHarald Freudenberger2022-04-2519-636/+667
| * s390/zcrypt: cleanup CPRB struct definitionsHarald Freudenberger2022-04-251-58/+1
| * s390/ap: uevent on apmask/aqpmask changeHarald Freudenberger2022-04-251-6/+34
| * s390/zcrypt: add display of ASYM master key verification patternHarald Freudenberger2022-04-253-4/+47
| * s390/sclp: add detection of IPL-complete-control facilityAlexander Egorenkov2022-04-251-1/+3
* | Merge tag 'for-5.19/drivers-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds2022-05-231-1/+0
|\ \
| * | dasd: don't set the discard_alignment queue limitChristoph Hellwig2022-05-031-1/+0
* | | Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds2022-05-231-1/+0
|\| |
| * | block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-171-1/+0
| |/
* | Merge tag 'net-5.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-05-123-10/+8
|\ \
| * | s390/lcs: fix variable dereferenced before checkAlexandra Winter2022-05-111-3/+4
| * | s390/ctcm: fix potential memory leakAlexandra Winter2022-05-111-5/+1
| * | s390/ctcm: fix variable dereferenced before checkAlexandra Winter2022-05-111-2/+3
| |/
* | s390/dasd: Use kzalloc instead of kmalloc/memsetHaowen Bai2022-05-051-4/+1
* | s390/dasd: Fix read inconsistency for ESE DASD devicesJan Höppner2022-05-051-2/+1
* | s390/dasd: Fix read for ESE with blksize < 4kJan Höppner2022-05-051-4/+3
* | s390/dasd: prevent double format of tracks for ESE devicesStefan Haberland2022-05-053-2/+26
* | s390/dasd: fix data corruption for ESE devicesStefan Haberland2022-05-053-2/+20
|/
* s390: cleanup timer API useYu Liao2022-03-275-27/+10
* s390/zcrypt: fix using the correct variable for sizeof()Jakob Koschel2022-03-271-1/+1
* s390/vfio-ap: fix kernel doc and signature of group notifier functionsTony Krowiak2022-03-271-19/+5
* s390/tape: use bitwise instead of arithmetic operator for flagsHaowen Bai2022-03-271-2/+2
* s390: crypto: Use min_t() instead of doing it manuallyHaowen Bai2022-03-271-1/+1
* s390/pkey: fix typos in commentsJulia Lawall2022-03-271-1/+1
* s390/zcrypt: Filter admin CPRBs on custom devicesJuergen Christ2022-03-271-1/+24
* s390/zcrypt: Add admask to zcdnJuergen Christ2022-03-272-0/+44
* Merge tag 's390-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2022-03-2523-125/+754
|\
| * s390/extable: move EX_TABLE define to asm-extable.hHeiko Carstens2022-03-084-1/+4
| * s390/airq: use DMA memory for summary indicatorsHalil Pasic2022-03-081-2/+2
| * s390/zcrypt: Provide target domain for EP11 cprbs to scheduling functionJürgen Christ2022-03-083-6/+10
| * s390/zcrypt: change reply buffer size offeringHarald Freudenberger2022-03-081-1/+22
| * s390/zcrypt: Support CPRB minor version T7Harald Freudenberger2022-03-086-27/+60
| * s390/zcrypt: handle checkstopped cards with new stateHarald Freudenberger2022-03-085-30/+105
| * s390/zcrypt: CEX8S exploitation supportHarald Freudenberger2022-03-084-26/+60
| * s390/ap/zcrypt: debug feature improvementsHarald Freudenberger2022-03-084-4/+58
| * s390/ap: enable sysfs attribute scans to force AP bus rescanHarald Freudenberger2022-03-011-1/+11
| * s390/ap: notify drivers on config changed and scan complete callbacksTony Krowiak2022-03-012-2/+91
| * s390/ap: driver callback to indicate resource in useTony Krowiak2022-03-012-10/+139
| * Merge branch 'fixes' into featuresVasily Gorbik2022-03-011-1/+1
| |\
| * | s390/maccess: fix semantics of memcpy_real() and its callersAlexander Gordeev2022-02-091-2/+1
| * | s390/sclp_sdias: fix sclp_sdias_copy() virtual vs physical address confusionAlexander Gordeev2022-02-061-1/+1
| * | s390: remove invalid email address of Heiko CarstensHeiko Carstens2022-02-063-4/+1
| * | s390/vfio-ap: add s390dbf logging to the vfio_ap_irq_enable functionTony Krowiak2022-02-062-6/+72
| * | s390/vfio-ap: add s390dbf logging to the handle_pqap functionTony Krowiak2022-02-061-6/+68
| * | s390-vfio-ap: introduces s390 kernel debug feature for vfio_ap device driverTony Krowiak2022-02-062-0/+53
* | | Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-246-13/+8
|\ \ \