aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/mic
AgeCommit message (Expand)AuthorFilesLines
2019-09-10misc: mic: Use PTR_ERR_OR_ZERO rather than its implementationGravatar zhong jiang 1-3/+2
2019-07-25mic: avoid statically declaring a 'struct device'.Gravatar Arnd Bergmann 1-16/+12
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 5-33/+2
2019-06-18mic: no need to check return value of debugfs_create functionsGravatar Greg Kroah-Hartman 5-33/+2
2019-06-10misc: mic: scif: fix potential double free of scif_devGravatar Kefeng Wang 1-0/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 290Gravatar Thomas Gleixner 31-401/+31
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Gravatar Thomas Gleixner 22-216/+22
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 4-0/+4
2019-04-24x86/pci: Clean up usage of X86_DEV_DMA_OPSGravatar Christoph Hellwig 1-2/+2
2019-03-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 1-26/+12
2019-02-27misc: mic/scif: mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-1/+1
2019-02-26mic: vop: Allow building on more systemsGravatar Vincent Whitchurch 1-2/+1
2019-02-26mic: Rename ioremap pointer to remapGravatar Vincent Whitchurch 7-27/+26
2019-02-26mic: vop: Cast pointers to unsigned longGravatar Vincent Whitchurch 2-6/+12
2019-02-11Merge 5.0-rc6 into char-misc-nextGravatar Greg Kroah-Hartman 1-30/+43
2019-02-07drivers/mic/scif: do not use mmap_semGravatar Davidlohr Bueso 1-25/+11
2019-02-07mm: make mm->pinned_vm an atomic64 counterGravatar Davidlohr Bueso 1-3/+3
2019-02-01mic: vop: Fix crash on removeGravatar Vincent Whitchurch 1-3/+6
2019-02-01mic: vop: Fix use-after-free on removeGravatar Vincent Whitchurch 1-1/+3
2019-01-30mic: vop: Fix broken virtqueuesGravatar Vincent Whitchurch 1-26/+34
2019-01-28Merge 5.0-rc4 into char-misc-nextGravatar Greg Kroah-Hartman 1-2/+7
2019-01-22vop: Fix handling of >32 feature bitsGravatar Vincent Whitchurch 1-2/+2
2019-01-22vop: vringh: Do not crash if no DMA channelGravatar Vincent Whitchurch 1-12/+20
2019-01-22vop: Add definition of readq/writeq if missingGravatar Vincent Whitchurch 1-0/+1
2019-01-22vop: Use %z for size_tGravatar Vincent Whitchurch 1-2/+2
2019-01-18misc/mic/vop/vop_main : remove unneeded semicolonGravatar Peng Hao 1-2/+2
2019-01-14virtio: don't allocate vqs when names[i] = NULLGravatar Wei Wang 1-2/+7
2019-01-01Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-2/+2
2018-12-28Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 7-184/+60
2018-12-28Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-8/+3
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-1/+1
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end callbackGravatar Jérôme Glisse 1-8/+3
2018-12-20Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'ar...Gravatar Joerg Roedel 2-2/+2
2018-12-20dma-mapping: zero memory returned from dma_alloc_*Gravatar Christoph Hellwig 1-1/+1
2018-12-19misc: mic: fix a DMA pool free failureGravatar Wenwen Wang 2-5/+30
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2018-12-06misc: remove GENWQE_DEBUGFS_RO()Gravatar Yangtao Li 5-179/+30
2018-11-27misc: mic/scif: fix copy-paste error in scif_create_remote_lookupGravatar YueHaibing 1-1/+1
2018-11-26virtio_ring: disable packed ring on unsupported transportsGravatar Tiwei Bie 1-0/+13
2018-11-12iommu/vtd: Cleanup dma_remapping.h headerGravatar Lu Baolu 2-2/+2
2018-10-15misc: mic: scif: remove set but not used variables 'src_dma_addr, dst_dma_addr'Gravatar YueHaibing 1-3/+0
2018-10-15misc: mic: fix a DMA pool free failureGravatar Wenwen Wang 1-1/+1
2018-10-11misc: mic: scif: remove redundant check on ret < 0Gravatar Colin Ian King 1-2/+0
2018-09-25misc: mic: scif: Remove unused variableGravatar Nathan Chancellor 1-3/+1
2018-08-22mm, oom: distinguish blockable mode for mmu notifiersGravatar Michal Hocko 1-2/+5
2018-08-05misc: mic: SCIF Fix scif_get_new_port() error handlingGravatar Dan Carpenter 1-11/+9
2018-07-07misc: mic: fix passing the current timeGravatar Arnd Bergmann 3-3/+14
2018-07-07misc: mic: mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-0/+1
2018-03-15misc: mic: Release reference count and memory for VOP deviceGravatar Arvind Yadav 1-2/+4
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 4-26/+26