aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/s390/cio/css.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/git/gregkh/driver-coreLinus 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/git/gregkh/driver-coreLinus 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/linuxLinus 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/git/gregkh/driver-coreLinus 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