aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/switch (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-14PCI/switchtec: Add check of event supportLogan Gunthorpe1-1/+7
2021-10-14PCI/switchtec: Replace ENOTSUPP with EOPNOTSUPPKelvin Cao1-4/+4
2021-10-14PCI/switchtec: Update the way of getting management VEP instance IDKelvin Cao1-3/+3
2021-10-14PCI/switchtec: Fix a MRPC error status handling issueKelvin Cao1-2/+4
2021-10-14PCI/switchtec: Error out MRPC execution when MMIO reads failKelvin Cao1-7/+60
2021-06-03PCI/sysfs: Use sysfs_emit() and sysfs_emit_at() in "show" functionsKrzysztof WilczyƄski1-9/+9
2020-07-31PCI: switchtec: Add missing __iomem tag to fix sparse warningsLogan Gunthorpe1-1/+1
2020-07-31PCI: switchtec: Add missing __iomem and __user tags to fix sparse warningsLogan Gunthorpe1-7/+7
2020-05-21PCI/switchtec: Correct bool variable type assignmentKrzysztof Wilczynski1-1/+1
2020-03-21pci/switchtec: Replace completion wait queue usage for pollSebastian Andrzej Siewior1-9/+13
2020-03-21PCI/switchtec: Fix init_completion race condition with poll_wait()Logan Gunthorpe1-1/+1
2020-01-15PCI/switchtec: Add Gen4 device IDsKelvin Cao1-0/+18
2020-01-15PCI/switchtec: Add Gen4 MRPC GAS access permission checkKelvin Cao1-0/+6
2020-01-15PCI/switchtec: Add Gen4 flash information interface supportKelvin Cao1-0/+111
2020-01-15PCI/switchtec: Add Gen4 system info register supportLogan Gunthorpe1-0/+5
2020-01-15PCI/switchtec: Separate Gen3 register structures into unionsLogan Gunthorpe1-11/+27
2020-01-15PCI/switchtec: Factor out Gen3 ioctl_flash_part_info()Logan Gunthorpe1-26/+42
2020-01-15PCI/switchtec: Add 'generation' variableLogan Gunthorpe1-32/+58
2020-01-15PCI/switchtec: Rename generation-specific constantsLogan Gunthorpe1-5/+5
2020-01-15PCI/switchtec: Move check event ID from mask_event() to switchtec_event_isr()Wesley Sheng1-5/+6
2020-01-15PCI/switchtec: Remove redundant valid PFF number countWesley Sheng1-8/+4
2020-01-15PCI/switchtec: Add support for Intercomm Notify and Upstream Error ContainmentLogan Gunthorpe1-0/+3
2020-01-08PCI/switchtec: Fix vep_vector_number ioread widthLogan Gunthorpe1-1/+1
2020-01-08PCI/switchtec: Use dma_set_mask_and_coherent()Wesley Sheng1-1/+1
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann1-1/+1
2019-09-30PCI/switchtec: Read all 64 bits of part_event_bitmapLogan Gunthorpe1-1/+1
2019-07-21Merge tag 'ntb-5.3' of git://github.com/jonmason/ntbLinus Torvalds1-2/+10
2019-07-15docs: driver-api: add a series of orphaned documentsMauro Carvalho Chehab1-1/+1
2019-06-13PCI/switchtec: Add module parameter to request more interruptsLogan Gunthorpe1-2/+10
2019-05-14Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-13/+29
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov1-1/+1
2019-04-18switchtec: Fix unintended mask of MRPC eventWesley Sheng1-1/+2
2019-04-17switchtec: Increase PFF limit from 48 to 255Wesley Sheng1-12/+27
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-4/+4
2018-12-13switchtec: Add MRPC DMA mode supportWesley Sheng1-10/+98
2018-12-13switchtec: Improve MRPC efficiency by enabling write combiningKelvin Cao1-6/+35
2018-12-12switchtec: Fix SWITCHTEC_IOCTL_EVENT_IDX_ALL flags overwriteJoey Zhang1-0/+3
2018-12-12switchtec: Set DMA coherent maskBoris Glimcher1-0/+4
2018-12-12switchtec: Remove immediate status check after submitting MRPC commandKelvin Cao1-4/+0
2018-09-11switchtec: Fix Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+4
2018-06-29switchtec: Use generic PCI Vendor ID and Class CodeDoug Meyer1-7/+7
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-3/+3
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds3-10/+7
2018-02-01Merge branch 'pci/spdx' into nextBjorn Helgaas3-10/+4
2018-01-28PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplateBjorn Helgaas1-10/+1
2018-01-26PCI: Add SPDX GPL-2.0 when no license was specifiedBjorn Helgaas2-0/+3
2017-12-18switchtec: Add device IDs for PSX 24xG3 and PSX 48xG3Kelvin Cao1-0/+2
2017-12-18switchtec: Add Global Fabric Manager Server (GFMS) eventLogan Gunthorpe1-0/+1
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2