summaryrefslogtreecommitdiff
path: root/drivers/misc/mic
AgeCommit message (Expand)Author
2020-10-28misc: mic: remove the MIC driversSudeep Dutt
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig
2020-10-02mic: vop: copy data to kernel space then write to io memorySherry Sun
2020-10-02misc: vop: add round_up(x,4) for vring_size to avoid kernel panicSherry Sun
2020-10-02misc: vop: build VOP based on CONFIG_VOPSherry Sun
2020-10-02misc: vop: set VIRTIO_F_ACCESS_PLATFORM for vop driverSherry Sun
2020-09-30misc: mic: drop double zeroingJulia Lawall
2020-09-22misc: mic: scif: Fix error handling pathSouptick Joarder
2020-09-11dma-mapping: fix DMA_OPS dependenciesChristoph Hellwig
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-05Merge tag 'char-misc-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-07-19dma-mapping: make support for dma ops optionalChristoph Hellwig
2020-07-10vop: sparse warning fixupMichael S. Tsirkin
2020-07-01misc: mic: scif: scif_rma: Repair a bunch of kerneldoc issuesLee Jones
2020-07-01misc: mic: scif: scif_fence: Fix a bunch of different documentation issuesLee Jones
2020-07-01misc: mic: scif: scif_dma: Fix a couple of kerneldoc issuesLee Jones
2020-07-01misc: mic: scif: scif_nm: Supply various kerneldoc fix-upsLee Jones
2020-07-01misc: mic: scif: scif_nodeqp: Fix a bunch of kerneldoc issuesLee Jones
2020-07-01misc: mic: scif: scif_epd: Describe missing 'scifdev' argument(s)Lee Jones
2020-07-01misc: mic: scif: scif_api: Demote scif_accept() function headerLee Jones
2020-07-01misc: mic: scif: scif_api: Remove set but unused variable 'read_size'Lee Jones
2020-07-01misc: mic: cosm: cosm_debugfs: Demote function headers from kerneldocLee Jones
2020-07-01misc: mic: scif: scif_ports: Fix copy 'n' paste errorLee Jones
2020-07-01misc: mic: cosm: cosm_main: Document 'force' function argumentLee Jones
2020-07-01misc: mic: host: mic_debugfs: Demote function headers from kerneldocLee Jones
2020-07-01misc: mic: card: 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: vop: vop_main: Remove set but unused variable 'ret'Lee Jones
2020-06-29mic: vop: Constify static structsRikard Falkeborn
2020-06-29misc: mic: Remove the error message as the call will print itLiao Pingfang
2020-06-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-06-02vhost: revert "vhost: disable for OABI"Michael S. Tsirkin
2020-05-19drivers/mic/scif: convert get_user_pages() --> pin_user_pages()John Hubbard
2020-04-27Merge 5.7-rc3 into char-misc-nextGreg Kroah-Hartman
2020-04-23misc: mic: correct a typoHu Haowen
2020-04-20vhost: disable for OABIMichael S. Tsirkin
2020-04-08Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-04-01vhost: refine vhost and vringh kconfigJason Wang
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-29Merge tag 'char-misc-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-01-14mic: Remove unneeded NULL checkXu Wang
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-10-10misc: MIC: drop all 'comment' lines from its KconfigRandy Dunlap
2019-09-10misc: mic: Use PTR_ERR_OR_ZERO rather than its implementationzhong jiang
2019-07-25mic: avoid statically declaring a 'struct device'.Arnd Bergmann
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds