summaryrefslogtreecommitdiffstats
path: root/drivers/misc/mic
AgeCommit message (Expand)AuthorLines
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-1/+8
2017-03-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-1/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+5
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+2
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig-1/+1
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-8/+8
2017-01-24treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche-3/+3
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche-6/+6
2017-01-10misc: mic: double free on ioctl error pathDan Carpenter-1/+0
2016-10-19mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes-2/+1
2016-08-30misc: mic: scif: use vma_pages().Muhammad Falak R Wani-2/+2
2016-08-30mic: remove unused function argArnd Bergmann-4/+2
2016-08-06Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-0/+4
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski-10/+10
2016-08-02vhost: split out vringh KconfigMichael S. Tsirkin-1/+1
2016-08-02vop: pull in vhost KconfigMichael S. Tsirkin-0/+4
2016-04-30misc: mic: Remove return statements from void functionsAmitoj Kaur Chawla-3/+3
2016-04-30misc: mic: silence uninitialized variable warningDan Carpenter-1/+2
2016-04-30misc: mic: Fix randconfig build errorSudeep Dutt-0/+1
2016-04-27misc: mic: Fix for double fetch security bug in VOP driverAshutosh Dixit-0/+5
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+0
2016-02-16mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen-2/+0
2016-02-14misc: mic: silence an overflow warningDan Carpenter-1/+2
2016-02-14misc: mic: use after free printing error messageDan Carpenter-1/+1
2016-02-09misc: mic: MIC host and card driver changes to enable VOPSudeep Dutt-7/+215
2016-02-09misc: mic: Enable VOP debugfs and driver buildSudeep Dutt-0/+262
2016-02-09misc: mic: Enable VOP card side functionalityAshutosh Dixit-0/+755
2016-02-09misc: mic: Enable VOP host side functionalitySudeep Dutt-0/+1164
2016-02-09misc: mic: Add data structures for the VOP driverSudeep Dutt-0/+170
2016-02-09misc: mic: MIC VOP BusSudeep Dutt-0/+361
2016-02-09misc: mic: Remove MIC X100 card virtio functionalitySudeep Dutt-719/+1
2016-02-09misc: mic: Remove MIC X100 host virtio functionalitySudeep Dutt-1464/+4
2016-02-07misc: mic: use common error pathSudip Mukherjee-6/+7
2016-02-07misc: mic: return error directlySudip Mukherjee-2/+2
2016-02-07misc: mic: return error properlySudip Mukherjee-1/+6
2016-02-07misc: mic: remove unneeded debug messageSudip Mukherjee-6/+5
2016-02-07mic_virtio: fix a timeout loopDan Carpenter-1/+1
2016-02-07misc: mic: Fix crash when MIC reset is invoked in RESET_FAILED stateAshutosh Dixit-4/+11
2016-02-07misc: mic: fix incorrect use of error codes in SCIF DMA driverEric Biggers-9/+5
2016-02-07misc: mic/scif: use list_next_entry instead of list_entry_nextGeliang Tang-16/+11
2016-02-07misc: mic/scif: fix wrap around testsDan Carpenter-3/+4
2016-01-12virtio: make find_vqs() checkpatch.pl-friendlyStefan Hajnoczi-1/+1
2015-10-17misc: mic/scif: fix error code in scif_create_remote_lookup()Dan Carpenter-2/+6
2015-10-17misc: mic/scif: re-take a lock on error pathDan Carpenter-0/+1
2015-10-17misc: mic: fix memory leakSudip Mukherjee-1/+18
2015-10-17misc: mic: replace kfree with put_deviceGeliang Tang-3/+3
2015-10-17misc: mic: Fix randconfig build errorAshutosh Dixit-0/+1
2015-10-05misc: mic: Fix SCIF build failure with IOMMU_SUPPORT disabledSudeep Dutt-1/+1
2015-10-04misc: mic: SCIF RMA nodeqp and minor miscellaneous changesSudeep Dutt-40/+516