index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
vc04_services
Commit message (
Expand
)
Author
Age
Files
Lines
*
staging: bcm2835: fix vchiq_mmal dependencies
Arnd Bergmann
2020-12-07
1
-1
/
+1
*
Merge 5.10-rc2 into staging-next
Greg Kroah-Hartman
2020-11-02
1
-4
/
+15
|
\
|
*
staging: mmal-vchiq: Fix memory leak for vchiq_instance
Seung-Woo Kim
2020-10-27
1
-4
/
+15
*
|
staging: vc04_services: fix quoted string split across lines
Amarjargal Gundjalam
2020-10-28
3
-49
/
+24
*
|
staging: vc04_services: fix block comment style
Amarjargal Gundjalam
2020-10-28
6
-203
/
+289
|
/
*
staging: vchiq: Fix list_for_each exit tests
Dan Carpenter
2020-10-06
1
-5
/
+7
*
staging: vchiq: Fix an uninitialized variable
Dan Carpenter
2020-10-01
1
-1
/
+1
*
staging: vchiq: avoid mixing kernel and user pointers
Arnd Bergmann
2020-09-25
4
-22
/
+30
*
staging: vchiq: fix __user annotations
Arnd Bergmann
2020-09-25
8
-62
/
+108
*
staging: vchiq: convert compat await_completion
Arnd Bergmann
2020-09-22
1
-291
/
+205
*
staging: vchiq: convert compat bulk transfer
Arnd Bergmann
2020-09-22
1
-111
/
+109
*
staging: vchiq: convert compat dequeue_message
Arnd Bergmann
2020-09-22
1
-88
/
+92
*
staging: vchiq: convert compat create_service
Arnd Bergmann
2020-09-22
1
-100
/
+89
*
staging: vchiq: rework compat handling
Arnd Bergmann
2020-09-22
1
-53
/
+56
*
staging: vc04_services: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-07-28
1
-1
/
+1
*
staging: vchiq: Fix refcounting bug in buffer_from_host()
Dan Carpenter
2020-07-28
1
-0
/
+2
*
staging: vc04_services: vchiq-mmal: Fixed tab styling issue in mmal-vchiq.c
Anmol Karn
2020-07-23
1
-6
/
+6
*
Staging: vc04_services: Fix unsigned int warnings
Baidyanath Kundu
2020-07-15
4
-11
/
+11
*
staging: vchiq: Move vchiq.h into include directory
Nicolas Saenz Julienne
2020-07-01
8
-7
/
+7
*
staging: vchiq: Move defines into core header
Nicolas Saenz Julienne
2020-07-01
2
-5
/
+4
*
staging: vchiq: Use vchiq.h as the main header file for services
Nicolas Saenz Julienne
2020-07-01
5
-116
/
+106
*
staging: vchiq: Move conditional barrier definition into vchiq_core.h
Nicolas Saenz Julienne
2020-07-01
2
-11
/
+12
*
staging: vchiq: Get rid of vchi
Nicolas Saenz Julienne
2020-07-01
9
-267
/
+31
*
staging: vchi: Move vchi_queue_kernel_message() into vchiq
Nicolas Saenz Julienne
2020-07-01
6
-43
/
+32
*
staging: vchi: Get rid of vchi_bulk_queue_transmit()
Nicolas Saenz Julienne
2020-07-01
4
-81
/
+41
*
staging: vchi: Get rid of vchi_bulk_queue_receive()
Nicolas Saenz Julienne
2020-07-01
4
-70
/
+37
*
staging: vchiq: Move definitions only used by core into core header
Nicolas Saenz Julienne
2020-07-01
2
-16
/
+22
*
staging: vchiq: Make vchiq_add_service() local
Nicolas Saenz Julienne
2020-07-01
2
-5
/
+1
*
staging: vchiq: Get rid of unnecessary definitions in vchiq_if.h
Nicolas Saenz Julienne
2020-07-01
1
-17
/
+0
*
staging: vchi: Don't include vchiq_core.h
Nicolas Saenz Julienne
2020-07-01
1
-1
/
+0
*
staging: vchi: Get rid of struct vchiq_instance forward declaration
Nicolas Saenz Julienne
2020-07-01
1
-7
/
+0
*
staging: vchiq: Unify fourcc definition mechanisms
Nicolas Saenz Julienne
2020-07-01
5
-9
/
+4
*
staging: vchi: Rework vchi_msg_hold() to match vchiq_msg_hold()
Nicolas Saenz Julienne
2020-07-01
2
-17
/
+3
*
staging: vchiq: Pass vchiq's message when holding a message
Nicolas Saenz Julienne
2020-07-01
2
-30
/
+9
*
staging: vchi: Get rid of struct vchi_service
Nicolas Saenz Julienne
2020-07-01
4
-129
/
+73
*
staging: vchi: Use struct vchiq_service_params
Nicolas Saenz Julienne
2020-07-01
4
-37
/
+14
*
staging: vchiq: Don't use a typedef for vchiq_callback
Nicolas Saenz Julienne
2020-07-01
2
-7
/
+12
*
staging: vchi: Get rid of vchiq_shim's message callback
Nicolas Saenz Julienne
2020-07-01
5
-107
/
+59
*
staging: vchiq: Export vchiq_msg_queue_push
Nicolas Saenz Julienne
2020-07-01
1
-0
/
+1
*
staging: vchiq: Export vchiq_get_service_userdata()
Nicolas Saenz Julienne
2020-07-01
1
-0
/
+1
*
staging: vchi: Expose struct vchi_service
Nicolas Saenz Julienne
2020-07-01
2
-10
/
+7
*
staging: vchiq: Get rid of vchiq_util.h
Nicolas Saenz Julienne
2020-07-01
6
-30
/
+14
*
staging: vchiq: Move message queue into struct vchiq_service
Nicolas Saenz Julienne
2020-07-01
7
-113
/
+61
*
staging: vchiq: Introduce vchiq_validate_params()
Nicolas Saenz Julienne
2020-07-01
2
-4
/
+15
*
staging: vchi: Get rid of effect less expression
Nicolas Saenz Julienne
2020-07-01
1
-2
/
+0
*
staging: vchi: Use vchiq's enum vchiq_reason
Nicolas Saenz Julienne
2020-07-01
4
-66
/
+10
*
staging: vchi: Use enum vchiq_bulk_mode instead of vchi's transmission flags
Nicolas Saenz Julienne
2020-07-01
6
-55
/
+9
*
staging: vchi: Get rid of flags argument in vchi_msg_hold()
Nicolas Saenz Julienne
2020-07-01
4
-13
/
+5
*
staging: vc04_services: Get rid of vchi_cfg.h
Nicolas Saenz Julienne
2020-07-01
2
-239
/
+0
*
staging: vchi: Get rid of unnecessary defines
Nicolas Saenz Julienne
2020-07-01
2
-12
/
+0
[next]