summaryrefslogtreecommitdiffstats
path: root/drivers/misc/bcm-vk
Commit message (Expand)AuthorAgeFilesLines
* tty: bcm: convert to u8 and size_tJiri Slaby (SUSE)2023-12-081-2/+2
* misc: bcm-vk: Annotate struct bcm_vk_wkent with __counted_byKees Cook2023-10-052-2/+2
* Merge tag 'char-misc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-09-012-8/+8
|\
| * misc: bcm_vk: Fix potential deadlock on &vk->ctx_lockChengfeng Ye2023-08-042-8/+8
* | tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)2023-08-111-1/+2
* | tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)2023-08-111-3/+1
|/
* misc: bcm_vk: Remove usage of deprecated functionsBreno Leitao2022-09-011-3/+3
* misc: bcm-vk: Specify the minimum number of IRQ vecsBreno Leitao2022-09-011-1/+1
* misc: bcm-vk: replace usage of found with dedicated list iterator variableJakob Koschel2022-04-241-16/+13
* Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-281-1/+0
|\
| * misc: bcm-vk: Remove viper from device id tableDesmond Yan2022-03-181-1/+0
* | treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2022-02-171-1/+1
|/
* misc: bcm-vk: fix tty registration raceJohan Hovold2021-09-211-3/+3
* tty: drop put_tty_driverJiri Slaby2021-07-271-4/+4
* Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-07-051-1/+1
|\
| * tty: make tty_operations::write_room return uintJiri Slaby2021-05-131-1/+1
* | Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-052-5/+3
|\ \
| * | misc: bcm-vk: use list_move_tail instead of list_del/list_add_tail in bcm_vk_...Baokun Li2021-06-091-2/+1
| * | misc: bcm-vk: Replace zero-length array with flexible array memberGustavo A. R. Silva2021-05-212-3/+2
| |/
* / kernel.h: split out panic and oops helpersAndy Shevchenko2021-07-011-0/+1
|/
* misc: bcm-vk: only support ttyVK if CONFIG_TTY is setScott Branden2021-02-045-8/+61
* misc: bcm-vk: Fix a couple error codes in probe()Dan Carpenter2021-02-041-1/+3
* misc: bcm-vk: unlock on error in bcm_to_h_msg_dequeue()Dan Carpenter2021-02-031-1/+2
* misc: bcm-vk: fix set_q_num API precedence issueDesmond Yan2021-01-291-2/+8
* misc: bcm-vk: add ttyVK supportScott Branden2021-01-254-2/+392
* misc: bcm-vk: add mmap function for exposing BAR2Scott Branden2021-01-251-0/+24
* misc: bcm-vk: reset_pid supportScott Branden2021-01-253-8/+191
* misc: bcm-vk: add VK messaging supportScott Branden2021-01-257-3/+2087
* misc: bcm-vk: add get_card_info, peerlog_info, and proc_mon_infoScott Branden2021-01-252-0/+165
* misc: bcm-vk: add ioctl load_imageScott Branden2021-01-252-0/+98
* misc: bcm-vk: add open/releaseScott Branden2021-01-255-1/+199
* misc: bcm-vk: add triggers when host panic or reboots to notify cardScott Branden2021-01-252-1/+30
* misc: bcm-vk: add misc device to Broadcom VK driverScott Branden2021-01-252-1/+37
* misc: bcm-vk: add autoload supportScott Branden2021-01-252-0/+973
* misc: bcm-vk: add Broadcom VK driverScott Branden2021-01-254-0/+195