Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
9c6a019c6edf8591e34ae9da51bac7684131d905
/
drivers
/
infiniband
/
hw
/
ipath
/
ipath_driver.c
fd0a1b8
x86/mm/pat, drivers/infiniband/ipath: Replace WARN() with pr_warn()
by Luis R. Rodriguez
· 9 years ago
7ea402d
x86/mm/pat, drivers/infiniband/ipath: Use arch_phys_wc_add() and require PAT disabled
by Luis R. Rodriguez
· 9 years ago
5c213f8
IB/ipath: convert to idr_alloc()
by Tejun Heo
· 12 years ago
1e6d9ab
Drivers: infinband: remove __dev* attributes.
by Greg Kroah-Hartman
· 12 years ago
e4dd23d
infiniband: Fix up module files that need to include module.h
by Paul Gortmaker
· 14 years ago
ec03d67
IB/ipath: Use pci_dev->revision, again
by Sergei Shtylyov
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
f062671
RDMA: Update workqueue usage
by Tejun Heo
· 14 years ago
948579c
RDMA: Use vzalloc() to replace vmalloc()+memset(0)
by Joe Perches
· 14 years ago
1eba27e
IB/ipath: Use printf extension %pR for struct resource
by Joe Perches
· 14 years ago
dccb816
IB/ipath: Fix probe failure path
by Ben Hutchings
· 14 years ago
f6d6084
IB/ipath: Remove support for QLogic PCIe QLE devices
by Ralph Campbell
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
598cb6f
IB/ipath: Use bitmap_weight()
by Akinobu Mita
· 15 years ago
d43c36d
headers: remove sched.h from interrupt.h
by Alexey Dobriyan
· 15 years ago
284901a
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
by Yang Hongyang
· 16 years ago
6a35528
dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)
by Yang Hongyang
· 16 years ago
7401922
timers: add mod_timer_pending()
by Ingo Molnar
· 16 years ago
3d08909
IB/ipath: Add locking for interrupt use of ipath_pd contexts vs free
by Dave Olson
· 16 years ago
70117b9
IB/ipath: Fix printk format warnings
by Alexander Beregalov
· 16 years ago
f018c7e
IB/ipath: Change ipath_devdata.ipath_sdma_status to be unsigned long
by Roland Dreier
· 17 years ago
40d9769
IB/ipath: Make ipath_portdata work with struct pid * not pid_t
by Pavel Emelyanov
· 17 years ago
ab69b3c
IB/ipath: Fix SDMA error recovery in absence of link status change
by John Gregor
· 17 years ago
e2ab41c
IB/ipath: Need to always request and handle PIO avail interrupts
by Dave Olson
· 17 years ago
2889d1e
IB/ipath: Fix count of packets received by kernel
by Michael Albaugh
· 17 years ago
bc751fe
IB/ipath: Correct capitalization "IntX" -> "INTx"
by Roland Dreier
· 17 years ago
e7eacd3
IB/ipath: Update copyright dates for files changed in 2008
by Ralph Campbell
· 17 years ago
124b4dc
IB/ipath: add calls to new 7220 code and enable in build
by Dave Olson
· 17 years ago
bb91714
IB/ipath: Misc changes to prepare for IB7220 introduction
by Arthur Jones
· 17 years ago
9b436eb
IB/ipath: Fix check for no interrupts to reliably fallback to INTx
by Dave Olson
· 17 years ago
0ab6b2b
IB/ipath: Set LID filtering for HCAs that support it.
by Dave Olson
· 17 years ago
b3e8f54
IB/ipath: Add support for IBTA 1.2 Heartbeat
by Dave Olson
· 17 years ago
9355fb6
IB/ipath: Add support for 7220 receive queue changes
by Ralph Campbell
· 17 years ago
2ba3f56
IB/ipath: Fix some white space and code style issues
by Ralph Campbell
· 17 years ago
c4b4d16
IB/ipath: Make send buffers available for kernel if not allocated to user
by Ralph Campbell
· 17 years ago
4330e4d
IB/ipath: Prevent link-recovery code from negating admin disable
by Michael Albaugh
· 17 years ago
8c641d4
IB/ipath: Remove some useless (void) casts
by Ralph Campbell
· 17 years ago
928e3e4
IB/ipath: Change the module author
by Ralph Campbell
· 17 years ago
72708a0
IB/ipath: HW workaround for case where chip can send but not receive
by Dave Olson
· 17 years ago
58411d1
IB/ipath: Head of Line blocking vs forward progress of user apps
by John Gregor
· 17 years ago
826d801
IB/ipath: Enable 4KB MTU
by Dave Olson
· 17 years ago
6ef6aee
IB/ipath: Fix sparse warning about pointer signedness
by Arthur Jones
· 17 years ago
140277e
IB/ipath: Fix IB compliance problems with link state vs physical state
by Ralph Campbell
· 17 years ago
6ac5072
IB/ipath: Changes to support PIO bandwidth check on IBA7220
by Dave Olson
· 17 years ago
7387273
IB/ipath: Remove unused MDIO interface code
by Dave Olson
· 17 years ago
4ea61b5
IB/ipath: Add flag and handling for chips with swapped register bug
by Ralph Campbell
· 17 years ago
9e2ef36b
IB/ipath: Clean up some comments
by Dave Olson
· 17 years ago
c59a80a
IB/ipath: kreceive uses portdata rather than devdata
by Ralph Campbell
· 17 years ago
d65708f
IB/ipath: Cleanup ipath_get_egrbuf()
by Ralph Campbell
· 17 years ago
e342c11
IB/ipath: Fix sendctrl locking
by John Gregor
· 17 years ago
23b9c1a
Infiniband: make ipath driver use default driver groups.
by Greg Kroah-Hartman
· 17 years ago
49739b3
IB/ipath: Fix IB_EVENT_PORT_ERR event
by Ralph Campbell
· 17 years ago
036be09
IB/ipath: Remove redundant code
by Ralph Campbell
· 17 years ago
9bec399
IB/ipath: Verify host bus bandwidth to chip will not limit performance
by Dave Olson
· 17 years ago
3810f2a
IB/ipath: Fix some issues with buffer cancel and sendctrl register update
by Dave Olson
· 17 years ago
da9aec7
IB/ipath: Make a few functions static
by Roland Dreier
· 17 years ago
0cdf699
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband
by Linus Torvalds
· 17 years ago
44c1013
PCI: Change all drivers to use pci_device->revision
by Auke Kok
· 17 years ago
3588423
IB/ipath: Test interrupts at driver startup
by Arthur Jones
· 17 years ago
9ca4865
IB/ipath: Remove support for preproduction HTX InfiniPath cards
by Ralph Campbell
· 17 years ago
87427da
IB/ipath: Update copyright dates
by John Gregor
· 17 years ago
9380068
IB/ipath: Use S_ABORT not cancel and abort on exit freeze mode after recovery
by Dave Olson
· 17 years ago
aecd3b5
IB/ipath: Log "active" time and some errors to EEPROM
by Michael Albaugh
· 18 years ago
82466f0
IB/ipath: Support blinking LEDs with an led_override file
by Michael Albaugh
· 18 years ago
53c1d2c
IB/ipath: Disable IB link earlier in shutdown sequence
by Bryan O'Sullivan
· 18 years ago
9783ab4
IB/ipath: Improve handling and reporting of parity errors
by Bryan O'Sullivan
· 18 years ago
820054b
IB/ipath: Print better error messages if kernel is misconfigured
by Bryan O'Sullivan
· 18 years ago
7b196e2
IB/ipath: Call free_irq() on chip specific initialization failure
by Arthur Jones
· 18 years ago
c8c6f5d
IB/ipath: Remove unused ipath_read_kreg64_port()
by Bryan O'Sullivan
· 18 years ago
8ec1077
IB/ipath: Change packet problems vs chip errors handling and reporting
by Bryan O'Sullivan
· 18 years ago
39c0d0b
IB/ipath: Fix up some debug messages
by Bryan O'Sullivan
· 18 years ago
946db67
IB/ipath: Add ability to set and clear IB local loopback
by Bryan O'Sullivan
· 18 years ago
44f8e3f
IB/ipath: Remove unused "write-only" variables
by Roland Dreier
· 18 years ago
e757bef
[PATCH] IB/ipath - fix driver build for platforms with PCI, but not HT
by Bryan O'Sullivan
· 18 years ago
51f65eb
[PATCH] IB/ipath - program intconfig register using new HT irq hook
by Bryan O'Sullivan
· 18 years ago
6ef93dd
IB/ipath: Initialize diagpkt file on device init only
by Robert Walsh
· 18 years ago
7227aac4
IB/ipath: Clean up module exit code
by Bryan O'Sullivan
· 18 years ago
1fd3b40
IB/ipath: Improved support for PowerPC
by Bryan O'Sullivan
· 18 years ago
076fafc
IB/ipath: Drop unnecessary "(void *)" casts
by Bryan O'Sullivan
· 18 years ago
f62fe77
IB/ipath: Support multiple simultaneous devices of different types
by Bryan O'Sullivan
· 18 years ago
c78f641
IB/ipath: Unregister from IB core early
by Bryan O'Sullivan
· 18 years ago
9929b0f
IB/ipath: Driver support for userspace sharing of HW contexts
by Bryan O'Sullivan
· 18 years ago
221e319
IB/ipath: Fix memory leak if allocation fails
by Bryan O'Sullivan
· 18 years ago
3cd9656
IB: Whitespace fixes
by Roland Dreier
· 18 years ago
30fc5c3
IB/ipath: control receive polarity inversion
by Bryan O'Sullivan
· 18 years ago
525d0ca
IB/ipath: support new QLogic product naming scheme
by Bryan O'Sullivan
· 18 years ago
98341f2
IB/ipath: add new minor device to allow sending of diag packets
by Bryan O'Sullivan
· 18 years ago
0fd4136
IB/ipath: remove stale references to userspace SMA
by Bryan O'Sullivan
· 18 years ago
b55f4f0
IB/ipath: simplify debugging code after ipath_core and ib_ipath merger
by Bryan O'Sullivan
· 18 years ago
34b2aaf
IB/ipath: simplify layering code
by Bryan O'Sullivan
· 18 years ago
b1c1b6a
IB/ipath: merge ipath_core and ib_ipath drivers
by Bryan O'Sullivan
· 18 years ago
eb9dc6f
IB/ipath: More changes to support InfiniPath on PowerPC 970 systems
by Bryan O'Sullivan
· 18 years ago
3d37b9e
IB/ipath: Fix a data corruption
by Ralph Campbell
· 18 years ago
dace145
[PATCH] irq-flags: misc drivers: Use the new IRQF_ constants
by Thomas Gleixner
· 18 years ago
27b678d
[PATCH] IB/ipath: namespace cleanup: replace ips with ipath
by Bryan O'Sullivan
· 18 years ago
35783ec
[PATCH] IB/ipath: fix a bug that results in addresses near 0 being written via DMA
by Bryan O'Sullivan
· 18 years ago
fba7520
[PATCH] IB/ipath: fixes to performance get counters for IB compliance
by Bryan O'Sullivan
· 18 years ago
7cd658c
[PATCH] IB/ipath: removed redundant statements
by Bryan O'Sullivan
· 18 years ago
57abad2
[PATCH] IB/ipath: fix lost interrupts on HT-400
by Bryan O'Sullivan
· 18 years ago
f5f9992
[PATCH] IB/ipath: fixed bug 9776 for real
by Bryan O'Sullivan
· 18 years ago
Next »