aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/cxl/pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-18cxl: Use to_pci_driver() instead of pci_dev->driverUwe Kleine-König1-3/+3
2021-10-18cxl: Factor out common dev->driver expressionsBjorn Helgaas1-11/+24
2020-08-25cxl: Rework error message for incompatible slotsFrederic Barrat1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-01-30cxl: Wrap iterations over afu slices inside 'afu_list_lock'Vaibhav Jain1-9/+30
2018-11-26cxl: Use device_type helpers to access the node typeRob Herring1-3/+1
2018-07-19Merge branch 'topic/ppc-kvm' into nextMichael Ellerman1-25/+16
2018-07-16powerpc/64s: Remove POWER9 DD1 supportNicholas Piggin1-25/+16
2018-07-02cxl: Remove abandonned capi support for the Mellanox CX4, final cleanupFrederic Barrat1-69/+6
2018-07-02Revert "cxl: Add cxl_slot_is_supported API"Frederic Barrat1-37/+0
2018-07-02Revert "cxl: Add support for using the kernel API with a real PHB"Alastair D'Silva1-3/+0
2018-07-02Revert "cxl: Add cxl_check_and_switch_mode() API to switch bi-modal cards"Alastair D'Silva1-218/+18
2018-06-03Merge branch 'fixes' into nextMichael Ellerman1-0/+12
2018-06-02cxl: Configure PSL to not use APC virtual machinesVaibhav Jain1-2/+2
2018-05-15cxl: Report the tunneled operations statusPhilippe Bergheaud1-1/+6
2018-05-15cxl: Set the PBCQ Tunnel BAR register when enabling capi modePhilippe Bergheaud1-0/+7
2018-03-14cxl: Fix timebase synchronization status on P9Christophe Lombard1-17/+0
2018-03-13cxl: read PHB indications from the device treePhilippe Bergheaud1-5/+43
2018-03-13cxl: Check if PSL data-cache is available before issue flush requestVaibhav Jain1-6/+13
2018-03-13cxl: Remove function write_timebase_ctrl_psl9() for PSL9Vaibhav Jain1-8/+2
2018-03-13cxl: Enable NORST bit in PSL_DEBUG register for PSL9Vaibhav Jain1-2/+6
2018-01-24cxl: Remove support for "Processing accelerators" classFrederic Barrat1-2/+0
2017-11-23cxl: Check if vphb exists before iterating over AFU devicesVaibhav Jain1-2/+10
2017-11-06cxl: Rework the implementation of cxl_stop_trace_psl9()Vaibhav Jain1-0/+38
2017-10-13cxl: Dump PSL_FIR register on PSL9 error irqVaibhav Jain1-1/+2
2017-10-06cxl: Add support for POWER9 DD2Christophe Lombard1-23/+24
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko1-1/+1
2017-07-03cxl: Export library to support IBM XSLChristophe Lombard1-14/+27
2017-06-23cxl: Fixes for Coherent Accelerator Interface Architecture 2.0Christophe Lombard1-7/+4
2017-05-05Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-58/+351
2017-05-02cxl: Route eeh events to all drivers in cxl_pci_error_detected()Vaibhav Jain1-6/+9
2017-05-02cxl: Force context lock during EEH flowVaibhav Jain1-2/+17
2017-04-19cxl: Enable PCI device IDs for future IBM CXL adaptersMatthew R. Ochs1-0/+2
2017-04-13cxl: Add psl9 specific codeChristophe Lombard1-17/+242
2017-04-13cxl: Isolate few psl8 specific callsChristophe Lombard1-21/+43
2017-04-13cxl: Rename some psl8 specific functionsChristophe Lombard1-30/+30
2017-04-13cxl: Update implementation service layerChristophe Lombard1-15/+40
2017-04-13cxl: Read vsec perst load imageChristophe Lombard1-0/+1
2017-03-20cxl: Route eeh events to all slices for pci_channel_io_perm_failure stateVaibhav Jain1-7/+6
2017-02-21cxl: fix nested locking hang during EEH hotplugAndrew Donnellan1-2/+9
2017-01-25cxl: Prevent read/write to AFU config space while AFU not configuredAndrew Donnellan1-0/+2
2017-01-25cxl: Force psl data-cache flush during device shutdownVaibhav Jain1-0/+3
2016-11-18cxl: Fix error handling in _cxl_pci_associate_default_context()Christophe Jaillet1-1/+1
2016-10-19cxl: Prevent adapter reset if an active context existsVaibhav Jain1-0/+2
2016-10-04cxl: Flush PSL cache before resetting the adapterFrederic Barrat1-0/+3
2016-09-13cxl: Fix informational messageFrederic Barrat1-2/+2
2016-08-10cxl: Set psl_fir_cntl to production environment valueFrederic Barrat1-3/+6
2016-08-09cxl: Fix NULL dereference in cxl_context_init() on PowerVM guestsAndrew Donnellan1-1/+2
2016-07-14cxl: Add cxl_check_and_switch_mode() API to switch bi-modal cardsAndrew Donnellan1-18/+218
2016-07-14cxl: Workaround PE=0 hardware limitation in Mellanox CX4Ian Munsie1-0/+1