aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/mic
Commit message (Expand)AuthorAge
* misc: mic: Use PTR_ERR_OR_ZERO rather than its implementationzhong jiang2019-09-10
* mic: avoid statically declaring a 'struct device'.Arnd Bergmann2019-07-25
* Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-12
|\
| * mic: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-18
* | misc: mic: scif: fix potential double free of scif_devKefeng Wang2019-06-10
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 290Thomas Gleixner2019-06-05
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-30
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-21
* x86/pci: Clean up usage of X86_DEV_DMA_OPSChristoph Hellwig2019-04-24
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-03-09
|\
| * drivers/mic/scif: do not use mmap_semDavidlohr Bueso2019-02-07
| * mm: make mm->pinned_vm an atomic64 counterDavidlohr Bueso2019-02-07
* | misc: mic/scif: mark expected switch fall-throughGustavo A. R. Silva2019-02-27
* | mic: vop: Allow building on more systemsVincent Whitchurch2019-02-26
* | mic: Rename ioremap pointer to remapVincent Whitchurch2019-02-26
* | mic: vop: Cast pointers to unsigned longVincent Whitchurch2019-02-26
* | Merge 5.0-rc6 into char-misc-nextGreg Kroah-Hartman2019-02-11
|\ \
| * | mic: vop: Fix crash on removeVincent Whitchurch2019-02-01
| * | mic: vop: Fix use-after-free on removeVincent Whitchurch2019-02-01
| * | mic: vop: Fix broken virtqueuesVincent Whitchurch2019-01-30
| |/
* | Merge 5.0-rc4 into char-misc-nextGreg Kroah-Hartman2019-01-28
|\|
| * virtio: don't allocate vqs when names[i] = NULLWei Wang2019-01-14
* | vop: Fix handling of >32 feature bitsVincent Whitchurch2019-01-22
* | vop: vringh: Do not crash if no DMA channelVincent Whitchurch2019-01-22
* | vop: Add definition of readq/writeq if missingVincent Whitchurch2019-01-22
* | vop: Use %z for size_tVincent Whitchurch2019-01-22
* | misc/mic/vop/vop_main : remove unneeded semicolonPeng Hao2019-01-18
|/
* Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-01-01
|\
| *-. Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'ar...Joerg Roedel2018-12-20
| |\ \
| | | * iommu/vtd: Cleanup dma_remapping.h headerLu Baolu2018-11-12
| | |/
* | | Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-12-28
|\ \ \
| * | | misc: mic: fix a DMA pool free failureWenwen Wang2018-12-19
| * | | misc: remove GENWQE_DEBUGFS_RO()Yangtao Li2018-12-06
| |/ /
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-12-28
|\ \ \
| * | | mm/mmu_notifier: use structure for invalidate_range_start/end callbackJérôme Glisse2018-12-28
* | | | Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-12-28
|\ \ \ \ | |/ / / |/| | |
| * | | dma-mapping: zero memory returned from dma_alloc_*Christoph Hellwig2018-12-20
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-10
|\ \ \ | | |/ | |/|
| * | misc: mic/scif: fix copy-paste error in scif_create_remote_lookupYueHaibing2018-11-27
| |/
* / virtio_ring: disable packed ring on unsupported transportsTiwei Bie2018-11-27
|/
* misc: mic: scif: remove set but not used variables 'src_dma_addr, dst_dma_addr'YueHaibing2018-10-15
* misc: mic: fix a DMA pool free failureWenwen Wang2018-10-15
* misc: mic: scif: remove redundant check on ret < 0Colin Ian King2018-10-11
* misc: mic: scif: Remove unused variableNathan Chancellor2018-09-25
* mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko2018-08-22
* misc: mic: SCIF Fix scif_get_new_port() error handlingDan Carpenter2018-08-05
* misc: mic: fix passing the current timeArnd Bergmann2018-07-07
* misc: mic: mark expected switch fall-throughGustavo A. R. Silva2018-07-07
* misc: mic: Release reference count and memory for VOP deviceArvind Yadav2018-03-15
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11