summaryrefslogtreecommitdiffstats
path: root/drivers/misc/cxl/native.c
AgeCommit message (Expand)AuthorLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-5/+1
2018-07-02Revert "cxl: Add kernel API to allow a context to operate with relocate disab...Alastair D'Silva-1/+2
2018-03-13cxl: Check if PSL data-cache is available before issue flush requestVaibhav Jain-1/+10
2018-01-19cxl: Add support for ASB_Notify on POWER9Christophe Lombard-1/+12
2017-10-13cxl: Dump PSL_FIR register on PSL9 error irqVaibhav Jain-3/+12
2017-10-10cxl: Rename register PSL9_FIR2 to PSL9_FIR_MASKVaibhav Jain-3/+1
2017-10-03cxl: Set the valid bit in PE for dedicated modeVaibhav Jain-0/+8
2017-07-03cxl: Export library to support IBM XSLChristophe Lombard-5/+11
2017-06-23cxl: Fixes for Coherent Accelerator Interface Architecture 2.0Christophe Lombard-12/+17
2017-06-06cxl: Avoid double free_irq() for psl,slice interruptsVaibhav Jain-3/+11
2017-05-02cxl: Mask slice error interrupts after first occurrenceAlastair D'Silva-2/+17
2017-04-13cxl: Add psl9 specific codeChristophe Lombard-11/+213
2017-04-13cxl: Isolate few psl8 specific callsChristophe Lombard-13/+26
2017-04-13cxl: Rename some psl8 specific functionsChristophe Lombard-6/+6
2017-04-13cxl: Update implementation service layerChristophe Lombard-22/+32
2017-04-13cxl: Remove unused values in bare-metal environment.Christophe Lombard-5/+0
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2016-11-25cxl: drop duplicate header sched.hGeliang Tang-1/+0
2016-11-23cxl: Fix coccinelle warningsAndrew Donnellan-2/+2
2016-11-18cxl: Do adapter fence check before handling afu interruptVaibhav Jain-3/+12
2016-10-04cxl: Flush PSL cache before resetting the adapterFrederic Barrat-0/+31
2016-08-09cxl: Fix sparse warningsAndrew Donnellan-1/+1
2016-07-08cxl: Refine slice error debug messagesPhilippe Bergheaud-5/+7
2016-07-08cxl: Workaround XSL bug that does not clear the RA bit after a resetIan Munsie-0/+10
2016-07-08cxl: Fix bug where AFU disable operation had no effectIan Munsie-7/+51
2016-07-08cxl: Fix allocating a minimum of 2 pages for the SPAIan Munsie-1/+1
2016-06-16cxl: Abstract the differences between the PSL and XSLFrederic Barrat-14/+39
2016-06-16cxl: Update process element after allocating interruptsIan Munsie-16/+58
2016-05-20Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-5/+24
2016-05-11cxl: Add kernel API to allow a context to operate with relocate disabledIan Munsie-2/+3
2016-05-11cxl: Ensure PSL interrupt is configured for contexts with no AFU IRQsIan Munsie-0/+9
2016-05-11cxl: Handle num_of_processes larger than can fit in the SPAIan Munsie-3/+12
2016-04-27cxl: Poll for outstanding IRQs when detaching a contextMichael Neuling-0/+31
2016-03-09cxl: Adapter failure handlingChristophe Lombard-16/+16
2016-03-09cxl: Support the cxl kernel API from a guestFrederic Barrat-0/+50
2016-03-09cxl: sysfs support for guestsChristophe Lombard-0/+7
2016-03-09cxl: Separate bare-metal fields in adapter and AFU data structuresChristophe Lombard-41/+44
2016-03-09cxl: New hcalls to support cxl adaptersChristophe Lombard-0/+1
2016-03-09cxl: Rename some bare-metal specific functionsFrederic Barrat-48/+50
2016-03-09cxl: Introduce implementation-specific APIFrederic Barrat-52/+83
2016-03-09cxl: Move bare-metal specific code to specialized filesFrederic Barrat-1/+239
2016-03-09cxl: Move common code away from bare-metal-specific filesChristophe Lombard-21/+0
2015-12-08cxl: Set endianess of kernel contextsFrederic Barrat-1/+1
2015-10-07cxl: Fix number of allocated pages in SPAChristophe Lombard-1/+1
2015-08-14cxl: Allocate and release the SPA with the AFUDaniel Axtens-11/+22
2015-08-14cxl: Drop commands if the PCI channel is not in normal stateDaniel Axtens-3/+69
2015-08-06cxl: Don't ignore add_process_element() result when attaching contextDaniel Axtens-3/+1
2015-07-13cxl: use more common format specifierRasmus Villemoes-5/+5
2015-06-03cxl: Move include file cxl.h -> cxl-base.hMichael Neuling-1/+1
2015-06-03cxl: Configure PSL for kernel contexts and merge codeMichael Neuling-28/+35