aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/cxl/pci.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-19cxl: Prevent adapter reset if an active context existsGravatar Vaibhav Jain 1-0/+2
2016-10-04cxl: Flush PSL cache before resetting the adapterGravatar Frederic Barrat 1-0/+3
2016-09-13cxl: Fix informational messageGravatar Frederic Barrat 1-2/+2
2016-08-10cxl: Set psl_fir_cntl to production environment valueGravatar Frederic Barrat 1-3/+6
2016-08-09cxl: Fix NULL dereference in cxl_context_init() on PowerVM guestsGravatar Andrew Donnellan 1-1/+2
2016-07-14cxl: Add cxl_check_and_switch_mode() API to switch bi-modal cardsGravatar Andrew Donnellan 1-18/+218
2016-07-14cxl: Workaround PE=0 hardware limitation in Mellanox CX4Gravatar Ian Munsie 1-0/+1
2016-07-14cxl: Add support for using the kernel API with a real PHBGravatar Ian Munsie 1-0/+3
2016-07-14cxl: Do not create vPHB if there are no AFU configuration recordsGravatar Ian Munsie 1-0/+3
2016-07-14cxl: Enable bus mastering for devices using CAPP DMA modeGravatar Ian Munsie 1-0/+3
2016-07-14cxl: Add cxl_slot_is_supported APIGravatar Ian Munsie 1-0/+37
2016-07-08cxl: Ignore CAPI adapters misplaced in switched slotsGravatar Philippe Bergheaud 1-0/+29
2016-07-08cxl: Fix bug where AFU disable operation had no effectGravatar Ian Munsie 1-0/+1
2016-07-08cxl: Fix allowing bogus AFU descriptors with 0 maximum processesGravatar Ian Munsie 1-0/+15
2016-06-16cxl: Add support for CAPP DMA modeGravatar Ian Munsie 1-1/+3
2016-06-16cxl: Abstract the differences between the PSL and XSLGravatar Frederic Barrat 1-24/+128
2016-04-22cxl: Increase timeout for detection of AFU mmio hangGravatar Frederic Barrat 1-1/+3
2016-04-22cxl: Allow initialization on timebase sync failuresGravatar Frederic Barrat 1-9/+12
2016-04-11cxl: Configure the PSL for two CAPI ports on POWER8NVLGravatar Philippe Bergheaud 1-1/+40
2016-03-19Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-150/+117
2016-03-16Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+0
2016-03-09cxl: Ignore probes for virtual afu pci devicesGravatar Vaibhav Jain 1-0/+5
2016-03-09cxl: Support the cxl kernel API from a guestGravatar Frederic Barrat 1-3/+6
2016-03-09cxl: Separate bare-metal fields in adapter and AFU data structuresGravatar Christophe Lombard 1-38/+57
2016-03-09cxl: Rename some bare-metal specific functionsGravatar Frederic Barrat 1-38/+40
2016-03-09cxl: Introduce implementation-specific APIGravatar Frederic Barrat 1-7/+9
2016-03-09cxl: Move bare-metal specific code to specialized filesGravatar Frederic Barrat 1-18/+0
2016-03-09cxl: Move common code away from bare-metal-specific filesGravatar Christophe Lombard 1-47/+1
2016-02-29cxl: Fix PSL timebase synchronization detectionGravatar Frederic Barrat 1-1/+1
2016-02-05PCI: Remove includes of asm/pci-bridge.hGravatar Bjorn Helgaas 1-1/+0
2016-01-11cxl: Enable PCI device ID for future IBM CXL adapterGravatar Uma Krishnan 1-0/+1
2015-10-06cxl: Workaround malformed pcie packets on some cardsGravatar Philippe Bergheaud 1-0/+28
2015-09-15cxl: Fix unbalanced pci_dev_get in cxl_probeGravatar Daniel Axtens 1-2/+0
2015-08-30cxl: Set up and enable PSL TimebaseGravatar Philippe Bergheaud 1-1/+56
2015-08-27cxl: Remove racy attempt to force EEH invocation in resetGravatar Daniel Axtens 1-16/+0
2015-08-22cxl: Remove use of macro DEFINE_PCI_DEVICE_TABLEGravatar Vaishali Thakkar 1-1/+1
2015-08-14cxl: EEH supportGravatar Daniel Axtens 1-0/+253
2015-08-14cxl: Allow the kernel to trust that an image won't change on PERST.Gravatar Daniel Axtens 1-0/+7
2015-08-14cxl: Don't remove AFUs/vPHBs in cxl_resetGravatar Daniel Axtens 1-5/+0
2015-08-14cxl: Refactor AFU init/teardownGravatar Daniel Axtens 1-38/+57
2015-08-14cxl: Refactor adaptor init/teardownGravatar Daniel Axtens 1-53/+86
2015-08-14cxl: Clean up adapter MMIO unmap path.Gravatar Daniel Axtens 1-6/+18
2015-08-14cxl: Allocate and release the SPA with the AFUGravatar Daniel Axtens 1-0/+2
2015-07-16cxl: Destroy afu->contexts_idr on release of an afuGravatar Johannes Thumshirn 1-0/+1
2015-07-13cxl: use more common format specifierGravatar Rasmus Villemoes 1-5/+5
2015-07-06cxl: Test the correct mmio space before unmappingGravatar Daniel Axtens 1-1/+1
2015-06-19cxl: Fix typo in debug printGravatar Michael Neuling 1-1/+1
2015-06-03cxl: Add AFU virtual PHB and kernel APIGravatar Michael Neuling 1-4/+13
2015-06-03cxl: cxl_afu_reset() -> __cxl_afu_reset()Gravatar Michael Neuling 1-2/+2
2015-06-03cxl: Dump debug info on the AFU configuration recordGravatar Michael Neuling 1-1/+11