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