aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/cxl/api.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-11cxl/ocxl: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy1-0/+1
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-9/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-25vfs: Convert cxl to use the new mount APIDavid Howells1-4/+4
2019-05-25mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro1-2/+1
2019-05-20cxl: don't bother with dentry_operationsAl Viro1-5/+1
2018-08-17Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-132/+0
2018-07-12cxl_getfile(): switch to alloc_file_pseudo()Al Viro1-17/+4
2018-07-12alloc_file(): switch to passing O_... flags instead of FMODE_... modeAl Viro1-2/+1
2018-07-10cxl_getfile(): fix double-iput() on alloc_file() failuresAl Viro1-4/+4
2018-07-02Revert "cxl: Add kernel APIs to get & set the max irqs per context"Alastair D'Silva1-27/+0
2018-07-02Revert "cxl: Add preliminary workaround for CX4 interrupt limitation"Alastair D'Silva1-15/+0
2018-07-02Revert "cxl: Add support for interrupts on the Mellanox CX4"Alastair D'Silva1-71/+0
2018-07-02Revert "cxl: Add kernel API to allow a context to operate with relocate disabled"Alastair D'Silva1-19/+0
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