summaryrefslogtreecommitdiff
path: root/drivers/misc/mic/host
AgeCommit message (Expand)AuthorFilesLines
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig1-0/+1
2020-07-01misc: mic: host: mic_debugfs: Demote function headers from kerneldocLee Jones1-4/+4
2020-07-01misc: mic: host: mic_x100: Add missing descriptions to kerneldoc headersLee Jones1-0/+4
2020-07-01misc: mic: host: mic_intr: Properly document function argumentsLee Jones1-1/+3
2020-07-01misc: mic: host: mic_x100: Move declaration of mic_x100_intr_init[] into c-fileLee Jones2-9/+9
2020-06-29misc: mic: Remove the error message as the call will print itLiao Pingfang1-1/+0
2020-03-18misc: mic: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-2/+2
2020-02-14misc: Use kzalloc() instead of kmalloc() with flag GFP_ZERO.Huang Zijiang1-1/+1
2020-01-14mic: Remove unneeded NULL checkXu Wang1-3/+0
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+0
2019-06-18mic: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-4/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 290Thomas Gleixner10-129/+10
2019-02-26mic: Rename ioremap pointer to remapVincent Whitchurch1-4/+4
2018-12-29Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-55/+7
2018-12-20dma-mapping: zero memory returned from dma_alloc_*Christoph Hellwig1-1/+1
2018-12-06misc: remove GENWQE_DEBUGFS_RO()Yangtao Li1-55/+7
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche1-2/+2
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-10/+10
2016-04-30misc: mic: Remove return statements from void functionsAmitoj Kaur Chawla1-3/+3
2016-02-10misc: mic: MIC host and card driver changes to enable VOPSudeep Dutt3-2/+125
2016-02-10misc: mic: Remove MIC X100 host virtio functionalitySudeep Dutt9-1464/+4
2016-02-08misc: mic: use common error pathSudip Mukherjee1-6/+7
2016-02-08misc: mic: return error directlySudip Mukherjee1-2/+2
2016-02-08misc: mic: return error properlySudip Mukherjee1-1/+6
2016-02-08misc: mic: remove unneeded debug messageSudip Mukherjee1-6/+5
2015-10-04misc: mic: Remove COSM functionality from the MIC host driverAshutosh Dixit12-1143/+204
2015-05-24misc: mic: MIC host driver specific changes to enable SCIFSudeep Dutt9-23/+291
2015-04-03mic: drop pci_msi_off call on probeMichael S. Tsirkin1-2/+0
2015-03-25misc: mic: fixup return type of wait_for_completion_timeoutNicholas Mc Guire1-7/+7
2014-12-16mic/host: fix up virtio 1.0 APIsMichael S. Tsirkin1-6/+12
2014-07-19misc: remove DEFINE_PCI_DEVICE_TABLE usageGreg Kroah-Hartman1-1/+1
2014-07-12misc: mic: add dma support in host driverSiva Yerramreddy6-40/+280
2014-07-12misc: mic: add threaded irq support in host driverSiva Yerramreddy4-60/+96
2014-04-02Merge tag 'char-misc-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2014-04-02Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2014-03-01mic: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev1-1/+1
2014-02-19misc: mic: Add include of <linux/irqreturn.h>Bjorn Helgaas1-0/+1
2014-02-08misc: mic: fix possible signed underflow (undefined behavior) in userspace APISudeep Dutt1-1/+2
2014-01-21Merge tag 'driver-core-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2013-12-24Merge 3.13-rc5 into staging-nextGreg Kroah-Hartman3-18/+18
2013-12-17Merge 3.13-rc4 into char-misc-nextGreg Kroah-Hartman3-18/+18
2013-12-12kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordinglyTejun Heo1-1/+1
2013-12-11misc: mic: bug fix for interrupt acknowledgement in MSI/INTx case.Dasaratharaman Chandramouli4-18/+25
2013-11-27misc: mic: Suppress memory space sparse warningsAshutosh Dixit1-4/+4
2013-11-27misc: mic: Fix endianness issues.Ashutosh Dixit3-10/+10
2013-11-27misc: mic: Fix user space namespace pollution from mic_common.h.Ashutosh Dixit1-1/+1
2013-11-27misc: mic: Minor bug fix in 'retry' loops.Sudeep Dutt1-6/+6
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-1/+1
2013-11-07Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+1