Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
35c3faa19f83b7aff03590829abad466190cf7f7
/
drivers
/
ntb
/
ntb_transport.c
b08fc52
Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 6 years ago
590b5b7
treewide: kzalloc_node() -> kcalloc_node()
by Kees Cook
· 6 years ago
c9160b6
ntb: ntb_transport: Replace GFP_ATOMIC with GFP_KERNEL in ntb_transport_create_queue
by Jia-Ju Bai
· 7 years ago
82edcc7
ntb: ntb_transport: Replace GFP_ATOMIC with GFP_KERNEL in ntb_transport_setup_qp_mw
by Jia-Ju Bai
· 7 years ago
cbd2744
ntb_transport: Fix bug with max_mw_size parameter
by Logan Gunthorpe
· 7 years ago
980c41c
NTB: Ensure ntb_mw_get_align() is only called when the link is up
by Logan Gunthorpe
· 7 years ago
f3fd2af
ntb: transport shouldn't disable link due to bogus values in SPADs
by Dave Jiang
· 7 years ago
bc240ee
ntb: use correct mw_count function in ntb_tool and ntb_transport
by Logan Gunthorpe
· 7 years ago
d67288a
NTB: Alter Scratchpads API to support multi-ports devices
by Serge Semin
· 8 years ago
443b9a1
NTB: Alter MW API to support multi-ports devices
by Serge Semin
· 8 years ago
1e53011
NTB: Add indexed ports NTB API
by Serge Semin
· 8 years ago
88931ec
ntb: no sleep in ntb_async_tx_submit
by Allen Hubbe
· 7 years ago
8e8496e
ntb_transport: fix bug calculating num_qps_mw
by Logan Gunthorpe
· 7 years ago
cb827ee
ntb_transport: fix qp count bug
by Logan Gunthorpe
· 7 years ago
8fcd095
ntb_transport: Pick an unused queue
by Thomas VanSelus
· 8 years ago
dd62245
NTB: ntb_transport: fix debugfs_remove_recursive
by Allen Hubbe
· 8 years ago
dfb7d24
ntb_transport: Remove unnecessary call to ntb_peer_spad_read
by Steve Wahl
· 8 years ago
b17faba
ntb_transport: Limit memory windows based on available, scratchpads
by Shyam Sundar S K
· 8 years ago
c0a8803
ntb_transport: make DMA_OUT_RESOURCE_TO HZ independent
by Nicholas Mc Guire
· 8 years ago
7220357
ntb: add DMA error handling for RX DMA
by Dave Jiang
· 8 years ago
9cabc26
ntb: add DMA error handling for TX DMA
by Dave Jiang
· 8 years ago
19645a0
ntb_transport: Check the number of spads the hardware supports
by Logan Gunthorpe
· 8 years ago
a754a8f
NTB: allocate number transport entries depending on size of ring size
by Dave Jiang
· 9 years ago
84f7668
ntb: stop link work when we do not have memory
by Dave Jiang
· 9 years ago
e902133
ntb: stop tasklet from spinning forever during shutdown.
by Dave Jiang
· 9 years ago
8c874cc
NTB: Address out of DMA descriptor issue with NTB
by Dave Jiang
· 9 years ago
179f912
NTB: ntb_process_tx error path bug
by Jon Mason
· 9 years ago
fdcb4b2
NTB: fix 32-bit compiler warning
by Arnd Bergmann
· 9 years ago
c92ba3c
NTB: invalid buf pointer in multi-MW setups
by Jon Mason
· 9 years ago
70d4687
NTB: remove unused variable
by Sudip Mukherjee
· 9 years ago
d4adee0
NTB: fix access of free-ed pointer
by Sudip Mukherjee
· 9 years ago
04afde4
NTB: Fix issue where we may be accessing NULL ptr
by Dave Jiang
· 9 years ago
569410ca
NTB: Use unique DMA channels for TX and RX
by Dave Jiang
· 9 years ago
905921e
NTB: Remove dma_sync_wait from ntb_async_rx
by Allen Hubbe
· 9 years ago
d98ef99
NTB: Clean up QP stats info
by Dave Jiang
· 9 years ago
3151000
NTB: Make the transport list in order of discovery
by Dave Jiang
· 9 years ago
e74bfee
NTB: Add flow control to the ntb_netdev
by Dave Jiang
· 9 years ago
30a4bb1
NTB: Fix dereference before check
by Allen Hubbe
· 9 years ago
8c9edf6
NTB: Fix zero size or integer overflow in ntb_set_mw
by Allen Hubbe
· 9 years ago
8b5a22d
NTB: Schedule to receive on QP link up
by Allen Hubbe
· 9 years ago
260bee9
NTB: Fix oops in debugfs when transport is half-up
by Dave Jiang
· 9 years ago
c8650fd
NTB: Fix transport stats for multiple devices
by Dave Jiang
· 9 years ago
da2e5ae
NTB: Fix ntb_transport out-of-order RX update
by Allen Hubbe
· 9 years ago
7eb3878
NTB: Print driver name and version in module init
by Dave Jiang
· 9 years ago
9891417
NTB: Increase transport MTU to 64k from 16k
by Dave Jiang
· 9 years ago
a41ef05
NTB: Default to CPU memcpy for performance
by Dave Jiang
· 9 years ago
06917f7
NTB: Improve performance with write combining
by Dave Jiang
· 9 years ago
1199aa6
NTB: Use NUMA memory and DMA chan in transport
by Allen Hubbe
· 9 years ago
2876228
NTB: Rate limit ntb_qp_link_work
by Allen Hubbe
· 9 years ago
2849b5d7
NTB: Reset transport QP link stats on down
by Allen Hubbe
· 9 years ago
c0900b3
NTB: Do not advance transport RX on link down
by Allen Hubbe
· 9 years ago
e22e0b9
NTB: Differentiate transport link down messages
by Allen Hubbe
· 9 years ago
0f69a7d
NTB: Read peer info from local SPAD in transport
by Dave Jiang
· 9 years ago
e26a584
NTB: Split ntb_hw_intel and ntb_transport drivers
by Allen Hubbe
· 10 years ago
ec110bc
NTB: Move files in preparation for NTB abstraction
by Allen Hubbe
· 10 years ago
3cc5ba1
ntb: Add alignment check to meet hardware requirement
by Dave Jiang
· 10 years ago
a1413cf
NTB: correct the spread of queues over mw's
by Jon Mason
· 10 years ago
53ca4fe
NTB: Code Style Clean-up
by Jon Mason
· 11 years ago
403c63c
NTB: client event cleanup
by Jon Mason
· 11 years ago
b954851
Merge tag 'ntb-3.13' of git://github.com/jonmason/ntb
by Linus Torvalds
· 11 years ago
e8aeb60
NTB: Disable interrupts and poll under high load
by Jon Mason
· 12 years ago
9468119
NTB: correct dmaengine_get/put usage
by Jon Mason
· 11 years ago
fca4d51
NTB: Fix ntb_transport link down race
by Jon Mason
· 11 years ago
0776ae7
dmaengine: remove DMA unmap flags
by Bartlomiej Zolnierkiewicz
· 11 years ago
6f57fd0
NTB: convert to dmaengine_unmap_data
by Bartlomiej Zolnierkiewicz
· 11 years ago
f9a2cf8
NTB: Comment Fix
by Jon Mason
· 11 years ago
3daa3a0
NTB: Remove unused variable
by Jon Mason
· 11 years ago
4979388
NTB: Rename Variables for NTB-RP
by Jon Mason
· 11 years ago
282a2fe
NTB: Use DMA Engine to Transmit and Receive
by Jon Mason
· 12 years ago
948d3a6
NTB: Xeon Errata Workaround
by Jon Mason
· 12 years ago
1517a3f
NTB: Correct debugfs to work with more than 1 NTB Device
by Jon Mason
· 11 years ago
8b19d45
NTB: Multiple NTB client fix
by Jon Mason
· 12 years ago
c336acd
NTB: memcpy lockup workaround
by Jon Mason
· 12 years ago
c9d534c
NTB: Correctly handle receive buffers of the minimal size
by Jon Mason
· 12 years ago
90f9e93
NTB: reset tx_index on link toggle
by Jon Mason
· 12 years ago
b77b263
NTB: Link toggle memory leak
by Jon Mason
· 12 years ago
113fc50
NTB: Handle 64bit BAR sizes
by Jon Mason
· 12 years ago
cc0f868
NTB: fix pointer math issues
by Dan Carpenter
· 12 years ago
186f27f
NTB: variable dereferenced before check
by Jon Mason
· 12 years ago
7446564
NTB: Fix Sparse Warnings
by Jon Mason
· 12 years ago
448c6fb
NTB: Out of free receive entries issue
by Jon Mason
· 12 years ago
793c20e
NTB: Remove reads across NTB
by Jon Mason
· 12 years ago
d7237e2
NTB: correct stack usage warning in debugfs_read
by Jon Mason
· 12 years ago
f766755
NTB: whitespace cleanups
by Jon Mason
· 12 years ago
170d35a
NTB: namespacecheck cleanups
by Jon Mason
· 12 years ago
d66d7ac
NTB: use simple_open for debugfs
by Jon Mason
· 12 years ago
7b4f2d3
NTB: No sleeping in interrupt context
by Jon Mason
· 12 years ago
ef114ed
NTB: separate transmit and receive windows
by Jon Mason
· 12 years ago
842c1dd
NTB: correct memory barrier
by Jon Mason
· 12 years ago
8222b40
NTB: Handle ntb client device probes without present hardware
by Jon Mason
· 12 years ago
78a61ab
ntb: remove __dev* markings
by Greg Kroah-Hartman
· 12 years ago
fce8a7b
PCI-Express Non-Transparent Bridge Support
by Jon Mason
· 12 years ago