summaryrefslogtreecommitdiffstats
path: root/drivers/misc/bcm-vk
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-5/+3
2025-12-29misc: bcm_vk: Fix possible null-pointer dereferences in bcm_vk_read()Tuo Li-4/+8
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+1
2025-04-15misc: bcm-vk: avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva-1/+0
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-2/+2
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-1/+1
2023-12-08tty: bcm: convert to u8 and size_tJiri Slaby (SUSE)-2/+2
2023-10-05misc: bcm-vk: Annotate struct bcm_vk_wkent with __counted_byKees Cook-2/+2
2023-09-01Merge tag 'char-misc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-8/+8
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)-1/+2
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)-3/+1
2023-08-04misc: bcm_vk: Fix potential deadlock on &vk->ctx_lockChengfeng Ye-8/+8
2022-09-01misc: bcm_vk: Remove usage of deprecated functionsBreno Leitao-3/+3
2022-09-01misc: bcm-vk: Specify the minimum number of IRQ vecsBreno Leitao-1/+1
2022-04-24misc: bcm-vk: replace usage of found with dedicated list iterator variableJakob Koschel-16/+13
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+0
2022-03-18misc: bcm-vk: Remove viper from device id tableDesmond Yan-1/+0
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva-1/+1
2021-09-21misc: bcm-vk: fix tty registration raceJohan Hovold-3/+3
2021-07-27tty: drop put_tty_driverJiri Slaby-4/+4
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-1/+1
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-5/+3
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko-0/+1
2021-06-09misc: bcm-vk: use list_move_tail instead of list_del/list_add_tail in bcm_vk_...Baokun Li-2/+1
2021-05-21misc: bcm-vk: Replace zero-length array with flexible array memberGustavo A. R. Silva-3/+2
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby-1/+1
2021-02-04misc: bcm-vk: only support ttyVK if CONFIG_TTY is setScott Branden-8/+61
2021-02-04misc: bcm-vk: Fix a couple error codes in probe()Dan Carpenter-1/+3
2021-02-03misc: bcm-vk: unlock on error in bcm_to_h_msg_dequeue()Dan Carpenter-1/+2
2021-01-29misc: bcm-vk: fix set_q_num API precedence issueDesmond Yan-2/+8
2021-01-25misc: bcm-vk: add ttyVK supportScott Branden-2/+392
2021-01-25misc: bcm-vk: add mmap function for exposing BAR2Scott Branden-0/+24
2021-01-25misc: bcm-vk: reset_pid supportScott Branden-8/+191
2021-01-25misc: bcm-vk: add VK messaging supportScott Branden-3/+2087
2021-01-25misc: bcm-vk: add get_card_info, peerlog_info, and proc_mon_infoScott Branden-0/+165
2021-01-25misc: bcm-vk: add ioctl load_imageScott Branden-0/+98
2021-01-25misc: bcm-vk: add open/releaseScott Branden-1/+199
2021-01-25misc: bcm-vk: add triggers when host panic or reboots to notify cardScott Branden-1/+30
2021-01-25misc: bcm-vk: add misc device to Broadcom VK driverScott Branden-1/+37
2021-01-25misc: bcm-vk: add autoload supportScott Branden-0/+973
2021-01-25misc: bcm-vk: add Broadcom VK driverScott Branden-0/+195