summaryrefslogtreecommitdiffstats
path: root/drivers/pci/switch/switchtec.c
Commit message (Expand)AuthorAgeFilesLines
* PCI/switchtec: Add module parameter to request more interruptsLogan Gunthorpe2019-06-131-2/+10
* Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-141-13/+29
|\
| * switchtec: Fix unintended mask of MRPC eventWesley Sheng2019-04-181-1/+2
| * switchtec: Increase PFF limit from 48 to 255Wesley Sheng2019-04-181-12/+27
* | *: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov2019-05-061-1/+1
|/
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-4/+4
* switchtec: Add MRPC DMA mode supportWesley Sheng2018-12-131-10/+98
* switchtec: Improve MRPC efficiency by enabling write combiningKelvin Cao2018-12-131-6/+35
* switchtec: Fix SWITCHTEC_IOCTL_EVENT_IDX_ALL flags overwriteJoey Zhang2018-12-121-0/+3
* switchtec: Set DMA coherent maskBoris Glimcher2018-12-121-0/+4
* switchtec: Remove immediate status check after submitting MRPC commandKelvin Cao2018-12-121-4/+0Star
* switchtec: Fix Spectre v1 vulnerabilityGustavo A. R. Silva2018-09-111-0/+4
* switchtec: Use generic PCI Vendor ID and Class CodeDoug Meyer2018-06-301-7/+7
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-3/+3
* Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-061-10/+4Star
|\
| * Merge branch 'pci/spdx' into nextBjorn Helgaas2018-02-011-10/+1Star
| |\
| | * PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplateBjorn Helgaas2018-01-281-10/+1Star
| * | switchtec: Add device IDs for PSX 24xG3 and PSX 48xG3Kelvin Cao2017-12-191-0/+2
| * | switchtec: Add Global Fabric Manager Server (GFMS) eventLogan Gunthorpe2017-12-191-0/+1
| |/
* / the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
|/
* Merge tag 'ntb-4.15' of git://github.com/jonmason/ntbLinus Torvalds2017-11-201-259/+57Star
|\
| * NTB: switchtec_ntb: Introduce initial NTB driverLogan Gunthorpe2017-11-191-0/+3
| * NTB: switchtec: Add link event notifier callbackLogan Gunthorpe2017-11-191-0/+51
| * NTB: switchtec: Export class symbol for use in upper layer driverLogan Gunthorpe2017-11-191-1/+3
| * NTB: switchtec: Move structure definitions into a common headerLogan Gunthorpe2017-11-191-259/+1Star
* | switchtec: Make struct event_regs staticColin Ian King2017-10-051-1/+1
|/
* Merge branch 'pci/switchtec' into nextBjorn Helgaas2017-07-031-2/+38
|\
| * switchtec: Add device IDs for additional Switchtec productsLogan Gunthorpe2017-06-281-0/+18
| * switchtec: Add "running" status flag to fw partition info ioctlLogan Gunthorpe2017-06-281-2/+20
* | switchtec: Fix minor bug with partition ID registerLogan Gunthorpe2017-05-221-1/+4
* | switchtec: Use new cdev_device_add() helper functionLogan Gunthorpe2017-05-221-9/+2Star
|/
* switchtec: Add IOCTLs to the Switchtec driverLogan Gunthorpe2017-04-121-0/+481
* switchtec: Add sysfs attributes to the Switchtec driverLogan Gunthorpe2017-04-121-0/+113
* MicroSemi Switchtec management interface driverLogan Gunthorpe2017-03-071-0/+1006