aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/mic (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds4-26/+26
2018-02-08Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-7/+13
2018-02-01Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-15/+7
2018-02-01virtio_vop: don't kfree device on register failureweiping zhang1-7/+13
2017-12-18misc: mic: remove unused label 'done'Colin Ian King1-1/+0
2017-12-07misc: mic: Use memdup_user() as a cleanupVasyl Gomonovych1-14/+7
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro4-7/+8
2017-11-16Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+4
2017-11-14Merge tag 'iommu-v4.15-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds1-2/+1
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar5-0/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman5-0/+5
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland2-5/+5
2017-10-04misc: mic: move to its own menu in Misc devicesRandy Dunlap1-0/+4
2017-09-27iommu/iova: Make dma_32bit_pfn implicitZhen Lei1-2/+1
2017-08-31misc/mic/scif: update to new mmu_notifier semanticJérôme Glisse1-11/+0
2017-05-02virtio: add context flag to find vqsMichael S. Tsirkin1-3/+6
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-1/+8
2017-03-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar3-0/+5
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h>Ingo Molnar1-0/+2
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig1-1/+1
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds5-8/+8
2017-01-24treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche3-3/+3
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche5-6/+6
2017-01-10misc: mic: double free on ioctl error pathDan Carpenter1-1/+0
2016-10-19mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes1-2/+1
2016-08-30misc: mic: scif: use vma_pages().Muhammad Falak R Wani1-2/+2
2016-08-30mic: remove unused function argArnd Bergmann1-4/+2
2016-08-06Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+4
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-10/+10
2016-08-02vhost: split out vringh KconfigMichael S. Tsirkin1-1/+1
2016-08-02vop: pull in vhost KconfigMichael S. Tsirkin1-0/+4
2016-04-30misc: mic: Remove return statements from void functionsAmitoj Kaur Chawla1-3/+3
2016-04-30misc: mic: silence uninitialized variable warningDan Carpenter1-1/+2
2016-04-30misc: mic: Fix randconfig build errorSudeep Dutt1-0/+1
2016-04-27misc: mic: Fix for double fetch security bug in VOP driverAshutosh Dixit1-0/+5
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2016-02-16mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen1-2/+0
2016-02-14misc: mic: silence an overflow warningDan Carpenter1-1/+2
2016-02-14misc: mic: use after free printing error messageDan Carpenter1-1/+1
2016-02-09misc: mic: MIC host and card driver changes to enable VOPSudeep Dutt7-7/+215
2016-02-09misc: mic: Enable VOP debugfs and driver buildSudeep Dutt4-0/+262
2016-02-09misc: mic: Enable VOP card side functionalityAshutosh Dixit1-0/+755
2016-02-09misc: mic: Enable VOP host side functionalitySudeep Dutt1-0/+1164
2016-02-09misc: mic: Add data structures for the VOP driverSudeep Dutt1-0/+170
2016-02-09misc: mic: MIC VOP BusSudeep Dutt4-0/+361
2016-02-09misc: mic: Remove MIC X100 card virtio functionalitySudeep Dutt4-719/+1
2016-02-09misc: mic: Remove MIC X100 host virtio functionalitySudeep Dutt9-1464/+4
2016-02-07misc: mic: use common error pathSudip Mukherjee1-6/+7