summaryrefslogtreecommitdiffstats
path: root/drivers/misc/mic
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-06-101-1/+1
|\
| * vhost: revert "vhost: disable for OABI"Michael S. Tsirkin2020-06-021-1/+1
* | drivers/mic/scif: convert get_user_pages() --> pin_user_pages()John Hubbard2020-05-191-13/+13
* | Merge 5.7-rc3 into char-misc-nextGreg Kroah-Hartman2020-04-271-1/+1
|\|
| * vhost: disable for OABIMichael S. Tsirkin2020-04-201-1/+1
* | misc: mic: correct a typoHu Haowen2020-04-231-1/+1
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-04-081-4/+0
|\
| * vhost: refine vhost and vringh kconfigJason Wang2020-04-011-4/+0
* | misc: mic: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-181-2/+2
* | misc: Use kzalloc() instead of kmalloc() with flag GFP_ZERO.Huang Zijiang2020-02-141-1/+1
|/
* Merge tag 'char-misc-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-01-293-9/+0
|\
| * mic: Remove unneeded NULL checkXu Wang2020-01-143-9/+0
* | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
|/
* misc: MIC: drop all 'comment' lines from its KconfigRandy Dunlap2019-10-101-16/+0
* misc: mic: Use PTR_ERR_OR_ZERO rather than its implementationzhong jiang2019-09-101-3/+2
* mic: avoid statically declaring a 'struct device'.Arnd Bergmann2019-07-251-16/+12
* Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-125-33/+2
|\
| * mic: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-185-33/+2
* | misc: mic: scif: fix potential double free of scif_devKefeng Wang2019-06-101-0/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 290Thomas Gleixner2019-06-0531-401/+31
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-3022-216/+22
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-214-0/+4
* x86/pci: Clean up usage of X86_DEV_DMA_OPSChristoph Hellwig2019-04-241-2/+2
* 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: vop: Allow building on more systemsVincent Whitchurch2019-02-261-2/+1
* | mic: Rename ioremap pointer to remapVincent Whitchurch2019-02-267-27/+26
* | mic: vop: Cast pointers to unsigned longVincent Whitchurch2019-02-262-6/+12
* | Merge 5.0-rc6 into char-misc-nextGreg Kroah-Hartman2019-02-111-30/+43
|\ \
| * | mic: vop: Fix crash on removeVincent Whitchurch2019-02-011-3/+6
| * | mic: vop: Fix use-after-free on removeVincent Whitchurch2019-02-011-1/+3
| * | mic: vop: Fix broken virtqueuesVincent Whitchurch2019-01-301-26/+34
| |/
* | Merge 5.0-rc4 into char-misc-nextGreg Kroah-Hartman2019-01-281-2/+7
|\|
| * virtio: don't allocate vqs when names[i] = NULLWei Wang2019-01-141-2/+7
* | vop: Fix handling of >32 feature bitsVincent Whitchurch2019-01-221-2/+2
* | vop: vringh: Do not crash if no DMA channelVincent Whitchurch2019-01-221-12/+20
* | vop: Add definition of readq/writeq if missingVincent Whitchurch2019-01-221-0/+1
* | vop: Use %z for size_tVincent Whitchurch2019-01-221-2/+2
* | misc/mic/vop/vop_main : remove unneeded semicolonPeng Hao2019-01-181-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-287-184/+60
|\ \ \
| * | | misc: mic: fix a DMA pool free failureWenwen Wang2018-12-192-5/+30
| * | | misc: remove GENWQE_DEBUGFS_RO()Yangtao Li2018-12-065-179/+30
| |/ /
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-12-281-8/+3
|\ \ \
| * | | mm/mmu_notifier: use structure for invalidate_range_start/end callbackJérôme Glisse2018-12-281-8/+3
* | | | Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-12-281-1/+1
|\ \ \ \ | |/ / / |/| | |