aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-16s390: remove pointless drivers-y in drivers/s390/MakefileMasahiro Yamada1-3/+0
2019-09-05vfio-ccw: fix error return code in vfio_ccw_sch_init()Wei Yongjun1-2/+6
2019-09-05s390: vfio-ap: fix warning reset not completedHalil Pasic1-1/+1
2019-09-03s390/sclp: Fix bit checked for has_siplPhilipp Rudo1-1/+1
2019-08-29s390/zcrypt: fix wrong handling of cca cipher keygenflagsHarald Freudenberger1-1/+2
2019-08-29Merge tag 'vfio-ccw-20190828' of https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/vfio-ccw into featuresVasily Gorbik4-4/+124
2019-08-26s390/vmcp: correct early_param handlingVasily Gorbik1-0/+2
2019-08-23vfio-ccw: add some loggingCornelia Huck4-4/+124
2019-08-21s390/pkey: add CCA AES cipher key supportHarald Freudenberger3-54/+664
2019-08-21s390/zcrypt: Add low level functions for CCA AES cipher keysHarald Freudenberger2-4/+903
2019-08-21s390/zcrypt: extend cca_findcard function and helperHarald Freudenberger4-24/+83
2019-08-21s390/pkey: pkey cleanup: narrow in-kernel API, fix some variable typesHarald Freudenberger1-21/+16
2019-08-21s390: clean .bss before running uncompressed kernelVasily Gorbik1-3/+0
2019-07-29s390/zcrypt: new sysfs attributes serialnr and mkvpsHarald Freudenberger3-14/+141
2019-07-29s390/zcrypt: add base code for cca crypto card info supportHarald Freudenberger1-56/+75
2019-07-29s390/zcrypt: move cca misc functions to new code fileHarald Freudenberger5-931/+1036
2019-07-26virtio/s390: fix race on airq_areas[]Halil Pasic1-0/+4
2019-07-23Merge tag 'vfio-ccw-20190717-2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/vfio-ccw into fixesHeiko Carstens2-12/+18
2019-07-23s390/qdio: restrict QAOB usage to IQD unicast queuesJulian Wiedmann1-7/+5
2019-07-23s390/qdio: add sanity checks to the fast-requeue pathJulian Wiedmann1-6/+6
2019-07-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-7/+55
2019-07-18Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-1/+1
2019-07-15vfio-ccw: Don't call cp_free if we are processing a channel programFarhan Ali1-1/+1
2019-07-15vfio-ccw: Set pa_nr to 0 if memory allocation fails for pa_iova_pfnFarhan Ali1-1/+3
2019-07-15vfio-ccw: Fix memory leak and don't call cp_free in cp_initFarhan Ali1-4/+7
2019-07-15vfio-ccw: Fix misleading comment when setting orb.cmd.c64Farhan Ali1-6/+7
2019-07-12Merge tag 's390-5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds13-160/+1451
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds7-19/+17
2019-07-11scsi: zfcp: fix GCC compiler warning emitted with -Wmaybe-uninitializedBenjamin Block1-0/+7
2019-07-11scsi: zfcp: fix request object use-after-free in send path causing wrong tracesBenjamin Block1-2/+8
2019-07-11scsi: zfcp: fix request object use-after-free in send path causing seqno errorsBenjamin Block1-5/+40
2019-07-11Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+2
2019-07-11s390/zcrypt: remove the exporting of ap_query_configurationDenis Efremov1-1/+0
2019-07-11s390/ipl: Fix detection of has_secure attributePhilipp Rudo1-1/+0
2019-07-11s390: vfio-ap: fix irq registrationChristian Borntraeger1-2/+1
2019-07-11s390/dasd: Handle out-of-space constraintJan Höppner5-3/+243
2019-07-11s390/dasd: Add discard support for ESE volumesJan Höppner1-3/+54
2019-07-11s390/dasd: Use ALIGN_DOWN macroJan Höppner1-1/+1
2019-07-11s390/dasd: Make dasd_setup_queue() a discipline functionJan Höppner7-80/+103
2019-07-11s390/dasd: Add new ioctl to release spaceJan Höppner4-0/+361
2019-07-11s390/dasd: Add dasd_sleep_on_queue_interruptible()Jan Höppner2-0/+10
2019-07-11s390/dasd: Add dynamic formatting support for ESE volumesJan Höppner3-14/+239
2019-07-11s390/dasd: Recognise data for ESE volumesJan Höppner4-4/+430
2019-07-11s390/dasd: Put sub-order definitions in a separate sectionJan Höppner1-2/+6
2019-07-11s390/dasd: Make layout analysis ESE compatibleJan Höppner1-6/+6
2019-07-11s390/dasd: Remove old defines and functionJan Höppner1-21/+0
2019-07-11s390/dasd: Remove unused structs and function prototypesJan Höppner1-25/+0
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds5-992/+706
2019-07-08Merge tag 's390-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds31-764/+1192
2019-07-05libnvdimm: add dax_dev sync flagPankaj Gupta1-1/+1