summaryrefslogtreecommitdiffstats
path: root/drivers/misc/mic/scif
Commit message (Expand)AuthorAgeFilesLines
* drivers/mic/scif: convert get_user_pages() --> pin_user_pages()John Hubbard2020-05-191-13/+13
* misc: mic: correct a typoHu Haowen2020-04-231-1/+1
* remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
* misc: mic: Use PTR_ERR_OR_ZERO rather than its implementationzhong jiang2019-09-101-3/+2
* Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-5/+0
|\
| * mic: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-181-5/+0
* | misc: mic: scif: fix potential double free of scif_devKefeng Wang2019-06-101-0/+1
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-3020-198/+20
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-03-091-26/+12
|\
| * drivers/mic/scif: do not use mmap_semDavidlohr Bueso2019-02-071-25/+11
| * mm: make mm->pinned_vm an atomic64 counterDavidlohr Bueso2019-02-071-3/+3
* | misc: mic/scif: mark expected switch fall-throughGustavo A. R. Silva2019-02-271-1/+1
* | mic: Rename ioremap pointer to remapVincent Whitchurch2019-02-261-2/+2
|/
* Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-01-012-2/+2
|\
| *-. Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'ar...Joerg Roedel2018-12-202-2/+2
| |\ \
| | | * iommu/vtd: Cleanup dma_remapping.h headerLu Baolu2018-11-122-2/+2
| | |/
* | | Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-12-283-43/+36
|\ \ \
| * | | misc: mic: fix a DMA pool free failureWenwen Wang2018-12-192-5/+30
| * | | misc: remove GENWQE_DEBUGFS_RO()Yangtao Li2018-12-061-38/+6
| |/ /
* / / mm/mmu_notifier: use structure for invalidate_range_start/end callbackJérôme Glisse2018-12-281-8/+3
|/ /
* / misc: mic/scif: fix copy-paste error in scif_create_remote_lookupYueHaibing2018-11-271-1/+1
|/
* misc: mic: scif: remove set but not used variables 'src_dma_addr, dst_dma_addr'YueHaibing2018-10-151-3/+0
* misc: mic: fix a DMA pool free failureWenwen Wang2018-10-151-1/+1
* misc: mic: scif: remove redundant check on ret < 0Colin Ian King2018-10-111-2/+0
* misc: mic: scif: Remove unused variableNathan Chancellor2018-09-251-3/+1
* mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko2018-08-221-2/+5
* misc: mic: SCIF Fix scif_get_new_port() error handlingDan Carpenter2018-08-051-11/+9
* misc: mic: mark expected switch fall-throughGustavo A. R. Silva2018-07-071-0/+1
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-12/+12
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-283-5/+6
* Merge tag 'iommu-v4.15-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2017-11-141-2/+1
|\
| * iommu/iova: Make dma_32bit_pfn implicitZhen Lei2017-09-271-2/+1
* | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-071-0/+1
|\ \
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
| |/
* / locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-252-5/+5
|/
* misc/mic/scif: update to new mmu_notifier semanticJérôme Glisse2017-08-311-11/+0
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+2
* mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes2016-10-191-2/+1
* misc: mic: scif: use vma_pages().Muhammad Falak R Wani2016-08-301-2/+2
* mic: remove unused function argArnd Bergmann2016-08-301-4/+2
* misc: mic: silence uninitialized variable warningDan Carpenter2016-04-301-1/+2
* Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-201-2/+0
|\
| * mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen2016-02-161-2/+0
* | misc: mic: fix incorrect use of error codes in SCIF DMA driverEric Biggers2016-02-071-9/+5
* | misc: mic/scif: use list_next_entry instead of list_entry_nextGeliang Tang2016-02-071-16/+11
* | misc: mic/scif: fix wrap around testsDan Carpenter2016-02-071-3/+4
|/
* misc: mic/scif: fix error code in scif_create_remote_lookup()Dan Carpenter2015-10-171-2/+6
* misc: mic/scif: re-take a lock on error pathDan Carpenter2015-10-171-0/+1