summaryrefslogtreecommitdiff
path: root/drivers/misc/cxl/native.c
AgeCommit message (Expand)Author
2017-06-14cxl: Avoid double free_irq() for psl,slice interruptsVaibhav Jain
2016-10-04cxl: Flush PSL cache before resetting the adapterFrederic Barrat
2016-08-09cxl: Fix sparse warningsAndrew Donnellan
2016-07-08cxl: Refine slice error debug messagesPhilippe Bergheaud
2016-07-08cxl: Workaround XSL bug that does not clear the RA bit after a resetIan Munsie
2016-07-08cxl: Fix bug where AFU disable operation had no effectIan Munsie
2016-07-08cxl: Fix allocating a minimum of 2 pages for the SPAIan Munsie
2016-06-16cxl: Abstract the differences between the PSL and XSLFrederic Barrat
2016-06-16cxl: Update process element after allocating interruptsIan Munsie
2016-05-20Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2016-05-11cxl: Add kernel API to allow a context to operate with relocate disabledIan Munsie
2016-05-11cxl: Ensure PSL interrupt is configured for contexts with no AFU IRQsIan Munsie
2016-05-11cxl: Handle num_of_processes larger than can fit in the SPAIan Munsie
2016-04-27cxl: Poll for outstanding IRQs when detaching a contextMichael Neuling
2016-03-09cxl: Adapter failure handlingChristophe Lombard
2016-03-09cxl: Support the cxl kernel API from a guestFrederic Barrat
2016-03-09cxl: sysfs support for guestsChristophe Lombard
2016-03-09cxl: Separate bare-metal fields in adapter and AFU data structuresChristophe Lombard
2016-03-09cxl: New hcalls to support cxl adaptersChristophe Lombard
2016-03-09cxl: Rename some bare-metal specific functionsFrederic Barrat
2016-03-09cxl: Introduce implementation-specific APIFrederic Barrat
2016-03-09cxl: Move bare-metal specific code to specialized filesFrederic Barrat
2016-03-09cxl: Move common code away from bare-metal-specific filesChristophe Lombard
2015-12-08cxl: Set endianess of kernel contextsFrederic Barrat
2015-10-07cxl: Fix number of allocated pages in SPAChristophe Lombard
2015-08-14cxl: Allocate and release the SPA with the AFUDaniel Axtens
2015-08-14cxl: Drop commands if the PCI channel is not in normal stateDaniel Axtens
2015-08-06cxl: Don't ignore add_process_element() result when attaching contextDaniel Axtens
2015-07-13cxl: use more common format specifierRasmus Villemoes
2015-06-03cxl: Move include file cxl.h -> cxl-base.hMichael Neuling
2015-06-03cxl: Configure PSL for kernel contexts and merge codeMichael Neuling
2015-06-03cxl: Export some symbolsMichael Neuling
2015-06-03cxl: cxl_afu_reset() -> __cxl_afu_reset()Michael Neuling
2015-01-22cxl: Add tracepointsIan Munsie
2014-12-29cxl: Disable SPAP register when freeing SPAIan Munsie
2014-12-12cxl: Add timeout to process element commandsIan Munsie
2014-12-12cxl: Change contexts_lock to a mutex to fix sleep while atomic bugIan Munsie
2014-11-18cxl: Return error to PSL if IRQ demultiplexing fails & print clearer warningIan Munsie
2014-10-28cxl: Disable secondary hash in segment tableIan Munsie
2014-10-08cxl: Driver code for powernv PCIe based cards for userspace accessIan Munsie