summaryrefslogtreecommitdiffstats
path: root/drivers/misc/mic
AgeCommit message (Expand)AuthorLines
2020-04-08Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-4/+0
2020-04-01vhost: refine vhost and vringh kconfigJason Wang-4/+0
2020-03-18misc: mic: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai-2/+2
2020-02-14misc: Use kzalloc() instead of kmalloc() with flag GFP_ZERO.Huang Zijiang-1/+1
2020-01-29Merge tag 'char-misc-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-9/+0
2020-01-14mic: Remove unneeded NULL checkXu Wang-9/+0
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig-1/+1
2019-10-10misc: MIC: drop all 'comment' lines from its KconfigRandy Dunlap-16/+0
2019-09-10misc: mic: Use PTR_ERR_OR_ZERO rather than its implementationzhong jiang-3/+2
2019-07-25mic: avoid statically declaring a 'struct device'.Arnd Bergmann-16/+12
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-33/+2
2019-06-18mic: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-33/+2
2019-06-10misc: mic: scif: fix potential double free of scif_devKefeng Wang-0/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 290Thomas Gleixner-401/+31
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner-216/+22
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+4
2019-04-24x86/pci: Clean up usage of X86_DEV_DMA_OPSChristoph Hellwig-2/+2
2019-03-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-26/+12
2019-02-27misc: mic/scif: mark expected switch fall-throughGustavo A. R. Silva-1/+1
2019-02-26mic: vop: Allow building on more systemsVincent Whitchurch-2/+1
2019-02-26mic: Rename ioremap pointer to remapVincent Whitchurch-27/+26
2019-02-26mic: vop: Cast pointers to unsigned longVincent Whitchurch-6/+12
2019-02-11Merge 5.0-rc6 into char-misc-nextGreg Kroah-Hartman-30/+43
2019-02-07drivers/mic/scif: do not use mmap_semDavidlohr Bueso-25/+11
2019-02-07mm: make mm->pinned_vm an atomic64 counterDavidlohr Bueso-3/+3
2019-02-01mic: vop: Fix crash on removeVincent Whitchurch-3/+6
2019-02-01mic: vop: Fix use-after-free on removeVincent Whitchurch-1/+3
2019-01-30mic: vop: Fix broken virtqueuesVincent Whitchurch-26/+34
2019-01-28Merge 5.0-rc4 into char-misc-nextGreg Kroah-Hartman-2/+7
2019-01-22vop: Fix handling of >32 feature bitsVincent Whitchurch-2/+2
2019-01-22vop: vringh: Do not crash if no DMA channelVincent Whitchurch-12/+20
2019-01-22vop: Add definition of readq/writeq if missingVincent Whitchurch-0/+1
2019-01-22vop: Use %z for size_tVincent Whitchurch-2/+2
2019-01-18misc/mic/vop/vop_main : remove unneeded semicolonPeng Hao-2/+2
2019-01-14virtio: don't allocate vqs when names[i] = NULLWei Wang-2/+7
2019-01-01Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+2
2018-12-28Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-184/+60
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds-8/+3
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-1/+1
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end callbackJérôme Glisse-8/+3
2018-12-20Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'ar...Joerg Roedel-2/+2
2018-12-20dma-mapping: zero memory returned from dma_alloc_*Christoph Hellwig-1/+1
2018-12-19misc: mic: fix a DMA pool free failureWenwen Wang-5/+30
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2018-12-06misc: remove GENWQE_DEBUGFS_RO()Yangtao Li-179/+30
2018-11-27misc: mic/scif: fix copy-paste error in scif_create_remote_lookupYueHaibing-1/+1
2018-11-26virtio_ring: disable packed ring on unsupported transportsTiwei Bie-0/+13
2018-11-12iommu/vtd: Cleanup dma_remapping.h headerLu Baolu-2/+2
2018-10-15misc: mic: scif: remove set but not used variables 'src_dma_addr, dst_dma_addr'YueHaibing-3/+0
2018-10-15misc: mic: fix a DMA pool free failureWenwen Wang-1/+1