aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/cxl/context.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-19cxl: Add support for ASB_Notify on POWER9Christophe Lombard1-0/+2
2017-09-28cxl: Enable global TLBIs for cxl contextsFrederic Barrat1-0/+3
2017-06-23cxl: Fixes for Coherent Accelerator Interface Architecture 2.0Christophe Lombard1-3/+3
2017-04-13cxl: Add psl9 specific codeChristophe Lombard1-3/+16
2017-04-13cxl: Isolate few psl8 specific callsChristophe Lombard1-12/+16
2017-04-13cxl: Keep track of mm struct associated with a contextChristophe Lombard1-2/+19
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-1/+2
2016-12-16Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-5/+12
2016-12-14mm: use vmf->address instead of of vmf->virtual_addressJan Kara1-3/+2
2016-11-18cxl: Fix coredump generation when cxl_get_fd() is usedFrederic Barrat1-5/+12
2016-10-19cxl: Prevent adapter reset if an active context existsVaibhav Jain1-0/+3
2016-08-09cxl: Fix NULL dereference in cxl_context_init() on PowerVM guestsAndrew Donnellan1-2/+1
2016-07-14cxl: Workaround PE=0 hardware limitation in Mellanox CX4Ian Munsie1-1/+2
2016-07-14cxl: Add preliminary workaround for CX4 interrupt limitationIan Munsie1-0/+1
2016-07-08cxl: Fix NULL pointer dereference on kernel contexts with no AFU interruptsIan Munsie1-0/+2
2016-05-20Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-2/+1
2016-04-27cxl: Poll for outstanding IRQs when detaching a contextMichael Neuling1-0/+7
2016-04-12cxl: Delete an unnecessary check before the function call "kfree"Markus Elfring1-2/+1
2016-03-09cxl: Adapter failure handlingChristophe Lombard1-1/+1
2016-03-09cxl: Add guest-specific codeChristophe Lombard1-1/+5
2016-03-09cxl: Separate bare-metal fields in adapter and AFU data structuresChristophe Lombard1-1/+1
2016-03-09cxl: Isolate a few bare-metal-specific callsFrederic Barrat1-1/+2
2016-03-09cxl: Introduce implementation-specific APIFrederic Barrat1-2/+2
2016-01-05cxl: Fix DSI misses when the context owning task exitsVaibhav Jain1-1/+5
2015-11-24cxl: Fix possible idr warning when contexts are releasedVaibhav Jain1-0/+9
2015-10-01cxl: fix leak of ctx->irq_bitmap when releasing context via kernel APIAndrew Donnellan1-0/+3
2015-08-30cxl: Fix force unmapping mmaps of contexts allocated through the kernel apiIan Munsie1-0/+2
2015-08-18cxl: Add alternate MMIO error handlingIan Munsie1-0/+14
2015-08-14cxl: Drop commands if the PCI channel is not in normal stateDaniel Axtens1-1/+5
2015-07-08cxl: Fix off by one error allowing subsequent mmap page to be accessedIan Munsie1-2/+2
2015-07-08cxl: Fail mmap if requested mapping is larger than assigned problem state areaIan Munsie1-1/+9
2015-06-03cxl: Rework context lifetimesMichael Neuling1-2/+3
2015-06-03cxl: Rework detach context functionsMichael Neuling1-7/+13
2015-06-03cxl: Add cookie parameter to afu_release_irqs()Michael Neuling1-1/+1
2015-06-03cxl: Use call_rcu to reduce latency when releasing the afu fdIan Munsie1-5/+10
2015-01-12cxl: Fix issues when unmapping contextsIan Munsie1-19/+63
2014-12-12cxl: Unmap MMIO regions when detaching a contextIan Munsie1-1/+10
2014-12-12cxl: Change contexts_lock to a mutex to fix sleep while atomic bugIan Munsie1-7/+8
2014-10-08cxl: Driver code for powernv PCIe based cards for userspace accessIan Munsie1-0/+193