summaryrefslogtreecommitdiffstats
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-101-1/+1
|\
| * Merge branch 'for-4.17/dax' into libnvdimm-for-nextDan Williams2018-04-091-1/+1
| |\
| | * dax: introduce CONFIG_DAX_DRIVERDan Williams2018-04-031-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2018-04-0923-234/+973
|\ \ \
| * | | s390/cio: add util_string sysfs attributeSebastian Ott2018-03-281-0/+23
| * | | s390/chsc: query utility strings via fmt3 channel path descriptorSebastian Ott2018-03-264-0/+12
| * | | s390/cio: rename struct channel_path_descSebastian Ott2018-03-267-48/+34
| * | | s390/cio: fix unbind of io_subchannel_driverSebastian Ott2018-03-261-8/+8
| * | | s390/qdio: split up CCQ handling for EQBS / SQBSJulian Wiedmann2018-03-261-44/+33
| * | | s390/qdio: don't retry EQBS after CCQ 96Julian Wiedmann2018-03-261-9/+2
| * | | s390/qdio: restrict buffer merging to eligible devicesJulian Wiedmann2018-03-261-1/+2
| * | | s390/qdio: don't merge ERROR output buffersJulian Wiedmann2018-03-261-11/+20
| * | | s390/qdio: simplify math in get_*_buffer_frontier()Julian Wiedmann2018-03-261-7/+4
| * | | Merge tag 'vfio-ccw-20180305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Martin Schwidefsky2018-03-181-0/+5
| |\ \ \
| | * | | vfio-ccw: fence off transport modeCornelia Huck2018-03-011-0/+5
| * | | | s390/defkeymap: fix global init to zeroChristian Borntraeger2018-03-181-1/+1
| * | | | s390/sclp_tty: enable line mode tty even if there is an ascii consoleChristian Borntraeger2018-03-181-1/+4
| * | | | s390/char : Rename EBCDIC keymap variablesFarhan Ali2018-03-183-48/+61
| |/ / /
| * | | s390/dasd: set timestamps unconditionallyStefan Haberland2018-02-271-12/+13
| * | | s390/dasd: remove unneeded sanity checkStefan Haberland2018-02-271-2/+7
| * | | s390/sclp: 64 bit event maskClaudio Imbrenda2018-02-221-1/+1
| * | | s390/sclp: 32 bit event mask compatibility modeClaudio Imbrenda2018-02-223-8/+33
| * | | s390/sclp: generic event mask accessorsClaudio Imbrenda2018-02-224-23/+75
| * | | s390/sclp: clean up, use sccb_mask_t where appropriateClaudio Imbrenda2018-02-223-8/+8
| * | | s390/dasd: configurable IFCC handlingStefan Haberland2018-02-222-3/+57
| * | | s390/sclp: Add support for Store Data SCLP interfacePeter Oberparleiter2018-02-223-1/+572
* | | | Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-055-9/+9
|\ \ \ \
| * | | | bsg-lib: introduce a timeout field in struct bsg_jobChristoph Hellwig2018-03-131-2/+2
| * | | | block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche2018-03-084-7/+7
* | | | | Merge tag 'kbuild-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-04-031-1/+1
|\ \ \ \ \
| * | | | | kbuild: rename built-in.o to built-in.aNicholas Piggin2018-03-261-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-237-64/+62
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-03-223-8/+17
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | s390/qeth: on channel error, reject further cmd requestsJulian Wiedmann2018-03-221-0/+1
| | * | | s390/qeth: lock read device while queueing next bufferJulian Wiedmann2018-03-221-3/+13
| | * | | s390/qeth: when thread completes, wake up all waitersJulian Wiedmann2018-03-221-1/+1
| | * | | s390/qeth: free netdevice when removing a cardJulian Wiedmann2018-03-223-4/+2
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2018-03-074-56/+45
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| | * | s390/cio: clear timer when terminating driver I/OSebastian Ott2018-02-221-0/+1
| | * | s390/cio: fix return code after missing interruptSebastian Ott2018-02-222-2/+5
| | * | s390/cio: fix ccw_device_start_timeout APISebastian Ott2018-02-221-40/+32
| | * | s390/dasd: fix handling of internal requestsStefan Haberland2018-02-191-14/+7
| | |/
* | | s390/qeth: shrink qeth_ipaddr structJulian Wiedmann2018-03-093-30/+33
* | | s390/qeth: extract helpers for managing special IPsJulian Wiedmann2018-03-093-165/+57
* | | s390/qeth: simplify card look-up on IP notificationJulian Wiedmann2018-03-092-67/+12
* | | s390/qeth: restructure IP notification handlersJulian Wiedmann2018-03-092-63/+49
* | | s390/qeth: reset NAPI context during queue initJulian Wiedmann2018-03-093-4/+2
* | | s390/qeth: reduce RX skb setupJulian Wiedmann2018-03-092-10/+1
* | | s390/qeth: allocate skb from NAPI cacheJulian Wiedmann2018-03-093-6/+4
* | | s390/qeth: pass correct length to header_ops->create()Julian Wiedmann2018-03-091-4/+3
OpenPOWER on IntegriCloud