summaryrefslogtreecommitdiffstats
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
* scsi: zfcp: drop old default switch case which might paper over missing caseSteffen Maier2018-11-151-3/+0
* scsi: zfcp: drop default switch case which might paper over missing caseSteffen Maier2018-11-151-3/+0
* scsi: zfcp: silence -Wimplicit-fallthrough in zfcp_erp_lun_strategy()Steffen Maier2018-11-151-1/+2
* scsi: zfcp: silence remaining kdoc warnings in header filesSteffen Maier2018-11-155-9/+37
* scsi: zfcp: silence all W=1 build warnings for existing kdocSteffen Maier2018-11-155-16/+22
* scsi: zfcp: properly format LUN (and WWPN) for LUN sharing violation kmsgSteffen Maier2018-11-151-1/+1
* scsi: zfcp: use enum zfcp_erp_act_result for argument/return of affected func...Steffen Maier2018-11-151-40/+84
* scsi: zfcp: use enum zfcp_erp_steps for struct zfcp_erp_action.stepSteffen Maier2018-11-152-11/+40
* scsi: zfcp: the action field of zfcp_erp_action is actually the typeSteffen Maier2018-11-153-43/+56
* scsi: zfcp: clarify function argument name for trace tag stringSteffen Maier2018-11-153-51/+57
* scsi: zfcp: ERP thread setup kdoc updateSteffen Maier2018-11-151-1/+1
* scsi: zfcp: update kernel message for invalid FCP_CMND length, it's not the CDBSteffen Maier2018-11-151-5/+2
* scsi: zfcp: drop duplicate seq_no from zfcp_fsf_req which is also in QTCB headerSteffen Maier2018-11-153-4/+1
* scsi: zfcp: drop duplicate fsf_command from zfcp_fsf_req which is also in QTC...Steffen Maier2018-11-155-17/+20
* scsi: zfcp: drop unnecessary forward prototype for struct zfcp_fsf_reqSteffen Maier2018-11-151-2/+0
* scsi: zfcp: group sort internal structure definitions for proximitySteffen Maier2018-11-151-29/+29
* scsi: zfcp: namespace prefix for internal latency data structuresSteffen Maier2018-11-152-9/+9
* scsi: zfcp: update width in comment for ZFCP_COMMON_FLAGS maskSteffen Maier2018-11-151-2/+2
* scsi: zfcp: move scsi_eh & non-ERP timeout defines owned by and local to zfcp...Steffen Maier2018-11-152-8/+7
* scsi: zfcp: drop unnecessary forward prototype for struct zfcp_reqlistSteffen Maier2018-11-151-3/+1
* scsi: zfcp: move SG table helper from aux to fc and make them staticSteffen Maier2018-11-152-45/+45
* scsi: zfcp: remove unnecessary null pointer check before mempool_destroyzhong jiang2018-11-151-14/+7
* 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-254-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
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-10-246-734/+694
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-126-11/+38
| |\ \
| * | | s390/qeth: add TSO support for L2 devicesJulian Wiedmann2018-10-123-8/+27
| * | | s390/qeth: add support for IPv6 TSOJulian Wiedmann2018-10-123-31/+65
| * | | s390/qeth: enhance TSO control sequenceJulian Wiedmann2018-10-122-2/+101
| * | | s390/qeth: make TSO controls protocol-agnosticJulian Wiedmann2018-10-121-20/+21
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-033-20/+19
| |\ \ \
| * | | | s390/qeth: remove duplicated carrier state trackingJulian Wiedmann2018-09-265-22/+10
| * | | | s390/qeth: clean up drop conditions for received cmdsJulian Wiedmann2018-09-261-10/+11
| * | | | s390/qeth: re-indent qeth_check_ipa_data()Julian Wiedmann2018-09-261-71/+58
| * | | | s390/qeth: consume local address eventsJulian Wiedmann2018-09-261-2/+2