aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/cxl/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2018-02-02Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-2/+13
2018-01-19cxl: Add support for ASB_Notify on POWER9Christophe Lombard1-2/+13
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2017-09-28cxl: Enable global TLBIs for cxl contextsFrederic Barrat1-2/+22
2017-08-31cxl: Fix driver use countFrederic Barrat1-1/+7
2017-06-08cxl: Fix error path on bad ioctlFrederic Barrat1-5/+2
2017-04-13cxl: Keep track of mm struct associated with a contextChristophe Lombard1-3/+12
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2016-11-18cxl: Fix coredump generation when cxl_get_fd() is usedFrederic Barrat1-1/+4
2016-10-24cxl: Fix leaking pid refs in some error pathsVaibhav Jain1-9/+13
2016-10-19cxl: Prevent adapter reset if an active context existsVaibhav Jain1-0/+11
2016-06-28cxl: Add mechanism for delivering AFU driver specific eventsPhilippe Bergheaud1-8/+56
2016-03-09cxl: Adapter failure handlingChristophe Lombard1-5/+5
2016-03-09cxl: Support to flash a new image on the adapter from a guestChristophe Lombard1-4/+7
2016-03-09cxl: Add guest-specific codeChristophe Lombard1-1/+1
2016-03-09cxl: Introduce implementation-specific APIFrederic Barrat1-7/+8
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-8/+11
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