summaryrefslogtreecommitdiffstats
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge tag 'vfio-ccw-20190828' of https://git.kernel.org/pub/scm/linux/kernel/...Vasily Gorbik2019-08-294-4/+124
| |\ \ \ \
| | * | | | vfio-ccw: add some loggingCornelia Huck2019-08-234-4/+124
| * | | | | s390/vmcp: correct early_param handlingVasily Gorbik2019-08-261-0/+2
| |/ / / /
| * | | | s390/pkey: add CCA AES cipher key supportHarald Freudenberger2019-08-213-54/+664
| * | | | s390/zcrypt: Add low level functions for CCA AES cipher keysHarald Freudenberger2019-08-212-4/+903
| * | | | s390/zcrypt: extend cca_findcard function and helperHarald Freudenberger2019-08-214-24/+83
| * | | | s390/pkey: pkey cleanup: narrow in-kernel API, fix some variable typesHarald Freudenberger2019-08-211-21/+16
| * | | | s390: clean .bss before running uncompressed kernelVasily Gorbik2019-08-211-3/+0
| * | | | s390/zcrypt: new sysfs attributes serialnr and mkvpsHarald Freudenberger2019-07-293-14/+141
| * | | | s390/zcrypt: add base code for cca crypto card info supportHarald Freudenberger2019-07-291-56/+75
| * | | | s390/zcrypt: move cca misc functions to new code fileHarald Freudenberger2019-07-295-931/+1036
* | | | | s390/qeth: reject oversized SNMP requestsJulian Wiedmann2019-08-241-0/+4
| |_|_|/ |/| | |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-08-192-0/+21
|\ \ \ \
| * | | | s390/qeth: serialize cmd reply with concurrent timeoutJulian Wiedmann2019-08-132-0/+21
| | |_|/ | |/| |
* | | | Merge tag 'Wimplicit-fallthrough-5.3-rc4' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-08-103-1/+5
|\ \ \ \ | |/ / / |/| | |
| * | | s390/net: Mark expected switch fall-throughsGustavo A. R. Silva2019-08-093-1/+5
| |/ /
* | | Merge tag 's390-5.3-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-08-025-14/+10
|\ \ \
| * | | s390/zcrypt: adjust switch fall through comments for -Wimplicit-fallthroughVasily Gorbik2019-08-022-13/+5
| * | | vfio-ccw: make vfio_ccw_async_region_ops staticVasily Gorbik2019-07-291-1/+1
| * | | s390/3215: add switch fall through comment for -Wimplicit-fallthroughVasily Gorbik2019-07-291-0/+1
| * | | s390/tape: add fallthrough annotationsHeiko Carstens2019-07-291-0/+3
| |/ /
* / / s390/dasd: fix endless loop after read unit address configurationStefan Haberland2019-08-011-6/+16
|/ /
* | virtio/s390: fix race on airq_areas[]Halil Pasic2019-07-261-0/+4
* | Merge tag 'vfio-ccw-20190717-2' of https://git.kernel.org/pub/scm/linux/kerne...Heiko Carstens2019-07-232-12/+18
|\ \
| * | vfio-ccw: Don't call cp_free if we are processing a channel programFarhan Ali2019-07-151-1/+1
| * | vfio-ccw: Set pa_nr to 0 if memory allocation fails for pa_iova_pfnFarhan Ali2019-07-151-1/+3
| * | vfio-ccw: Fix memory leak and don't call cp_free in cp_initFarhan Ali2019-07-151-4/+7
| * | vfio-ccw: Fix misleading comment when setting orb.cmd.c64Farhan Ali2019-07-151-6/+7
* | | s390/qdio: restrict QAOB usage to IQD unicast queuesJulian Wiedmann2019-07-231-7/+5
* | | s390/qdio: add sanity checks to the fast-requeue pathJulian Wiedmann2019-07-231-6/+6
| |/ |/|
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-07-202-7/+55
|\ \
| * | scsi: zfcp: fix GCC compiler warning emitted with -Wmaybe-uninitializedBenjamin Block2019-07-111-0/+7
| * | scsi: zfcp: fix request object use-after-free in send path causing wrong tracesBenjamin Block2019-07-111-2/+8
| * | scsi: zfcp: fix request object use-after-free in send path causing seqno errorsBenjamin Block2019-07-111-5/+40
* | | Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-181-1/+1
|\ \ \
| * | | libnvdimm: add dax_dev sync flagPankaj Gupta2019-07-051-1/+1
* | | | Merge tag 's390-5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-07-1213-160/+1451
|\ \ \ \ | | |_|/ | |/| |
| * | | s390/zcrypt: remove the exporting of ap_query_configurationDenis Efremov2019-07-111-1/+0
| * | | s390/ipl: Fix detection of has_secure attributePhilipp Rudo2019-07-111-1/+0
| * | | s390: vfio-ap: fix irq registrationChristian Borntraeger2019-07-111-2/+1
| * | | s390/dasd: Handle out-of-space constraintJan Höppner2019-07-115-3/+243
| * | | s390/dasd: Add discard support for ESE volumesJan Höppner2019-07-111-3/+54
| * | | s390/dasd: Use ALIGN_DOWN macroJan Höppner2019-07-111-1/+1
| * | | s390/dasd: Make dasd_setup_queue() a discipline functionJan Höppner2019-07-117-80/+103
| * | | s390/dasd: Add new ioctl to release spaceJan Höppner2019-07-114-0/+361
| * | | s390/dasd: Add dasd_sleep_on_queue_interruptible()Jan Höppner2019-07-112-0/+10
| * | | s390/dasd: Add dynamic formatting support for ESE volumesJan Höppner2019-07-113-14/+239
| * | | s390/dasd: Recognise data for ESE volumesJan Höppner2019-07-114-4/+430
| * | | s390/dasd: Put sub-order definitions in a separate sectionJan Höppner2019-07-111-2/+6
| * | | s390/dasd: Make layout analysis ESE compatibleJan Höppner2019-07-111-6/+6