aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/cxl/pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-14cxl: Add support for using the kernel API with a real PHBIan Munsie1-0/+3
2016-07-14cxl: Do not create vPHB if there are no AFU configuration recordsIan Munsie1-0/+3
2016-07-14cxl: Enable bus mastering for devices using CAPP DMA modeIan Munsie1-0/+3
2016-07-14cxl: Add cxl_slot_is_supported APIIan Munsie1-0/+37
2016-07-08cxl: Ignore CAPI adapters misplaced in switched slotsPhilippe Bergheaud1-0/+29
2016-07-08cxl: Fix bug where AFU disable operation had no effectIan Munsie1-0/+1
2016-07-08cxl: Fix allowing bogus AFU descriptors with 0 maximum processesIan Munsie1-0/+15
2016-06-16cxl: Add support for CAPP DMA modeIan Munsie1-1/+3
2016-06-16cxl: Abstract the differences between the PSL and XSLFrederic Barrat1-24/+128
2016-04-22cxl: Increase timeout for detection of AFU mmio hangFrederic Barrat1-1/+3
2016-04-22cxl: Allow initialization on timebase sync failuresFrederic Barrat1-9/+12
2016-04-11cxl: Configure the PSL for two CAPI ports on POWER8NVLPhilippe Bergheaud1-1/+40
2016-03-19Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-150/+117
2016-03-16Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+0
2016-03-09cxl: Ignore probes for virtual afu pci devicesVaibhav Jain1-0/+5
2016-03-09cxl: Support the cxl kernel API from a guestFrederic Barrat1-3/+6
2016-03-09cxl: Separate bare-metal fields in adapter and AFU data structuresChristophe Lombard1-38/+57
2016-03-09cxl: Rename some bare-metal specific functionsFrederic Barrat1-38/+40
2016-03-09cxl: Introduce implementation-specific APIFrederic Barrat1-7/+9
2016-03-09cxl: Move bare-metal specific code to specialized filesFrederic Barrat1-18/+0
2016-03-09cxl: Move common code away from bare-metal-specific filesChristophe Lombard1-47/+1
2016-02-29cxl: Fix PSL timebase synchronization detectionFrederic Barrat1-1/+1
2016-02-05PCI: Remove includes of asm/pci-bridge.hBjorn Helgaas1-1/+0
2016-01-11cxl: Enable PCI device ID for future IBM CXL adapterUma Krishnan1-0/+1
2015-10-06cxl: Workaround malformed pcie packets on some cardsPhilippe Bergheaud1-0/+28
2015-09-15cxl: Fix unbalanced pci_dev_get in cxl_probeDaniel Axtens1-2/+0
2015-08-30cxl: Set up and enable PSL TimebasePhilippe Bergheaud1-1/+56
2015-08-27cxl: Remove racy attempt to force EEH invocation in resetDaniel Axtens1-16/+0
2015-08-22cxl: Remove use of macro DEFINE_PCI_DEVICE_TABLEVaishali Thakkar1-1/+1
2015-08-14cxl: EEH supportDaniel Axtens1-0/+253
2015-08-14cxl: Allow the kernel to trust that an image won't change on PERST.Daniel Axtens1-0/+7
2015-08-14cxl: Don't remove AFUs/vPHBs in cxl_resetDaniel Axtens1-5/+0
2015-08-14cxl: Refactor AFU init/teardownDaniel Axtens1-38/+57
2015-08-14cxl: Refactor adaptor init/teardownDaniel Axtens1-53/+86
2015-08-14cxl: Clean up adapter MMIO unmap path.Daniel Axtens1-6/+18
2015-08-14cxl: Allocate and release the SPA with the AFUDaniel Axtens1-0/+2
2015-07-16cxl: Destroy afu->contexts_idr on release of an afuJohannes Thumshirn1-0/+1
2015-07-13cxl: use more common format specifierRasmus Villemoes1-5/+5
2015-07-06cxl: Test the correct mmio space before unmappingDaniel Axtens1-1/+1
2015-06-19cxl: Fix typo in debug printMichael Neuling1-1/+1
2015-06-03cxl: Add AFU virtual PHB and kernel APIMichael Neuling1-4/+13
2015-06-03cxl: cxl_afu_reset() -> __cxl_afu_reset()Michael Neuling1-2/+2
2015-06-03cxl: Dump debug info on the AFU configuration recordMichael Neuling1-1/+11
2015-06-03cxl: Fix error path on probeMichael Neuling1-0/+1
2015-06-03cxl: Re-order card init to check the VSEC earlierIan Munsie1-15/+15
2015-06-03cxl: Remove unnecessarily verbose print in cxl_remove()Michael Neuling1-2/+0
2015-06-03cxl: Add shutdown hookMichael Neuling1-0/+1
2015-06-03cxl: Export AFU error buffer via sysfsVaibhav Jain1-0/+60
2015-02-06cxl: Fail AFU initialisation if an invalid configuration record is foundIan Munsie1-0/+9
2015-02-06cxl: Export optional AFU configuration record in sysfsIan Munsie1-0/+23