aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/cxl/api.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-1/+1
2017-09-28cxl: Enable global TLBIs for cxl contextsFrederic Barrat1-3/+13
2017-08-31cxl: Fix driver use countFrederic Barrat1-0/+4
2017-04-13cxl: Keep track of mm struct associated with a contextChristophe Lombard1-3/+14
2017-01-25cxl: Drop unused header asm/pnv-pci.hGreg Kurz1-1/+0
2016-11-18cxl: Fix coredump generation when cxl_get_fd() is usedFrederic Barrat1-23/+115
2016-11-18cxl: Fix error handling in _cxl_cx4_setup_msi_irqs()Christophe Jaillet1-1/+1
2016-11-18cxl: Fix memory allocation failure testChristophe Jaillet1-5/+2
2016-10-24cxl: Fix leaking pid refs in some error pathsVaibhav Jain1-0/+2
2016-10-19cxl: Prevent adapter reset if an active context existsVaibhav Jain1-0/+9
2016-07-14cxl: Add support for interrupts on the Mellanox CX4Ian Munsie1-0/+71
2016-07-14cxl: Add preliminary workaround for CX4 interrupt limitationIan Munsie1-0/+15
2016-07-14cxl: Add kernel APIs to get & set the max irqs per contextIan Munsie1-0/+27
2016-07-14cxl: Add support for using the kernel API with a real PHBIan Munsie1-0/+5
2016-06-28cxl: Add set and get private data to context structMichael Neuling1-0/+21
2016-06-28cxl: Add mechanism for delivering AFU driver specific eventsPhilippe Bergheaud1-0/+17
2016-06-16cxl: Update process element after allocating interruptsIan Munsie1-1/+11
2016-05-11cxl: Add kernel API to allow a context to operate with relocate disabledIan Munsie1-0/+19
2016-04-11cxl: Remove dead codeFrederic Barrat1-9/+0
2016-03-09cxl: Remove cxl_get_phys_dev() kernel APIFrederic Barrat1-1/+0
2016-03-09cxl: Support the cxl kernel API from a guestFrederic Barrat1-17/+46
2016-03-09cxl: Add guest-specific codeChristophe Lombard1-1/+1
2016-03-09cxl: Introduce implementation-specific APIFrederic Barrat1-4/+4
2016-03-09cxl: Define process problem state area at attach time onlyFrederic Barrat1-9/+2
2016-01-05cxl: Fix DSI misses when the context owning task exitsVaibhav Jain1-1/+1
2015-11-24cxl: Fix possible idr warning when contexts are releasedVaibhav Jain1-4/+0
2015-10-01cxl: fix leak of IRQ names in cxl_free_afu_irqs()Andrew Donnellan1-0/+1
2015-08-30cxl: Fix force unmapping mmaps of contexts allocated through the kernel apiIan Munsie1-3/+30
2015-08-30cxl: Fix + cleanup error paths in cxl_dev_context_initIan Munsie1-7/+12
2015-08-20cxl: Allow release of contexts which have been OPENED but not STARTEDAndrew Donnellan1-1/+1
2015-08-14cxl: Allow the kernel to trust that an image won't change on PERST.Daniel Axtens1-0/+7
2015-07-07cxl: Fix refcounting in kernel APIMichael Neuling1-7/+5
2015-06-03cxl: Add AFU virtual PHB and kernel APIMichael Neuling1-0/+331