summaryrefslogtreecommitdiffstats
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 's390-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds3 days37-455/+816
|\
| * s390/cio/ioasm: Convert to use flag output macrosHeiko Carstens8 days1-53/+54
| * s390/cio/qdio: Convert to use flag output macrosHeiko Carstens8 days1-15/+13
| * s390/sclp: Convert to use flag output macrosHeiko Carstens8 days1-7/+11
| * s390/dasd: Convert to use flag output macrosHeiko Carstens8 days1-6/+9
| * s390/cio: Externalize full CMG characteristicsPeter Oberparleiter8 days4-20/+39
| * s390/con3270: Use NULL instead of 0 for pointersHeiko Carstens9 days1-2/+2
| * s390/uvdevice: Fix and slightly improve kernel-doc commentHeiko Carstens2024-11-071-12/+20
| * s390/uvdevice: Support longer secret listsSteffen Eiden2024-11-071-19/+50
| * s390/pkey: Tolerate larger key blobsHolger Dengler2024-10-292-8/+8
| * s390/pkey: Add new pkey handler module pkey-uvHarald Freudenberger2024-10-293-0/+291
| * s390/pkey: Build module name array selectively based on kernel config optionsHarald Freudenberger2024-10-291-1/+10
| * s390/pkey: Rework pkey verify for protected keysHarald Freudenberger2024-10-291-42/+38
| * s390/pkey: Simplify protected key length calculation codeHarald Freudenberger2024-10-292-118/+72
| * s390/zcrypt: Cleanup include zcrypt_api.hHarald Freudenberger2024-10-295-4/+1
| * s390/uvdevice: Add Retrieve Secret IOCTLSteffen Eiden2024-10-291-1/+57
| * s390/netiucv: Switch over to sysfs_emit()Mete Durlu2024-10-251-12/+12
| * s390/vfio-ap: Switch over to sysfs_emit()Mete Durlu2024-10-251-33/+12
| * s390/vmur: Switch over to sysfs_emit()Mete Durlu2024-10-251-1/+1
| * s390/sclp_cpi: Switch over to sysfs_emit()Mete Durlu2024-10-251-4/+4
| * s390/sclp_ocf: Switch over to sysfs_emit()Mete Durlu2024-10-251-2/+2
| * s390/vmlogrdr: Switch over to sysfs_emit()Mete Durlu2024-10-251-2/+2
| * s390/tape: Switch over to sysfs_emit()Mete Durlu2024-10-251-8/+8
| * s390/dcssblk: Switch over to sysfs_emit()Mete Durlu2024-10-251-12/+6
| * s390/cio/scm: Switch over to sysfs_emit()Mete Durlu2024-10-251-1/+1
| * s390/cio/css: Switch over to sysfs_emit()Mete Durlu2024-10-251-3/+3
| * s390/cio/ccwgroup: Switch over to sysfs_emit()Mete Durlu2024-10-251-1/+1
| * s390/cio/cmf: Switch over to sysfs_emit()Mete Durlu2024-10-251-5/+4
| * s390/cio/device: Switch over to sysfs_emit()Mete Durlu2024-10-251-12/+10
| * s390/cio/chp: Switch over to sysfs_emit()Mete Durlu2024-10-251-9/+9
| * scsi: zfcp: Switch over to sysfs_emit()Mete Durlu2024-10-251-42/+40
| * s390/cio: Do not unregister the subchannel based on DNVVineeth Vijayan2024-10-252-2/+22
| * s390/cio: Correct some typos in commentsShen Lichuan2024-10-103-5/+5
| * s390/sclp: Allow user-space to provide PCI reports for optical modulesNiklas Schnelle2024-10-101-0/+2
| * s390/virtio_ccw: Fix dma_parm pointer not set upHalil Pasic2024-10-101-0/+4
* | s390/dasd: Fix typo in commentYu Jiaoliang12 days3-3/+3
* | s390/dasd: fix redundant /proc/dasd* entries removalMiroslav Franc12 days1-0/+5
* | s390/sclp_vt220: Convert newlines to CRLF instead of LFCRThomas Weißschuh2024-10-161-2/+2
* | s390/sclp: Deactivate sclp after all its usersThomas Weißschuh2024-10-161-1/+2
* | s390/pkey_pckmo: Return with success for valid protected key typesHolger Dengler2024-10-161-0/+1
* | s390/ap: Fix CCA crypto card behavior within protected execution environmentHarald Freudenberger2024-10-103-11/+22
|/
* Merge tag 's390-6.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2024-09-281-0/+13
|\
| * s390/vfio-ap: Driver feature advertisementJason J. Herne2024-09-231-0/+13
* | [tree-wide] finally take no_llseek outAl Viro2024-09-2711-12/+0
|/
* Merge tag 's390-6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2024-09-2118-2202/+3652
|\
| * s390/pkey: Add AES xts and HMAC clear key token supportHarald Freudenberger2024-09-053-13/+236
| * s390/wti: Introduce infrastructure for warning track interruptTobias Huschle2024-08-291-0/+1
| * s390/ap: Fix deadlock caused by recursive lock of the AP bus scan mutexHarald Freudenberger2024-08-291-0/+17
| * s390/pkey: Add function to enforce pkey handler modules loadHarald Freudenberger2024-08-294-32/+95
| * s390/pkey: Add slowpath function to CCA and EP11 handlerHarald Freudenberger2024-08-295-110/+193