aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-08scsi: zfcp: Avoid benign overflow of the Request Queue's free-levelJulian Wiedmann1-1/+4
2020-07-08scsi: zfcp: Replace open-coded list moveJulian Wiedmann1-4/+3
2020-07-08scsi: zfcp: Clean up zfcp_erp_action_ready()Julian Wiedmann1-1/+1
2020-07-08scsi: zfcp: Fix an outdated comment for zfcp_qdio_send()Julian Wiedmann1-1/+1
2020-07-08scsi: zfcp: Use prandom_u32_max() for backoffGeorge Spelvin1-1/+1
2020-07-03vfio-ccw: Fix a build error due to missing include of linux/slab.hSean Christopherson1-0/+1
2020-07-03s390/zcrypt: provide cex4 cca sysfs attributes for cex3Harald Freudenberger2-8/+132
2020-07-03s390/ap: rename and clarify ap state machine related stuffHarald Freudenberger3-138/+138
2020-07-03s390/zcrypt: split ioctl function into smaller code unitsHarald Freudenberger1-72/+92
2020-07-03s390/zcrypt: code beautification and struct field renamesHarald Freudenberger9-149/+147
2020-07-03s390/zcrypt: fix smatch warningsHarald Freudenberger2-8/+8
2020-07-03s390/pkey: fix smatch warning inconsistent indentingHarald Freudenberger1-2/+2
2020-07-01s390/tty3270: remove function callback castsOscar Carter1-6/+6
2020-07-01dcssblk: don't set bd_block_size in ->openChristoph Hellwig1-1/+0
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig2-8/+7
2020-07-01block: remove the request_queue argument from blk_queue_splitChristoph Hellwig2-2/+2
2020-06-29s390/zcore: remove memmap deviceAlexander Egorenkov1-55/+2
2020-06-27Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+11
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-6/+5
2020-06-24blk-mq: move failure injection out of blk_mq_complete_requestChristoph Hellwig2-2/+3
2020-06-24scsi: zfcp: Fix panic on ERP timeout for previously dismissed ERP actionSteffen Maier1-2/+11
2020-06-18s390/qeth: let isolation mode override HW offload restrictionsJulian Wiedmann1-2/+4
2020-06-18s390/qeth: fix error handling for isolation mode cmdsJulian Wiedmann1-4/+1
2020-06-17s390/qdio: warn about unexpected SLSB statesJulian Wiedmann1-5/+11
2020-06-17s390/qdio: clean up usage of qdio_dataJulian Wiedmann1-10/+7
2020-06-16s390/zcrypt: use kzallocZou Wei1-2/+1
2020-06-16s390/virtio: remove unused pm callbacksCornelia Huck1-26/+0
2020-06-16s390/qdio: reduce SLSB writes during Input Queue processingJulian Wiedmann3-50/+20
2020-06-16s390/qdio: fine-tune SLSB updateJulian Wiedmann1-1/+8
2020-06-08Merge tag 's390-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds21-591/+830
2020-06-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds8-83/+265
2020-06-04vfio-ccw: make vfio_ccw_regops variables declarations staticVasily Gorbik1-2/+2
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds11-396/+487
2020-06-03vfio-ccw: Add trace for CRW eventEric Farman3-0/+32
2020-06-03vfio-ccw: Wire up the CRW irq and CRW regionFarhan Ali3-0/+74
2020-06-03vfio-ccw: Introduce a new CRW regionFarhan Ali4-0/+87
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-19/+57
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-16/+4
2020-06-02vfio-ccw: Refactor IRQ handlersEric Farman1-6/+17
2020-06-02vfio-ccw: Introduce a new schib regionFarhan Ali5-3/+112
2020-06-02vfio-ccw: Refactor the unregister of the async regionsEric Farman2-8/+13
2020-06-02vfio-ccw: Register a chp_event callback for vfio-ccwFarhan Ali1-0/+47
2020-06-02vfio-ccw: Introduce new helper functions to free/destroy regionsFarhan Ali1-10/+18
2020-06-02vfio-ccw: Enable transparent CCW IPL from DASDJared Rossi1-7/+12
2020-05-28s390/cio, s390/qeth: cleanup PNSO CHSCAlexandra Winter5-243/+156
2020-05-28s390/qdio: remove q->first_to_kickJulian Wiedmann2-14/+7
2020-05-28s390/qdio: fix up qdio_start_irq() kerneldocJulian Wiedmann1-1/+1
2020-05-21s390/dasd: remove ioctl_by_bdev callsStefan Haberland1-0/+34
2020-05-21dasd: refactor dasd_ioctl_informationChristoph Hellwig1-19/+23
2020-05-20s390/ap: introduce new ap function ap_get_qdev()Harald Freudenberger4-81/+95