summaryrefslogtreecommitdiffstats
path: root/drivers/s390/cio/device.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* s390/cio: sort out physical vs virtual pointers usageAlexander Gordeev2022-12-011-1/+1
* s390/cio: verify the driver availability for path_event callVineeth Vijayan2022-02-091-1/+1
* s390/cio: remove uevent suppress from cio driverVineeth Vijayan2021-12-061-17/+3
* s390/cio: unregister the subchannel while purgingVineeth Vijayan2021-10-041-0/+2
* Merge tag 's390-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-09-091-17/+4
|\
| * s390/cio: dont unregister subchannel from child-driversVineeth Vijayan2021-08-311-17/+4
* | bus: Make remove callback return voidUwe Kleine-König2021-07-211-3/+1
* | s390/cio: Make struct css_driver::remove return voidUwe Kleine-König2021-07-211-3/+2
|/
* s390/cio: remove invalid condition on IO_SCH_UNREGVineeth Vijayan2021-04-301-2/+1
* s390/cio: use dma helpers for setting masksJulian Wiedmann2021-01-191-6/+20
* s390/cio: remove ccw_device_add() wrapperJulian Wiedmann2021-01-191-10/+3
* Merge tag 's390-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2020-12-181-1/+1
|\
| * s390/delay: remove udelay_simple()Heiko Carstens2020-12-161-1/+1
* | Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-1/+14
|\ \ | |/ |/|
| * s390/cio: Add support for FCES status notificationVineeth Vijayan2020-11-161-1/+14
* | s390/cio: fix use-after-free in ccw_device_destroy_consoleQinglang Miao2020-12-091-2/+2
* | s390/cio: remove pm support from ccw bus driverVineeth Vijayan2020-12-021-245/+2
* | s390/cio: remove pm support from IO subchannel driversVineeth Vijayan2020-12-021-14/+0
|/
* s390/cio: avoid duplicated 'ADD' ueventsCornelia Huck2020-04-061-4/+9
* s390/cio: use fallthrough;Joe Perches2020-03-251-2/+2
* s390/cio: fix virtio-ccw DMA without PVHalil Pasic2019-10-101-1/+1
* drivers: Introduce device lookup variants by nameSuzuki K Poulose2019-07-301-14/+1
* Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-6/+4
|\
| * drivers: s390/cio: Fix compilation warning about const qualifiersSuzuki K Poulose2019-06-261-3/+1
| * driver_find_device: Unify the match function with class_find_device()Suzuki K Poulose2019-06-241-1/+1
| * bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2019-06-241-2/+2
* | s390/cio: add basic protected virtualization supportHalil Pasic2019-06-151-11/+57
|/
* s390/cio: fix unbind of io_subchannel_driverSebastian Ott2018-03-261-8/+8
* treewide: Use DEVICE_ATTR_ROJoe Perches2018-01-091-4/+4
* treewide: Use DEVICE_ATTR_RWJoe Perches2018-01-091-1/+1
* s390: drivers: Remove redundant license textGreg Kroah-Hartman2017-11-241-2/+0
* s390: cio: add SPDX identifiers to the remaining filesGreg Kroah-Hartman2017-11-241-0/+1
* s390/cio: Convert timers to use timer_setup()Kees Cook2017-11-141-4/+4
* s390/cio: recover from bad pathsSebastian Ott2017-09-191-3/+9
* s390/cio: constify attribute_group structures.Arvind Yadav2017-07-261-2/+2
* s390/cio: introduce io_subchannel_typeSebastian Ott2017-06-121-42/+0
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* s390: cio: make it explicitly non-modularPaul Gortmaker2016-10-311-3/+3
* s390/cio: remove subchannel_id from ccw_device_privateSebastian Ott2016-08-081-2/+0
* s390: Use pr_warn instead of pr_warningJoe Perches2016-03-071-13/+10
* s390/cio: fix use after free in cmb processingSebastian Ott2015-10-141-0/+2
* s390/cio: use device_lock during cmb activationSebastian Ott2015-10-141-1/+1
* s390/cio: set device name as early as possibleSebastian Ott2014-06-161-35/+36
* s390/cio: fix irq stats for early interrupts on ccw consolesSebastian Ott2014-02-211-8/+14
* s390/cio: reorder initialization of ccw consolesSebastian Ott2014-02-211-12/+17
* s390/cio: fix driver callback initialization for ccw consolesSebastian Ott2014-02-211-1/+2
* s390/cio: use device_lock to synchronize calls to the ccw driverSebastian Ott2013-12-161-10/+6
* s390/cio: fix unlocked access of online memberSebastian Ott2013-12-161-4/+9
* s390: replace strict_strtoul() with kstrtoul()Jingoo Han2013-08-221-1/+1
* s390/cio: fix early init counter usageSebastian Ott2013-04-171-7/+6