Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
edc0596cc04bf0ac3a69c66e994d3ff8b650ff71
/
drivers
/
pci
/
switch
f8cf6e5
PCI/sysfs: Use sysfs_emit() and sysfs_emit_at() in "show" functions
by Krzysztof Wilczyński
· 3 years, 7 months ago
42dae89
PCI: switchtec: Add missing __iomem tag to fix sparse warnings
by Logan Gunthorpe
· 4 years, 5 months ago
5f11723
PCI: switchtec: Add missing __iomem and __user tags to fix sparse warnings
by Logan Gunthorpe
· 4 years, 5 months ago
b8af854
PCI/switchtec: Correct bool variable type assignment
by Krzysztof Wilczynski
· 4 years, 8 months ago
deaa0a8
pci/switchtec: Replace completion wait queue usage for poll
by Sebastian Andrzej Siewior
· 4 years, 10 months ago
efbdc76
PCI/switchtec: Fix init_completion race condition with poll_wait()
by Logan Gunthorpe
· 4 years, 10 months ago
7a30ebb
PCI/switchtec: Add Gen4 device IDs
by Kelvin Cao
· 5 years ago
ce7c886
PCI/switchtec: Add Gen4 MRPC GAS access permission check
by Kelvin Cao
· 5 years ago
4efa1d2
PCI/switchtec: Add Gen4 flash information interface support
by Kelvin Cao
· 5 years ago
a3321ca
PCI/switchtec: Add Gen4 system info register support
by Logan Gunthorpe
· 5 years ago
993d208
PCI/switchtec: Separate Gen3 register structures into unions
by Logan Gunthorpe
· 5 years ago
6a3d1b5
PCI/switchtec: Factor out Gen3 ioctl_flash_part_info()
by Logan Gunthorpe
· 5 years ago
b13313a
PCI/switchtec: Add 'generation' variable
by Logan Gunthorpe
· 5 years ago
fcccd28
PCI/switchtec: Rename generation-specific constants
by Logan Gunthorpe
· 5 years ago
2085747
PCI/switchtec: Move check event ID from mask_event() to switchtec_event_isr()
by Wesley Sheng
· 5 years ago
7501a02
PCI/switchtec: Remove redundant valid PFF number count
by Wesley Sheng
· 5 years ago
a6b0ef9
PCI/switchtec: Add support for Intercomm Notify and Upstream Error Containment
by Logan Gunthorpe
· 5 years ago
9375646
PCI/switchtec: Fix vep_vector_number ioread width
by Logan Gunthorpe
· 5 years ago
aa82130
PCI/switchtec: Use dma_set_mask_and_coherent()
by Wesley Sheng
· 5 years ago
c3bed3b
Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 5 years ago
1832f2d
compat_ioctl: move more drivers to compat_ptr_ioctl
by Arnd Bergmann
· 6 years ago
6acdf7e
PCI/switchtec: Read all 64 bits of part_event_bitmap
by Logan Gunthorpe
· 5 years ago
bec5545
Merge tag 'ntb-5.3' of git://github.com/jonmason/ntb
by Linus Torvalds
· 5 years ago
baa293e
docs: driver-api: add a series of orphaned documents
by Mauro Carvalho Chehab
· 6 years ago
fcdf8e9
PCI/switchtec: Add module parameter to request more interrupts
by Logan Gunthorpe
· 6 years ago
414147d
Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 6 years ago
c5bf68f
*: convert stream-like files from nonseekable_open -> stream_open
by Kirill Smelkov
· 6 years ago
083c1b5
switchtec: Fix unintended mask of MRPC event
by Wesley Sheng
· 6 years ago
ba8a398
switchtec: Increase PFF limit from 48 to 255
by Wesley Sheng
· 6 years ago
750afb0
cross-tree: phase out dma_zalloc_coherent()
by Luis Chamberlain
· 6 years ago
f7eb7b8
switchtec: Add MRPC DMA mode support
by Wesley Sheng
· 6 years ago
52d8db8
switchtec: Improve MRPC efficiency by enabling write combining
by Kelvin Cao
· 6 years ago
e4a7dca
switchtec: Fix SWITCHTEC_IOCTL_EVENT_IDX_ALL flags overwrite
by Joey Zhang
· 6 years ago
aff614c
switchtec: Set DMA coherent mask
by Boris Glimcher
· 6 years ago
5261804
switchtec: Remove immediate status check after submitting MRPC command
by Kelvin Cao
· 6 years ago
46feb6b
switchtec: Fix Spectre v1 vulnerability
by Gustavo A. R. Silva
· 6 years ago
cfdfc14e
switchtec: Use generic PCI Vendor ID and Class Code
by Doug Meyer
· 7 years ago
a9a0884
vfs: do bulk POLL* -> EPOLL* replacement
by Linus Torvalds
· 7 years ago
105cf3c
Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 7 years ago
ab8c609
Merge branch 'pci/spdx' into next
by Bjorn Helgaas
· 7 years ago
8cfab3c
PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplate
by Bjorn Helgaas
· 7 years ago
7328c8f
PCI: Add SPDX GPL-2.0 when no license was specified
by Bjorn Helgaas
· 7 years ago
bb6b42b4
switchtec: Add device IDs for PSX 24xG3 and PSX 48xG3
by Kelvin Cao
· 7 years ago
f0edce7
switchtec: Add Global Fabric Manager Server (GFMS) event
by Logan Gunthorpe
· 7 years ago
afc9a42
the rest of drivers/*: annotate ->poll() instances
by Al Viro
· 8 years ago
c8a0739
Merge tag 'ntb-4.15' of git://github.com/jonmason/ntb
by Linus Torvalds
· 7 years ago
33dea5a
NTB: switchtec_ntb: Introduce initial NTB driver
by Logan Gunthorpe
· 7 years ago
48c302d
NTB: switchtec: Add link event notifier callback
by Logan Gunthorpe
· 7 years ago
302e994
NTB: switchtec: Export class symbol for use in upper layer driver
by Logan Gunthorpe
· 7 years ago
5a1c269
NTB: switchtec: Move structure definitions into a common header
by Logan Gunthorpe
· 7 years ago
f05f735
switchtec: Make struct event_regs static
by Colin Ian King
· 7 years ago
c781f85
Merge branch 'pci/switchtec' into next
by Bjorn Helgaas
· 8 years ago
393958d
switchtec: Add device IDs for additional Switchtec products
by Logan Gunthorpe
· 8 years ago
079e3bc
switchtec: Add "running" status flag to fw partition info ioctl
by Logan Gunthorpe
· 8 years ago
9871e9b
switchtec: Fix minor bug with partition ID register
by Logan Gunthorpe
· 8 years ago
e40cf64
switchtec: Use new cdev_device_add() helper function
by Logan Gunthorpe
· 8 years ago
52eabba
switchtec: Add IOCTLs to the Switchtec driver
by Logan Gunthorpe
· 8 years ago
5d8e188
switchtec: Add sysfs attributes to the Switchtec driver
by Logan Gunthorpe
· 8 years ago
080b47d
MicroSemi Switchtec management interface driver
by Logan Gunthorpe
· 8 years ago