aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/switch
AgeCommit message (Expand)AuthorFilesLines
2020-05-21PCI/switchtec: Correct bool variable type assignmentGravatar Krzysztof Wilczynski 1-1/+1
2020-03-21pci/switchtec: Replace completion wait queue usage for pollGravatar Sebastian Andrzej Siewior 1-9/+13
2020-03-21PCI/switchtec: Fix init_completion race condition with poll_wait()Gravatar Logan Gunthorpe 1-1/+1
2020-01-15PCI/switchtec: Add Gen4 device IDsGravatar Kelvin Cao 1-0/+18
2020-01-15PCI/switchtec: Add Gen4 MRPC GAS access permission checkGravatar Kelvin Cao 1-0/+6
2020-01-15PCI/switchtec: Add Gen4 flash information interface supportGravatar Kelvin Cao 1-0/+111
2020-01-15PCI/switchtec: Add Gen4 system info register supportGravatar Logan Gunthorpe 1-0/+5
2020-01-15PCI/switchtec: Separate Gen3 register structures into unionsGravatar Logan Gunthorpe 1-11/+27
2020-01-15PCI/switchtec: Factor out Gen3 ioctl_flash_part_info()Gravatar Logan Gunthorpe 1-26/+42
2020-01-15PCI/switchtec: Add 'generation' variableGravatar Logan Gunthorpe 1-32/+58
2020-01-15PCI/switchtec: Rename generation-specific constantsGravatar Logan Gunthorpe 1-5/+5
2020-01-15PCI/switchtec: Move check event ID from mask_event() to switchtec_event_isr()Gravatar Wesley Sheng 1-5/+6
2020-01-15PCI/switchtec: Remove redundant valid PFF number countGravatar Wesley Sheng 1-8/+4
2020-01-15PCI/switchtec: Add support for Intercomm Notify and Upstream Error ContainmentGravatar Logan Gunthorpe 1-0/+3
2020-01-08PCI/switchtec: Fix vep_vector_number ioread widthGravatar Logan Gunthorpe 1-1/+1
2020-01-08PCI/switchtec: Use dma_set_mask_and_coherent()Gravatar Wesley Sheng 1-1/+1
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlGravatar Arnd Bergmann 1-1/+1
2019-09-30PCI/switchtec: Read all 64 bits of part_event_bitmapGravatar Logan Gunthorpe 1-1/+1
2019-07-21Merge tag 'ntb-5.3' of git://github.com/jonmason/ntbGravatar Linus Torvalds 1-2/+10
2019-07-15docs: driver-api: add a series of orphaned documentsGravatar Mauro Carvalho Chehab 1-1/+1
2019-06-13PCI/switchtec: Add module parameter to request more interruptsGravatar Logan Gunthorpe 1-2/+10
2019-05-14Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-13/+29
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openGravatar Kirill Smelkov 1-1/+1
2019-04-18switchtec: Fix unintended mask of MRPC eventGravatar Wesley Sheng 1-1/+2
2019-04-17switchtec: Increase PFF limit from 48 to 255Gravatar Wesley Sheng 1-12/+27
2019-01-08cross-tree: phase out dma_zalloc_coherent()Gravatar Luis Chamberlain 1-4/+4
2018-12-13switchtec: Add MRPC DMA mode supportGravatar Wesley Sheng 1-10/+98
2018-12-13switchtec: Improve MRPC efficiency by enabling write combiningGravatar Kelvin Cao 1-6/+35
2018-12-12switchtec: Fix SWITCHTEC_IOCTL_EVENT_IDX_ALL flags overwriteGravatar Joey Zhang 1-0/+3
2018-12-12switchtec: Set DMA coherent maskGravatar Boris Glimcher 1-0/+4
2018-12-12switchtec: Remove immediate status check after submitting MRPC commandGravatar Kelvin Cao 1-4/+0
2018-09-11switchtec: Fix Spectre v1 vulnerabilityGravatar Gustavo A. R. Silva 1-0/+4
2018-06-29switchtec: Use generic PCI Vendor ID and Class CodeGravatar Doug Meyer 1-7/+7
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-3/+3
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-10/+7
2018-02-01Merge branch 'pci/spdx' into nextGravatar Bjorn Helgaas 3-10/+4
2018-01-28PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplateGravatar Bjorn Helgaas 1-10/+1
2018-01-26PCI: Add SPDX GPL-2.0 when no license was specifiedGravatar Bjorn Helgaas 2-0/+3
2017-12-18switchtec: Add device IDs for PSX 24xG3 and PSX 48xG3Gravatar Kelvin Cao 1-0/+2
2017-12-18switchtec: Add Global Fabric Manager Server (GFMS) eventGravatar Logan Gunthorpe 1-0/+1
2017-11-28the rest of drivers/*: annotate ->poll() instancesGravatar Al Viro 1-2/+2
2017-11-19Merge tag 'ntb-4.15' of git://github.com/jonmason/ntbGravatar Linus Torvalds 1-259/+57
2017-11-18NTB: switchtec_ntb: Introduce initial NTB driverGravatar Logan Gunthorpe 1-0/+3
2017-11-18NTB: switchtec: Add link event notifier callbackGravatar Logan Gunthorpe 1-0/+51
2017-11-18NTB: switchtec: Export class symbol for use in upper layer driverGravatar Logan Gunthorpe 1-1/+3
2017-11-18NTB: switchtec: Move structure definitions into a common headerGravatar Logan Gunthorpe 1-259/+1
2017-10-05switchtec: Make struct event_regs staticGravatar Colin Ian King 1-1/+1
2017-07-02Merge branch 'pci/switchtec' into nextGravatar Bjorn Helgaas 1-2/+38
2017-06-27switchtec: Add device IDs for additional Switchtec productsGravatar Logan Gunthorpe 1-0/+18