summaryrefslogtreecommitdiffstats
path: root/drivers/misc/mic
Commit message (Expand)AuthorAgeFilesLines
* mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko2018-08-221-2/+5
* misc: mic: SCIF Fix scif_get_new_port() error handlingDan Carpenter2018-08-051-11/+9
* misc: mic: fix passing the current timeArnd Bergmann2018-07-073-3/+14
* misc: mic: mark expected switch fall-throughGustavo A. R. Silva2018-07-071-0/+1
* misc: mic: Release reference count and memory for VOP deviceArvind Yadav2018-03-151-2/+4
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-114-26/+26
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2018-02-081-7/+13
|\
| * virtio_vop: don't kfree device on register failureweiping zhang2018-02-011-7/+13
* | Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-011-15/+7
|\ \
| * | misc: mic: remove unused label 'done'Colin Ian King2017-12-181-1/+0
| * | misc: mic: Use memdup_user() as a cleanupVasyl Gomonovych2017-12-071-14/+7
| |/
* / the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-284-7/+8
|/
* Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-161-0/+4
|\
| * misc: mic: move to its own menu in Misc devicesRandy Dunlap2017-10-041-0/+4
* | Merge tag 'iommu-v4.15-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2017-11-141-2/+1
|\ \
| * | iommu/iova: Make dma_32bit_pfn implicitZhen Lei2017-09-271-2/+1
| |/
* | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-075-0/+5
|\ \
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-025-0/+5
| |/
* / locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-252-5/+5
|/
* misc/mic/scif: update to new mmu_notifier semanticJérôme Glisse2017-08-311-11/+0
* virtio: add context flag to find vqsMichael S. Tsirkin2017-05-021-3/+6
* Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-034-1/+8
|\
| * sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
| * sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-023-0/+5
| * sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+2
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-03-021-1/+1
|\ \ | |/ |/|
| * virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig2017-02-271-1/+1
* | Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-255-8/+8
|\ \
| * | treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche2017-01-243-3/+3
| * | treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-245-6/+6
| |/
* / misc: mic: double free on ioctl error pathDan Carpenter2017-01-101-1/+0
|/
* mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes2016-10-191-2/+1
* misc: mic: scif: use vma_pages().Muhammad Falak R Wani2016-08-301-2/+2
* mic: remove unused function argArnd Bergmann2016-08-301-4/+2
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-08-061-0/+4
|\
| * vhost: split out vringh KconfigMichael S. Tsirkin2016-08-021-1/+1
| * vop: pull in vhost KconfigMichael S. Tsirkin2016-08-021-0/+4
* | dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-10/+10
|/
* misc: mic: Remove return statements from void functionsAmitoj Kaur Chawla2016-04-301-3/+3
* misc: mic: silence uninitialized variable warningDan Carpenter2016-04-301-1/+2
* misc: mic: Fix randconfig build errorSudeep Dutt2016-04-301-0/+1
* misc: mic: Fix for double fetch security bug in VOP driverAshutosh Dixit2016-04-271-0/+5
* Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-201-2/+0
|\
| * mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen2016-02-161-2/+0
* | misc: mic: silence an overflow warningDan Carpenter2016-02-141-1/+2
* | misc: mic: use after free printing error messageDan Carpenter2016-02-141-1/+1
* | misc: mic: MIC host and card driver changes to enable VOPSudeep Dutt2016-02-097-7/+215
* | misc: mic: Enable VOP debugfs and driver buildSudeep Dutt2016-02-094-0/+262
* | misc: mic: Enable VOP card side functionalityAshutosh Dixit2016-02-091-0/+755
* | misc: mic: Enable VOP host side functionalitySudeep Dutt2016-02-091-0/+1164