summaryrefslogtreecommitdiffstats
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2018-04-1312-705/+166
|\
| * s390/zcrypt: Support up to 256 crypto adapters.Harald Freudenberger2018-04-114-71/+156
| * s390/zcrypt: Remove deprecated zcrypt proc interface.Harald Freudenberger2018-04-101-231/+0
| * s390/zcrypt: Remove deprecated ioctls.Harald Freudenberger2018-04-102-85/+1
| * s390/zcrypt: Make ap init functions static.Harald Freudenberger2018-04-102-5/+2
| * s390: assume diag308 set always worksVasily Gorbik2018-04-104-272/+0
| * s390/ipl: rely on diag308 store to get ipl infoVasily Gorbik2018-04-101-33/+0
| * s390/qdio: lock device while installing IRQ handlerJulian Wiedmann2018-04-101-0/+2
| * s390/qdio: clear intparm during shutdownJulian Wiedmann2018-04-101-1/+3
| * s390/ccwgroup: require at least one ccw deviceJulian Wiedmann2018-04-101-1/+4
| * s390/zcrypt: remove unused functions and declarationsHarald Freudenberger2018-04-102-8/+0
* | 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
OpenPOWER on IntegriCloud