index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
bcm-vk
/
bcm_vk_msg.c
Age
Commit message (
Expand
)
Author
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2025-12-29
misc: bcm_vk: Fix possible null-pointer dereferences in bcm_vk_read()
Tuo Li
2023-10-05
misc: bcm-vk: Annotate struct bcm_vk_wkent with __counted_by
Kees Cook
2023-08-04
misc: bcm_vk: Fix potential deadlock on &vk->ctx_lock
Chengfeng Ye
2022-04-24
misc: bcm-vk: replace usage of found with dedicated list iterator variable
Jakob Koschel
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-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: reset_pid support
Scott Branden
2021-01-25
misc: bcm-vk: add VK messaging support
Scott Branden
2021-01-25
misc: bcm-vk: add open/release
Scott Branden