aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/cxl/native.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-09cxl: Adapter failure handlingChristophe Lombard1-16/+16
2016-03-09cxl: Support the cxl kernel API from a guestFrederic Barrat1-0/+50
2016-03-09cxl: sysfs support for guestsChristophe Lombard1-0/+7
2016-03-09cxl: Separate bare-metal fields in adapter and AFU data structuresChristophe Lombard1-41/+44
2016-03-09cxl: New hcalls to support cxl adaptersChristophe Lombard1-0/+1
2016-03-09cxl: Rename some bare-metal specific functionsFrederic Barrat1-48/+50
2016-03-09cxl: Introduce implementation-specific APIFrederic Barrat1-52/+83
2016-03-09cxl: Move bare-metal specific code to specialized filesFrederic Barrat1-1/+239
2016-03-09cxl: Move common code away from bare-metal-specific filesChristophe Lombard1-21/+0
2015-12-08cxl: Set endianess of kernel contextsFrederic Barrat1-1/+1
2015-10-07cxl: Fix number of allocated pages in SPAChristophe Lombard1-1/+1
2015-08-14cxl: Allocate and release the SPA with the AFUDaniel Axtens1-11/+22
2015-08-14cxl: Drop commands if the PCI channel is not in normal stateDaniel Axtens1-3/+69
2015-08-06cxl: Don't ignore add_process_element() result when attaching contextDaniel Axtens1-3/+1
2015-07-13cxl: use more common format specifierRasmus Villemoes1-5/+5
2015-06-03cxl: Move include file cxl.h -> cxl-base.hMichael Neuling1-1/+1
2015-06-03cxl: Configure PSL for kernel contexts and merge codeMichael Neuling1-28/+35
2015-06-03cxl: Export some symbolsMichael Neuling1-5/+5
2015-06-03cxl: cxl_afu_reset() -> __cxl_afu_reset()Michael Neuling1-4/+4
2015-01-22cxl: Add tracepointsIan Munsie1-8/+30
2014-12-29cxl: Disable SPAP register when freeing SPAIan Munsie1-0/+1
2014-12-12cxl: Add timeout to process element commandsIan Munsie1-0/+5
2014-12-12cxl: Change contexts_lock to a mutex to fix sleep while atomic bugIan Munsie1-7/+0
2014-11-18cxl: Return error to PSL if IRQ demultiplexing fails & print clearer warningIan Munsie1-7/+7
2014-10-28cxl: Disable secondary hash in segment tableIan Munsie1-2/+2
2014-10-08cxl: Driver code for powernv PCIe based cards for userspace accessIan Munsie1-0/+683