summaryrefslogtreecommitdiffstats
path: root/drivers/misc/cxl/api.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-9/+4Star
|\
| * vfs: Convert cxl to use the new mount APIDavid Howells2019-05-261-4/+4
| * mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro2019-05-251-2/+1Star
| * cxl: don't bother with dentry_operationsAl Viro2019-05-201-5/+1Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
|/
* Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-08-171-132/+0Star
|\
| * Revert "cxl: Add kernel APIs to get & set the max irqs per context"Alastair D'Silva2018-07-021-27/+0Star
| * Revert "cxl: Add preliminary workaround for CX4 interrupt limitation"Alastair D'Silva2018-07-021-15/+0Star
| * Revert "cxl: Add support for interrupts on the Mellanox CX4"Alastair D'Silva2018-07-021-71/+0Star
| * Revert "cxl: Add kernel API to allow a context to operate with relocate disab...Alastair D'Silva2018-07-021-19/+0Star
* | cxl_getfile(): switch to alloc_file_pseudo()Al Viro2018-07-121-17/+4Star
* | alloc_file(): switch to passing O_... flags instead of FMODE_... modeAl Viro2018-07-121-2/+1Star
* | cxl_getfile(): fix double-iput() on alloc_file() failuresAl Viro2018-07-111-4/+4
|/
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-1/+1
* cxl: Enable global TLBIs for cxl contextsFrederic Barrat2017-09-281-3/+13
* cxl: Fix driver use countFrederic Barrat2017-08-311-0/+4
* cxl: Keep track of mm struct associated with a contextChristophe Lombard2017-04-131-3/+14
* cxl: Drop unused header asm/pnv-pci.hGreg Kurz2017-01-251-1/+0Star
* cxl: Fix coredump generation when cxl_get_fd() is usedFrederic Barrat2016-11-181-23/+115
* cxl: Fix error handling in _cxl_cx4_setup_msi_irqs()Christophe Jaillet2016-11-181-1/+1
* cxl: Fix memory allocation failure testChristophe Jaillet2016-11-181-5/+2Star
* cxl: Fix leaking pid refs in some error pathsVaibhav Jain2016-10-241-0/+2
* cxl: Prevent adapter reset if an active context existsVaibhav Jain2016-10-191-0/+9
* cxl: Add support for interrupts on the Mellanox CX4Ian Munsie2016-07-141-0/+71
* cxl: Add preliminary workaround for CX4 interrupt limitationIan Munsie2016-07-141-0/+15
* cxl: Add kernel APIs to get & set the max irqs per contextIan Munsie2016-07-141-0/+27
* cxl: Add support for using the kernel API with a real PHBIan Munsie2016-07-141-0/+5
* cxl: Add set and get private data to context structMichael Neuling2016-06-281-0/+21
* cxl: Add mechanism for delivering AFU driver specific eventsPhilippe Bergheaud2016-06-281-0/+17
* cxl: Update process element after allocating interruptsIan Munsie2016-06-161-1/+11
* cxl: Add kernel API to allow a context to operate with relocate disabledIan Munsie2016-05-111-0/+19
* cxl: Remove dead codeFrederic Barrat2016-04-111-9/+0Star
* cxl: Remove cxl_get_phys_dev() kernel APIFrederic Barrat2016-03-091-1/+0Star
* cxl: Support the cxl kernel API from a guestFrederic Barrat2016-03-091-17/+46
* cxl: Add guest-specific codeChristophe Lombard2016-03-091-1/+1
* cxl: Introduce implementation-specific APIFrederic Barrat2016-03-091-4/+4
* cxl: Define process problem state area at attach time onlyFrederic Barrat2016-03-091-9/+2Star
* cxl: Fix DSI misses when the context owning task exitsVaibhav Jain2016-01-051-1/+1
* cxl: Fix possible idr warning when contexts are releasedVaibhav Jain2015-11-241-4/+0Star
* cxl: fix leak of IRQ names in cxl_free_afu_irqs()Andrew Donnellan2015-10-011-0/+1
* cxl: Fix force unmapping mmaps of contexts allocated through the kernel apiIan Munsie2015-08-301-3/+30
* cxl: Fix + cleanup error paths in cxl_dev_context_initIan Munsie2015-08-301-7/+12
* cxl: Allow release of contexts which have been OPENED but not STARTEDAndrew Donnellan2015-08-201-1/+1
* cxl: Allow the kernel to trust that an image won't change on PERST.Daniel Axtens2015-08-141-0/+7
* cxl: Fix refcounting in kernel APIMichael Neuling2015-07-071-7/+5Star
* cxl: Add AFU virtual PHB and kernel APIMichael Neuling2015-06-031-0/+331