aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/cio (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds5-67/+150
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook2-3/+4
2018-06-12Merge tag 'vfio-ccw-20180529' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/vfio-ccw into featuresMartin Schwidefsky5-67/+150
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-2/+1
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook1-2/+1
2018-06-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds2-0/+37
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2018-05-29vfio: ccw: add tracepoints for interesting error pathsHalil Pasic3-1/+71
2018-05-29vfio: ccw: set ccw->cda to NULL defensivelyDong Jia Shi1-11/+20
2018-05-29vfio: ccw: refactor and improve pfn_array_alloc_pin()Dong Jia Shi1-46/+36
2018-05-29vfio: ccw: shorten kernel doc description for pfn_array_pin()Dong Jia Shi1-8/+6
2018-05-29vfio: ccw: push down unsupported IDA checkHalil Pasic1-3/+16
2018-05-29vfio: ccw: fix error return in vfio_ccw_sch_eventDong Jia Shi1-1/+4
2018-05-23s390/cio: add test for ccwgroup deviceSebastian Ott1-0/+6
2018-05-23s390/cio: add helper to query utility strings per given ccw deviceSebastian Ott1-0/+31
2018-05-15s390/qdio: don't release memory in qdio_setup_irq()Julian Wiedmann1-8/+2
2018-05-15s390/qdio: fix access to uninitialized qdio_q fieldsJulian Wiedmann1-1/+1
2018-05-02Merge branch 'timers/urgent' into timers/coreThomas Gleixner2-10/+23
2018-04-27vfio: ccw: fix cleanup if cp_prefetch failsHalil Pasic1-1/+12
2018-04-23vfio: ccw: process ssch with interrupts disabledCornelia Huck1-7/+12
2018-04-23s390/cio: update chpid descriptor after resource accessibility eventSebastian Ott1-3/+11
2018-04-19compat: Move compat_timespec/ timeval to compat_time.hDeepa Dinamani1-1/+0
2018-04-10s390: assume diag308 set always worksVasily Gorbik3-249/+0
2018-04-10s390/ipl: rely on diag308 store to get ipl infoVasily Gorbik1-33/+0
2018-04-10s390/qdio: lock device while installing IRQ handlerJulian Wiedmann1-0/+2
2018-04-10s390/qdio: clear intparm during shutdownJulian Wiedmann1-1/+3
2018-04-10s390/ccwgroup: require at least one ccw deviceJulian Wiedmann1-1/+4
2018-03-28s390/cio: add util_string sysfs attributeSebastian Ott1-0/+23
2018-03-26s390/chsc: query utility strings via fmt3 channel path descriptorSebastian Ott4-0/+12
2018-03-26s390/cio: rename struct channel_path_descSebastian Ott5-46/+32
2018-03-26s390/cio: fix unbind of io_subchannel_driverSebastian Ott1-8/+8
2018-03-26s390/qdio: split up CCQ handling for EQBS / SQBSJulian Wiedmann1-44/+33
2018-03-26s390/qdio: don't retry EQBS after CCQ 96Julian Wiedmann1-9/+2
2018-03-26s390/qdio: restrict buffer merging to eligible devicesJulian Wiedmann1-1/+2
2018-03-26s390/qdio: don't merge ERROR output buffersJulian Wiedmann1-11/+20
2018-03-26s390/qdio: simplify math in get_*_buffer_frontier()Julian Wiedmann1-7/+4
2018-03-01vfio-ccw: fence off transport modeCornelia Huck1-0/+5
2018-02-22s390/cio: clear timer when terminating driver I/OSebastian Ott1-0/+1
2018-02-22s390/cio: fix return code after missing interruptSebastian Ott2-2/+5
2018-02-22s390/cio: fix ccw_device_start_timeout APISebastian Ott1-40/+32
2018-02-05s390/cio: fix kernel-doc usageSebastian Ott5-11/+9
2018-02-02s390/cmf: fix kerneldocCornelia Huck1-7/+8
2018-01-09treewide: Use DEVICE_ATTR_ROJoe Perches2-8/+8
2018-01-09treewide: Use DEVICE_ATTR_RWJoe Perches1-1/+1
2017-12-05s390: add a few more SPDX identifiersMartin Schwidefsky1-0/+1
2017-12-05s390/qdio: restrict target-full handling to IQDIOJulian Wiedmann1-2/+2
2017-12-05s390/qdio: consider ERROR buffers for inbound-full conditionJulian Wiedmann1-1/+2
2017-11-24s390: drivers: Remove redundant license textGreg Kroah-Hartman4-20/+0
2017-11-24s390: cio: add SPDX identifiers to the remaining filesGreg Kroah-Hartman16-0/+16
2017-11-14s390/cio: Convert timers to use timer_setup()Kees Cook4-15/+14