aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/misc/cxl/vphb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-12-06cxl: Remove unnecessary cxl_pci_window_alignment()Bjorn Helgaas1-7/+0
2020-07-13cxl: Change PCIBIOS_SUCCESSFUL to 0Saheed O. Bolarinwa1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-02-18powerpc/dma: remove set_dma_offsetChristoph Hellwig1-1/+1
2019-02-18powerpc/dma: use the generic direct mapping bypassChristoph Hellwig1-1/+0
2018-12-20cxl: drop the dma_set_mask callback from vphbChristoph Hellwig1-12/+0
2018-07-02Revert "cxl: Allow a default context to be associated with an external pci_dev"Frederic Barrat1-3/+27
2018-07-02Revert "cxl: Add support for using the kernel API with a real PHB"Alastair D'Silva1-14/+2
2018-01-10powerpc: rename dma_direct_ to dma_nommu_Christoph Hellwig1-1/+1
2017-02-21cxl: fix nested locking hang during EEH hotplugAndrew Donnellan1-4/+14
2017-01-25cxl: Prevent read/write to AFU config space while AFU not configuredAndrew Donnellan1-22/+29
2016-08-22cxl: use pcibios_free_controller_deferred() when removing vPHBsAndrew Donnellan1-1/+9
2016-08-09cxl: Fix sparse warningsAndrew Donnellan1-1/+1
2016-07-14cxl: Add support for using the kernel API with a real PHBIan Munsie1-2/+14
2016-07-14cxl: Do not create vPHB if there are no AFU configuration recordsIan Munsie1-0/+11
2016-07-14cxl: Allow a default context to be associated with an external pci_devIan Munsie1-27/+3
2016-06-16cxl: Make vPHB device node match adapter'sFrederic Barrat1-11/+10
2016-03-09cxl: Ignore probes for virtual afu pci devicesVaibhav Jain1-0/+9
2016-03-09cxl: Adapter failure handlingChristophe Lombard1-1/+1
2016-03-09cxl: Support the cxl kernel API from a guestFrederic Barrat1-89/+65
2016-03-09cxl: Separate bare-metal fields in adapter and AFU data structuresChristophe Lombard1-2/+2
2016-03-09cxl: Introduce implementation-specific APIFrederic Barrat1-3/+3
2015-11-24cxl: use correct operator when writing pcie config space valuesAndrew Donnellan1-1/+1
2015-10-15cxl: Free virtual PHB when removingAndrew Donnellan1-0/+2
2015-09-07cxl: abort cxl_pci_enable_device_hook() if PCI channel is offlineAndrew Donnellan1-0/+6
2015-08-14cxl: EEH supportDaniel Axtens1-0/+8
2015-08-14cxl: Drop commands if the PCI channel is not in normal stateDaniel Axtens1-0/+26
2015-07-06cxl/vphb.c: Use phb pointer after NULL checkManinder Singh1-1/+2
2015-06-07cxl: Reset default context for vPHB on releaseMichael Neuling1-0/+1
2015-06-03cxl: Add AFU virtual PHB and kernel APIMichael Neuling1-0/+269