Age | Commit message (Expand) | Author | Files | Lines |
2017-11-18 | ntb: intel: remove b2b memory window workaround for Skylake NTB | Dave Jiang | 1 | -73/+2 |
2017-11-18 | NTB: make idt_89hpes_cfg const | Bhumika Goyal | 1 | -8/+8 |
2017-11-18 | NTB: switchtec_ntb: Add memory window support | Logan Gunthorpe | 1 | -3/+210 |
2017-11-18 | NTB: switchtec_ntb: Implement scratchpad registers | Logan Gunthorpe | 1 | -2/+73 |
2017-11-18 | NTB: switchtec_ntb: Implement doorbell registers | Logan Gunthorpe | 1 | -4/+85 |
2017-11-18 | NTB: switchtec_ntb: Add link management | Logan Gunthorpe | 1 | -1/+129 |
2017-11-18 | NTB: switchtec_ntb: Add skeleton NTB driver | Logan Gunthorpe | 1 | -1/+147 |
2017-11-18 | NTB: switchtec_ntb: Initialize hardware for doorbells and messages | Logan Gunthorpe | 1 | -0/+142 |
2017-11-18 | NTB: switchtec_ntb: Initialize hardware for memory windows | Logan Gunthorpe | 1 | -0/+360 |
2017-11-18 | NTB: switchtec_ntb: Introduce initial NTB driver | Logan Gunthorpe | 5 | -0/+93 |
2017-07-06 | NTB: Add IDT 89HPESxNTx PCIe-switches support | Serge Semin | 6 | -0/+3895 |
2017-07-06 | ntb_hw_intel: Style fixes: open code macros that just obfuscate code | Logan Gunthorpe | 2 | -100/+95 |
2017-07-06 | ntb_hw_amd: Style fixes: open code macros that just obfuscate code | Logan Gunthorpe | 2 | -29/+29 |
2017-07-06 | NTB: Alter Scratchpads API to support multi-ports devices | Serge Semin | 2 | -14/+14 |
2017-07-06 | NTB: Alter MW API to support multi-ports devices | Serge Semin | 2 | -37/+121 |
2017-07-06 | NTB: Alter link-state API to support multi-port devices | Serge Semin | 2 | -2/+2 |
2017-06-19 | ntb: ntb_hw_intel: Skylake doorbells should be 32bits, not 64bits | Dave Jiang | 1 | -1/+1 |
2017-02-16 | ntb: ntb_hw_intel: link_poll isn't clearing the pending status properly | Dave Jiang | 1 | -1/+23 |
2016-12-23 | NTB: Fix 'request_irq()' and 'free_irq()' inconsistancy | Christophe JAILLET | 2 | -2/+2 |
2016-12-23 | ntb: fix SKX NTB config space size register offsets | Dave Jiang | 1 | -4/+4 |
2016-12-23 | NTB: Register and offset values fix for memory window | Shyam Sundar S K | 1 | -10/+4 |
2016-12-23 | NTB: add support for hotplug feature | Xiangliang Yu | 2 | -2/+12 |
2016-12-23 | ntb: Adding Skylake Xeon NTB support | Dave Jiang | 2 | -5/+703 |
2016-11-13 | ntb: ntb_hw_intel: init peer_addr in struct intel_ntb_dev | Dave Jiang | 1 | -0/+3 |
2016-11-13 | NTB: ntb_hw_intel: Fix typo in module parameter descriptions | Wei Yongjun | 1 | -6/+6 |
2016-08-05 | NTB: ntb_hw_intel: use local variable pdev | Allen Hubbe | 1 | -5/+5 |
2016-08-05 | NTB: ntb_hw_intel: show BAR size in debugfs info | Allen Hubbe | 1 | -1/+38 |
2016-03-26 | NTB: Remove _addr functions from ntb_hw_amd | Allen Hubbe | 1 | -30/+0 |
2016-01-21 | NTB: Fix macro parameter conflict with field name | Allen Hubbe | 1 | -2/+3 |
2016-01-21 | NTB: Add support for AMD PCI-Express Non-Transparent Bridge | Xiangliang Yu | 6 | -0/+1370 |
2016-01-11 | NTB: Clear property bits in BAR value | Dave Jiang | 2 | -2/+5 |
2015-11-08 | NTB: unify translation addresses | Dave Jiang | 2 | -18/+13 |
2015-09-07 | NTB: Fix range check on memory window index | Allen Hubbe | 1 | -1/+1 |
2015-09-07 | NTB: Improve index handling in B2B MW workaround | Allen Hubbe | 1 | -6/+16 |
2015-09-07 | NTB: Add PCI Device IDs for Broadwell Xeon | Dave Jiang | 2 | -0/+18 |
2015-07-04 | NTB: Add split BAR output for debugfs stats | Dave Jiang | 1 | -15/+68 |
2015-07-04 | NTB: Change WARN_ON_ONCE to pr_warn_once on unsafe | Dave Jiang | 1 | -8/+16 |
2015-07-04 | NTB: Print driver name and version in module init | Dave Jiang | 1 | -0/+4 |
2015-07-04 | NTB: Rename Intel code names to platform names | Dave Jiang | 2 | -455/+455 |
2015-07-04 | NTB: Use NUMA memory in Intel driver | Allen Hubbe | 1 | -6/+12 |
2015-07-04 | NTB: Add parameters for Intel SNB B2B addresses | Allen Hubbe | 1 | -19/+58 |
2015-07-04 | NTB: Check the device ID to set errata flags | Dave Jiang | 1 | -5/+44 |
2015-07-04 | NTB: Enable link for Intel root port mode in probe | Dave Jiang | 1 | -0/+10 |
2015-07-04 | NTB: Split ntb_hw_intel and ntb_transport drivers | Allen Hubbe | 6 | -1751/+1939 |
2015-07-02 | NTB: Move files in preparation for NTB abstraction | Allen Hubbe | 2 | -0/+2279 |