aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/cxl/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-01cxl: fix leak of ctx->mapping when releasing kernel API contextsAndrew Donnellan1-3/+10
2015-08-18cxl: Add alternate MMIO error handlingIan Munsie1-1/+3
2015-08-14cxl: Drop commands if the PCI channel is not in normal stateDaniel Axtens1-0/+19
2015-08-12cxl: sparse: Make declarations staticDaniel Axtens1-2/+2
2015-06-03cxl: Export file ops for use by APIMichael Neuling1-9/+14
2015-06-03cxl: Rework context lifetimesMichael Neuling1-1/+0
2015-06-03cxl: Add cookie parameter to afu_release_irqs()Michael Neuling1-1/+1
2015-06-03cxl: Implement an ioctl to fetch afu card-id, offset-id and modeVaibhav Jain1-0/+22
2015-02-11Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linuxLinus Torvalds1-1/+6
2015-01-22cxl: Add tracepointsIan Munsie1-0/+3
2015-01-12cxl: Fix issues when unmapping contextsIan Munsie1-6/+8
2014-12-29cxl: Fix leaking interrupts if attach process failsIan Munsie1-1/+3
2014-12-12cxl: Unmap MMIO regions when detaching a contextIan Munsie1-1/+5
2014-10-09cxl: Fix afu_read() not doing finish_wait() on signal or non-blockingIan Munsie1-5/+15
2014-10-08cxl: Driver code for powernv PCIe based cards for userspace accessIan Munsie1-0/+508