aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/cio/css.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-09s390/cio: convert sprintf()/snprintf() to sysfs_emit()Li Zhijian1-7/+7
2024-03-13s390/virtio_ccw: use DMA handle from DMA APIHalil Pasic1-9/+16
2024-02-09s390/cio: make css_bus_type constRicardo B. Marliere1-2/+2
2023-12-12s390/cio: make sch->lock spinlock pointer a memberHalil Pasic1-26/+10
2023-10-16s390/cio: fix a memleak in css_alloc_subchannelDinghao Liu1-2/+4
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman1-2/+2
2023-01-22s390/cio: evaluate devices with non-operational pathsVineeth Vijayan1-6/+15
2022-10-26s390/cio: fix out-of-bounds access on cio_ignore freePeter Oberparleiter1-6/+2
2022-04-22s390/cio: Use driver_set_override() instead of open-codingKrzysztof Kozlowski1-24/+4
2021-12-06s390/cio: remove uevent suppress from cio driverVineeth Vijayan1-19/+0
2021-11-08s390/cio: check the subchannel validity for dev_busidVineeth Vijayan1-2/+2
2021-10-04s390/cio: derive cdev information only for IO-subchannelsVineeth Vijayan1-3/+6
2021-09-27s390/cio: avoid excessive path-verification requestsVineeth Vijayan1-9/+31
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+3
2021-08-18s390/cio: add dev_busid sysfs entry for each subchannelVineeth Vijayan1-0/+17
2021-08-18s390/cio: add rescan functionality on channel subsystemVineeth Vijayan1-0/+13
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-3/+1
2021-07-21s390/cio: Make struct css_driver::remove return voidUwe Kleine-König1-3/+4
2021-04-05s390/cio: use DECLARE_WAIT_QUEUE_HEAD() for wait_queueShixin Liu1-2/+1
2021-04-05s390/cio: use DEFINE_SPINLOCK() for spinlockShixin Liu1-2/+1
2021-01-19s390/cio: use dma helpers for setting masksJulian Wiedmann1-6/+14
2020-12-02s390/cio: remove pm support from css-bus driverVineeth Vijayan1-129/+1
2020-10-16Merge tag 's390-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-14/+0
2020-09-30s390/cio: remove unused channel_subsystem_reinitVasily Gorbik1-14/+0
2020-09-15s390/cio: Helper functions to read CSSID, IID, and CHIDAlexandra Winter1-3/+8
2020-08-17s390/cio: add cond_resched() in the slow_eval_known_fn() loopVineeth Vijayan1-0/+5
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-6/+5
2019-10-10s390/cio: fix virtio-ccw DMA without PVHalil Pasic1-1/+6
2019-09-23s390/cio: exclude subchannels with no parent from pseudo checkVasily Gorbik1-0/+2
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2019-07-02s390/cio: introduce driver_override on the css busCornelia Huck1-0/+53
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose1-2/+2
2019-06-15s390/airq: use DMA memory for adapter interruptsHalil Pasic1-0/+1
2019-06-15s390/cio: introduce DMA pools to cioHalil Pasic1-4/+129
2018-07-17s390/css: reduce stsch callsSebastian Ott1-18/+49
2018-07-17s390/css: validate subchannel prior to allocationSebastian Ott1-3/+8
2018-07-17s390/css: start the subchannel evaluation earlierSebastian Ott1-4/+5
2018-07-17s390/cio: ensure that a chpid is registered only onceSebastian Ott1-2/+1
2018-01-09treewide: Use DEVICE_ATTR_ROJoe Perches1-4/+4
2017-11-24s390: drivers: Remove redundant license textGreg Kroah-Hartman1-2/+0
2017-11-24s390: cio: add SPDX identifiers to the remaining filesGreg Kroah-Hartman1-0/+1
2017-06-12s390/cio: introduce io_subchannel_typeSebastian Ott1-0/+49
2017-01-16s390/cio: remove unused struct memberSebastian Ott1-1/+0
2017-01-16s390/cio: export real cssidSebastian Ott1-0/+22
2017-01-16s390/cio: css initialization cleanupSebastian Ott1-56/+47
2017-01-16s390/cio: css attribute cleanupSebastian Ott1-28/+29
2017-01-16s390/cio: use cssid for pgid generationSebastian Ott1-2/+4
2017-01-16s390/cio: clarify cssid usageSebastian Ott1-19/+11
2016-10-31s390: cio: make it explicitly non-modularPaul Gortmaker1-3/+3
2015-12-18s390/cio: Remove unused inline assembliesPeter Oberparleiter1-1/+1
2015-11-09s390/cio: simplify css_generate_pgidSebastian Ott1-5/+0
2015-11-03s390/css: unneeded initialization in for_each_subchannelPierre Morel1-1/+0
2015-10-14s390/cio: reactivate cmf after hibernateSebastian Ott1-0/+1
2013-12-16s390/css: Prevent unnecessary allocation in subchannel loopPeter Oberparleiter1-1/+9
2013-12-16s390/cio: Delay scan for newly available I/O devicesPeter Oberparleiter1-6/+7
2013-12-16s390/cio: Relax subchannel scan loopPeter Oberparleiter1-0/+3
2013-08-30s390/cio: fix unlocked access of global bitmapSebastian Ott1-0/+2
2013-08-22s390: replace strict_strtoul() with kstrtoul()Jingoo Han1-1/+1
2013-04-17s390/css: move subchannel lock allocationSebastian Ott1-8/+28
2013-04-17s390/css: remove unused function definitionsSebastian Ott1-2/+2
2013-04-17s390/css: introduce cio_register_early_subchannelsSebastian Ott1-19/+12
2013-04-17s390/cio: get rid of static console subchannelSebastian Ott1-14/+9
2013-04-17s390/cio: split subchannel registrationSebastian Ott1-19/+18
2013-04-17s390/cio: collect format 1 channel-path description dataPeter Oberparleiter1-3/+2
2013-02-14s390/time: rename tod clock access functionsHeiko Carstens1-1/+1
2012-10-18s390/css: stop stsch loop after cc 3Sebastian Ott1-1/+6
2012-09-26s390/css: export css_sched_sch_todoSebastian Ott1-0/+1
2011-12-01[S390] hibernate: directly trigger subchannel evaluationSebastian Ott1-45/+59
2011-07-15PM: Improve error code of pm_notifier_call_chain()Akinobu Mita1-4/+4
2011-03-15[S390] css_bus_type: make it staticSebastian Ott1-2/+2
2011-03-15[S390] css_driver: remove duplicate membersSebastian Ott1-2/+0
2011-01-05[S390] css: update subchannel descriptorSebastian Ott1-0/+8
2010-12-01[S390] css: fix rsid evaluation for 2nd crwSebastian Ott1-1/+1
2010-10-25[S390] css: update subchannel description after hibernateSebastian Ott1-0/+1
2010-10-25[S390] css: update descriptor after hibernateSebastian Ott1-0/+9
2010-10-25[S390] chsc: consolidate memory allocationsSebastian Ott1-21/+3
2010-10-25[S390] chsc: initialization fixesSebastian Ott1-9/+9
2010-10-25[S390] css: fix sparse warningSebastian Ott1-1/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-05-17[S390] avoid default_llseek in s390 driversMartin Schwidefsky1-0/+1
2010-05-17[S390] More cleanup for struct _lowcoreMartin Schwidefsky1-2/+5
2010-04-22[S390] add hook to reenable mss after hibernationSebastian Ott1-0/+5
2010-04-22[S390] cio: allow enable_facility from outside init functionsSebastian Ott1-8/+3
2010-02-26[S390] cio: trigger subchannel event at resume timeSebastian Ott1-1/+1
2010-02-26[S390] cio: make wait_events interruptibleSebastian Ott1-6/+12
2010-02-26[S390] cio: introduce cio_settleSebastian Ott1-5/+42
2010-02-26[S390] cio: consolidate workqueuesSebastian Ott1-8/+18
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan1-1/+1
2009-12-07[S390] cio: introduce subchannel todosPeter Oberparleiter1-0/+48
2009-12-07[S390] cio: introduce parent-initiated device movePeter Oberparleiter1-2/+7
2009-09-22[S390] cio: introduce consistent subchannel scanningSebastian Ott1-106/+40
2009-09-22[S390] cio: idset use actual number of ssidsSebastian Ott1-13/+13
2009-09-22[S390] cio: dont kfree vmalloced memorySebastian Ott1-2/+2
2009-09-22[S390] cio: introduce css_settleSebastian Ott1-6/+11
2009-09-22[S390] cio: introduce css_eval_scheduledSebastian Ott1-0/+16
2009-09-22[S390] cio: merge init callsSebastian Ott1-8/+57
2009-09-15driver model: constify attribute groupsDavid Brownell1-1/+1
2009-09-11[S390] Get rid of cpuid.h header file.Heiko Carstens1-2/+2
2009-09-11[S390] proper use of device registerSebastian Ott1-15/+8
2009-09-11[S390] cio: remove subchannel init_nameSebastian Ott1-5/+2
2009-09-11[S390] cio: fix memleak in subchannel validationSebastian Ott1-0/+5
2009-09-11[S390] cio: consolidate subchannel intparm resetPeter Oberparleiter1-0/+3
2009-06-16[S390] pm: css bus power management callbacksSebastian Ott1-5/+152
2009-03-26Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds1-11/+47
2009-03-26[S390] eliminate cpuinfo_S390 structureMartin Schwidefsky1-1/+1
2009-03-26[S390] cio: prevent workqueue deadlockPeter Oberparleiter1-3/+16
2009-03-26[S390] cio: device scan oom fallback.Sebastian Ott1-4/+27
2009-03-26[S390] split/move machine check handler codeHeiko Carstens1-3/+3
2009-03-24Driver core: implement uevent suppress in kobjectMing Lei1-2/+2
2008-12-25[S390] convert cio printks to pr_xxx macros.Michael Ernst1-2/+6
2008-12-25[S390] cio: introduce cio_commit_configSebastian Ott1-2/+2
2008-10-10[S390] bus_id -> dev_set_name() changesCornelia Huck1-2/+2
2008-09-09[S390] cio: Correct cleanup on error.Cornelia Huck1-14/+18
2008-08-21[S390] cio: call ccw driver notify function with lock heldPeter Oberparleiter1-1/+0
2008-07-14[S390] cio: fix double unregistering of subchannelsSebastian Ott1-1/+2
2008-07-14[S390] css: Use css_device_id for bus matching.Cornelia Huck1-9/+6
2008-07-14[S390] cio: Use isc_{register,unregister}.Cornelia Huck1-1/+1
2008-07-14[S390] cio: Introduce abstract isc definitions.Cornelia Huck1-1/+3
2008-07-14[S390] cio: Get rid of css_characteristics_avail.Cornelia Huck1-9/+3
2008-07-14[S390] cio: Base message subchannel handling.Cornelia Huck1-0/+2
2008-07-14[S390] cio: Export some symbols for modular css drivers.Cornelia Huck1-0/+5
2008-07-14[S390] cio: Cleanup crw interface.Cornelia Huck1-7/+24
2008-07-14[S390] cio: Rework css driver.Cornelia Huck1-107/+16
2008-07-14[S390] cio: Introduce modalias for css bus.Cornelia Huck1-6/+63
2008-07-14[S390] cio: Register all subchannels.Cornelia Huck1-19/+0
2008-05-07[S390] cio: Remove cio_msg kernel parameter.Michael Ernst1-2/+2
2008-04-30[S390] cio: Use strict_strtoul() for attributes.Cornelia Huck1-3/+7
2008-04-17[S390] cio: fix parallel cm_enable processing.Michael Ernst1-1/+9
2008-04-17[S390] cio: Fix race for "fast" path gone/path back situations.Cornelia Huck1-0/+6
2008-01-26[S390] cio: reduce cpu utilization during device scanPeter Oberparleiter1-18/+102
2008-01-26[S390] cio: Set driver->owner on css, ccw and ccwgroup busses.Cornelia Huck1-0/+1
2008-01-26[S390] cio: I/O subchannel specific fields.Cornelia Huck1-2/+16
2008-01-26[S390] cio: Introduce subchannel->private.Cornelia Huck1-1/+1
2008-01-26[S390] cio: Add css_driver_{register,unregister}.Cornelia Huck1-0/+27
2008-01-26[S390] cio: Reset sch->driver.Cornelia Huck1-9/+13
2008-01-26[S390] cio: css_driver: Use consistent parameters.Cornelia Huck1-1/+1
2008-01-26[S390] cio: Use helpers instead of container_of().Cornelia Huck1-3/+3
2007-12-04[S390] cio: add missing reprobe loop end statementPeter Oberparleiter1-0/+1
2007-11-20[S390] cio: Register/unregister subchannels only from kslowcrw.Cornelia Huck1-1/+1
2007-10-22[S390] cio: Fix incomplete commit for uevent suppression.Cornelia Huck1-0/+9
2007-10-12[S390] cio: Disable channel path measurements on shutdown/reboot.Cornelia Huck1-0/+29
2007-10-12[S390] cio: rename css to channel_subsystemsCornelia Huck1-30/+39
2007-08-10[S390] cio: avoid memory leak on error in css_alloc_subchannel().Cornelia Huck1-0/+1
2007-07-27[S390] cio: Reorganize initialization.Cornelia Huck1-3/+16
2007-07-27[S390] cio: Clean up messages.Cornelia Huck1-6/+5
2007-07-27[S390] cio: css_sch_device_register() can be made static.Cornelia Huck1-1/+1
2007-05-10[S390] cio: Make some structures and a function static.Cornelia Huck1-2/+1
2007-04-27[S390] cio: fix subchannel channel-path data usagePeter Oberparleiter1-5/+48
2007-04-27[S390] cio: replace subchannel evaluation queue with bitmapPeter Oberparleiter1-101/+47
2007-02-05[S390] Avoid excessive inlining.Heiko Carstens1-3/+3
2007-02-05[S390] cio: Catch operand exceptions on stsch.Cornelia Huck1-1/+1
2007-02-05[S390] Get rid of a lot of sparse warnings.Heiko Carstens1-4/+1
2006-12-15[S390] cio: css_register_subchannel race.Stefan Bader1-1/+2
2006-12-08[S390] Use dev->groups for adding/removing the subchannel attribute group.Cornelia Huck1-4/+1
2006-12-08[S390] Support for disconnected devices reappearing on another subchannel.Cornelia Huck1-4/+33
2006-12-08[S390] subchannel lock conversion.Cornelia Huck1-10/+12
2006-12-08[S390] Some preparations for the dynamic subchannel mapping patch.Cornelia Huck1-4/+9
2006-12-06[PATCH] More work_struct induced breakage (s390)Al Viro1-5/+4
2006-10-27[S390] cio: css_probe_device() must be called enabled.Cornelia Huck1-4/+3
2006-10-11[S390] cio: remove casts from/to (void *).Cornelia Huck1-1/+1
2006-09-20[S390] cio: subchannel evaluation function operates without lockPeter Oberparleiter1-99/+104
2006-07-12[S390] path grouping and path verifications fixes.Cornelia Huck1-3/+9
2006-07-12[S390] subchannel register/unregister mutex.Cornelia Huck1-3/+21
2006-06-29[S390] cio async subchannel reprobe.Peter Oberparleiter1-0/+63
2006-03-24[PATCH] s390: kzalloc() conversion in drivers/s390Eric Sesterhenn1-2/+1
2006-03-24[PATCH] s390: channel path measurementsCornelia Huck1-0/+41
2006-03-14[PATCH] "s390: multiple subchannel sets support" fixGreg Smith1-0/+3
2006-02-01[PATCH] s390: Remove CVS generated informationHeiko Carstens1-1/+0
2006-01-14[PATCH] s390: email-address changeCornelia Huck1-2/+2
2006-01-13[PATCH] Add {css,ccw}_bus_type probe, remove, shutdown methods.Cornelia Huck1-2/+34
2006-01-06[PATCH] s390: Fix missing release function and cosmetic changesCornelia Huck1-0/+10
2006-01-06[PATCH] s390: multiple subchannel sets supportCornelia Huck1-12/+32
2006-01-06[PATCH] s390: introduce struct channel_subsystemCornelia Huck1-21/+46
2006-01-06[PATCH] s390: introduce for_each_subchannelCornelia Huck1-52/+58
2006-01-06[PATCH] s390: introduce struct subchannel_idCornelia Huck1-31/+38
2006-01-06[PATCH] s390: move s390_root_dev_* out of the cio layerCarsten Otte1-41/+0
2005-06-25[PATCH] s/390: Use klist in cioCornelia Huck1-20/+14
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+575