summaryrefslogtreecommitdiff
path: root/drivers/s390
AgeCommit message (Expand)AuthorFilesLines
2020-08-05Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds1-13/+20
2020-08-04Merge tag 'tasklets-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2020-08-03Merge tag 's390-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds18-631/+685
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds4-13/+12
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook1-1/+1
2020-07-20s390/qdio: remove internal polling in non-thinint pathJulian Wiedmann2-27/+2
2020-07-20s390/qdio: allow to scan all 128 Input SBALsJulian Wiedmann1-5/+1
2020-07-20s390/qdio: fix statistics for 128 SBALsJulian Wiedmann3-14/+3
2020-07-15s390/dasd: Use struct_size() helperGustavo A. R. Silva1-5/+3
2020-07-15s390/dasd: fix inability to use DASD with DIAG driverStefan Haberland1-8/+17
2020-07-10s390/ap: rework crypto config info and default domain codeHarald Freudenberger1-148/+153
2020-07-08Merge tag 'v5.8-rc4' into for-5.9/driversJens Axboe2-8/+16
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-28Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-2/+11
2020-06-26Merge 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-19s390/qeth: let isolation mode override HW offload restrictionsJulian Wiedmann1-2/+4
2020-06-19s390/qeth: fix error handling for isolation mode cmdsJulian Wiedmann1-4/+1
2020-06-18s390/qdio: warn about unexpected SLSB statesJulian Wiedmann1-5/+11
2020-06-18s390/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/...Linus Torvalds21-591/+830
2020-06-06Merge 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-04Merge 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-03Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-19/+57
2020-06-03Merge 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