aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/mic/scif (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-10misc: mic: Use PTR_ERR_OR_ZERO rather than its implementationzhong jiang1-3/+2
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-5/+0
2019-06-18mic: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-5/+0
2019-06-10misc: mic: scif: fix potential double free of scif_devKefeng Wang1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner20-198/+20
2019-03-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-26/+12
2019-02-27misc: mic/scif: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2019-02-26mic: Rename ioremap pointer to remapVincent Whitchurch1-2/+2
2019-02-07drivers/mic/scif: do not use mmap_semDavidlohr Bueso1-25/+11
2019-02-07mm: make mm->pinned_vm an atomic64 counterDavidlohr Bueso1-3/+3
2019-01-01Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds2-2/+2
2018-12-28Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds3-43/+36
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end callbackJérôme Glisse1-8/+3
2018-12-20Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel2-2/+2
2018-12-19misc: mic: fix a DMA pool free failureWenwen Wang2-5/+30
2018-12-06misc: remove GENWQE_DEBUGFS_RO()Yangtao Li1-38/+6
2018-11-27misc: mic/scif: fix copy-paste error in scif_create_remote_lookupYueHaibing1-1/+1
2018-11-12iommu/vtd: Cleanup dma_remapping.h headerLu Baolu2-2/+2
2018-10-15misc: mic: scif: remove set but not used variables 'src_dma_addr, dst_dma_addr'YueHaibing1-3/+0
2018-10-15misc: mic: fix a DMA pool free failureWenwen Wang1-1/+1
2018-10-11misc: mic: scif: remove redundant check on ret < 0Colin Ian King1-2/+0
2018-09-25misc: mic: scif: Remove unused variableNathan Chancellor1-3/+1
2018-08-22mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko1-2/+5
2018-08-05misc: mic: SCIF Fix scif_get_new_port() error handlingDan Carpenter1-11/+9
2018-07-07misc: mic: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-12/+12
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro3-5/+6
2017-11-14Merge tag 'iommu-v4.15-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds1-2/+1
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland2-5/+5
2017-09-27iommu/iova: Make dma_32bit_pfn implicitZhen Lei1-2/+1
2017-08-31misc/mic/scif: update to new mmu_notifier semanticJérôme Glisse1-11/+0
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h>Ingo Molnar1-0/+2
2016-10-19mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes1-2/+1
2016-08-30misc: mic: scif: use vma_pages().Muhammad Falak R Wani1-2/+2
2016-08-30mic: remove unused function argArnd Bergmann1-4/+2
2016-04-30misc: mic: silence uninitialized variable warningDan Carpenter1-1/+2
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2016-02-16mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen1-2/+0
2016-02-07misc: mic: fix incorrect use of error codes in SCIF DMA driverEric Biggers1-9/+5
2016-02-07misc: mic/scif: use list_next_entry instead of list_entry_nextGeliang Tang1-16/+11
2016-02-07misc: mic/scif: fix wrap around testsDan Carpenter1-3/+4
2015-10-17misc: mic/scif: fix error code in scif_create_remote_lookup()Dan Carpenter1-2/+6
2015-10-17misc: mic/scif: re-take a lock on error pathDan Carpenter1-0/+1
2015-10-17misc: mic: fix memory leakSudip Mukherjee1-1/+18
2015-10-04misc: mic: SCIF RMA nodeqp and minor miscellaneous changesSudeep Dutt13-40/+515
2015-10-04misc: mic: SCIF fenceSudeep Dutt1-0/+771