summaryrefslogtreecommitdiff
path: root/drivers/misc/cxl/file.c
AgeCommit message (Expand)Author
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-02Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-01-19cxl: Add support for ASB_Notify on POWER9Christophe Lombard
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-09-28cxl: Enable global TLBIs for cxl contextsFrederic Barrat
2017-08-31cxl: Fix driver use countFrederic Barrat
2017-06-08cxl: Fix error path on bad ioctlFrederic Barrat
2017-04-13cxl: Keep track of mm struct associated with a contextChristophe Lombard
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2016-11-18cxl: Fix coredump generation when cxl_get_fd() is usedFrederic Barrat
2016-10-24cxl: Fix leaking pid refs in some error pathsVaibhav Jain
2016-10-19cxl: Prevent adapter reset if an active context existsVaibhav Jain
2016-06-28cxl: Add mechanism for delivering AFU driver specific eventsPhilippe Bergheaud
2016-03-09cxl: Adapter failure handlingChristophe Lombard
2016-03-09cxl: Support to flash a new image on the adapter from a guestChristophe Lombard
2016-03-09cxl: Add guest-specific codeChristophe Lombard
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->mapping when releasing kernel API contextsAndrew Donnellan
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-08-12cxl: sparse: Make declarations staticDaniel Axtens
2015-06-03cxl: Export file ops for use by APIMichael Neuling
2015-06-03cxl: Rework context lifetimesMichael Neuling
2015-06-03cxl: Add cookie parameter to afu_release_irqs()Michael Neuling
2015-06-03cxl: Implement an ioctl to fetch afu card-id, offset-id and modeVaibhav Jain
2015-02-11Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2015-01-22cxl: Add tracepointsIan Munsie
2015-01-12cxl: Fix issues when unmapping contextsIan Munsie
2014-12-29cxl: Fix leaking interrupts if attach process failsIan Munsie
2014-12-12cxl: Unmap MMIO regions when detaching a contextIan Munsie
2014-10-09cxl: Fix afu_read() not doing finish_wait() on signal or non-blockingIan Munsie
2014-10-08cxl: Driver code for powernv PCIe based cards for userspace accessIan Munsie