summaryrefslogtreecommitdiffstats
path: root/drivers/s390 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds2018-12-281-17/+5
|\ \ \
| * \ \ Merge tag 'v4.20-rc6' into for-4.21/blockJens Axboe2018-12-101-3/+14
| |\ \ \
| * \ \ \ Merge tag 'v4.20-rc5' into for-4.21/blockJens Axboe2018-12-0410-30/+42
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | dasd: remove dead codeJens Axboe2018-11-071-17/+5
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-109-17/+43
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | virtio/s390: fix race in ccw_io_helper()Halil Pasic2018-12-061-1/+6
| * | | | virtio/s390: avoid race on vcdev->configHalil Pasic2018-12-061-2/+8
| | |/ / | |/| |
| * | | Merge tag 's390-4.20-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2018-11-298-14/+29
| |\ \ \
| | * | | s390/zcrypt: reinit ap queue state machine during device probeHarald Freudenberger2018-11-276-7/+20
| | * | | s390/cio: Fix cleanup when unsupported IDA format is usedEric Farman2018-11-131-1/+3
| | * | | s390/cio: Fix cleanup of pfn_array alloc failureEric Farman2018-11-131-1/+1
| | * | | vfio: ccw: Register mediated device once all structures are initializedPierre Morel2018-11-131-4/+4
| | * | | s390/cio: make vfio_ccw_io_region staticSebastian Ott2018-11-131-1/+1
| | |/ /
* | | | net: core: dev: Add extack argument to dev_open()Petr Machata2018-12-062-2/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-291-15/+12
|\| | |
| * | | s390/qeth: fix length check in SNMP processingJulian Wiedmann2018-11-281-15/+12
* | | | virtio_ring: disable packed ring on unsupported transportsTiwei Bie2018-11-271-0/+14
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-191-1/+1
|\| | |
| * | | s390/ism: clear dmbe_mask bit before SMC IRQ handlingUrsula Braun2018-11-141-1/+1
| |/ /
* | | s390/qeth: don't process hsuid in qeth_l3_setup_netdev()Julian Wiedmann2018-11-091-3/+0
* | | s390/qeth: remove unused fallback in Layer3's MAC codeJulian Wiedmann2018-11-091-3/+0
* | | s390/qeth: remove two IPA command helpersJulian Wiedmann2018-11-093-59/+19
* | | s390/qeth: replace open-coded cmd setupJulian Wiedmann2018-11-093-19/+12
* | | s390/qeth: remove card listJulian Wiedmann2018-11-093-44/+24
* | | s390/qeth: unify transmit codeJulian Wiedmann2018-11-093-83/+19
* | | s390/qeth: handle af_iucv skbs in qeth_l3_fill_header()Julian Wiedmann2018-11-092-30/+17
* | | s390/qeth: utilize virtual MAC for Layer2 OSD devicesJulian Wiedmann2018-11-094-22/+26
|/ /
* | s390/qeth: report 25Gbit link speedJulian Wiedmann2018-11-032-2/+20
* | s390/qeth: sanitize ARP requestsJulian Wiedmann2018-11-034-79/+34
* | s390/qeth: fix initial operstateJulian Wiedmann2018-11-034-10/+25
* | s390/qeth: unregister netdevice only when registeredJulian Wiedmann2018-11-033-4/+11
* | s390/qeth: fix HiperSockets snifferJulian Wiedmann2018-11-031-3/+5
* | s390/qeth: sanitize strings in debug messagesJulian Wiedmann2018-11-034-151/+119
|/
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-314-4/+4
* Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-10-264-0/+1188
|\
| * s390: vfio-ap: make local functions and data staticChristian Borntraeger2018-10-082-12/+12
| * s390: vfio-ap: setup APCB mask using KVM dedicated functionPierre Morel2018-10-051-32/+3
| * s390: vfio-ap: implement VFIO_DEVICE_RESET ioctlTony Krowiak2018-09-281-1/+4
| * s390: vfio-ap: zeroize the AP queuesTony Krowiak2018-09-281-0/+49
| * s390: vfio-ap: implement VFIO_DEVICE_GET_INFO ioctlTony Krowiak2018-09-281-0/+38
| * s390: vfio-ap: implement mediated device open callbackTony Krowiak2018-09-282-0/+166
| * s390: vfio-ap: sysfs interface to view matrix mdev matrixTony Krowiak2018-09-261-0/+51
| * s390: vfio-ap: sysfs interfaces to configure control domainsTony Krowiak2018-09-261-0/+112
| * s390: vfio-ap: sysfs interfaces to configure domainsTony Krowiak2018-09-261-1/+137
| * s390: vfio-ap: sysfs interfaces to configure adaptersTony Krowiak2018-09-261-0/+292
| * s390: vfio-ap: register matrix device with VFIO mdev frameworkTony Krowiak2018-09-264-1/+195
| * s390: vfio-ap: base implementation of VFIO AP device driverTony Krowiak2018-09-263-0/+176
* | Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-251-2/+2
|\ \
| * | PCI: Remove pci_set_dma_max_seg_size()Christoph Hellwig2018-10-101-1/+1
| * | PCI: Remove pci_set_dma_seg_boundary()Christoph Hellwig2018-10-101-1/+1
| |/