index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
mic
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2
-3
/
+3
2020-08-05
Merge tag 'char-misc-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
17
-66
/
+101
2020-07-19
dma-mapping: make support for dma ops optional
Christoph Hellwig
1
-0
/
+4
2020-07-10
vop: sparse warning fixup
Michael S. Tsirkin
1
-1
/
+1
2020-07-01
misc: mic: scif: scif_rma: Repair a bunch of kerneldoc issues
Lee Jones
1
-2
/
+10
2020-07-01
misc: mic: scif: scif_fence: Fix a bunch of different documentation issues
Lee Jones
1
-13
/
+21
2020-07-01
misc: mic: scif: scif_dma: Fix a couple of kerneldoc issues
Lee Jones
1
-1
/
+2
2020-07-01
misc: mic: scif: scif_nm: Supply various kerneldoc fix-ups
Lee Jones
1
-8
/
+9
2020-07-01
misc: mic: scif: scif_nodeqp: Fix a bunch of kerneldoc issues
Lee Jones
1
-7
/
+11
2020-07-01
misc: mic: scif: scif_epd: Describe missing 'scifdev' argument(s)
Lee Jones
1
-0
/
+9
2020-07-01
misc: mic: scif: scif_api: Demote scif_accept() function header
Lee Jones
1
-1
/
+1
2020-07-01
misc: mic: scif: scif_api: Remove set but unused variable 'read_size'
Lee Jones
1
-3
/
+1
2020-07-01
misc: mic: cosm: cosm_debugfs: Demote function headers from kerneldoc
Lee Jones
1
-2
/
+2
2020-07-01
misc: mic: scif: scif_ports: Fix copy 'n' paste error
Lee Jones
1
-4
/
+5
2020-07-01
misc: mic: cosm: cosm_main: Document 'force' function argument
Lee Jones
1
-0
/
+1
2020-07-01
misc: mic: host: mic_debugfs: Demote function headers from kerneldoc
Lee Jones
1
-4
/
+4
2020-07-01
misc: mic: card: mic_debugfs: Demote function headers from kerneldoc
Lee Jones
1
-5
/
+5
2020-07-01
misc: mic: host: mic_x100: Add missing descriptions to kerneldoc headers
Lee Jones
1
-0
/
+4
2020-07-01
misc: mic: host: mic_intr: Properly document function arguments
Lee Jones
1
-1
/
+3
2020-07-01
misc: mic: host: mic_x100: Move declaration of mic_x100_intr_init[] into c-file
Lee Jones
2
-9
/
+9
2020-06-29
misc: mic: vop: vop_main: Remove set but unused variable 'ret'
Lee Jones
1
-2
/
+1
2020-06-29
mic: vop: Constify static structs
Rikard Falkeborn
1
-2
/
+2
2020-06-29
misc: mic: Remove the error message as the call will print it
Liao Pingfang
1
-1
/
+0
2020-06-10
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-1
/
+1
2020-06-02
vhost: revert "vhost: disable for OABI"
Michael S. Tsirkin
1
-1
/
+1
2020-05-19
drivers/mic/scif: convert get_user_pages() --> pin_user_pages()
John Hubbard
1
-13
/
+13
2020-04-27
Merge 5.7-rc3 into char-misc-next
Greg Kroah-Hartman
1
-1
/
+1
2020-04-23
misc: mic: correct a typo
Hu Haowen
1
-1
/
+1
2020-04-20
vhost: disable for OABI
Michael S. Tsirkin
1
-1
/
+1
2020-04-08
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-4
/
+0
2020-04-01
vhost: refine vhost and vringh kconfig
Jason Wang
1
-4
/
+0
2020-03-18
misc: mic: Use scnprintf() for avoiding potential buffer overflow
Takashi Iwai
1
-2
/
+2
2020-02-14
misc: Use kzalloc() instead of kmalloc() with flag GFP_ZERO.
Huang Zijiang
1
-1
/
+1
2020-01-29
Merge tag 'char-misc-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-9
/
+0
2020-01-14
mic: Remove unneeded NULL check
Xu Wang
3
-9
/
+0
2020-01-06
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
1
-1
/
+1
2019-10-10
misc: MIC: drop all 'comment' lines from its Kconfig
Randy Dunlap
1
-16
/
+0
2019-09-10
misc: mic: Use PTR_ERR_OR_ZERO rather than its implementation
zhong jiang
1
-3
/
+2
2019-07-25
mic: avoid statically declaring a 'struct device'.
Arnd Bergmann
1
-16
/
+12
2019-07-12
Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
5
-33
/
+2
2019-06-18
mic: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
5
-33
/
+2
2019-06-10
misc: mic: scif: fix potential double free of scif_dev
Kefeng Wang
1
-0
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 290
Thomas Gleixner
31
-401
/
+31
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
22
-216
/
+22
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
4
-0
/
+4
2019-04-24
x86/pci: Clean up usage of X86_DEV_DMA_OPS
Christoph Hellwig
1
-2
/
+2
2019-03-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-26
/
+12
2019-02-27
misc: mic/scif: mark expected switch fall-through
Gustavo A. R. Silva
1
-1
/
+1
2019-02-26
mic: vop: Allow building on more systems
Vincent Whitchurch
1
-2
/
+1
2019-02-26
mic: Rename ioremap pointer to remap
Vincent Whitchurch
7
-27
/
+26
[next]