Age | Commit message (Expand) | Author | Files | Lines |
2023-09-01 | Merge tag 'char-misc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -8/+8 |
2023-08-11 | tty: make tty_operations::write()'s count size_t | Jiri Slaby (SUSE) | 1 | -1/+2 |
2023-08-11 | tty: propagate u8 data to tty_operations::write() | Jiri Slaby (SUSE) | 1 | -3/+1 |
2023-08-04 | misc: bcm_vk: Fix potential deadlock on &vk->ctx_lock | Chengfeng Ye | 2 | -8/+8 |
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-06 | 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 |