summaryrefslogtreecommitdiffstats
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tasklets-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-08-041-1/+1
|\
| * treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook2020-07-301-1/+1
* | Merge tag 's390-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-08-0318-631/+685
|\ \
| * | s390/qdio: remove internal polling in non-thinint pathJulian Wiedmann2020-07-202-27/+2
| * | s390/qdio: allow to scan all 128 Input SBALsJulian Wiedmann2020-07-201-5/+1
| * | s390/qdio: fix statistics for 128 SBALsJulian Wiedmann2020-07-203-14/+3
| * | s390/ap: rework crypto config info and default domain codeHarald Freudenberger2020-07-101-148/+153
| * | s390/zcrypt: provide cex4 cca sysfs attributes for cex3Harald Freudenberger2020-07-032-8/+132
| * | s390/ap: rename and clarify ap state machine related stuffHarald Freudenberger2020-07-033-138/+138
| * | s390/zcrypt: split ioctl function into smaller code unitsHarald Freudenberger2020-07-031-72/+92
| * | s390/zcrypt: code beautification and struct field renamesHarald Freudenberger2020-07-039-149/+147
| * | s390/zcrypt: fix smatch warningsHarald Freudenberger2020-07-032-8/+8
| * | s390/pkey: fix smatch warning inconsistent indentingHarald Freudenberger2020-07-031-2/+2
| * | s390/tty3270: remove function callback castsOscar Carter2020-07-011-6/+6
| * | s390/zcore: remove memmap deviceAlexander Egorenkov2020-06-291-55/+2
* | | Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-034-13/+12
|\ \ \ | |_|/ |/| |
| * | dcssblk: don't set bd_block_size in ->openChristoph Hellwig2020-07-011-1/+0
| * | block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig2020-07-012-8/+7
| * | block: remove the request_queue argument from blk_queue_splitChristoph Hellwig2020-07-012-2/+2
| * | blk-mq: move failure injection out of blk_mq_complete_requestChristoph Hellwig2020-06-242-2/+3
* | | vfio-ccw: Fix a build error due to missing include of linux/slab.hSean Christopherson2020-07-031-0/+1
| |/ |/|
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-06-271-2/+11
|\ \
| * | scsi: zfcp: Fix panic on ERP timeout for previously dismissed ERP actionSteffen Maier2020-06-241-2/+11
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-251-6/+5
|\ \ \ | |_|/ |/| |
| * | s390/qeth: let isolation mode override HW offload restrictionsJulian Wiedmann2020-06-181-2/+4
| * | s390/qeth: fix error handling for isolation mode cmdsJulian Wiedmann2020-06-181-4/+1
| |/
* | s390/qdio: warn about unexpected SLSB statesJulian Wiedmann2020-06-171-5/+11
* | s390/qdio: clean up usage of qdio_dataJulian Wiedmann2020-06-171-10/+7
* | s390/zcrypt: use kzallocZou Wei2020-06-161-2/+1
* | s390/virtio: remove unused pm callbacksCornelia Huck2020-06-161-26/+0
* | s390/qdio: reduce SLSB writes during Input Queue processingJulian Wiedmann2020-06-163-50/+20
* | s390/qdio: fine-tune SLSB updateJulian Wiedmann2020-06-161-1/+8
|/
* Merge tag 's390-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-06-0821-591/+830
|\
| * vfio-ccw: make vfio_ccw_regops variables declarations staticVasily Gorbik2020-06-041-2/+2
| * vfio-ccw: Add trace for CRW eventEric Farman2020-06-033-0/+32
| * vfio-ccw: Wire up the CRW irq and CRW regionFarhan Ali2020-06-033-0/+74
| * vfio-ccw: Introduce a new CRW regionFarhan Ali2020-06-034-0/+87
| * vfio-ccw: Refactor IRQ handlersEric Farman2020-06-021-6/+17
| * vfio-ccw: Introduce a new schib regionFarhan Ali2020-06-025-3/+112
| * vfio-ccw: Refactor the unregister of the async regionsEric Farman2020-06-022-8/+13
| * vfio-ccw: Register a chp_event callback for vfio-ccwFarhan Ali2020-06-021-0/+47
| * vfio-ccw: Introduce new helper functions to free/destroy regionsFarhan Ali2020-06-021-10/+18
| * vfio-ccw: Enable transparent CCW IPL from DASDJared Rossi2020-06-021-7/+12
| * s390/cio, s390/qeth: cleanup PNSO CHSCAlexandra Winter2020-05-285-243/+156
| * s390/qdio: remove q->first_to_kickJulian Wiedmann2020-05-282-14/+7
| * s390/qdio: fix up qdio_start_irq() kerneldocJulian Wiedmann2020-05-281-1/+1
| * s390/ap: introduce new ap function ap_get_qdev()Harald Freudenberger2020-05-204-81/+95
| * s390/qdio: add IRQ reduction for error SBALsJulian Wiedmann2020-05-201-12/+11
| * s390/qdio: refactor ACK processing for primed SBALsJulian Wiedmann2020-05-201-8/+7
| * s390/qdio: simplify overlap calculation on Input refillJulian Wiedmann2020-05-201-43/+7