aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/cxl/cxl.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-01powerpc: Add PVN support for HeXin C2000 processorZhao Ke1-1/+2
2022-06-27cxl: drop unexpected word "the" in the commentsJiang Jian1-1/+1
2022-05-11cxl/ocxl: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy1-0/+2
2019-06-18cxl: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-9/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-07-19Merge branch 'topic/ppc-kvm' into nextMichael Ellerman1-8/+0
2018-07-16powerpc/64s: Remove POWER9 DD1 supportNicholas Piggin1-8/+0
2018-07-02cxl: Remove abandonned capi support for the Mellanox CX4, final cleanupFrederic Barrat1-12/+0
2018-07-02Revert "cxl: Allow a default context to be associated with an external pci_dev"Frederic Barrat1-6/+0
2018-07-02Revert "cxl: Add preliminary workaround for CX4 interrupt limitation"Alastair D'Silva1-10/+0
2018-07-02Revert "cxl: Add support for interrupts on the Mellanox CX4"Alastair D'Silva1-4/+0
2018-07-02Revert "cxl: Add kernel API to allow a context to operate with relocate disab...Alastair D'Silva1-1/+0
2018-05-15cxl: Report the tunneled operations statusPhilippe Bergheaud1-0/+1
2018-03-13cxl: read PHB indications from the device treePhilippe Bergheaud1-1/+1
2018-03-13cxl: Check if PSL data-cache is available before issue flush requestVaibhav Jain1-0/+4
2018-02-02Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-0/+3
2018-01-19cxl: Add support for ASB_Notify on POWER9Christophe Lombard1-0/+3
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-1/+1
2017-11-06cxl: Rework the implementation of cxl_stop_trace_psl9()Vaibhav Jain1-10/+4
2017-10-22cxl: Provide debugfs access to PSL_DEBUG/XSL_DEBUG registersVaibhav Jain1-0/+1
2017-10-13cxl: Dump PSL_FIR register on PSL9 error irqVaibhav Jain1-1/+2
2017-10-10cxl: Rename register PSL9_FIR2 to PSL9_FIR_MASKVaibhav Jain1-1/+1
2017-10-06cxl: Add support for POWER9 DD2Christophe Lombard1-0/+2
2017-07-03cxl: Export library to support IBM XSLChristophe Lombard1-0/+6
2017-06-23cxl: Fixes for Coherent Accelerator Interface Architecture 2.0Christophe Lombard1-13/+5
2017-05-02cxl: Mask slice error interrupts after first occurrenceAlastair D'Silva1-0/+18
2017-04-13cxl: Add psl9 specific codeChristophe Lombard1-18/+120
2017-04-13cxl: Isolate few psl8 specific callsChristophe Lombard1-8/+27
2017-04-13cxl: Rename some psl8 specific functionsChristophe Lombard1-13/+13
2017-04-13cxl: Update implementation service layerChristophe Lombard1-12/+28
2017-04-13cxl: Keep track of mm struct associated with a contextChristophe Lombard1-2/+8
2017-04-13cxl: Remove unused values in bare-metal environment.Christophe Lombard1-16/+4
2017-02-21cxl: fix nested locking hang during EEH hotplugAndrew Donnellan1-2/+3
2017-02-03cxl: Fix build when CONFIG_DEBUG_FS=nAndrew Donnellan1-4/+55
2017-01-25cxl: Prevent read/write to AFU config space while AFU not configuredAndrew Donnellan1-0/+2
2016-11-18cxl: Fix coredump generation when cxl_get_fd() is usedFrederic Barrat1-2/+4
2016-10-19cxl: Prevent adapter reset if an active context existsVaibhav Jain1-0/+24
2016-10-04cxl: Flush PSL cache before resetting the adapterFrederic Barrat1-1/+5
2016-08-09cxl: Fix NULL dereference in cxl_context_init() on PowerVM guestsAndrew Donnellan1-1/+1
2016-07-14cxl: Workaround PE=0 hardware limitation in Mellanox CX4Ian Munsie1-0/+1
2016-07-14cxl: Add support for interrupts on the Mellanox CX4Ian Munsie1-0/+4
2016-07-14cxl: Add preliminary workaround for CX4 interrupt limitationIan Munsie1-0/+10
2016-07-14cxl: Allow a default context to be associated with an external pci_devIan Munsie1-0/+6
2016-07-14cxl: Move cxl_afu_get / cxl_afu_put to baseIan Munsie1-12/+0
2016-07-08cxl: Refine slice error debug messagesPhilippe Bergheaud1-0/+15
2016-07-08cxl: Fix bug where AFU disable operation had no effectIan Munsie1-0/+1
2016-06-28cxl: Add set and get private data to context structMichael Neuling1-0/+3
2016-06-28cxl: Add mechanism for delivering AFU driver specific eventsPhilippe Bergheaud1-1/+6
2016-06-16cxl: Add support for CAPP DMA modeIan Munsie1-0/+1
2016-06-16cxl: Abstract the differences between the PSL and XSLFrederic Barrat1-0/+26
2016-06-16cxl: Update process element after allocating interruptsIan Munsie1-0/+1
2016-05-20Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-10/+5
2016-05-11cxl: Check periodically the coherent platform function's stateChristophe Lombard1-1/+3
2016-05-11cxl: Add kernel API to allow a context to operate with relocate disabledIan Munsie1-0/+1
2016-05-11cxl: Remove duplicate #definesIan Munsie1-9/+0
2016-04-27cxl: Poll for outstanding IRQs when detaching a contextMichael Neuling1-0/+2
2016-04-22cxl: Allow initialization on timebase sync failuresFrederic Barrat1-0/+1
2016-03-09cxl: Ignore probes for virtual afu pci devicesVaibhav Jain1-0/+2
2016-03-09cxl: Adapter failure handlingChristophe Lombard1-8/+10
2016-03-09cxl: Support the cxl kernel API from a guestFrederic Barrat1-1/+5
2016-03-09cxl: Support to flash a new image on the adapter from a guestChristophe Lombard1-0/+6
2016-03-09cxl: sysfs support for guestsChristophe Lombard1-0/+7
2016-03-09cxl: Add guest-specific codeChristophe Lombard1-1/+36
2016-03-09cxl: Separate bare-metal fields in adapter and AFU data structuresChristophe Lombard1-26/+58
2016-03-09cxl: New hcalls to support cxl adaptersChristophe Lombard1-2/+21
2016-03-09cxl: Update cxl_irq() prototypeFrederic Barrat1-1/+1
2016-03-09cxl: Isolate a few bare-metal-specific callsFrederic Barrat1-2/+5
2016-03-09cxl: Rename some bare-metal specific functionsFrederic Barrat1-14/+14
2016-03-09cxl: Introduce implementation-specific APIFrederic Barrat1-19/+34
2016-03-09cxl: Move bare-metal specific code to specialized filesFrederic Barrat1-20/+4
2016-03-09cxl: Move common code away from bare-metal-specific filesChristophe Lombard1-0/+9
2016-01-05cxl: Fix DSI misses when the context owning task exitsVaibhav Jain1-0/+3
2015-11-24cxl: Fix possible idr warning when contexts are releasedVaibhav Jain1-0/+12
2015-10-01cxl: fix leak of IRQ names in cxl_free_afu_irqs()Andrew Donnellan1-0/+1
2015-08-30cxl: Set up and enable PSL TimebasePhilippe Bergheaud1-0/+5
2015-08-30cxl: Fix force unmapping mmaps of contexts allocated through the kernel apiIan Munsie1-0/+1
2015-08-18cxl: Add alternate MMIO error handlingIan Munsie1-1/+3
2015-08-14cxl: EEH supportDaniel Axtens1-0/+1
2015-08-14cxl: Allow the kernel to trust that an image won't change on PERST.Daniel Axtens1-0/+1
2015-08-14cxl: Allocate and release the SPA with the AFUDaniel Axtens1-0/+3
2015-08-14cxl: Drop commands if the PCI channel is not in normal stateDaniel Axtens1-8/+36
2015-08-14cxl: Convert MMIO read/write macros to inline functionsDaniel Axtens1-16/+35
2015-06-03cxl: Add AFU virtual PHB and kernel APIMichael Neuling1-0/+5
2015-06-03cxl: Export file ops for use by APIMichael Neuling1-0/+9
2015-06-03cxl: Move include file cxl.h -> cxl-base.hMichael Neuling1-1/+1
2015-06-03cxl: Split afu_register_irqs() functionMichael Neuling1-0/+1
2015-06-03cxl: Export some symbolsMichael Neuling1-0/+5
2015-06-03cxl: cxl_afu_reset() -> __cxl_afu_reset()Michael Neuling1-1/+1
2015-06-03cxl: Rework detach context functionsMichael Neuling1-0/+1
2015-06-03cxl: Add cookie parameter to afu_release_irqs()Michael Neuling1-1/+1
2015-06-03cxl: Use call_rcu to reduce latency when releasing the afu fdIan Munsie1-0/+2
2015-06-03cxl: Export AFU error buffer via sysfsVaibhav Jain1-0/+7
2015-06-03cxl: Implement an ioctl to fetch afu card-id, offset-id and modeVaibhav Jain1-2/+0
2015-02-06cxl: Export optional AFU configuration record in sysfsIan Munsie1-0/+13
2015-01-22cxl: Add ability to reset the cardRyan Grimm1-0/+1
2015-01-22cxl: Use image state defaults for reloading FPGARyan Grimm1-0/+1
2014-12-29cxl: Disable AFU debug flagIan Munsie1-0/+7
2014-12-12cxl: Unmap MMIO regions when detaching a contextIan Munsie1-1/+6
2014-12-12cxl: Change contexts_lock to a mutex to fix sleep while atomic bugIan Munsie1-1/+1
2014-11-18cxl: Name interrupts in /proc/interruptMichael Neuling1-3/+10
2014-11-18cxl: Return error to PSL if IRQ demultiplexing fails & print clearer warningIan Munsie1-1/+1
2014-10-08cxl: Driver code for powernv PCIe based cards for userspace accessIan Munsie1-0/+629