index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
vc04_services
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-13
staging: vc04_services: fix information leak in create_component()
Dan Carpenter
1
-0
/
+1
2024-04-13
staging: vc04_services: changen strncpy() to strscpy_pad()
Arnd Bergmann
1
-2
/
+2
2023-06-14
staging: vc04_services: fix gcc-13 build warning
Greg Kroah-Hartman
1
-2
/
+2
2023-06-14
staging: vchiq_core: drop vchiq_status from vchiq_initialise
Stefan Wahren
1
-9
/
+11
2023-01-24
staging: vchiq_arm: fix enum vchiq_status return types
Arnd Bergmann
2
-3
/
+3
2022-04-13
staging: vchiq_core: handle NULL result of find_service_by_handle
Stefan Wahren
1
-0
/
+6
2021-07-14
staging: mmal-vchiq: Fix incorrect static vchiq_instance.
Dave Stevenson
1
-1
/
+1
2021-03-07
staging: bcm2835-audio: Replace unsafe strcpy() with strscpy()
Juerg Haefliger
3
-7
/
+7
2021-03-04
staging: vchiq: Fix bulk transfers on 64-bit builds
Phil Elwell
1
-1
/
+1
2021-03-04
staging: vchiq: Fix bulk userdata handling
Phil Elwell
1
-1
/
+3
2020-12-30
staging: bcm2835: fix vchiq_mmal dependencies
Arnd Bergmann
1
-1
/
+1
2020-10-27
staging: mmal-vchiq: Fix memory leak for vchiq_instance
Seung-Woo Kim
1
-4
/
+15
2020-10-06
staging: vchiq: Fix list_for_each exit tests
Dan Carpenter
1
-5
/
+7
2020-10-01
staging: vchiq: Fix an uninitialized variable
Dan Carpenter
1
-1
/
+1
2020-09-25
staging: vchiq: avoid mixing kernel and user pointers
Arnd Bergmann
4
-22
/
+30
2020-09-25
staging: vchiq: fix __user annotations
Arnd Bergmann
8
-62
/
+108
2020-09-22
staging: vchiq: convert compat await_completion
Arnd Bergmann
1
-291
/
+205
2020-09-22
staging: vchiq: convert compat bulk transfer
Arnd Bergmann
1
-111
/
+109
2020-09-22
staging: vchiq: convert compat dequeue_message
Arnd Bergmann
1
-88
/
+92
2020-09-22
staging: vchiq: convert compat create_service
Arnd Bergmann
1
-100
/
+89
2020-09-22
staging: vchiq: rework compat handling
Arnd Bergmann
1
-53
/
+56
2020-07-28
staging: vc04_services: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-07-28
staging: vchiq: Fix refcounting bug in buffer_from_host()
Dan Carpenter
1
-0
/
+2
2020-07-23
staging: vc04_services: vchiq-mmal: Fixed tab styling issue in mmal-vchiq.c
Anmol Karn
1
-6
/
+6
2020-07-15
Staging: vc04_services: Fix unsigned int warnings
Baidyanath Kundu
4
-11
/
+11
2020-07-01
staging: vchiq: Move vchiq.h into include directory
Nicolas Saenz Julienne
8
-7
/
+7
2020-07-01
staging: vchiq: Move defines into core header
Nicolas Saenz Julienne
2
-5
/
+4
2020-07-01
staging: vchiq: Use vchiq.h as the main header file for services
Nicolas Saenz Julienne
5
-116
/
+106
2020-07-01
staging: vchiq: Move conditional barrier definition into vchiq_core.h
Nicolas Saenz Julienne
2
-11
/
+12
2020-07-01
staging: vchiq: Get rid of vchi
Nicolas Saenz Julienne
9
-267
/
+31
2020-07-01
staging: vchi: Move vchi_queue_kernel_message() into vchiq
Nicolas Saenz Julienne
6
-43
/
+32
2020-07-01
staging: vchi: Get rid of vchi_bulk_queue_transmit()
Nicolas Saenz Julienne
4
-81
/
+41
2020-07-01
staging: vchi: Get rid of vchi_bulk_queue_receive()
Nicolas Saenz Julienne
4
-70
/
+37
2020-07-01
staging: vchiq: Move definitions only used by core into core header
Nicolas Saenz Julienne
2
-16
/
+22
2020-07-01
staging: vchiq: Make vchiq_add_service() local
Nicolas Saenz Julienne
2
-5
/
+1
2020-07-01
staging: vchiq: Get rid of unnecessary definitions in vchiq_if.h
Nicolas Saenz Julienne
1
-17
/
+0
2020-07-01
staging: vchi: Don't include vchiq_core.h
Nicolas Saenz Julienne
1
-1
/
+0
2020-07-01
staging: vchi: Get rid of struct vchiq_instance forward declaration
Nicolas Saenz Julienne
1
-7
/
+0
2020-07-01
staging: vchiq: Unify fourcc definition mechanisms
Nicolas Saenz Julienne
5
-9
/
+4
2020-07-01
staging: vchi: Rework vchi_msg_hold() to match vchiq_msg_hold()
Nicolas Saenz Julienne
2
-17
/
+3
2020-07-01
staging: vchiq: Pass vchiq's message when holding a message
Nicolas Saenz Julienne
2
-30
/
+9
2020-07-01
staging: vchi: Get rid of struct vchi_service
Nicolas Saenz Julienne
4
-129
/
+73
2020-07-01
staging: vchi: Use struct vchiq_service_params
Nicolas Saenz Julienne
4
-37
/
+14
2020-07-01
staging: vchiq: Don't use a typedef for vchiq_callback
Nicolas Saenz Julienne
2
-7
/
+12
2020-07-01
staging: vchi: Get rid of vchiq_shim's message callback
Nicolas Saenz Julienne
5
-107
/
+59
2020-07-01
staging: vchiq: Export vchiq_msg_queue_push
Nicolas Saenz Julienne
1
-0
/
+1
2020-07-01
staging: vchiq: Export vchiq_get_service_userdata()
Nicolas Saenz Julienne
1
-0
/
+1
2020-07-01
staging: vchi: Expose struct vchi_service
Nicolas Saenz Julienne
2
-10
/
+7
2020-07-01
staging: vchiq: Get rid of vchiq_util.h
Nicolas Saenz Julienne
6
-30
/
+14
2020-07-01
staging: vchiq: Move message queue into struct vchiq_service
Nicolas Saenz Julienne
7
-113
/
+61
[next]