summaryrefslogtreecommitdiffstats
path: root/drivers/misc/mic
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * mic: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-185-33/+2
* | misc: mic: scif: fix potential double free of scif_devKefeng Wang2019-06-101-0/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 290Thomas Gleixner2019-06-0531-401/+31
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-3022-216/+22
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-214-0/+4
* x86/pci: Clean up usage of X86_DEV_DMA_OPSChristoph Hellwig2019-04-241-2/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-03-091-26/+12
|\
| * drivers/mic/scif: do not use mmap_semDavidlohr Bueso2019-02-071-25/+11
| * mm: make mm->pinned_vm an atomic64 counterDavidlohr Bueso2019-02-071-3/+3
* | misc: mic/scif: mark expected switch fall-throughGustavo A. R. Silva2019-02-271-1/+1