summaryrefslogtreecommitdiffstats
path: root/drivers/s390 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-12-1516-430/+489
|\
| * s390/qeth: make qeth_qdio_handle_aob() more robustJulian Wiedmann2020-12-071-0/+1
| * s390/qeth: remove QETH_QDIO_BUF_HANDLED_DELAYED stateJulian Wiedmann2020-12-072-5/+2
| * s390/qeth: don't replace a fully completed async TX bufferJulian Wiedmann2020-12-071-38/+51
| * s390/qeth: use dev->groups for common sysfs attributesJulian Wiedmann2020-12-079-76/+30
| * s390/ccwgroup: use bus->dev_groups for bus-based sysfs attributesJulian Wiedmann2020-12-071-9/+3
| * s390/qeth: don't call INIT_LIST_HEAD() on iob's list entryJulian Wiedmann2020-12-072-6/+5
| * 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
| |\
| * | 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
* | | Merge tag 's390-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2020-12-1535-1037/+355
|\ \ \ | |_|/ |/| |
| * | s390/cio: fix use-after-free in ccw_device_destroy_consoleQinglang Miao2020-12-091-2/+2
| * | s390/cio: remove pm support from ccw bus driverVineeth Vijayan2020-12-025-258/+2
| * | s390/cio: remove pm support from css-bus driverVineeth Vijayan2020-12-022-139/+1
| * | s390/cio: remove pm support from IO subchannel driversVineeth Vijayan2020-12-021-14/+0
| * | s390/cio: remove pm support from chsc subchannel driverVineeth Vijayan2020-12-021-29/+0
| * | s390/vmur: remove unused pm related functionsVineeth Vijayan2020-12-021-24/+0
| * | s390/tape: remove unsupported PM functionsVineeth Vijayan2020-12-024-53/+0
| * | s390/cio: remove pm support from eadm-sch driversVineeth Vijayan2020-12-021-13/+0
| * | s390: remove pm support from console driversVineeth Vijayan2020-12-024-150/+15
| * | s390/dasd: remove unused pm related functionsVineeth Vijayan2020-12-024-198/+2
| * | s390/zfcp: remove pm support from zfcp driverVineeth Vijayan2020-12-024-80/+4
| * | s390/ap: let bus_register() add the AP bus sysfs attributesJulian Wiedmann2020-11-301-29/+24
| * | s390: unify identity mapping limits handlingVasily Gorbik2020-11-201-3/+3
| * | s390/sclp: provide extended sccb supportSumanth Korikkar2020-11-184-8/+19
| * | s390/sclp: avoid copy of sclp_info_sccbSumanth Korikkar2020-11-183-8/+9
| * | s390/sclp: use memblock for early read cpu infoSumanth Korikkar2020-11-181-22/+28
| * | s390/zcrypt/pkey: introduce zcrypt_wait_api_operational() functionHarald Freudenberger2020-11-093-0/+83
| * | s390/ap: ap bus userspace notifications for some bus conditionsHarald Freudenberger2020-11-092-10/+166
| |/
* | 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/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
|/