summaryrefslogtreecommitdiffstats
path: root/drivers/pci/switch
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-2/+2
2025-08-28PCI: switchtec: Replace manual locks with guardErick Karanja-13/+12
2025-01-21PCI: switchtec: Add Microchip PCI100X device IDsRakesh Babu Saladi-0/+26
2024-06-10PCI: switchtec: Make switchtec_class constantGreg Kroah-Hartman-8/+8
2024-02-08PCI: switchtec: Fix an error handling path in switchtec_pci_probe()Christophe JAILLET-1/+3
2023-11-22PCI: switchtec: Fix stdev_release() crash after surprise hot removeDaniel Stodden-8/+17
2023-08-09PCI: switchtec: Add support for PCIe Gen5 devicesKelvin Cao-4/+40
2023-08-09PCI: switchtec: Use normal comment styleKelvin Cao-57/+57
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman-1/+1
2023-01-18PCI: switchtec: Return -EFAULT for copy_to_user() errorsBjorn Helgaas-5/+4
2023-01-18PCI: switchtec: Simplify switchtec_dma_mrpc_isr()Bjorn Helgaas-3/+1
2022-06-09PCI: switchtec: Prefer ida_alloc()/free() over ida_simple_get()/remove()Ke Liu-4/+3
2021-11-19PCI/switchtec: Declare local state_names[] as staticKelvin Cao-1/+1
2021-11-19PCI/switchtec: Add Gen4 automotive device IDsKelvin Cao-0/+9
2021-10-14PCI/switchtec: Add check of event supportLogan Gunthorpe-1/+7
2021-10-14PCI/switchtec: Replace ENOTSUPP with EOPNOTSUPPKelvin Cao-4/+4
2021-10-14PCI/switchtec: Update the way of getting management VEP instance IDKelvin Cao-3/+3
2021-10-14PCI/switchtec: Fix a MRPC error status handling issueKelvin Cao-2/+4
2021-10-14PCI/switchtec: Error out MRPC execution when MMIO reads failKelvin Cao-7/+60
2021-06-03PCI/sysfs: Use sysfs_emit() and sysfs_emit_at() in "show" functionsKrzysztof WilczyƄski-9/+9
2020-07-31PCI: switchtec: Add missing __iomem tag to fix sparse warningsLogan Gunthorpe-1/+1
2020-07-31PCI: switchtec: Add missing __iomem and __user tags to fix sparse warningsLogan Gunthorpe-7/+7
2020-05-21PCI/switchtec: Correct bool variable type assignmentKrzysztof Wilczynski-1/+1
2020-03-21pci/switchtec: Replace completion wait queue usage for pollSebastian Andrzej Siewior-9/+13
2020-03-21PCI/switchtec: Fix init_completion race condition with poll_wait()Logan Gunthorpe-1/+1
2020-01-15PCI/switchtec: Add Gen4 device IDsKelvin Cao-0/+18
2020-01-15PCI/switchtec: Add Gen4 MRPC GAS access permission checkKelvin Cao-0/+6
2020-01-15PCI/switchtec: Add Gen4 flash information interface supportKelvin Cao-0/+111
2020-01-15PCI/switchtec: Add Gen4 system info register supportLogan Gunthorpe-0/+5
2020-01-15PCI/switchtec: Separate Gen3 register structures into unionsLogan Gunthorpe-11/+27
2020-01-15PCI/switchtec: Factor out Gen3 ioctl_flash_part_info()Logan Gunthorpe-26/+42
2020-01-15PCI/switchtec: Add 'generation' variableLogan Gunthorpe-32/+58
2020-01-15PCI/switchtec: Rename generation-specific constantsLogan Gunthorpe-5/+5
2020-01-15PCI/switchtec: Move check event ID from mask_event() to switchtec_event_isr()Wesley Sheng-5/+6
2020-01-15PCI/switchtec: Remove redundant valid PFF number countWesley Sheng-8/+4
2020-01-15PCI/switchtec: Add support for Intercomm Notify and Upstream Error ContainmentLogan Gunthorpe-0/+3
2020-01-08PCI/switchtec: Fix vep_vector_number ioread widthLogan Gunthorpe-1/+1
2020-01-08PCI/switchtec: Use dma_set_mask_and_coherent()Wesley Sheng-1/+1
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann-1/+1
2019-09-30PCI/switchtec: Read all 64 bits of part_event_bitmapLogan Gunthorpe-1/+1
2019-07-21Merge tag 'ntb-5.3' of git://github.com/jonmason/ntbLinus Torvalds-2/+10
2019-07-15docs: driver-api: add a series of orphaned documentsMauro Carvalho Chehab-1/+1
2019-06-13PCI/switchtec: Add module parameter to request more interruptsLogan Gunthorpe-2/+10
2019-05-14Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-13/+29
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov-1/+1
2019-04-18switchtec: Fix unintended mask of MRPC eventWesley Sheng-1/+2
2019-04-17switchtec: Increase PFF limit from 48 to 255Wesley Sheng-12/+27
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain-4/+4