summaryrefslogtreecommitdiffstats
path: root/drivers/misc/cxl/native.c
Commit message (Expand)AuthorAgeFilesLines
* cxl: Flush PSL cache before resetting the adapterFrederic Barrat2016-10-041-0/+31
* cxl: Fix sparse warningsAndrew Donnellan2016-08-091-1/+1
* cxl: Refine slice error debug messagesPhilippe Bergheaud2016-07-081-5/+7
* cxl: Workaround XSL bug that does not clear the RA bit after a resetIan Munsie2016-07-081-0/+10
* cxl: Fix bug where AFU disable operation had no effectIan Munsie2016-07-081-7/+51
* cxl: Fix allocating a minimum of 2 pages for the SPAIan Munsie2016-07-081-1/+1
* cxl: Abstract the differences between the PSL and XSLFrederic Barrat2016-06-161-14/+39
* cxl: Update process element after allocating interruptsIan Munsie2016-06-161-16/+58
* Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-05-201-5/+24
|\
| * cxl: Add kernel API to allow a context to operate with relocate disabledIan Munsie2016-05-111-2/+3
| * cxl: Ensure PSL interrupt is configured for contexts with no AFU IRQsIan Munsie2016-05-111-0/+9
| * cxl: Handle num_of_processes larger than can fit in the SPAIan Munsie2016-05-111-3/+12
* | cxl: Poll for outstanding IRQs when detaching a contextMichael Neuling2016-04-271-0/+31
|/
* cxl: Adapter failure handlingChristophe Lombard2016-03-091-16/+16
* cxl: Support the cxl kernel API from a guestFrederic Barrat2016-03-091-0/+50
* cxl: sysfs support for guestsChristophe Lombard2016-03-091-0/+7
* cxl: Separate bare-metal fields in adapter and AFU data structuresChristophe Lombard2016-03-091-41/+44
* cxl: New hcalls to support cxl adaptersChristophe Lombard2016-03-091-0/+1
* cxl: Rename some bare-metal specific functionsFrederic Barrat2016-03-091-48/+50
* cxl: Introduce implementation-specific APIFrederic Barrat2016-03-091-52/+83
* cxl: Move bare-metal specific code to specialized filesFrederic Barrat2016-03-091-1/+239
* cxl: Move common code away from bare-metal-specific filesChristophe Lombard2016-03-091-21/+0
* cxl: Set endianess of kernel contextsFrederic Barrat2015-12-081-1/+1
* cxl: Fix number of allocated pages in SPAChristophe Lombard2015-10-071-1/+1
* cxl: Allocate and release the SPA with the AFUDaniel Axtens2015-08-141-11/+22
* cxl: Drop commands if the PCI channel is not in normal stateDaniel Axtens2015-08-141-3/+69
* cxl: Don't ignore add_process_element() result when attaching contextDaniel Axtens2015-08-061-3/+1
* cxl: use more common format specifierRasmus Villemoes2015-07-131-5/+5
* cxl: Move include file cxl.h -> cxl-base.hMichael Neuling2015-06-031-1/+1
* cxl: Configure PSL for kernel contexts and merge codeMichael Neuling2015-06-031-28/+35
* cxl: Export some symbolsMichael Neuling2015-06-031-5/+5
* cxl: cxl_afu_reset() -> __cxl_afu_reset()Michael Neuling2015-06-031-4/+4
* cxl: Add tracepointsIan Munsie2015-01-221-8/+30
* cxl: Disable SPAP register when freeing SPAIan Munsie2014-12-291-0/+1
* cxl: Add timeout to process element commandsIan Munsie2014-12-121-0/+5
* cxl: Change contexts_lock to a mutex to fix sleep while atomic bugIan Munsie2014-12-121-7/+0
* cxl: Return error to PSL if IRQ demultiplexing fails & print clearer warningIan Munsie2014-11-181-7/+7
* cxl: Disable secondary hash in segment tableIan Munsie2014-10-281-2/+2
* cxl: Driver code for powernv PCIe based cards for userspace accessIan Munsie2014-10-081-0/+683
OpenPOWER on IntegriCloud