index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
bcm-vk
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-01
misc: bcm_vk: Remove usage of deprecated functions
Breno Leitao
1
-3
/
+3
2022-09-01
misc: bcm-vk: Specify the minimum number of IRQ vecs
Breno Leitao
1
-1
/
+1
2022-04-24
misc: bcm-vk: replace usage of found with dedicated list iterator variable
Jakob Koschel
1
-16
/
+13
2022-03-28
Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+0
2022-03-18
misc: bcm-vk: Remove viper from device id table
Desmond Yan
1
-1
/
+0
2022-02-17
treewide: Replace zero-length arrays with flexible-array members
Gustavo A. R. Silva
1
-1
/
+1
2021-09-21
misc: bcm-vk: fix tty registration race
Johan Hovold
1
-3
/
+3
2021-07-27
tty: drop put_tty_driver
Jiri Slaby
1
-4
/
+4
2021-07-05
Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-1
/
+1
2021-07-05
Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-5
/
+3
2021-07-01
kernel.h: split out panic and oops helpers
Andy Shevchenko
1
-0
/
+1
2021-06-09
misc: bcm-vk: use list_move_tail instead of list_del/list_add_tail in bcm_vk_...
Baokun Li
1
-2
/
+1
2021-05-21
misc: bcm-vk: Replace zero-length array with flexible array member
Gustavo A. R. Silva
2
-3
/
+2
2021-05-13
tty: make tty_operations::write_room return uint
Jiri Slaby
1
-1
/
+1
2021-02-04
misc: bcm-vk: only support ttyVK if CONFIG_TTY is set
Scott Branden
5
-8
/
+61
2021-02-04
misc: bcm-vk: Fix a couple error codes in probe()
Dan Carpenter
1
-1
/
+3
2021-02-03
misc: bcm-vk: unlock on error in bcm_to_h_msg_dequeue()
Dan Carpenter
1
-1
/
+2
2021-01-29
misc: bcm-vk: fix set_q_num API precedence issue
Desmond Yan
1
-2
/
+8
2021-01-25
misc: bcm-vk: add ttyVK support
Scott Branden
4
-2
/
+392
2021-01-25
misc: bcm-vk: add mmap function for exposing BAR2
Scott Branden
1
-0
/
+24
2021-01-25
misc: bcm-vk: reset_pid support
Scott Branden
3
-8
/
+191
2021-01-25
misc: bcm-vk: add VK messaging support
Scott Branden
7
-3
/
+2087
2021-01-25
misc: bcm-vk: add get_card_info, peerlog_info, and proc_mon_info
Scott Branden
2
-0
/
+165
2021-01-25
misc: bcm-vk: add ioctl load_image
Scott Branden
2
-0
/
+98
2021-01-25
misc: bcm-vk: add open/release
Scott Branden
5
-1
/
+199
2021-01-25
misc: bcm-vk: add triggers when host panic or reboots to notify card
Scott Branden
2
-1
/
+30
2021-01-25
misc: bcm-vk: add misc device to Broadcom VK driver
Scott Branden
2
-1
/
+37
2021-01-25
misc: bcm-vk: add autoload support
Scott Branden
2
-0
/
+973
2021-01-25
misc: bcm-vk: add Broadcom VK driver
Scott Branden
4
-0
/
+195