Age | Commit message (Expand) | Author |
2023-09-01 | Merge tag 'char-misc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2023-08-11 | tty: make tty_operations::write()'s count size_t | Jiri Slaby (SUSE) |
2023-08-11 | tty: propagate u8 data to tty_operations::write() | Jiri Slaby (SUSE) |
2023-08-04 | misc: bcm_vk: Fix potential deadlock on &vk->ctx_lock | Chengfeng Ye |
2022-09-01 | misc: bcm_vk: Remove usage of deprecated functions | Breno Leitao |
2022-09-01 | misc: bcm-vk: Specify the minimum number of IRQ vecs | Breno Leitao |
2022-04-24 | misc: bcm-vk: replace usage of found with dedicated list iterator variable | Jakob Koschel |
2022-03-28 | Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2022-03-18 | misc: bcm-vk: Remove viper from device id table | Desmond Yan |
2022-02-17 | treewide: Replace zero-length arrays with flexible-array members | Gustavo A. R. Silva |
2021-09-21 | misc: bcm-vk: fix tty registration race | Johan Hovold |
2021-07-27 | tty: drop put_tty_driver | Jiri Slaby |
2021-07-05 | Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds |
2021-07-05 | Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2021-07-01 | kernel.h: split out panic and oops helpers | Andy Shevchenko |
2021-06-09 | misc: bcm-vk: use list_move_tail instead of list_del/list_add_tail in bcm_vk_... | Baokun Li |
2021-05-21 | misc: bcm-vk: Replace zero-length array with flexible array member | Gustavo A. R. Silva |
2021-05-13 | tty: make tty_operations::write_room return uint | Jiri Slaby |
2021-02-04 | misc: bcm-vk: only support ttyVK if CONFIG_TTY is set | Scott Branden |
2021-02-04 | misc: bcm-vk: Fix a couple error codes in probe() | Dan Carpenter |
2021-02-03 | misc: bcm-vk: unlock on error in bcm_to_h_msg_dequeue() | Dan Carpenter |
2021-01-29 | misc: bcm-vk: fix set_q_num API precedence issue | Desmond Yan |
2021-01-25 | misc: bcm-vk: add ttyVK support | Scott Branden |
2021-01-25 | misc: bcm-vk: add mmap function for exposing BAR2 | Scott Branden |
2021-01-25 | misc: bcm-vk: reset_pid support | Scott Branden |
2021-01-25 | misc: bcm-vk: add VK messaging support | Scott Branden |
2021-01-25 | misc: bcm-vk: add get_card_info, peerlog_info, and proc_mon_info | Scott Branden |
2021-01-25 | misc: bcm-vk: add ioctl load_image | Scott Branden |
2021-01-25 | misc: bcm-vk: add open/release | Scott Branden |
2021-01-25 | misc: bcm-vk: add triggers when host panic or reboots to notify card | Scott Branden |
2021-01-25 | misc: bcm-vk: add misc device to Broadcom VK driver | Scott Branden |
2021-01-25 | misc: bcm-vk: add autoload support | Scott Branden |
2021-01-25 | misc: bcm-vk: add Broadcom VK driver | Scott Branden |