summaryrefslogtreecommitdiffstats
path: root/drivers/misc/mic
AgeCommit message (Expand)AuthorLines
2020-08-05Merge tag 'char-misc-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-66/+101
2020-07-19dma-mapping: make support for dma ops optionalChristoph Hellwig-0/+4
2020-07-10vop: sparse warning fixupMichael S. Tsirkin-1/+1
2020-07-01misc: mic: scif: scif_rma: Repair a bunch of kerneldoc issuesLee Jones-2/+10
2020-07-01misc: mic: scif: scif_fence: Fix a bunch of different documentation issuesLee Jones-13/+21
2020-07-01misc: mic: scif: scif_dma: Fix a couple of kerneldoc issuesLee Jones-1/+2
2020-07-01misc: mic: scif: scif_nm: Supply various kerneldoc fix-upsLee Jones-8/+9
2020-07-01misc: mic: scif: scif_nodeqp: Fix a bunch of kerneldoc issuesLee Jones-7/+11
2020-07-01misc: mic: scif: scif_epd: Describe missing 'scifdev' argument(s)Lee Jones-0/+9
2020-07-01misc: mic: scif: scif_api: Demote scif_accept() function headerLee Jones-1/+1
2020-07-01misc: mic: scif: scif_api: Remove set but unused variable 'read_size'Lee Jones-3/+1
2020-07-01misc: mic: cosm: cosm_debugfs: Demote function headers from kerneldocLee Jones-2/+2
2020-07-01misc: mic: scif: scif_ports: Fix copy 'n' paste errorLee Jones-4/+5
2020-07-01misc: mic: cosm: cosm_main: Document 'force' function argumentLee Jones-0/+1
2020-07-01misc: mic: host: mic_debugfs: Demote function headers from kerneldocLee Jones-4/+4
2020-07-01misc: mic: card: mic_debugfs: Demote function headers from kerneldocLee Jones-5/+5
2020-07-01misc: mic: host: mic_x100: Add missing descriptions to kerneldoc headersLee Jones-0/+4
2020-07-01misc: mic: host: mic_intr: Properly document function argumentsLee Jones-1/+3
2020-07-01misc: mic: host: mic_x100: Move declaration of mic_x100_intr_init[] into c-fileLee Jones-9/+9
2020-06-29misc: mic: vop: vop_main: Remove set but unused variable 'ret'Lee Jones-2/+1
2020-06-29mic: vop: Constify static structsRikard Falkeborn-2/+2
2020-06-29misc: mic: Remove the error message as the call will print itLiao Pingfang-1/+0
2020-06-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-1/+1
2020-06-02vhost: revert "vhost: disable for OABI"Michael S. Tsirkin-1/+1
2020-05-19drivers/mic/scif: convert get_user_pages() --> pin_user_pages()John Hubbard-13/+13
2020-04-27Merge 5.7-rc3 into char-misc-nextGreg Kroah-Hartman-1/+1
2020-04-23misc: mic: correct a typoHu Haowen-1/+1
2020-04-20vhost: disable for OABIMichael S. Tsirkin-1/+1
2020-04-08Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-4/+0
2020-04-01vhost: refine vhost and vringh kconfigJason Wang-4/+0
2020-03-18misc: mic: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai-2/+2
2020-02-14misc: Use kzalloc() instead of kmalloc() with flag GFP_ZERO.Huang Zijiang-1/+1
2020-01-29Merge tag 'char-misc-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-9/+0
2020-01-14mic: Remove unneeded NULL checkXu Wang-9/+0
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig-1/+1
2019-10-10misc: MIC: drop all 'comment' lines from its KconfigRandy Dunlap-16/+0
2019-09-10misc: mic: Use PTR_ERR_OR_ZERO rather than its implementationzhong jiang-3/+2
2019-07-25mic: avoid statically declaring a 'struct device'.Arnd Bergmann-16/+12
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-33/+2
2019-06-18mic: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-33/+2
2019-06-10misc: mic: scif: fix potential double free of scif_devKefeng Wang-0/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 290Thomas Gleixner-401/+31
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner-216/+22
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+4
2019-04-24x86/pci: Clean up usage of X86_DEV_DMA_OPSChristoph Hellwig-2/+2
2019-03-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-26/+12
2019-02-27misc: mic/scif: mark expected switch fall-throughGustavo A. R. Silva-1/+1
2019-02-26mic: vop: Allow building on more systemsVincent Whitchurch-2/+1
2019-02-26mic: Rename ioremap pointer to remapVincent Whitchurch-27/+26
2019-02-26mic: vop: Cast pointers to unsigned longVincent Whitchurch-6/+12