summaryrefslogtreecommitdiffstats
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
* 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-121-0/+7
| * scsi: zfcp: fix request object use-after-free in send path causing wrong tracesBenjamin Block2019-07-121-2/+8
| * scsi: zfcp: fix request object use-after-free in send path causing seqno errorsBenjamin Block2019-07-121-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-061-1/+1
* | | Merge tag 's390-5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-07-1313-160/+1451
|\ \ \
| * | | s390/zcrypt: remove the exporting of ap_query_configurationDenis Efremov2019-07-111-1/+0Star
| * | | s390/ipl: Fix detection of has_secure attributePhilipp Rudo2019-07-111-1/+0Star
| * | | s390: vfio-ap: fix irq registrationChristian Borntraeger2019-07-111-2/+1Star
| * | | 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
| * | | s390/dasd: Remove old defines and functionJan Höppner2019-07-111-21/+0Star
| * | | s390/dasd: Remove unused structs and function prototypesJan Höppner2019-07-111-25/+0Star
* | | | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-127-19/+17Star
|\ \ \ \
| * | | | drivers: s390/cio: Fix compilation warning about const qualifiersSuzuki K Poulose2019-06-262-4/+2Star
| * | | | driver_find_device: Unify the match function with class_find_device()Suzuki K Poulose2019-06-243-4/+4
| * | | | bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2019-06-244-10/+10
* | | | | Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-07-121-2/+2
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | scsi: s390: zfcp_fc: use sg helper to iterate over scatterlistMing Lei2019-06-201-2/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-115-992/+706Star
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | s390/qeth: move cast type selection into fill_header()Julian Wiedmann2019-06-274-33/+26Star
| * | | | s390/qeth: extract helper for route validationJulian Wiedmann2019-06-272-28/+34
| * | | | s390/qeth: consolidate skb RX processing in L3 driverJulian Wiedmann2019-06-271-18/+12Star
| * | | | s390/qeth: consolidate pm codeJulian Wiedmann2019-06-274-80/+19Star
| * | | | s390/qeth: streamline SNMP cmd codeJulian Wiedmann2019-06-271-31/+18Star
| * | | | s390/qeth: remove static cmd buffer infrastructureJulian Wiedmann2019-06-274-244/+59Star
| * | | | s390/qeth: dynamically allocate MPC cmdsJulian Wiedmann2019-06-271-17/+19
| * | | | s390/qeth: dynamically allocate vnicc cmdsJulian Wiedmann2019-06-272-74/+62Star
| * | | | s390/qeth: dynamically allocate diag cmdsJulian Wiedmann2019-06-274-11/+30
| * | | | s390/qeth: dynamically allocate various cmds with sub-typesJulian Wiedmann2019-06-275-83/+78Star
| * | | | s390/qeth: clarify parameter for simple assist cmdsJulian Wiedmann2019-06-274-23/+26
| * | | | s390/qeth: dynamically allocate simple IPA cmdsJulian Wiedmann2019-06-275-18/+56
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-221-0/+1
| |\ \ \ \
| * | | | | s390/qeth: allocate a single cmd on read channelJulian Wiedmann2019-06-144-24/+39
| * | | | | s390/qeth: command-chain the IDX sequenceJulian Wiedmann2019-06-141-44/+14Star
| * | | | | s390/qeth: convert RCD code to common IO infrastructureJulian Wiedmann2019-06-143-90/+46Star
| * | | | | s390/qeth: add support for dynamically allocated cmdsJulian Wiedmann2019-06-142-9/+56
| * | | | | s390/qeth: remove 'channel' parameter from callbacksJulian Wiedmann2019-06-143-27/+21Star
| * | | | | s390/qeth: convert device-specific trace entriesJulian Wiedmann2019-06-143-137/+122Star
| * | | | | s390/qeth: remove OSN-specific IO codeJulian Wiedmann2019-06-143-37/+10Star
| * | | | | s390/qeth: remove qeth_wait_for_buffer()Julian Wiedmann2019-06-143-28/+37