summaryrefslogtreecommitdiff
path: root/drivers/misc/bcm-vk
AgeCommit message (Expand)Author
2023-12-08tty: bcm: convert to u8 and size_tJiri Slaby (SUSE)
2023-10-05misc: bcm-vk: Annotate struct bcm_vk_wkent with __counted_byKees Cook
2023-09-01Merge tag 'char-misc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)
2023-08-04misc: bcm_vk: Fix potential deadlock on &vk->ctx_lockChengfeng Ye
2022-09-01misc: bcm_vk: Remove usage of deprecated functionsBreno Leitao
2022-09-01misc: bcm-vk: Specify the minimum number of IRQ vecsBreno Leitao
2022-04-24misc: bcm-vk: replace usage of found with dedicated list iterator variableJakob Koschel
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-03-18misc: bcm-vk: Remove viper from device id tableDesmond Yan
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva
2021-09-21misc: bcm-vk: fix tty registration raceJohan Hovold
2021-07-27tty: drop put_tty_driverJiri Slaby
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko
2021-06-09misc: bcm-vk: use list_move_tail instead of list_del/list_add_tail in bcm_vk_...Baokun Li
2021-05-21misc: bcm-vk: Replace zero-length array with flexible array memberGustavo A. R. Silva
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby
2021-02-04misc: bcm-vk: only support ttyVK if CONFIG_TTY is setScott Branden
2021-02-04misc: bcm-vk: Fix a couple error codes in probe()Dan Carpenter
2021-02-03misc: bcm-vk: unlock on error in bcm_to_h_msg_dequeue()Dan Carpenter
2021-01-29misc: bcm-vk: fix set_q_num API precedence issueDesmond Yan
2021-01-25misc: bcm-vk: add ttyVK supportScott Branden
2021-01-25misc: bcm-vk: add mmap function for exposing BAR2Scott Branden
2021-01-25misc: bcm-vk: reset_pid supportScott Branden
2021-01-25misc: bcm-vk: add VK messaging supportScott Branden
2021-01-25misc: bcm-vk: add get_card_info, peerlog_info, and proc_mon_infoScott Branden
2021-01-25misc: bcm-vk: add ioctl load_imageScott Branden
2021-01-25misc: bcm-vk: add open/releaseScott Branden
2021-01-25misc: bcm-vk: add triggers when host panic or reboots to notify cardScott Branden
2021-01-25misc: bcm-vk: add misc device to Broadcom VK driverScott Branden
2021-01-25misc: bcm-vk: add autoload supportScott Branden
2021-01-25misc: bcm-vk: add Broadcom VK driverScott Branden