summaryrefslogtreecommitdiffstats
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
...
| * | | s390/ctcm: add __printf format attribute to ctcm_dbf_longtextHeiko Carstens2021-11-191-0/+1
| * | | s390/ctcm: fix format stringHeiko Carstens2021-11-191-1/+1
| * | | s390/qeth: allocate RX queue at probe timeJulian Wiedmann2021-11-191-18/+17
| | |/ | |/|
* | | s390/dasd: use default_groups in kobj_typeGreg Kroah-Hartman2022-01-081-1/+2
* | | s390/sclp_sd: use default_groups in kobj_typeGreg Kroah-Hartman2022-01-081-1/+2
* | | s390/zcrypt: CCA control CPRB sendingJuergen Christ2021-12-161-4/+3
* | | s390/sclp: fix memblock_phys_free() vs memblock_free() confusionHeiko Carstens2021-12-161-1/+1
* | | s390/vfio-ap: add status attribute to AP queue device's sysfs dirTony Krowiak2021-12-061-3/+76
* | | s390/qdio: remove unneeded sanity check in qdio_do_sqbs()Julian Wiedmann2021-12-061-2/+0
* | | s390/vmcp: use page_to_virt instead of page_to_physHeiko Carstens2021-12-061-2/+2
* | | s390/qdio: split do_QDIO()Julian Wiedmann2021-12-063-29/+57
* | | s390/qdio: split qdio_inspect_queue()Julian Wiedmann2021-12-063-44/+60
* | | s390/qdio: clarify handler logic for qdio_handle_activate_check()Julian Wiedmann2021-12-063-14/+13
* | | s390/qdio: clean up access to queue in qdio_handle_activate_check()Julian Wiedmann2021-12-061-2/+2
* | | s390/qdio: avoid allocating the qdio_irq with GFP_DMAJulian Wiedmann2021-12-063-14/+23
* | | s390/qdio: improve handling of CIWsJulian Wiedmann2021-12-063-26/+20
* | | s390/cio: remove uevent suppress from cio driverVineeth Vijayan2021-12-065-51/+3
| |/ |/|
* | s390: replace snprintf in show functions with sysfs_emitQing Wang2021-11-163-45/+45
|/
* s390/cio: check the subchannel validity for dev_busidVineeth Vijayan2021-11-081-2/+2
* s390/tape: fix timer initialization in tape_std_assign()Sven Schnelle2021-11-081-2/+1
* Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-11-0625-158/+237
|\
| * s390/ap: function rework based on compiler warningHarald Freudenberger2021-10-261-0/+3
| * s390/cio: make ccw_device_dma_* more robustHalil Pasic2021-10-261-1/+11
| * s390/vfio-ap: s390/crypto: fix all kernel-doc warningsTony Krowiak2021-10-263-20/+44
| * s390/hmcdrv: fix kernel doc commentsHeiko Carstens2021-10-261-0/+3
| * s390/ap: new module option ap.useirqHarald Freudenberger2021-10-261-1/+5
| * s390/sclp: sort out physical vs virtual pointers usageAlexander Gordeev2021-10-264-9/+14
| * s390/zcrypt: rework of debug feature messagesHarald Freudenberger2021-10-2610-117/+116
| * s390/ap: Fix hanging ioctl caused by orphaned repliesHarald Freudenberger2021-10-261-0/+2
| * s390/block/scm_blk: add error handling support for add_disk()Luis Chamberlain2021-10-041-1/+6
| * s390/block/dcssblk: add error handling support for add_disk()Gerald Schaefer2021-10-041-1/+7
| * s390/block/dasd_genhd: add error handling support for add_disk()Luis Chamberlain2021-10-041-2/+8
| * s390/sclp_vt220: fix unused function warningRandy Dunlap2021-10-041-2/+2
| * s390/sclp_sd: fix warnings about missing parameter descriptionPeter Oberparleiter2021-10-041-1/+8
| * s390/cio: derive cdev information only for IO-subchannelsVineeth Vijayan2021-10-041-3/+6
| * s390/cio: unregister the subchannel while purgingVineeth Vijayan2021-10-041-0/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-1/+1
|\ \
| * | memblock: rename memblock_free to memblock_phys_freeMike Rapoport2021-11-061-1/+1
| * | memblock: drop memblock_free_early_nid() and memblock_free_early()Mike Rapoport2021-11-061-1/+1
| |/
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-11-054-24/+42
|\ \
| * | scsi: zfcp: Switch to attribute groupsBart Van Assche2021-10-163-21/+39
| * | scsi: zfcp_scsi: Call scsi_done() directlyBart Van Assche2021-10-162-3/+3
* | | Merge tag 'vfio-v5.16-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2021-11-034-118/+167
|\ \ \
| * | | vfio/ccw: Convert to use vfio_register_emulated_iommu_dev()Jason Gunthorpe2021-10-283-48/+85
| * | | vfio/ccw: Pass vfio_ccw_private not mdev_device to various functionsJason Gunthorpe2021-10-281-22/+15
| * | | vfio/ccw: Use functions for alloc/free of the vfio_ccw_privateJason Gunthorpe2021-10-281-47/+66
| * | | vfio/ccw: Remove unneeded GFP_DMAJason Gunthorpe2021-10-281-1/+1
| * | | Merge branch 'v5.16/vfio/hch-cleanup-vfio-iommu_group-creation-v6' into v5.16...Alex Williamson2021-09-301-1/+1
| |\ \ \
| | * | | vfio: simplify iommu group allocation for mediated devicesChristoph Hellwig2021-09-301-1/+1
* | | | | Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-0212-254/+232
|\ \ \ \ \