summaryrefslogtreecommitdiffstats
path: root/drivers/s390 (follow)
Commit message (Expand)AuthorAgeFilesLines
* s390/ctcm: Use GFP_ATOMIC in ctcmpc_tx().Sebastian Andrzej Siewior2020-12-022-6/+1
* s390/ctcm: Use GFP_KERNEL in add_channel().Sebastian Andrzej Siewior2020-12-021-1/+1
* s390/ctcm: Use explicit allocation mask in ctcmpc_unpack_skb().Sebastian Andrzej Siewior2020-12-021-1/+1
* s390/ctcm: Avoid temporary allocation of struct pdu.Sebastian Andrzej Siewior2020-12-021-25/+8
* s390/ctcm: Avoid temporary allocation of struct qllc.Sebastian Andrzej Siewior2020-12-021-17/+4
* s390/ctcm: Avoid temporary allocation of struct th_header and th_sweep.Sebastian Andrzej Siewior2020-12-023-53/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-284-47/+68
|\
| * Merge tag 'net-5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-11-273-47/+62
| |\
| | * s390/qeth: fix tear down of async TX buffersJulian Wiedmann2020-11-211-6/+0
| | * s390/qeth: fix af_iucv notification raceJulian Wiedmann2020-11-212-24/+58
| | * s390/qeth: make af_iucv TX notification call more robustJulian Wiedmann2020-11-211-1/+2
| | * s390/qeth: Remove pnso workaroundAlexandra Winter2020-11-211-16/+2
| * | Merge tag 'block-5.10-2020-11-20' of git://git.kernel.dk/linux-blockLinus Torvalds2020-11-201-0/+6
| |\ \ | | |/ | |/|
| | * s390/dasd: fix null pointer dereference for ERP requestsStefan Haberland2020-11-161-0/+6
* | | s390/qeth: improve selection of ethtool link modesJulian Wiedmann2020-11-193-49/+93
* | | s390/qeth: use QUERY OAT for initial link infoJulian Wiedmann2020-11-192-2/+145
* | | s390/qeth: clean up default cases for ethtool link modeJulian Wiedmann2020-11-191-12/+2
* | | s390/qeth: set static link info during initializationJulian Wiedmann2020-11-193-31/+42
* | | s390/qeth: improve QUERY CARD INFO processingJulian Wiedmann2020-11-193-76/+79
* | | s390/qeth: tolerate error when querying card infoJulian Wiedmann2020-11-191-6/+1
* | | s390/qeth: remove useless if/elseKaixu Xia2020-11-191-4/+1
* | | s390/qeth: reduce rtnl locking for switchdev eventsJulian Wiedmann2020-11-191-18/+15
|/ /
* | s390/pkey: fix paes selftest failure with paes and pkey static buildHarald Freudenberger2020-11-031-14/+16
* | s390/ap: fix ap devices reference countingHarald Freudenberger2020-11-033-12/+21
|/
* s390/ism: fix incorrect system EIDKarsten Graul2020-10-271-1/+1
* Merge tag 's390-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2020-10-1640-955/+2328
|\
| * s390/zcrypt: fix wrong format specificationsHarald Freudenberger2020-10-091-5/+5
| * s390/zcrypt: Introduce Failure Injection featureHarald Freudenberger2020-10-076-3/+151
| * s390/zcrypt: move ap_msg param one level up the call chainHarald Freudenberger2020-10-074-72/+82
| * s390/ap/zcrypt: revisit ap and zcrypt error handlingHarald Freudenberger2020-10-076-131/+116
| * s390/ap: Support AP card SCLP config and deconfig operationsHarald Freudenberger2020-10-071-1/+24
| * s390/sclp: Add support for SCLP AP adapter config/deconfigHarald Freudenberger2020-10-073-1/+66
| * s390/ap: add card/queue deconfig stateHarald Freudenberger2020-10-077-142/+319
| * s390/ap: add error response code field for ap queue devicesHarald Freudenberger2020-10-074-26/+101
| * s390/ap: split ap queue state machine state from device stateHarald Freudenberger2020-10-075-57/+155
| * s390/zcrypt: introduce msg tracking in zcrypt functionsHarald Freudenberger2020-10-075-124/+213
| * s390/nvme: support firmware-assisted dump to NVMe disksAlexander Egorenkov2020-10-022-6/+13
| * s390: remove orphaned function declarationsVasily Gorbik2020-09-304-17/+0
| * s390/sclp: remove orphaned sclp_set_columns and sclp_set_htabVasily Gorbik2020-09-302-20/+0
| * s390/sclp_sdias: remove unused sclp_sdias_exitVasily Gorbik2020-09-302-8/+0
| * s390/cio: remove unused channel_subsystem_reinitVasily Gorbik2020-09-301-14/+0
| * s390/3215: simplify the return expression of tty3215_open()Qinglang Miao2020-09-291-6/+1
| * s390/stp: add support for leap secondsSven Schnelle2020-09-261-0/+21
| * s390/pkey: support CCA and EP11 secure ECC private keysHarald Freudenberger2020-09-245-80/+756
| * s390/zcrypt: Support for CCA APKA master keysHarald Freudenberger2020-09-245-57/+154
| * s390/sclp: remove unused sclp_early_printk_forcedVasily Gorbik2020-09-211-8/+3
| * s390/sclp: clean up unneeded .data section usageVasily Gorbik2020-09-211-2/+2
| * s390/ap: remove unnecessary spin_lock_init()Qinglang Miao2020-09-171-1/+0
| * s390/zcrypt: remove set_fs() invocation in zcrypt device driverHarald Freudenberger2020-09-176-106/+92
| * s390/zcrypt: simplify cca_findcard2 loop codeHarald Freudenberger2020-09-141-63/+58