summaryrefslogtreecommitdiffstats
path: root/drivers/misc/cxl/context.c
Commit message (Expand)AuthorAgeFilesLines
* cxl: Add support for ASB_Notify on POWER9Christophe Lombard2018-01-191-0/+2
* cxl: Enable global TLBIs for cxl contextsFrederic Barrat2017-09-281-0/+3
* cxl: Fixes for Coherent Accelerator Interface Architecture 2.0Christophe Lombard2017-06-231-3/+3
* cxl: Add psl9 specific codeChristophe Lombard2017-04-131-3/+16
* cxl: Isolate few psl8 specific callsChristophe Lombard2017-04-131-12/+16
* cxl: Keep track of mm struct associated with a contextChristophe Lombard2017-04-131-2/+19
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-251-1/+2
* Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2016-12-161-5/+12
|\
| * cxl: Fix coredump generation when cxl_get_fd() is usedFrederic Barrat2016-11-181-5/+12
* | mm: use vmf->address instead of of vmf->virtual_addressJan Kara2016-12-151-3/+2Star
|/
* cxl: Prevent adapter reset if an active context existsVaibhav Jain2016-10-191-0/+3
* cxl: Fix NULL dereference in cxl_context_init() on PowerVM guestsAndrew Donnellan2016-08-091-2/+1Star
* cxl: Workaround PE=0 hardware limitation in Mellanox CX4Ian Munsie2016-07-141-1/+2
* cxl: Add preliminary workaround for CX4 interrupt limitationIan Munsie2016-07-141-0/+1
* cxl: Fix NULL pointer dereference on kernel contexts with no AFU interruptsIan Munsie2016-07-081-0/+2
* Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-05-201-2/+1Star
|\
| * cxl: Delete an unnecessary check before the function call "kfree"Markus Elfring2016-04-121-2/+1Star
* | cxl: Poll for outstanding IRQs when detaching a contextMichael Neuling2016-04-271-0/+7
|/
* cxl: Adapter failure handlingChristophe Lombard2016-03-091-1/+1
* cxl: Add guest-specific codeChristophe Lombard2016-03-091-1/+5
* cxl: Separate bare-metal fields in adapter and AFU data structuresChristophe Lombard2016-03-091-1/+1
* cxl: Isolate a few bare-metal-specific callsFrederic Barrat2016-03-091-1/+2
* cxl: Introduce implementation-specific APIFrederic Barrat2016-03-091-2/+2
* cxl: Fix DSI misses when the context owning task exitsVaibhav Jain2016-01-051-1/+5
* cxl: Fix possible idr warning when contexts are releasedVaibhav Jain2015-11-241-0/+9
* cxl: fix leak of ctx->irq_bitmap when releasing context via kernel APIAndrew Donnellan2015-10-011-0/+3
* cxl: Fix force unmapping mmaps of contexts allocated through the kernel apiIan Munsie2015-08-301-0/+2
* cxl: Add alternate MMIO error handlingIan Munsie2015-08-181-0/+14
* cxl: Drop commands if the PCI channel is not in normal stateDaniel Axtens2015-08-141-1/+5
* cxl: Fix off by one error allowing subsequent mmap page to be accessedIan Munsie2015-07-081-2/+2
* cxl: Fail mmap if requested mapping is larger than assigned problem state areaIan Munsie2015-07-081-1/+9
* cxl: Rework context lifetimesMichael Neuling2015-06-031-2/+3
* cxl: Rework detach context functionsMichael Neuling2015-06-031-7/+13
* cxl: Add cookie parameter to afu_release_irqs()Michael Neuling2015-06-031-1/+1
* cxl: Use call_rcu to reduce latency when releasing the afu fdIan Munsie2015-06-031-5/+10
* cxl: Fix issues when unmapping contextsIan Munsie2015-01-121-19/+63
* cxl: Unmap MMIO regions when detaching a contextIan Munsie2014-12-121-1/+10
* cxl: Change contexts_lock to a mutex to fix sleep while atomic bugIan Munsie2014-12-121-7/+8
* cxl: Driver code for powernv PCIe based cards for userspace accessIan Munsie2014-10-081-0/+193