aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ntb/ntb_hw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-17ntb: Adding split BAR support for Haswell platformsDave Jiang1-47/+178
2014-10-17ntb: use errata flag set via DID to implement workaroundDave Jiang1-9/+38
2014-10-17ntb: conslidate reading of PPD to move platform detection earlierDave Jiang1-28/+98
2014-10-17ntb: move platform detection to separate functionDave Jiang1-27/+47
2014-10-17NTB: debugfs device entryJon Mason1-0/+101
2014-04-07ntb: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-15/+5
2014-04-07ntb: Split ntb_setup_msix() into separate BWD/SNB routinesAlexander Gordeev1-65/+102
2014-04-07ntb: Use pci_msix_vec_count() to obtain number of MSI-XsAlexander Gordeev1-11/+4
2014-04-07NTB: Code Style Clean-upJon Mason1-9/+10
2014-04-07ntb: Fix leakage of ntb_device::msix_entries[] arrayAlexander Gordeev1-0/+1
2014-04-07NTB: Fix typo in setting one translation registerRoland Dreier1-1/+1
2013-11-20NTB: Disable interrupts and poll under high loadJon Mason1-5/+37
2013-11-20NTB: Enable Snoop on Primary SideJon Mason1-5/+12
2013-11-20NTB: Document HW errataJon Mason1-0/+12
2013-11-20ntb: Fix missed call to pci_enable_msix()Alexander Gordeev1-0/+4
2013-11-20NTB: Fix NTB-RP Link UpJon Mason1-8/+28
2013-11-20NTB: Xeon Doorbell errata workaroundJon Mason1-5/+15
2013-09-05ntb: clean up unnecessary MSI/MSI-X capability findYijing Wang1-4/+3
2013-09-05NTB: Update VersionJon Mason1-1/+1
2013-09-05NTB: Comment FixJon Mason1-2/+3
2013-09-05NTB: Remove References of non-B2B BWD HWJon Mason1-12/+4
2013-09-05NTB: NTB-RP supportJon Mason1-102/+160
2013-09-05NTB: Rename Variables for NTB-RPJon Mason1-42/+41
2013-09-05NTB: Use DMA Engine to Transmit and ReceiveJon Mason1-0/+17
2013-09-03NTB: Enable 32bit SupportJon Mason1-2/+2
2013-09-03NTB: Update Device IDsJon Mason1-9/+20
2013-09-03NTB: BWD Link RecoveryJon Mason1-3/+107
2013-09-03NTB: Xeon Errata WorkaroundJon Mason1-13/+96
2013-09-03NTB: Correct debugfs to work with more than 1 NTB DeviceJon Mason1-0/+27
2013-09-03NTB: Correct USD/DSD IdentificationJon Mason1-2/+5
2013-09-03NTB: Correct Number of Scratch Pad RegistersJon Mason1-1/+1
2013-09-03NTB: Add Error Handling in ntb_device_setupJon Mason1-1/+4
2013-05-15NTB: Handle 64bit BAR sizesJon Mason1-2/+2
2013-05-15ntb: off by one sanity checksDan Carpenter1-3/+3
2013-01-21NTB: Fix Sparse WarningsJon Mason1-2/+2
2013-01-20NTB: Update VersionJon Mason1-1/+1
2013-01-20NTB: namespacecheck cleanupsJon Mason1-14/+0
2013-01-17ntb: remove __dev* markingsGreg Kroah-Hartman1-9/+7
2013-01-17PCI-Express Non-Transparent Bridge SupportJon Mason1-0/+1157