summaryrefslogtreecommitdiffstats
path: root/drivers/misc/bcm-vk
AgeCommit message (Expand)Author
2021-09-30misc: bcm-vk: fix tty registration raceJohan Hovold
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