summaryrefslogtreecommitdiffstats
path: root/drivers/misc/cxl/file.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-02-021-2/+13
|\
| * cxl: Add support for ASB_Notify on POWER9Christophe Lombard2018-01-191-2/+13
* | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
|/
* cxl: Enable global TLBIs for cxl contextsFrederic Barrat2017-09-281-2/+22
* cxl: Fix driver use countFrederic Barrat2017-08-311-1/+7
* cxl: Fix error path on bad ioctlFrederic Barrat2017-06-081-5/+2Star
* cxl: Keep track of mm struct associated with a contextChristophe Lombard2017-04-131-3/+12
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* cxl: Fix coredump generation when cxl_get_fd() is usedFrederic Barrat2016-11-181-1/+4
* cxl: Fix leaking pid refs in some error pathsVaibhav Jain2016-10-241-9/+13
* cxl: Prevent adapter reset if an active context existsVaibhav Jain2016-10-191-0/+11
* cxl: Add mechanism for delivering AFU driver specific eventsPhilippe Bergheaud2016-06-281-8/+56
* cxl: Adapter failure handlingChristophe Lombard2016-03-091-5/+5
* cxl: Support to flash a new image on the adapter from a guestChristophe Lombard2016-03-091-4/+7
* cxl: Add guest-specific codeChristophe Lombard2016-03-091-1/+1
* cxl: Introduce implementation-specific APIFrederic Barrat2016-03-091-7/+8
* 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-8/+11
* cxl: fix leak of ctx->mapping when releasing kernel API contextsAndrew Donnellan2015-10-011-3/+10
* cxl: Add alternate MMIO error handlingIan Munsie2015-08-181-1/+3
* cxl: Drop commands if the PCI channel is not in normal stateDaniel Axtens2015-08-141-0/+19
* cxl: sparse: Make declarations staticDaniel Axtens2015-08-121-2/+2
* cxl: Export file ops for use by APIMichael Neuling2015-06-031-9/+14
* cxl: Rework context lifetimesMichael Neuling2015-06-031-1/+0Star
* cxl: Add cookie parameter to afu_release_irqs()Michael Neuling2015-06-031-1/+1
* cxl: Implement an ioctl to fetch afu card-id, offset-id and modeVaibhav Jain2015-06-031-0/+22
* Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2015-02-121-1/+6
|\
| * cxl: Add tracepointsIan Munsie2015-01-221-0/+3
| * cxl: Fix leaking interrupts if attach process failsIan Munsie2014-12-291-1/+3
* | cxl: Fix issues when unmapping contextsIan Munsie2015-01-121-6/+8
|/
* cxl: Unmap MMIO regions when detaching a contextIan Munsie2014-12-121-1/+5
* cxl: Fix afu_read() not doing finish_wait() on signal or non-blockingIan Munsie2014-10-091-5/+15
* cxl: Driver code for powernv PCIe based cards for userspace accessIan Munsie2014-10-081-0/+508