summaryrefslogtreecommitdiffstats
path: root/drivers/s390/cio
Commit message (Expand)AuthorAgeFilesLines
* s390/cio: fix accidental interrupt enabling during resumeSebastian Ott2016-09-301-8/+12
* s390: cio: remove redundant cio_cancel declarationDong Jia Shi2016-08-241-1/+0
* s390/qdio: avoid reschedule of outbound tasklet once killedUrsula Braun2016-08-081-24/+25
* s390/qdio: remove checks for ccw device internal stateSebastian Ott2016-08-081-6/+0
* s390/qdio: fix double return code evaluationSebastian Ott2016-08-081-8/+3
* s390/qdio: get rid of spin_lock_irqsave usageSebastian Ott2016-08-081-11/+8
* s390/cio: remove subchannel_id from ccw_device_privateSebastian Ott2016-08-082-3/+0
* s390/qdio: obtain subchannel_id via ccw_device_get_schid()Sebastian Ott2016-08-081-9/+23
* s390/cio: stop using subchannel_id from ccw_device_privateSebastian Ott2016-08-081-3/+4
* s390/cio: fix premature wakeup during chp configureSebastian Ott2016-07-311-14/+32
* s390/cio: convert cfg_lock mutex to spinlockSebastian Ott2016-07-311-9/+9
* s390/cio/chp : Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-07-181-9/+2
* s390/chsc: improve channel path descriptor determinationSebastian Ott2016-07-152-8/+7
* s390/chsc: sanitize fmt check for chp_desc determinationSebastian Ott2016-07-151-2/+3
* s390/cio: make fmt1 channel path descriptor optionalSebastian Ott2016-07-152-5/+8
* s390/chsc: fix ioctl CHSC_INFO_CU commandSebastian Ott2016-07-151-1/+1
* s390/cio/device_ops: fix kernel docSebastian Ott2016-07-151-11/+11
* s390/cio: allow to reset channel measurement blockSebastian Ott2016-07-141-9/+20
* s390/cio: use basic blocks for i/o inline assembliesHeiko Carstens2016-06-281-9/+82
* s390/cio: use basic blocks for cmf inline assembliesHeiko Carstens2016-06-281-6/+9
* s390/time: STP sync clock correctionMartin Schwidefsky2016-06-131-2/+6
* s390: use canonical include guard styleDaniel van Gerpen2016-06-132-2/+2
* s390: Use pr_warn instead of pr_warningJoe Perches2016-03-074-26/+21
* s390/cio: update measurement characteristicsSebastian Ott2016-01-262-9/+20
* s390/cio: ensure consistent measurement stateSebastian Ott2016-01-262-12/+13
* s390/cio: fix measurement characteristics memleakSebastian Ott2016-01-263-18/+6
* s390/cio: Change I/O instructions from inline to normal functionsPeter Oberparleiter2015-12-183-208/+238
* s390/cio: Introduce common I/O layer tracepointsPeter Oberparleiter2015-12-186-1/+419
* s390/cio: Consolidate inline assemblies and related data definitionsPeter Oberparleiter2015-12-184-60/+73
* s390/cio: Fix incorrect xsch opcode specificationPeter Oberparleiter2015-12-181-1/+1
* s390/cio: Remove unused inline assembliesPeter Oberparleiter2015-12-185-31/+16
* s390: Delete unnecessary checks before the function call "debug_unregister"Markus Elfring2015-11-273-12/+6
* s390/dump: rework CPU register dump codeMartin Schwidefsky2015-11-271-1/+1
* s390: add support for ipl devices in subchannel sets > 0Sebastian Ott2015-11-113-20/+46
* s390/cio: simplify css_generate_pgidSebastian Ott2015-11-091-5/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-11-048-237/+243
|\
| * s390/cio: de-duplicate subchannel validationPierre Morel2015-11-031-23/+4
| * s390/css: unneeded initialization in for_each_subchannelPierre Morel2015-11-031-1/+0
| * s390/cio: move ccw_device_stlck functionsSebastian Ott2015-10-273-70/+60
| * s390/cio: move ccw_device_call_handlerSebastian Ott2015-10-273-48/+38
| * s390/nmi: remove castsHeiko Carstens2015-10-271-3/+3
| * s390/cio: introduce pathmask_to_posSebastian Ott2015-10-141-2/+2
| * s390/cio: reactivate cmf after hibernateSebastian Ott2015-10-143-0/+15
| * s390/cio: use kmem_cache for extended measurement block allocationSebastian Ott2015-10-141-38/+26
| * s390/cio: fix memleak in channel measurementSebastian Ott2015-10-141-1/+3
| * s390/cio: improve locking during cmbe allocationSebastian Ott2015-10-141-20/+23
| * s390/cio: fix use after free in cmb processingSebastian Ott2015-10-142-11/+18
| * s390/cio: use device_lock during cmb activationSebastian Ott2015-10-142-13/+38
| * s390/cio: cleanup cmb_enable sysfs attrSebastian Ott2015-10-141-8/+14
* | s390/qdio: fix WARN_ON_ONCE conditionEugene Crosser2015-10-071-2/+2
|/