summaryrefslogtreecommitdiff
path: root/drivers/misc/mic/host
AgeCommit message (Expand)Author
2020-10-28misc: mic: remove the MIC driversSudeep Dutt
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig
2020-07-01misc: mic: host: mic_debugfs: Demote function headers from kerneldocLee Jones
2020-07-01misc: mic: host: mic_x100: Add missing descriptions to kerneldoc headersLee Jones
2020-07-01misc: mic: host: mic_intr: Properly document function argumentsLee Jones
2020-07-01misc: mic: host: mic_x100: Move declaration of mic_x100_intr_init[] into c-fileLee Jones
2020-06-29misc: mic: Remove the error message as the call will print itLiao Pingfang
2020-03-18misc: mic: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai
2020-02-14misc: Use kzalloc() instead of kmalloc() with flag GFP_ZERO.Huang Zijiang
2020-01-14mic: Remove unneeded NULL checkXu Wang
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-06-18mic: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 290Thomas Gleixner
2019-02-26mic: Rename ioremap pointer to remapVincent Whitchurch
2018-12-28Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-12-20dma-mapping: zero memory returned from dma_alloc_*Christoph Hellwig
2018-12-06misc: remove GENWQE_DEBUGFS_RO()Yangtao Li
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski
2016-04-30misc: mic: Remove return statements from void functionsAmitoj Kaur Chawla
2016-02-09misc: mic: MIC host and card driver changes to enable VOPSudeep Dutt
2016-02-09misc: mic: Remove MIC X100 host virtio functionalitySudeep Dutt
2016-02-07misc: mic: use common error pathSudip Mukherjee
2016-02-07misc: mic: return error directlySudip Mukherjee
2016-02-07misc: mic: return error properlySudip Mukherjee
2016-02-07misc: mic: remove unneeded debug messageSudip Mukherjee
2015-10-04misc: mic: Remove COSM functionality from the MIC host driverAshutosh Dixit
2015-05-24misc: mic: MIC host driver specific changes to enable SCIFSudeep Dutt
2015-04-03mic: drop pci_msi_off call on probeMichael S. Tsirkin
2015-03-25misc: mic: fixup return type of wait_for_completion_timeoutNicholas Mc Guire
2014-12-15mic/host: fix up virtio 1.0 APIsMichael S. Tsirkin
2014-07-18misc: remove DEFINE_PCI_DEVICE_TABLE usageGreg Kroah-Hartman
2014-07-11misc: mic: add dma support in host driverSiva Yerramreddy
2014-07-11misc: mic: add threaded irq support in host driverSiva Yerramreddy
2014-04-01Merge tag 'char-misc-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2014-04-01Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-02-28mic: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev
2014-02-18misc: mic: Add include of <linux/irqreturn.h>Bjorn Helgaas
2014-02-07misc: mic: fix possible signed underflow (undefined behavior) in userspace APISudeep Dutt
2014-01-20Merge tag 'driver-core-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-12-24Merge 3.13-rc5 into staging-nextGreg Kroah-Hartman
2013-12-16Merge 3.13-rc4 into char-misc-nextGreg Kroah-Hartman
2013-12-11kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordinglyTejun Heo
2013-12-10misc: mic: bug fix for interrupt acknowledgement in MSI/INTx case.Dasaratharaman Chandramouli
2013-11-27misc: mic: Suppress memory space sparse warningsAshutosh Dixit
2013-11-27misc: mic: Fix endianness issues.Ashutosh Dixit
2013-11-27misc: mic: Fix user space namespace pollution from mic_common.h.Ashutosh Dixit
2013-11-27misc: mic: Minor bug fix in 'retry' loops.Sudeep Dutt
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang