aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2019-07-05vfio-ccw: Fix the conversion of Format-0 CCWs to Format-1Eric Farman1-1/+1
2019-07-02s390: ap: implement PAPQ AQIC interception in kernelPierre Morel3-7/+375
2019-07-02vfio: ap: register IOMMU VFIO notifierPierre Morel2-1/+44
2019-07-02s390: ap: kvm: add PQAP interception for AQICPierre Morel1-0/+2
2019-07-02s390/qdio: don't touch the dsci in tiqdio_add_input_queues()Julian Wiedmann1-1/+0
2019-07-02s390/qdio: (re-)initialize tiqdio list entriesJulian Wiedmann2-2/+4
2019-07-02s390/dasd: Fix a precision vs width bug in dasd_feature_list()Dan Carpenter1-1/+1
2019-07-02s390/cio: introduce driver_override on the css busCornelia Huck2-0/+54
2019-06-27s390/qeth: move cast type selection into fill_header()Julian Wiedmann4-33/+26
2019-06-27s390/qeth: extract helper for route validationJulian Wiedmann2-28/+34
2019-06-27s390/qeth: consolidate skb RX processing in L3 driverJulian Wiedmann1-18/+12
2019-06-27s390/qeth: consolidate pm codeJulian Wiedmann4-80/+19
2019-06-27s390/qeth: streamline SNMP cmd codeJulian Wiedmann1-31/+18
2019-06-27s390/qeth: remove static cmd buffer infrastructureJulian Wiedmann4-244/+59
2019-06-27s390/qeth: dynamically allocate MPC cmdsJulian Wiedmann1-17/+19
2019-06-27s390/qeth: dynamically allocate vnicc cmdsJulian Wiedmann2-74/+62
2019-06-27s390/qeth: dynamically allocate diag cmdsJulian Wiedmann4-11/+30
2019-06-27s390/qeth: dynamically allocate various cmds with sub-typesJulian Wiedmann5-83/+78
2019-06-27s390/qeth: clarify parameter for simple assist cmdsJulian Wiedmann4-23/+26
2019-06-27s390/qeth: dynamically allocate simple IPA cmdsJulian Wiedmann5-18/+56
2019-06-26drivers: s390/cio: Fix compilation warning about const qualifiersSuzuki K Poulose2-4/+2
2019-06-24vfio-ccw: make convert_ccw0_to_ccw1 staticCornelia Huck1-1/+1
2019-06-24Merge tag 'vfio-ccw-20190621' of https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/vfio-ccw into featuresVasily Gorbik3-278/+151
2019-06-24driver_find_device: Unify the match function with class_find_device()Suzuki K Poulose3-4/+4