summaryrefslogtreecommitdiffstats
path: root/drivers/misc/cxl/api.c
AgeCommit message (Expand)AuthorLines
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-9/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-5/+1
2019-05-25vfs: Convert cxl to use the new mount APIDavid Howells-4/+4
2019-05-25mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro-2/+1
2019-05-20cxl: don't bother with dentry_operationsAl Viro-5/+1
2018-08-17Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-132/+0
2018-07-12cxl_getfile(): switch to alloc_file_pseudo()Al Viro-17/+4
2018-07-12alloc_file(): switch to passing O_... flags instead of FMODE_... modeAl Viro-2/+1
2018-07-10cxl_getfile(): fix double-iput() on alloc_file() failuresAl Viro-4/+4
2018-07-02Revert "cxl: Add kernel APIs to get & set the max irqs per context"Alastair D'Silva-27/+0
2018-07-02Revert "cxl: Add preliminary workaround for CX4 interrupt limitation"Alastair D'Silva-15/+0
2018-07-02Revert "cxl: Add support for interrupts on the Mellanox CX4"Alastair D'Silva-71/+0
2018-07-02Revert "cxl: Add kernel API to allow a context to operate with relocate disab...Alastair D'Silva-19/+0
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro-1/+1
2017-09-28cxl: Enable global TLBIs for cxl contextsFrederic Barrat-3/+13
2017-08-31cxl: Fix driver use countFrederic Barrat-0/+4
2017-04-13cxl: Keep track of mm struct associated with a contextChristophe Lombard-3/+14
2017-01-25cxl: Drop unused header asm/pnv-pci.hGreg Kurz-1/+0
2016-11-18cxl: Fix coredump generation when cxl_get_fd() is usedFrederic Barrat-23/+115
2016-11-18cxl: Fix error handling in _cxl_cx4_setup_msi_irqs()Christophe Jaillet-1/+1
2016-11-18cxl: Fix memory allocation failure testChristophe Jaillet-5/+2
2016-10-24cxl: Fix leaking pid refs in some error pathsVaibhav Jain-0/+2
2016-10-19cxl: Prevent adapter reset if an active context existsVaibhav Jain-0/+9
2016-07-14cxl: Add support for interrupts on the Mellanox CX4Ian Munsie-0/+71
2016-07-14cxl: Add preliminary workaround for CX4 interrupt limitationIan Munsie-0/+15
2016-07-14cxl: Add kernel APIs to get & set the max irqs per contextIan Munsie-0/+27
2016-07-14cxl: Add support for using the kernel API with a real PHBIan Munsie-0/+5
2016-06-28cxl: Add set and get private data to context structMichael Neuling-0/+21
2016-06-28cxl: Add mechanism for delivering AFU driver specific eventsPhilippe Bergheaud-0/+17
2016-06-16cxl: Update process element after allocating interruptsIan Munsie-1/+11
2016-05-11cxl: Add kernel API to allow a context to operate with relocate disabledIan Munsie-0/+19
2016-04-11cxl: Remove dead codeFrederic Barrat-9/+0
2016-03-09cxl: Remove cxl_get_phys_dev() kernel APIFrederic Barrat-1/+0
2016-03-09cxl: Support the cxl kernel API from a guestFrederic Barrat-17/+46
2016-03-09cxl: Add guest-specific codeChristophe Lombard-1/+1
2016-03-09cxl: Introduce implementation-specific APIFrederic Barrat-4/+4
2016-03-09cxl: Define process problem state area at attach time onlyFrederic Barrat-9/+2
2016-01-05cxl: Fix DSI misses when the context owning task exitsVaibhav Jain-1/+1
2015-11-24cxl: Fix possible idr warning when contexts are releasedVaibhav Jain-4/+0
2015-10-01cxl: fix leak of IRQ names in cxl_free_afu_irqs()Andrew Donnellan-0/+1
2015-08-30cxl: Fix force unmapping mmaps of contexts allocated through the kernel apiIan Munsie-3/+30
2015-08-30cxl: Fix + cleanup error paths in cxl_dev_context_initIan Munsie-7/+12
2015-08-20cxl: Allow release of contexts which have been OPENED but not STARTEDAndrew Donnellan-1/+1
2015-08-14cxl: Allow the kernel to trust that an image won't change on PERST.Daniel Axtens-0/+7
2015-07-07cxl: Fix refcounting in kernel APIMichael Neuling-7/+5
2015-06-03cxl: Add AFU virtual PHB and kernel APIMichael Neuling-0/+331