index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ntb
Commit message (
Expand
)
Author
Age
Files
Lines
*
NTB: Add split BAR output for debugfs stats
Dave Jiang
2015-07-04
1
-15
/
+68
*
NTB: Change WARN_ON_ONCE to pr_warn_once on unsafe
Dave Jiang
2015-07-04
1
-8
/
+16
*
NTB: Print driver name and version in module init
Dave Jiang
2015-07-04
2
-0
/
+6
*
NTB: Increase transport MTU to 64k from 16k
Dave Jiang
2015-07-04
1
-1
/
+1
*
NTB: Rename Intel code names to platform names
Dave Jiang
2015-07-04
2
-455
/
+455
*
NTB: Default to CPU memcpy for performance
Dave Jiang
2015-07-04
1
-4
/
+13
*
NTB: Improve performance with write combining
Dave Jiang
2015-07-04
1
-1
/
+10
*
NTB: Use NUMA memory in Intel driver
Allen Hubbe
2015-07-04
1
-6
/
+12
*
NTB: Use NUMA memory and DMA chan in transport
Allen Hubbe
2015-07-04
1
-14
/
+32
*
NTB: Rate limit ntb_qp_link_work
Allen Hubbe
2015-07-04
1
-1
/
+1
*
NTB: Add tool test client
Allen Hubbe
2015-07-04
3
-0
/
+568
*
NTB: Add ping pong test client
Allen Hubbe
2015-07-04
5
-1
/
+262
*
NTB: Add parameters for Intel SNB B2B addresses
Allen Hubbe
2015-07-04
1
-19
/
+58
*
NTB: Reset transport QP link stats on down
Allen Hubbe
2015-07-04
1
-8
/
+28
*
NTB: Do not advance transport RX on link down
Allen Hubbe
2015-07-04
1
-2
/
+1
*
NTB: Differentiate transport link down messages
Allen Hubbe
2015-07-04
1
-2
/
+2
*
NTB: Check the device ID to set errata flags
Dave Jiang
2015-07-04
1
-5
/
+44
*
NTB: Enable link for Intel root port mode in probe
Dave Jiang
2015-07-04
1
-0
/
+10
*
NTB: Read peer info from local SPAD in transport
Dave Jiang
2015-07-04
1
-5
/
+5
*
NTB: Split ntb_hw_intel and ntb_transport drivers
Allen Hubbe
2015-07-04
9
-2156
/
+2513
*
NTB: Add NTB hardware abstraction layer
Allen Hubbe
2015-07-04
2
-0
/
+252
*
NTB: Move files in preparation for NTB abstraction
Allen Hubbe
2015-07-02
5
-189
/
+140
*
Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2015-06-23
1
-2
/
+0
|
\
|
*
ntb: Drop pci_msi_off() call during probe
Michael S. Tsirkin
2015-05-07
1
-2
/
+0
*
|
ntb: initialize max_mw for Atom before using it
Daniel Verkamp
2015-06-11
1
-0
/
+1
*
|
ntb: iounmap MW reg and vbase in error path
Jon Mason
2015-06-08
1
-1
/
+1
|
/
*
ntb: Adding split BAR support for Haswell platforms
Dave Jiang
2014-10-17
3
-60
/
+210
*
ntb: use errata flag set via DID to implement workaround
Dave Jiang
2014-10-17
2
-9
/
+42
*
ntb: conslidate reading of PPD to move platform detection earlier
Dave Jiang
2014-10-17
1
-28
/
+98
*
ntb: move platform detection to separate function
Dave Jiang
2014-10-17
1
-27
/
+47
*
NTB: debugfs device entry
Jon Mason
2014-10-17
3
-2
/
+107
*
ntb: Add alignment check to meet hardware requirement
Dave Jiang
2014-09-14
1
-0
/
+13
*
NTB: correct the spread of queues over mw's
Jon Mason
2014-09-14
1
-2
/
+2
*
ntb: Use pci_enable_msix_range() instead of pci_enable_msix()
Alexander Gordeev
2014-04-07
1
-15
/
+5
*
ntb: Split ntb_setup_msix() into separate BWD/SNB routines
Alexander Gordeev
2014-04-07
1
-65
/
+102
*
ntb: Use pci_msix_vec_count() to obtain number of MSI-Xs
Alexander Gordeev
2014-04-07
2
-13
/
+4
*
NTB: Code Style Clean-up
Jon Mason
2014-04-07
3
-20
/
+20
*
NTB: client event cleanup
Jon Mason
2014-04-07
2
-4
/
+1
*
ntb: Fix leakage of ntb_device::msix_entries[] array
Alexander Gordeev
2014-04-07
1
-0
/
+1
*
NTB: Fix typo in setting one translation register
Roland Dreier
2014-04-07
1
-1
/
+1
*
Merge tag 'ntb-3.13' of git://github.com/jonmason/ntb
Linus Torvalds
2013-11-26
4
-65
/
+156
|
\
|
*
NTB: Disable interrupts and poll under high load
Jon Mason
2013-11-20
3
-26
/
+48
|
*
NTB: Enable Snoop on Primary Side
Jon Mason
2013-11-20
2
-10
/
+19
|
*
NTB: Document HW errata
Jon Mason
2013-11-20
1
-0
/
+12
|
*
NTB: remove duplicate defines
Michael Opdenacker
2013-11-20
1
-3
/
+0
|
*
NTB: correct dmaengine_get/put usage
Jon Mason
2013-11-20
1
-3
/
+6
|
*
NTB: Fix ntb_transport link down race
Jon Mason
2013-11-20
1
-15
/
+28
|
*
ntb: Fix missed call to pci_enable_msix()
Alexander Gordeev
2013-11-20
1
-0
/
+4
|
*
NTB: Fix NTB-RP Link Up
Jon Mason
2013-11-20
1
-8
/
+28
|
*
NTB: Xeon Doorbell errata workaround
Jon Mason
2013-11-20
2
-5
/
+16
[next]