summaryrefslogtreecommitdiffstats
path: root/drivers/s390/cio
Commit message (Expand)AuthorAgeFilesLines
* s390 cio: Rewrite trace point class s390_class_schibThomas Richter2018-07-231-6/+28
* s390 cio: Rewrite trace point in s390_cio_tschThomas Richter2018-07-231-4/+18
* s390 cio: Rewrite trace point in s390_cio_adapter_intThomas Richter2018-07-231-1/+3
* s390 cio: Rewrite trace point in s390_cio_stcrwThomas Richter2018-07-231-3/+17
* s390 cio: Rewrite trace point in s390_cio_tpiThomas Richter2018-07-231-2/+8
* s390 cio: Rewrite trace point in s390_cio_interruptThomas Richter2018-07-231-4/+8
* s390/chsc: fix packed-not-aligned warningsSebastian Ott2018-07-172-18/+18
* s390/css: reduce stsch callsSebastian Ott2018-07-174-79/+57Star
* s390/css: validate subchannel prior to allocationSebastian Ott2018-07-173-30/+23Star
* s390/css: start the subchannel evaluation earlierSebastian Ott2018-07-171-4/+5
* s390/cio: ensure that a chpid is registered only onceSebastian Ott2018-07-172-12/+12
* s390/qdio: reset old sbal_state flagsJulian Wiedmann2018-06-251-3/+2Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2018-06-195-67/+150
|\
| * Merge tag 'vfio-ccw-20180529' of git://git.kernel.org/pub/scm/linux/kernel/gi...Martin Schwidefsky2018-06-125-67/+150
| |\
| | * vfio: ccw: add tracepoints for interesting error pathsHalil Pasic2018-05-293-1/+71
| | * vfio: ccw: set ccw->cda to NULL defensivelyDong Jia Shi2018-05-291-11/+20
| | * vfio: ccw: refactor and improve pfn_array_alloc_pin()Dong Jia Shi2018-05-291-46/+36Star
| | * vfio: ccw: shorten kernel doc description for pfn_array_pin()Dong Jia Shi2018-05-291-8/+6Star
| | * vfio: ccw: push down unsupported IDA checkHalil Pasic2018-05-291-3/+16
| | * vfio: ccw: fix error return in vfio_ccw_sch_eventDong Jia Shi2018-05-291-1/+4
* | | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-132-3/+4
|/ /
* | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-071-2/+1Star
|\ \
| * | treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-061-2/+1Star
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2018-06-052-0/+37
|\ \ \ | | |/ | |/|
| * | s390/cio: add test for ccwgroup deviceSebastian Ott2018-05-231-0/+6
| * | s390/cio: add helper to query utility strings per given ccw deviceSebastian Ott2018-05-231-0/+31
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-051-1/+0Star
|\ \ \
| * \ \ Merge branch 'timers/urgent' into timers/coreThomas Gleixner2018-05-022-10/+23
| |\ \ \ | | | |/ | | |/|
| * | | compat: Move compat_timespec/ timeval to compat_time.hDeepa Dinamani2018-04-191-1/+0Star
* | | | s390/qdio: don't release memory in qdio_setup_irq()Julian Wiedmann2018-05-151-8/+2Star
* | | | s390/qdio: fix access to uninitialized qdio_q fieldsJulian Wiedmann2018-05-151-1/+1
| |_|/ |/| |
* | | vfio: ccw: fix cleanup if cp_prefetch failsHalil Pasic2018-04-271-1/+12
| |/ |/|
* | vfio: ccw: process ssch with interrupts disabledCornelia Huck2018-04-231-7/+12
* | s390/cio: update chpid descriptor after resource accessibility eventSebastian Ott2018-04-231-3/+11
|/
* s390: assume diag308 set always worksVasily Gorbik2018-04-103-249/+0Star
* s390/ipl: rely on diag308 store to get ipl infoVasily Gorbik2018-04-101-33/+0Star
* 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/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-265-46/+32Star
* 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/+33Star
* s390/qdio: don't retry EQBS after CCQ 96Julian Wiedmann2018-03-261-9/+2Star
* 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/+4Star
* vfio-ccw: fence off transport modeCornelia Huck2018-03-011-0/+5
* s390/cio: clear timer when terminating driver I/OSebastian Ott2018-02-221-0/+1