summaryrefslogtreecommitdiffstats
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | s390/qeth: don't keep statistics for tx timeoutJulian Wiedmann2019-04-172-3/+0
| * | | | | s390/qeth: don't bother updating the last-tx timeJulian Wiedmann2019-04-171-1/+0
| * | | | | s390/qeth: handle error from qeth_update_from_chp_desc()Julian Wiedmann2019-04-171-4/+10
| * | | | | s390/qeth: clarify naming for some QDIO helpersJulian Wiedmann2019-04-174-23/+22
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-0510-24/+118
| |\ \ \ \ \
| * | | | | | s390/qeth: send IDX cmds via qeth_send_control_data()Julian Wiedmann2019-03-282-212/+206
| * | | | | | s390/qeth: use callback to finalize cmdJulian Wiedmann2019-03-283-31/+50
| * | | | | | s390/qeth: let qeth_notify_reply() set the notify reasonJulian Wiedmann2019-03-281-14/+8
| * | | | | | s390/qeth: clarify default cmd callbackJulian Wiedmann2019-03-281-8/+9
| * | | | | | s390/qeth: don't poll for cmd IO completionJulian Wiedmann2019-03-283-41/+35
| * | | | | | s390/qeth: convert IP table spinlock to mutexJulian Wiedmann2019-03-284-29/+28
| * | | | | | s390/qeth: defer IPv6 address notifier eventsJulian Wiedmann2019-03-283-7/+57
| * | | | | | s390/qeth: add wrapper for IP table accessJulian Wiedmann2019-03-281-16/+17
| * | | | | | s390/qeth: remove locking for RX modeset cacheJulian Wiedmann2019-03-284-14/+0
| * | | | | | s390/qeth: defer RX modesettingJulian Wiedmann2019-03-283-17/+48
* | | | | | | Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linuxLinus Torvalds2019-05-074-4/+4
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | *: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov2019-05-064-4/+4
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 's390-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-05-0628-281/+816
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | s390: fix clang -Wpointer-sign warnigns in boot codeArnd Bergmann2019-05-031-2/+2
| * | | | | s390/sclp: do not use static sccbsGerald Schaefer2019-04-295-51/+61
| * | | | | s390/ism: move oddities of device IO to wrapper functionSebastian Ott2019-04-292-16/+31
| * | | | | s390/pci: move io address mapping code to pci_insn.cSebastian Ott2019-04-291-1/+1
| * | | | | s390: show statistics for MSI IRQsSebastian Ott2019-04-291-1/+1
| * | | | | s390/airq: provide cacheline aligned ivsSebastian Ott2019-04-291-5/+34
| * | | | | s390/airq: recognize directed interruptsSebastian Ott2019-04-295-7/+7
| * | | | | s390/sclp: detect DIRQ facilitySebastian Ott2019-04-292-1/+2
| * | | | | s390/ipl: Provide has_secure sysfs attributePhilipp Rudo2019-04-292-1/+5
| * | | | | s390/zcore: Rename ipl_block to mitigate name collisionPhilipp Rudo2019-04-261-10/+12
| * | | | | vfio-ccw: Prevent quiesce function going into an infinite loopFarhan Ali2019-04-241-14/+18
| * | | | | vfio-ccw: Release any channel program when releasing/removing vfio-ccw mdevFarhan Ali2019-04-241-1/+10
| * | | | | vfio-ccw: Do not call flush_workqueue while holding the spinlockFarhan Ali2019-04-241-1/+1
| * | | | | vfio-ccw: add handling for async channel instructionsCornelia Huck2019-04-246-18/+256
| * | | | | s390/cio: export hsch to modulesCornelia Huck2019-04-241-0/+1
| * | | | | vfio-ccw: add capabilities chainCornelia Huck2019-04-242-26/+199
| * | | | | vfio-ccw: protect the I/O regionCornelia Huck2019-04-243-9/+24
| * | | | | vfio-ccw: rework ssch state handlingCornelia Huck2019-04-243-8/+16
| * | | | | vfio-ccw: make it safe to access channel programsCornelia Huck2019-04-243-1/+27
| * | | | | s390/qdio: consolidate index tracking for queue scanJulian Wiedmann2019-04-181-24/+31
| * | | | | s390/qdio: limit direct access to first_to_check cursorJulian Wiedmann2019-04-181-27/+29
| * | | | | s390: zcrypt: initialize variables before_useArnd Bergmann2019-04-111-0/+4
| * | | | | s390: cio: fix cio_irb declarationArnd Bergmann2019-04-101-1/+1
| * | | | | s390/qdio: eliminate queue's last_move cursorJulian Wiedmann2019-04-103-14/+5
| * | | | | s390/qdio: simplify SBAL range calculationJulian Wiedmann2019-04-101-15/+9
| * | | | | s390/qdio: pass up count of ready-to-process SBALsJulian Wiedmann2019-04-101-35/+42
| * | | | | s390/qdio: fix output of DSCI value in debug fileJulian Wiedmann2019-04-101-2/+2
| * | | | | s390/qdio: clean up qdio_check_outbound_after_thinint()Julian Wiedmann2019-03-291-9/+4
| * | | | | s390/qdio: clean up pci_out_supported()Julian Wiedmann2019-03-293-11/+11
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-04-241-0/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | s390: ctcm: fix ctcm_new_device error return codeArnd Bergmann2019-04-171-0/+1
| | |_|/ / | |/| | |
* | | | | Merge tag 's390-5.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-04-188-10/+16
|\ \ \ \ \ | |/ / / / |/| | | |