aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/cxl/cxl.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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