summaryrefslogtreecommitdiffstats
path: root/drivers/misc/mic
Commit message (Expand)AuthorAgeFilesLines
* misc: mic: remove the MIC driversSudeep Dutt2020-10-2865-21361/+0
* Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-156-3/+6
|\
| * dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig2020-10-065-3/+5
| * dma-mapping: fix DMA_OPS dependenciesChristoph Hellwig2020-09-111-0/+1
* | mic: vop: copy data to kernel space then write to io memorySherry Sun2020-10-021-6/+14
* | misc: vop: add round_up(x,4) for vring_size to avoid kernel panicSherry Sun2020-10-022-3/+3
* | misc: vop: build VOP based on CONFIG_VOPSherry Sun2020-10-021-1/+1
* | misc: vop: set VIRTIO_F_ACCESS_PLATFORM for vop driverSherry Sun2020-10-021-0/+1
* | misc: mic: drop double zeroingJulia Lawall2020-09-301-1/+1
* | misc: mic: scif: Fix error handling pathSouptick Joarder2020-09-221-2/+2
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-3/+3
* Merge tag 'char-misc-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-08-0517-66/+101
|\
| * vop: sparse warning fixupMichael S. Tsirkin2020-07-101-1/+1
| * misc: mic: scif: scif_rma: Repair a bunch of kerneldoc issuesLee Jones2020-07-011-2/+10
| * misc: mic: scif: scif_fence: Fix a bunch of different documentation issuesLee Jones2020-07-011-13/+21
| * misc: mic: scif: scif_dma: Fix a couple of kerneldoc issuesLee Jones2020-07-011-1/+2
| * misc: mic: scif: scif_nm: Supply various kerneldoc fix-upsLee Jones2020-07-011-8/+9
| * misc: mic: scif: scif_nodeqp: Fix a bunch of kerneldoc issuesLee Jones2020-07-011-7/+11
| * misc: mic: scif: scif_epd: Describe missing 'scifdev' argument(s)Lee Jones2020-07-011-0/+9
| * misc: mic: scif: scif_api: Demote scif_accept() function headerLee Jones2020-07-011-1/+1
| * misc: mic: scif: scif_api: Remove set but unused variable 'read_size'Lee Jones2020-07-011-3/+1
| * misc: mic: cosm: cosm_debugfs: Demote function headers from kerneldocLee Jones2020-07-011-2/+2
| * misc: mic: scif: scif_ports: Fix copy 'n' paste errorLee Jones2020-07-011-4/+5
| * misc: mic: cosm: cosm_main: Document 'force' function argumentLee Jones2020-07-011-0/+1
| * misc: mic: host: mic_debugfs: Demote function headers from kerneldocLee Jones2020-07-011-4/+4
| * misc: mic: card: mic_debugfs: Demote function headers from kerneldocLee Jones2020-07-011-5/+5
| * misc: mic: host: mic_x100: Add missing descriptions to kerneldoc headersLee Jones2020-07-011-0/+4
| * misc: mic: host: mic_intr: Properly document function argumentsLee Jones2020-07-011-1/+3
| * misc: mic: host: mic_x100: Move declaration of mic_x100_intr_init[] into c-fileLee Jones2020-07-012-9/+9
| * misc: mic: vop: vop_main: Remove set but unused variable 'ret'Lee Jones2020-06-291-2/+1
| * mic: vop: Constify static structsRikard Falkeborn2020-06-291-2/+2
| * misc: mic: Remove the error message as the call will print itLiao Pingfang2020-06-291-1/+0
* | dma-mapping: make support for dma ops optionalChristoph Hellwig2020-07-191-0/+4
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-06-101-1/+1
|\
| * vhost: revert "vhost: disable for OABI"Michael S. Tsirkin2020-06-021-1/+1
* | drivers/mic/scif: convert get_user_pages() --> pin_user_pages()John Hubbard2020-05-191-13/+13
* | Merge 5.7-rc3 into char-misc-nextGreg Kroah-Hartman2020-04-271-1/+1
|\|
| * vhost: disable for OABIMichael S. Tsirkin2020-04-201-1/+1
* | misc: mic: correct a typoHu Haowen2020-04-231-1/+1
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-04-081-4/+0
|\
| * vhost: refine vhost and vringh kconfigJason Wang2020-04-011-4/+0
* | misc: mic: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-181-2/+2
* | misc: Use kzalloc() instead of kmalloc() with flag GFP_ZERO.Huang Zijiang2020-02-141-1/+1
|/
* Merge tag 'char-misc-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-01-293-9/+0
|\
| * mic: Remove unneeded NULL checkXu Wang2020-01-143-9/+0
* | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
|/
* misc: MIC: drop all 'comment' lines from its KconfigRandy Dunlap2019-10-101-16/+0
* misc: mic: Use PTR_ERR_OR_ZERO rather than its implementationzhong jiang2019-09-101-3/+2
* mic: avoid statically declaring a 'struct device'.Arnd Bergmann2019-07-251-16/+12
* Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-125-33/+2
|\