aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/cio/device.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-17s390/cio: get rid of static console subchannelSebastian Ott1-12/+12
2013-04-17s390/cio: ccw_device_force_console don't use static variableSebastian Ott1-4/+2
2013-04-17s390/cio: wait_cons_dev don't use static variableSebastian Ott1-2/+25
2013-02-14s390/cio: export vpm via sysfsSebastian Ott1-0/+10
2013-01-08s390/irq: remove split irq fields from /proc/statHeiko Carstens1-6/+6
2012-11-23s390: use ccw_device_get_schidSebastian Ott1-11/+0
2012-10-26s390/cio: suppress 2nd path verification during resumeSebastian Ott1-7/+1
2012-09-06s390/cio: invalidate cdev pointer before deregistrationSebastian Ott1-1/+4
2012-09-06s390/cio: fix IO subchannel event raceSebastian Ott1-0/+2
2012-07-20s390/comments: unify copyright messages and remove file namesHeiko Carstens1-2/+1
2012-05-16s390/ccwgroup: exploit ccwdev_by_dev_idSebastian Ott1-1/+12
2012-01-24cio: remove {get,put}_driverSebastian Ott1-7/+1
2011-12-01[S390] hibernate: directly trigger subchannel evaluationSebastian Ott1-2/+2
2011-10-30[S390] fix mismatch in summation of I/O IRQ statisticsPeter Oberparleiter1-0/+13
2011-04-04[S390] cio: prevent purging of CCW devices in the online statePeter Oberparleiter1-6/+18
2011-03-23[S390] ccw_bus_type: make it staticSebastian Ott1-3/+2
2011-03-23[S390] ccw_driver: remove duplicate membersSebastian Ott1-4/+2
2011-03-15[S390] css_driver: remove duplicate membersSebastian Ott1-2/+4
2011-03-15[S390] css: move io_private to drv_dataSebastian Ott1-6/+11
2011-01-12[S390] cio: path_event overindication after resumeSebastian Ott1-0/+1
2010-11-10[S390] cio: fix incorrect ccw_device_init_countSebastian Ott1-1/+10
2010-10-25[S390] cio: fix I/O cancel functionPeter Oberparleiter1-0/+1
2010-10-25[S390] cio: notify drivers of channel path eventsSebastian Ott1-0/+9
2010-10-25[S390] cio: fix memleak in resume pathSebastian Ott1-2/+6
2010-08-09[S390] cio: ccw_device_online_store return -EINVAL in case of missing driverSebastian Ott1-4/+6
2010-08-09[S390] cio: CHSC SIOSL SupportMichael Ernst1-0/+37
2010-03-08[S390] cio: fix init_count in case of recognition after steal lockSebastian Ott1-2/+3
2010-02-26[S390] cio: trigger subchannel event at resume timeSebastian Ott1-50/+61
2010-02-26[S390] ccw_device_notify: improve return codesSebastian Ott1-5/+5
2010-02-26[S390] cio: make wait_events interruptibleSebastian Ott1-3/+8
2010-02-26[S390] cio: consolidate workqueuesSebastian Ott1-22/+6
2009-12-18[S390] cio: fix drvdata usage for the console subchannelSebastian Ott1-0/+1
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan1-1/+1
2009-12-07[S390] cio: dont unregister a busy device in ccw_device_set_offlineSebastian Ott1-9/+20
2009-12-07[S390] cio: change locking in io_subchannel_removeSebastian Ott1-3/+2
2009-12-07[S390] cio: quiesce subchannel in io_subchannel_removeSebastian Ott1-1/+9
2009-12-07[S390] cio: handle busy subchannel in ccw_device_move_to_schSebastian Ott1-2/+22
2009-12-07[S390] cio: fix quiesce stateSebastian Ott1-16/+19
2009-12-07[S390] cio: add per device initialization status flagSebastian Ott1-0/+6
2009-12-07[S390] cio: remove registered flag from ccw_device_privateSebastian Ott1-8/+3
2009-12-07[S390] cio: remove intretry flagPeter Oberparleiter1-41/+17
2009-12-07[S390] cio: allow setting not-operational devices offlinePeter Oberparleiter1-5/+4
2009-12-07[S390] cio: use ccw request infrastructure for pgidPeter Oberparleiter1-3/+0
2009-12-07[S390] cio: ensure proper locking during device recognitionPeter Oberparleiter1-0/+2
2009-12-07[S390] cio: handle error during device recognition consistentlyPeter Oberparleiter1-49/+8
2009-12-07[S390] cio: inform user when online/offline processing failsPeter Oberparleiter1-0/+22
2009-12-07[S390] cio: introduce ccw device todosPeter Oberparleiter1-103/+100
2009-12-07[S390] cio: introduce subchannel todosPeter Oberparleiter1-18/+5
2009-12-07[S390] cio: introduce parent-initiated device movePeter Oberparleiter1-331/+182
2009-12-07[S390] cio: fix repeat setting of cdev parent associationPeter Oberparleiter1-4/+1